1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

fixed the Crossroads IV in PTM

This commit is contained in:
Zeno Rogue 2018-08-01 13:52:40 +02:00
parent 6068434f2a
commit f1250a677d

View File

@ -1036,7 +1036,7 @@ void buildBigStuff(cell *c, cell *from) {
else if(pseudohept(c) && isWarped(c->land) && hrand(10000) < 3000 && c->land &&
buildBarrierNowall(c, eLand(c->land ^ laWarpSea ^ laWarpCoast))) ;
else if(pseudohept(c) && c->land == laCrossroads4 && hrand(10000) < 7000 && c->land && !c->master->alt &&
else if(pseudohept(c) && c->land == laCrossroads4 && hrand(10000) < 7000 && c->land && !c->master->alt && !tactic::on &&
buildBarrierNowall(c, getNewLand(laCrossroads4))) ;
else if(pseudohept(c) && hrand(I10000) < 20 && !generatingEquidistant && !yendor::on && !tactic::on && !isCrossroads(c->land) &&