]> granicus.if.org Git - nethack/commit
medusa meat
authornethack.rankin <nethack.rankin>
Thu, 3 Feb 2005 04:12:28 +0000 (04:12 +0000)
committernethack.rankin <nethack.rankin>
Thu, 3 Feb 2005 04:12:28 +0000 (04:12 +0000)
commit2b62b81fe4f33522fb287f5f2bb54dd474f93488
treeaf44f91ad0a8b182f9bc68ee40918f9ff7fb1934
parent2886b276ea0823c73827f71ed028a6fb4d76e9f8
medusa meat

     Someone in the newsgroup mentioned that there is no warning from blessed
food detection if you attempt to eat a tin of Medusa meat.  touch_petrifies()
isn't enough to catch that.  A warning was given about Medusa's corpse, but
only if you lacked poison resistance.  Eating a tainted Medusa corpse had a
similar problem; the check to override food poisoning so that petrification
takes effect missed it.  This makes the petrification checks be consistent,
including hypothetical case of Medusa egg.
doc/fixes34.4
src/eat.c