This commit is contained in:
Joshua Barretto 2020-11-20 01:30:20 +00:00
parent dac40e8da0
commit a56159c204

View File

@ -408,6 +408,7 @@ impl Floor {
area,
height: ctx.rng.gen_range(15, 20),
pillars: Some(4),
difficulty: self.difficulty,
}),
_ => self.create_room(Room {
seed: ctx.rng.gen(),