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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user