mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-31 17:57:56 +00:00
spawn sounds are not played for monsters entering vision
This commit is contained in:
@@ -326,6 +326,10 @@ EX void moveMonster(const movei& mi) {
|
|||||||
attackMonster(ct, AF_SWORD_INTO | AF_MSG, moPlayer);
|
attackMonster(ct, AF_SWORD_INTO | AF_MSG, moPlayer);
|
||||||
achievement_gain_once("GOSWORD");
|
achievement_gain_once("GOSWORD");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(ct->mpdist == 7 && cf->mpdist > 7) {
|
||||||
|
playSeenSound(ct);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
EX bool cannotGo(eMonster m, cell *c) {
|
EX bool cannotGo(eMonster m, cell *c) {
|
||||||
|
Reference in New Issue
Block a user