diff --git a/world/src/civ/mod.rs b/world/src/civ/mod.rs index 84b5178a45..b2eb91b549 100644 --- a/world/src/civ/mod.rs +++ b/world/src/civ/mod.rs @@ -61,7 +61,7 @@ pub struct Civs { } // Change this to get rid of particularly horrid seeds -const SEED_SKIP: u8 = 0; +const SEED_SKIP: u8 = 5; pub struct GenCtx<'a, R: Rng> { sim: &'a mut WorldSim,