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

added the cases for the new features

This commit is contained in:
Zeno Rogue
2017-10-08 14:02:03 +02:00
parent 2ca03ededf
commit 081d24edd7
6 changed files with 74 additions and 11 deletions

View File

@@ -103,7 +103,7 @@ bool isNonliving(eMonster m) {
m == moZombie || m == moGhost || m == moShadow || m == moSkeleton ||
m == moEvilGolem || m == moIllusion || m == moEarthElemental ||
m == moWaterElemental || m == moDraugr || m == moTerraWarrior ||
m == moIceGolem || m == moVoidBeast;
m == moIceGolem || m == moVoidBeast || m == moJiangshi;
}
bool isMetalBeast(eMonster m) {