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.
-set size-threshold for anticipated Swamp sizes
This commit is contained in:
parent
b85a384d38
commit
33dae9b3b1
@ -602,7 +602,7 @@ impl Civs {
|
|||||||
.choose(&mut ctx.rng)
|
.choose(&mut ctx.rng)
|
||||||
.unwrap()
|
.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(),
|
NameGen::location(&mut ctx.rng).generate_swamp_engl(),
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user