1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-02 21:31:22 +00:00

3D:: Temple of Cthulhu in Euclidean

This commit is contained in:
Zeno Rogue
2019-03-01 04:18:19 +01:00
parent 1eee434094
commit b3920f76b0
3 changed files with 5 additions and 2 deletions

View File

@@ -1343,7 +1343,7 @@ void moreBigStuff(cell *c) {
c->land = laTemple, c->wall = waNone, c->monst = moNone, c->item = itNone;
}
if(d % TEMPLE_EACH==0) {
if(binarytiling && DIM == 3) {
if(DIM == 3) {
if(c->master->zebraval != 1) c->wall = waColumn;
}
else if(weirdhyperbolic && !BITRUNCATED) {