-adjust size-threshold for Jungle to fix Jungles not being named.

This commit is contained in:
floppy 2022-02-04 16:54:42 +01:00
parent b5dfe74d41
commit b85a384d38

View File

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