1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 17:40:36 +00:00

acid gull from Brownian no longer generates just after Safety

This commit is contained in:
Zeno Rogue 2019-10-27 02:45:32 +02:00
parent 0d80fea18b
commit 5939d5e6d2

View File

@ -1511,7 +1511,7 @@ EX void buildBigStuff(cell *c, cell *from) {
createAlternateMap(c, 2, hsA); createAlternateMap(c, 2, hsA);
#if CAP_COMPLEX2 #if CAP_COMPLEX2
if(c->land == laOcean && deepOcean && !generatingEquidistant && hrand(10000) < 20 && no_barriers_in_radius(c, 2) && hyperbolic && !quotient && !tactic::on) if(c->land == laOcean && deepOcean && !generatingEquidistant && hrand(10000) < 20 && no_barriers_in_radius(c, 2) && hyperbolic && !quotient && !tactic::on && !safety)
brownian::init_further(c); brownian::init_further(c);
#endif #endif