]> granicus.if.org Git - nethack/commitdiff
/tmp/msg
authorcohrs <cohrs>
Tue, 19 Mar 2002 04:20:20 +0000 (04:20 +0000)
committercohrs <cohrs>
Tue, 19 Mar 2002 04:20:20 +0000 (04:20 +0000)
src/explode.c

index 9b76dcbfdd55a7e503b014ad61395c12d7e4be48..05173ac666ea5ae1496fd37b004feda481bbacb0 100644 (file)
@@ -301,7 +301,7 @@ int expltype;
                        /* KMH -- Don't blame the player for pets killing gas spores */
                        if (!flags.mon_moving) killed(mtmp);
                        else monkilled(mtmp, "", (int)adtyp);
-               }
+               } else if (!flags.mon_moving) setmangry(mtmp);
        }
 
        /* Do your injury last */