From e783c82b841013d8fd6b0b4bb64d315dddb88dd7 Mon Sep 17 00:00:00 2001 From: PatR Date: Wed, 8 Nov 2023 10:23:30 -0800 Subject: [PATCH] pull request #1116 - mon->mstate flags Pull request from entrez: the mstate field in struct mon defines many bits but didn't use some of them consistently. Initially they were intended to be examined via debugger, where being inconsistent might lead to confusion but not have a negative impact on gameplay. However, some of them have morphed into affecting gameplay. Closes #1116 --- doc/fixes3-7-0.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 4e308dda5..2844f001c 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1276,6 +1276,7 @@ thrown potion of sickness now bypasses target's innate magic resistance but lightning has a small chance of melting iron bars make spell menu work with repeat when attempting to look up a named fruit in data.base, try harder +set and check mon->mstate flags more consistently Fixes to 3.7.0-x General Problems Exposed Via git Repository