mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 05:43:56 +00:00
landvalid==1 lands are valid in CR4 weirdgeometry games
This commit is contained in:
parent
b100e77a48
commit
b9b0f9ba9a
@ -1012,7 +1012,7 @@ eLand getLandForList(cell *c) {
|
|||||||
|
|
||||||
bool isLandIngame(eLand l) {
|
bool isLandIngame(eLand l) {
|
||||||
if(isElemental(l)) l = laElementalWall;
|
if(isElemental(l)) l = laElementalWall;
|
||||||
if(isLandValid(l) < 2)
|
if(isLandValid(l) < 1)
|
||||||
return false;
|
return false;
|
||||||
if(l == laWildWest)
|
if(l == laWildWest)
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user