slows treants back down, reduces spawnrate in grassy rooms
This commit is contained in:
parent
64caf0dc1a
commit
1f95bf14ee
3 changed files with 7 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue