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

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