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

more Terracotta theming

This commit is contained in:
Zeno Rogue
2017-10-07 00:34:10 +02:00
parent 49d32753e3
commit 96bc0fbd65
5 changed files with 36 additions and 22 deletions

View File

@@ -375,7 +375,7 @@ bool normalMover(eMonster m) {
m == moRoseBeauty || m == moWolf ||
m == moResearcher || m == moRagingBull ||
m == moNarciss || m == moMirrorSpirit ||
m == moHunterDog || m == moTerraWarrior || m == moMercuryGuy || m == moLemur || m == moHunterGuard ||
m == moHunterDog || m == moTerraWarrior || m == moJiangshi || m == moLemur || m == moHunterGuard ||
m == moIceGolem || slowMover(m);
}