This commit is contained in:
Joshua Barretto 2020-11-20 01:30:20 +00:00
parent 93a86a951e
commit b30dfd1539

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(),