mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-07 17:04:06 +00:00
fixed CR4 appearing inside Mountain (and probably other horocyclic lands)
This commit is contained in:
parent
9b6957b13c
commit
3efb8990d7
@ -1050,7 +1050,7 @@ void buildBigStuff(cell *c, cell *from) {
|
|||||||
buildBarrierNowall(c, getNewLand(laCrossroads4))) ;
|
buildBarrierNowall(c, getNewLand(laCrossroads4))) ;
|
||||||
|
|
||||||
else if((archimedean || pseudohept(c)) && hrand(I10000) < 20 && !generatingEquidistant && !yendor::on && !tactic::on && !isCrossroads(c->land) &&
|
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) &&
|
!inmirror(c) && !isSealand(c->land) && !isHaunted(c->land) && !isGravityLand(c->land) &&
|
||||||
(c->land != laRlyeh || rlyehComplete()) &&
|
(c->land != laRlyeh || rlyehComplete()) &&
|
||||||
c->land != laTortoise && c->land != laPrairie && c->land &&
|
c->land != laTortoise && c->land != laPrairie && c->land &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user