mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'treeco/less-horrible-spawn' into 'master'
Less horrible spawn See merge request veloren/veloren!2020
This commit is contained in:
commit
75944d19eb
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user