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) {