mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-01-28 05:21:18 +00:00
CAP_COMPLEX2 first
This commit is contained in:
@@ -1156,8 +1156,10 @@ void buildBigStuff(cell *c, cell *from) {
|
||||
hrand(2000) < (PURE ? 500 : 1000) && !tactic::on && !racing::on && !yendor::on)))
|
||||
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)
|
||||
brownian::init_further(c);
|
||||
#endif
|
||||
|
||||
if(c->land == laCaribbean && horo_ok() && ctof(c) && !c->master->alt)
|
||||
createAlternateMap(c, 2, hsA);
|
||||
|
||||
Reference in New Issue
Block a user