1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-11 01:22:07 +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
+1 -1
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;