Merge branch 'treeco/less-horrible-spawn' into 'master'

Less horrible spawn

See merge request veloren/veloren!2020
This commit is contained in:
Joshua Barretto 2021-03-28 20:15:23 +00:00
commit 75944d19eb

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,