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
1 changed files with 1 additions and 1 deletions

View File

@ -1511,7 +1511,7 @@ EX void buildBigStuff(cell *c, cell *from) {
createAlternateMap(c, 2, hsA);
#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);
#endif