]> granicus.if.org Git - nethack/commitdiff
Monsters hit by a boulder from your scroll of earth should get angry
authorPasi Kallinen <paxed@alt.org>
Sat, 14 Oct 2017 18:00:47 +0000 (21:00 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 14 Oct 2017 18:00:47 +0000 (21:00 +0300)
doc/fixes36.1
src/read.c

index 2032a283b3d87b6f1d431ec0c396168de5364449..9c74120fdd501512835fa621d17f1a9f58c8a847 100644 (file)
@@ -452,6 +452,7 @@ give feedback when released from a bear trap
 #version output left out "pattern matching via <method>" if the basic NetHack
        features entry was split across two lines
 recovery of strength lost due to weakness from hunger was vulnerable to abuse
+monsters hit by scroll of earth boulder did not get angry
 
 
 Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository
index 9732fea9668a1040fcb3dcfdae97a00e89724f55..ad1c75f370b37f41b7bd59688a3b69f1d88c9633 100644 (file)
@@ -1771,6 +1771,7 @@ boolean confused, byu;
                           xname(helmet), mhim(mtmp));
             }
         }
+        wakeup(mtmp, byu);
         mtmp->mhp -= mdmg;
         if (mtmp->mhp <= 0) {
             if (byu) {