Add town growth setting, rate depends on proportion of transported cargo

This commit is contained in:
Jonathan G Rennison
2017-08-26 01:15:16 +01:00
parent bf18b1cdbe
commit c3a9eca1a9
5 changed files with 31 additions and 0 deletions

View File

@@ -1771,6 +1771,7 @@ static SettingsContainer &GetSettingsTree()
SettingsPage *towns = environment->Add(new SettingsPage(STR_CONFIG_SETTING_ENVIRONMENT_TOWNS));
{
towns->Add(new SettingEntry("economy.town_growth_rate"));
towns->Add(new SettingEntry("economy.town_growth_cargo_transported"));
towns->Add(new SettingEntry("economy.allow_town_roads"));
towns->Add(new SettingEntry("economy.allow_town_level_crossings"));
towns->Add(new SettingEntry("economy.found_town"));