mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-01 05:54:07 +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;
|
break;
|
||||||
|
|
||||||
case laStorms: {
|
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(d == 9) {
|
||||||
|
|
||||||
if(torus) {
|
if(torus) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user