1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42:59 +00:00

3d:: nicer Temple of Cthulhu in horo-triangular

This commit is contained in:
Zeno Rogue
2019-03-10 12:26:06 +01:00
parent 5990e107ac
commit b9cbb28d66
2 changed files with 5 additions and 0 deletions

View File

@@ -1362,6 +1362,9 @@ void moreBigStuff(cell *c) {
forCellCM(c2, c) if(celldistAlt(c2) < celldistAlt(c)) i++;
if(i > 1) c->wall = waColumn;
}
else if(geometry == gHoroTris) {
if(c->c.spin(S7-1) != 0) c->wall = waColumn;
}
else if(DIM == 3) {
if(c->master->zebraval != 1) c->wall = waColumn;
}