mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Force towns further apart.
This commit is contained in:
parent
031db61c1e
commit
68072231dc
@ -481,7 +481,7 @@ impl Civs {
|
||||
) -> Option<Id<Civ>> {
|
||||
let kind = SiteKind::Refactor;
|
||||
let site = attempt(100, || {
|
||||
let loc = find_site_loc(ctx, (start_locations, 40), 1, kind)?;
|
||||
let loc = find_site_loc(ctx, (start_locations, 60), 1, kind)?;
|
||||
start_locations.push(loc);
|
||||
Some(self.establish_site(ctx, loc, |place| Site {
|
||||
kind,
|
||||
|
Loading…
Reference in New Issue
Block a user