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:
parent
164953cded
commit
afd412f982
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user