1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-19 15:20:27 +00:00

fixed CR4 appearing inside Mountain (and probably other horocyclic lands)

This commit is contained in:
Zeno Rogue 2018-08-31 04:18:19 +02:00
parent 9b6957b13c
commit 3efb8990d7

View File

@ -1050,7 +1050,7 @@ void buildBigStuff(cell *c, cell *from) {
buildBarrierNowall(c, getNewLand(laCrossroads4))) ;
else if((archimedean || pseudohept(c)) && hrand(I10000) < 20 && !generatingEquidistant && !yendor::on && !tactic::on && !isCrossroads(c->land) &&
gold() >= R200 && !weirdhyperbolic &&
gold() >= R200 && !weirdhyperbolic && !c->master->alt &&
!inmirror(c) && !isSealand(c->land) && !isHaunted(c->land) && !isGravityLand(c->land) &&
(c->land != laRlyeh || rlyehComplete()) &&
c->land != laTortoise && c->land != laPrairie && c->land &&