From 5939d5e6d2a0455a9241713f5d616e696132dfb6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 27 Oct 2019 02:45:32 +0200 Subject: [PATCH] acid gull from Brownian no longer generates just after Safety --- bigstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index 9ee693f3..5dc59e2a 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -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