mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
irr:: Land of Storms is now random
This commit is contained in:
parent
304e48d4b4
commit
acd906d7c3
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user