From 7d8ba1d46f679e114a632a879e401b2b1798ceee Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 14 Oct 2017 21:00:47 +0300 Subject: [PATCH] Monsters hit by a boulder from your scroll of earth should get angry --- doc/fixes36.1 | 1 + src/read.c | 1 + 2 files changed, 2 insertions(+) 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) {