mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Less horrible spawn
This commit is contained in:
parent
15caf440e8
commit
eb7122e8e9
@ -61,7 +61,7 @@ pub struct Civs {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Change this to get rid of particularly horrid seeds
|
// 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> {
|
pub struct GenCtx<'a, R: Rng> {
|
||||||
sim: &'a mut WorldSim,
|
sim: &'a mut WorldSim,
|
||||||
|
Loading…
Reference in New Issue
Block a user