diff --git a/emergence_lib/src/world_gen/mod.rs b/emergence_lib/src/world_gen/mod.rs index 3bfa689ad..bb5dd2c62 100644 --- a/emergence_lib/src/world_gen/mod.rs +++ b/emergence_lib/src/world_gen/mod.rs @@ -205,7 +205,7 @@ impl GenerationConfig { landmark_chances.insert(Id::from_name("simple_landmark".to_string()), 1e-1); let mut unit_chances: HashMap, f32> = HashMap::new(); - unit_chances.insert(Id::from_name("simple_unit".to_string()), 1e-1); + unit_chances.insert(Id::from_name("simple_unit".to_string()), 1.); let mut structure_chances: HashMap, f32> = HashMap::new(); structure_chances.insert(Id::from_name("simple_structure".to_string()), 1e-1);