Werewolf howling wakes up monsters

This commit is contained in:
Pasi Kallinen
2023-05-11 18:48:02 +03:00
parent 8c8acee423
commit 91257e00c7
2 changed files with 2 additions and 0 deletions

View File

@@ -1182,6 +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
Fixes to 3.7.0-x General Problems Exposed Via git Repository

View File

@@ -33,6 +33,7 @@ were_change(struct monst *mon)
if (howler) {
Soundeffect(se_canine_howl, 50);
You_hear("a %s howling at the moon.", howler);
wake_nearto(mon->mx, mon->my, 4 * 4);
}
}
}