]> granicus.if.org Git - nethack/commit
terminate eating if pet falls asleep or becomes paralyzed (trunk only)
authornethack.rankin <nethack.rankin>
Tue, 6 Dec 2005 04:48:27 +0000 (04:48 +0000)
committernethack.rankin <nethack.rankin>
Tue, 6 Dec 2005 04:48:27 +0000 (04:48 +0000)
commit6a40b203ed79f37308c5076edf751c7cee9dc655
tree1338b039720a7f3aeaf40df25fd2932059c3617b
parentc394330208a5b559560b8b7638f6945b9463e6f0
terminate eating if pet falls asleep or becomes paralyzed (trunk only)

     From a bug report:  sleeping pet could
be shown as "eating" by stethoscope.  Fixing that is a one-liner since all
(or should be all; sleeping gas trap wasn't utilizing it) cases of monster
being forced into sleep go through one routine.  That wasn't the situation
for paralysis, but now it is.  Paralyzed pets won't continue eating either.
doc/fixes35.0
include/extern.h
src/apply.c
src/mhitm.c
src/mhitu.c
src/muse.c
src/potion.c
src/trap.c
src/uhitm.c