fixed the Temple of Cthulhu in bin44

This commit is contained in:
Zeno Rogue 2021-04-30 15:05:10 +02:00
parent e42d9dbe4f
commit f6f1bbe5a8
1 changed files with 3 additions and 0 deletions

View File

@ -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;
}