intrinsics of dead monsters

Monster traits that are used to revive some corpses or statues
with their old attributes were retaining intrinsics conferred by worn
items.  To prevent that, strip such attributes at time of a monster's
death before the traits are recorded.  Statue handling needs to some
more work; now that extra speed is lost, there's an out of place
message if/when a revived statue gets to put on its old speed boots.
This commit is contained in:
nethack.rankin
2002-09-09 09:02:21 +00:00
parent b8f368ced4
commit 786ed93751
3 changed files with 32 additions and 6 deletions

View File

@@ -238,6 +238,8 @@ fix enlightenment feedback for bonus or penalty on damage and chance to hit
effects of purple worms consuming special monsters is now more consistent
across eating, digesting and dropped corpses while engulfed
avoid "you finish disrobing" when disarming via the 'A' command
make sure corpses and statues which remember monster attributes don't keep
ones that were conferred by no longer worn items (mainly speed boots)
Platform- and/or Interface-Specific Fixes