mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
laIce is not full game on irr
This commit is contained in:
parent
f597e6bfd7
commit
29a91c8c80
@ -1406,7 +1406,7 @@ land_validity_t& land_validity(eLand l) {
|
||||
if(l == laWildWest && !randomPatternsMode)
|
||||
return out_of_theme;
|
||||
|
||||
if(l == laIce && !gp::on && hyperbolic_37 && !quotient)
|
||||
if(l == laIce && !gp::on && !irr::on && hyperbolic_37 && !quotient)
|
||||
return full_game;
|
||||
|
||||
return ok;
|
||||
|
Loading…
Reference in New Issue
Block a user