mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Comment
This commit is contained in:
parent
277b884194
commit
6c606646ae
@ -1331,7 +1331,7 @@ impl Floor {
|
|||||||
lights = painter.prim(Primitive::translate(lights, 3 * Vec3::unit_z()));
|
lights = painter.prim(Primitive::translate(lights, 3 * Vec3::unit_z()));
|
||||||
pillar = painter.prim(Primitive::union(pillar, base));
|
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) {
|
if !(self.difficulty == 2 || self.difficulty == 4) {
|
||||||
pillars.push((tile_center, pillar, lights));
|
pillars.push((tile_center, pillar, lights));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user