Purple worm burp wakes up monsters

This commit is contained in:
Pasi Kallinen
2023-05-12 09:17:09 +03:00
parent 68e76e0d88
commit f4f74b2e07
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

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