mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
Fixed Land of Storms accidentally marked as invalid in heptagonal
This commit is contained in:
parent
711229d2da
commit
f124fb590d
@ -1105,7 +1105,7 @@ land_validity_t& land_validity(eLand l) {
|
||||
if(l == laStorms && nonbitrunc && elliptic)
|
||||
return not_enough_space;
|
||||
|
||||
if(l == laStorms && nonbitrunc && S3 == 3)
|
||||
if(l == laStorms && S7 == 3)
|
||||
return not_enough_space;
|
||||
|
||||
// mirrors do not work in gp
|
||||
|
Loading…
Reference in New Issue
Block a user