fix #H363 - reviving corpses of hiding monsters (trunk only)

From a bug report, reviving a snake corpse
produced a snake monster which was hidden under nothing--it hid under its
own corpse and wasn't revealed when that corpse got used up.  Rather than
fiddling with sequencing to remove the corpse before making the monster,
force any monster who revives in hidden state to unhide.
This commit is contained in:
nethack.rankin
2007-05-31 01:42:48 +00:00
parent 8d880dd143
commit 2f9d711237
2 changed files with 10 additions and 1 deletions

View File

@@ -239,6 +239,8 @@ attacking via applied polearm now honors the "confirm" option
engulfer under influence of conflict or confusion could swallow monster at
water/lava/trap spot and not be affected by destination til next move
unicorn horn restoration no longer overrides sustain ability characteristic
hider monster revived from corpse would start out hidden (even if own corpse
was only object around to hide under)
Platform- and/or Interface-Specific Fixes