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
+1 -1
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);
}