petrification fixes

Eliminate the somewhat redundant "You die..." following "You turned
to stone..." when becoming petrified by touching a cockatrice (reported
by <email deleted> for kicking, but occurs for weaponless hitting too).
Also, if a cockatrice killed you with normal damage, your tombstone would
erroneously report petrification and presumeably there'd be a statue
instead of a ghost in the resulting bones file.  This fixes both things.
This commit is contained in:
nethack.rankin
2006-11-10 05:13:57 +00:00
parent f8f5642d3a
commit 2fa9bd0301
6 changed files with 13 additions and 15 deletions

View File

@@ -270,6 +270,7 @@ hero can't carry an unlimited number of boulders when poly'd into a giant
prevent very large number of objects in # inventory slot from causing
buffer overflow
!fixinv config was using arbitrary characters instead of # for invent overflow
don't report death by petrification if cockatrice kills hero via HP loss
Platform- and/or Interface-Specific Fixes