1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-19 15:20:27 +00:00

fixed the Elemental Planes

This commit is contained in:
Zeno Rogue 2018-02-12 20:23:07 +01:00
parent 164953cded
commit afd412f982

View File

@ -1009,6 +1009,7 @@ eLand getLandForList(cell *c) {
} }
bool isLandIngame(eLand l) { bool isLandIngame(eLand l) {
if(isElemental(l)) l = laElementalWall;
if(isLandValid(l) < 2) if(isLandValid(l) < 2)
return false; return false;
if(l == laWildWest) if(l == laWildWest)