fixed the Elemental Planes

This commit is contained in:
Zeno Rogue 2018-02-12 20:23:07 +01:00
parent 164953cded
commit afd412f982
1 changed files with 1 additions and 0 deletions

View File

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