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