mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Increase quality of town placements.
This commit is contained in:
parent
68072231dc
commit
afdb7fe9ea
@ -1277,7 +1277,7 @@ impl SiteKind {
|
|||||||
+ (trading_score as f32 + 1.0).log2();
|
+ (trading_score as f32 + 1.0).log2();
|
||||||
has_potable_water
|
has_potable_water
|
||||||
&& has_building_materials
|
&& has_building_materials
|
||||||
&& industry_score > 6.0
|
&& industry_score > 6.7
|
||||||
&& warm_or_firewood
|
&& warm_or_firewood
|
||||||
},
|
},
|
||||||
_ => true,
|
_ => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user