From: Pasi Kallinen Date: Sat, 14 Oct 2017 18:00:47 +0000 (+0300) Subject: Monsters hit by a boulder from your scroll of earth should get angry X-Git-Tag: NetHack-3.6.1_RC01~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d8ba1d46f679e114a632a879e401b2b1798ceee;p=nethack Monsters hit by a boulder from your scroll of earth should get angry --- diff --git a/doc/fixes36.1 b/doc/fixes36.1 index 2032a283b..9c74120fd 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -452,6 +452,7 @@ give feedback when released from a bear trap #version output left out "pattern matching via " 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 diff --git a/src/read.c b/src/read.c index 9732fea96..ad1c75f37 100644 --- a/src/read.c +++ b/src/read.c @@ -1771,6 +1771,7 @@ boolean confused, byu; xname(helmet), mhim(mtmp)); } } + wakeup(mtmp, byu); mtmp->mhp -= mdmg; if (mtmp->mhp <= 0) { if (byu) {