mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-22 13:42:01 +00:00
laIce is not full game on irr
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user