mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
enable flattening for site2 towns in civ/mod.rs,
to avoid mountain towns spawning underground
This commit is contained in:
parent
e772fd9218
commit
680a6e477e
@ -133,7 +133,7 @@ impl Civs {
|
||||
SiteKind::Settlement => (32i32, 10.0),
|
||||
SiteKind::Dungeon => (8i32, 3.0),
|
||||
SiteKind::Castle => (16i32, 5.0),
|
||||
SiteKind::Refactor => (0i32, 0.0),
|
||||
SiteKind::Refactor => (32i32, 10.0),
|
||||
SiteKind::Tree => (12i32, 8.0),
|
||||
SiteKind::GiantTree => (12i32, 8.0),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user