This commit is contained in:
uniior 2024-03-14 16:15:54 -03:00
parent 277b884194
commit 6c606646ae

View File

@ -1331,7 +1331,7 @@ impl Floor {
lights = painter.prim(Primitive::translate(lights, 3 * Vec3::unit_z()));
pillar = painter.prim(Primitive::union(pillar, base));
}
// Specifically don't include pillars in Minotaur arena
// Specifically don't include pillars in Sahagin and Myrmidon dungeons
if !(self.difficulty == 2 || self.difficulty == 4) {
pillars.push((tile_center, pillar, lights));
}