fix github issue #159 - eating nurse corpses

Fixes #159

The nurse monster definition is flagged to be able to convery poison
resistance when a corpse or tin is eaten, but the post-corpse code
for nurse healed HP and cured blindness then skipped the intrinsic
handling.
This commit is contained in:
PatR
2018-11-13 15:05:54 -08:00
parent 8e907a0b0f
commit a97d0b7270
2 changed files with 14 additions and 6 deletions

View File

@@ -196,6 +196,7 @@ avoid potential buffer overflow if object with very long name knocks other
#wizintrinsic for 'warn_of_mon' didn't set any type of monster (now grid bugs)
clairvoyance would show trap instead of a monster on/in that trap, which was
intentional, but when clairvoyance finished the monster wasn't shown
nurse corpse/tin chance to convey poison resistance when eaten was not honored
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository