From f4f74b2e07eb333956b2e2a7c4915a7a8a83cc2e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Fri, 12 May 2023 09:17:09 +0300 Subject: [PATCH] Purple worm burp wakes up monsters --- doc/fixes3-7-0.txt | 2 +- src/uhitm.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 108fcbeea..fcb77d330 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -1182,7 +1182,7 @@ with OPTIONS=blind (blind from birth), being inflicted with timed blinding yielded "your vision seems to dim for a moment but is normal now" avoid sanity_check warning if statue in water or lava gets polymorphed into a boulder; break it into a stack of rocks if that would happen -werewolf or werejackal howling wakes up monsters +werewolf or werejackal howling and purple worm burping wakes up monsters Fixes to 3.7.0-x General Problems Exposed Via git Repository diff --git a/src/uhitm.c b/src/uhitm.c index 2153acc0b..3aa4ba5e3 100644 --- a/src/uhitm.c +++ b/src/uhitm.c @@ -4212,6 +4212,7 @@ mhitm_ad_dgst(struct monst *magr, struct attack *mattk UNUSED, SetVoice(magr, 0, 80, 0); verbalize("Burrrrp!"); } + wake_nearto(magr->mx, magr->my, 2 * 2); /* Burrrrp! */ mhm->damage = mdef->mhp; /* Use up amulet of life saving */ if ((obj = mlifesaver(mdef)) != 0)