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

-set size-threshold for anticipated Swamp sizes
This commit is contained in:
floppy 2022-02-04 17:14:38 +01:00
parent b85a384d38
commit 33dae9b3b1

View File

@ -602,7 +602,7 @@ impl Civs {
.choose(&mut ctx.rng)
.unwrap()
)),
common::terrain::BiomeKind::Swamp if biome.1.len() as u32 > 750 => Some(format!(
common::terrain::BiomeKind::Swamp if biome.1.len() as u32 > 200 => Some(format!(
"{} {}",
NameGen::location(&mut ctx.rng).generate_swamp_engl(),
[