prefab whitespace fix

This commit is contained in:
Llywelwyn 2023-07-23 02:39:02 +01:00
parent 050923fab0
commit 53afddf055
2 changed files with 13 additions and 12 deletions

View file

@ -161,6 +161,8 @@ pub fn random_builder(new_depth: i32, rng: &mut rltk::RandomNumberGenerator) ->
if rng.roll_dice(1, 3) == 1 {
builder.with(WaveFunctionCollapseBuilder::new());
builder.with(CullUnreachable::new());
builder.with(VoronoiSpawning::new());
}
if rng.roll_dice(1, 20) == 1 {