Werewolf howling wakes up monsters
This commit is contained in:
@@ -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"
|
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
|
||||||
|
|
||||||
|
|
||||||
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
Fixes to 3.7.0-x General Problems Exposed Via git Repository
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ were_change(struct monst *mon)
|
|||||||
if (howler) {
|
if (howler) {
|
||||||
Soundeffect(se_canine_howl, 50);
|
Soundeffect(se_canine_howl, 50);
|
||||||
You_hear("a %s howling at the moon.", howler);
|
You_hear("a %s howling at the moon.", howler);
|
||||||
|
wake_nearto(mon->mx, mon->my, 4 * 4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user