1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-08 13:25:59 +00:00

westwall:: monster theme

This commit is contained in:
Zeno Rogue
2018-12-23 17:41:12 +01:00
parent 6ec03a5217
commit 8a414d1768
6 changed files with 12 additions and 10 deletions

View File

@@ -370,7 +370,7 @@ bool isAngryBird(eMonster m) {
return m == moEagle || m == moAlbatross || m == moBomberbird || m == moGargoyle ||
m == moWindCrow || m == moSparrowhawk ||
m == moVampire || m == moBat || m == moButterfly || m == moGadfly ||
m == moAcidBird;
m == moAcidBird || m == moWestHawk;
}
bool isBird(eMonster m) {
@@ -412,7 +412,7 @@ bool normalMover(eMonster m) {
m == moHunterGuard || m == moHunterChanging ||
m == moIceGolem ||
m == moSwitch1 || m == moSwitch2 || m == moCrusher || m == moPair ||
m == moBrownBug || m == moVariantWarrior ||
m == moBrownBug || m == moVariantWarrior || m == moFallingDog ||
isMagneticPole(m) ||
slowMover(m);
}