Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-08-31 07:17:46 -04:00
33 changed files with 712 additions and 446 deletions

View File

@@ -1752,7 +1752,7 @@ struct monst *mtmp, *victim;
/* monster died after killing enemy but before calling this function */
/* currently possible if killing a gas spore */
/* Also used to abort processing for CONWAYS's mildew temp monsters. */
if (mtmp->mhp <= 0)
if (DEADMONSTER(mtmp))
return (struct permonst *) 0;
/* note: none of the monsters with special hit point calculations