Less horrible spawn

This commit is contained in:
Treeco 2021-03-28 20:12:27 +01:00
parent 15caf440e8
commit eb7122e8e9

View File

@ -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,