fixed the facing of player characters

This commit is contained in:
Zeno Rogue
2026-04-17 09:47:51 +02:00
parent 3ce6d373da
commit 08e5fb3f1e
3 changed files with 14 additions and 2 deletions
+4
View File
@@ -409,4 +409,8 @@ EX bool isDie(eWall w) {
return among(w, waRichDie, waHappyDie);
}
EX bool looks_like_player(eMonster m) {
return among(m, moPlayer, moMimic, moIllusion, moShadow);
}
}