Increase quality of town placements.

This commit is contained in:
Tormod G. Hellen 2022-03-12 02:09:22 +01:00
parent 68072231dc
commit afdb7fe9ea

View File

@ -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,