mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed the Temple of Cthulhu in bin44
This commit is contained in:
parent
e42d9dbe4f
commit
f6f1bbe5a8
@ -1875,6 +1875,9 @@ EX void gen_temple(cell *c) {
|
||||
c->wall = waColumn;
|
||||
}
|
||||
#if CAP_BT
|
||||
else if(geometry == gBinary3) {
|
||||
if(c->master->zebraval % 5 != 1) c->wall = waColumn;
|
||||
}
|
||||
else if(geometry == gHoroTris || geometry == gHoroRec) {
|
||||
if(c->c.spin(bt::updir()) != 0) c->wall = waColumn;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user