1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 03:33:00 +00:00

better graphical design of Crossroads VII

This commit is contained in:
Zeno Rogue
2025-07-09 09:34:22 +02:00
parent f78cceba33
commit 48dd34baaf
5 changed files with 71 additions and 8 deletions

View File

@@ -1847,7 +1847,7 @@ EX void build_walls(cell *c, cell *from) {
return;
}
else if(good_for_wall(c) && ls::any_wall() && isThematic(c->land) && hrand(10000) < 1000 && !c->master->alt && !racing::on &&
else if(good_for_wall(c) && ls::any_wall() && isThematic(c->land) && hrand(10000) < 1500 && !c->master->alt && !racing::on &&
buildBarrierNowall(c, getNewThematic(c->land))) ;
else if(good_for_wall(c) && ls::any_wall() && c->land == laCrossroads4 && hrand(10000) < 7000 && c->land && !c->master->alt && !tactic::on && !racing::on &&