Purple worm burp wakes up monsters
This commit is contained in:
@@ -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"
|
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
|
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
|
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
|
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
||||||
|
|||||||
@@ -4212,6 +4212,7 @@ mhitm_ad_dgst(struct monst *magr, struct attack *mattk UNUSED,
|
|||||||
SetVoice(magr, 0, 80, 0);
|
SetVoice(magr, 0, 80, 0);
|
||||||
verbalize("Burrrrp!");
|
verbalize("Burrrrp!");
|
||||||
}
|
}
|
||||||
|
wake_nearto(magr->mx, magr->my, 2 * 2); /* Burrrrp! */
|
||||||
mhm->damage = mdef->mhp;
|
mhm->damage = mdef->mhp;
|
||||||
/* Use up amulet of life saving */
|
/* Use up amulet of life saving */
|
||||||
if ((obj = mlifesaver(mdef)) != 0)
|
if ((obj = mlifesaver(mdef)) != 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user