solv:: fixed Temple generation

This commit is contained in:
Zeno Rogue 2019-08-06 21:00:00 +02:00
parent 602e6f27db
commit 1eacccd587
1 changed files with 1 additions and 1 deletions

View File

@ -1615,7 +1615,7 @@ void moreBigStuff(cell *c) {
c->wall = waColumn;
}
else if((c->land == laRlyeh && !euclid) || c->land == laTemple) if(!(binarytiling && specialland != laTemple)) {
else if((c->land == laRlyeh && !euclid) || c->land == laTemple) if(!(binarytiling && specialland != laTemple && c->land == laRlyeh)) {
if(eubinary || (c->master->alt && (tactic::on || masterAlt(c) <= 2))) {
if(!eubinary && !chaosmode) currentmap->generateAlts(c->master);
preventbarriers(c);