From 73f1686439c7c2296f7f2556b5158deee1638946 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 8 Feb 2019 10:03:08 +0100 Subject: [PATCH] no more Brown generation in PTM Ocean --- bigstuff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigstuff.cpp b/bigstuff.cpp index 67b3a167..936adbcb 100644 --- a/bigstuff.cpp +++ b/bigstuff.cpp @@ -1148,7 +1148,7 @@ void buildBigStuff(cell *c, cell *from) { hrand(2000) < (PURE ? 500 : 1000) && !tactic::on && !racing::on && !yendor::on))) createAlternateMap(c, 2, hsA); - if(c->land == laOcean && deepOcean && !generatingEquidistant && hrand(10000) < 20 && no_barriers_in_radius(c, 2) && hyperbolic && !quotient) + if(c->land == laOcean && deepOcean && !generatingEquidistant && hrand(10000) < 20 && no_barriers_in_radius(c, 2) && hyperbolic && !quotient && !tactic::on) brownian::init_further(c); if(c->land == laCaribbean && horo_ok() && ctof(c) && !c->master->alt)