]> granicus.if.org Git - nethack/commit
fix #H7530 - corpse from corpseless monster
authorPatR <rankin@nethack.org>
Tue, 20 Nov 2018 21:13:23 +0000 (13:13 -0800)
committerPatR <rankin@nethack.org>
Tue, 20 Nov 2018 21:13:23 +0000 (13:13 -0800)
commitd15dacc44cd2835e7864522a060f86ca12191801
tree6bca73949a41946029dc3fbea137f1996207ebb9
parentffac5f1a65a427591f2b3166eb6f7811ac19550c
fix #H7530 - corpse from corpseless monster

Migrating monster attempting to arrive on a level which is already
full of monsters gets killed off.  It was leaving a corpse without
regard for whether it was a type of of monster which should never
leave corpses.

I'd prefer that it be put back on the migrating_mons list rather
than be killed off, but this just suppresses impossible corpses.
doc/fixes36.2
src/dog.c
src/mon.c