1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

laIce is not full game on irr

This commit is contained in:
Zeno Rogue 2018-07-17 02:29:31 +02:00
parent f597e6bfd7
commit 29a91c8c80

View File

@ -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;