1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

no more Brown generation in PTM Ocean

This commit is contained in:
Zeno Rogue 2019-02-08 10:03:08 +01:00
parent 970eb365ce
commit 73f1686439

View File

@ -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)