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

irr:: Land of Storms is now random

This commit is contained in:
Zeno Rogue 2018-07-21 18:04:06 +02:00
parent 304e48d4b4
commit acd906d7c3

View File

@ -1141,7 +1141,7 @@ void giantLandSwitch(cell *c, int d, cell *from) {
break;
case laStorms: {
bool randstorm = hyperbolic_not37 || gp::on || (quotient && geometry != gZebraQuotient);
bool randstorm = hyperbolic_not37 || gp::on || irr::on || (quotient && geometry != gZebraQuotient);
if(d == 9) {
if(torus) {