mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
-adjust size-threshold for Jungle to fix Jungles not being named.
This commit is contained in:
parent
b5dfe74d41
commit
b85a384d38
@ -621,7 +621,7 @@ impl Civs {
|
||||
.choose(&mut ctx.rng)
|
||||
.unwrap()
|
||||
)),
|
||||
common::terrain::BiomeKind::Jungle if biome.1.len() as u32 > 750 => Some(format!(
|
||||
common::terrain::BiomeKind::Jungle if biome.1.len() as u32 > 85 => Some(format!(
|
||||
"{} {}",
|
||||
NameGen::location(&mut ctx.rng).generate_jungle_engl(),
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user