slows treants back down, reduces spawnrate in grassy rooms

This commit is contained in:
Llywelwyn 2023-08-30 09:19:48 +01:00
parent 64caf0dc1a
commit 1f95bf14ee
3 changed files with 7 additions and 4 deletions

View file

@ -287,7 +287,7 @@ fn random_room_builder(rng: &mut rltk::RandomNumberGenerator, builder: &mut Buil
_ => builder.with(VoronoiSpawning::new()),
}
builder.with(ThemeRooms::grass(10));
builder.with(ThemeRooms::grass(12));
}
fn random_shape_builder(rng: &mut rltk::RandomNumberGenerator, builder: &mut BuilderChain, end: bool) -> bool {