1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 05:52:59 +00:00

Changed the hunting patterns.

This commit is contained in:
Zeno Rogue
2017-10-16 00:15:54 +02:00
parent cc41ed666f
commit 11750efd2f
5 changed files with 64 additions and 15 deletions

View File

@@ -382,7 +382,7 @@ bool normalMover(eMonster m) {
m == moNarciss || m == moMirrorSpirit ||
m == moHunterDog || m == moTerraWarrior || m == moJiangshi ||
m == moLavaWolf || m == moSalamander ||
m == moHunterGuard ||
m == moHunterGuard || m == moHunterChanging ||
m == moIceGolem || slowMover(m);
}