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
This commit is contained in:
PatR
2023-11-08 10:23:30 -08:00
parent a69ff06e85
commit e783c82b84

View File

@@ -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