Initial commit to allow configuring running costs as a fraction (1/1 default thru 1/4) independently for both vehicles stopped in depots (doesn't work for planes, I'm not smart enuff), or vehicles that are stationary.
This commit is contained in:
@@ -1930,6 +1930,8 @@ static SettingsContainer &GetSettingsTree()
|
||||
accounting->Add(new SettingEntry("economy.feeder_payment_share"));
|
||||
accounting->Add(new SettingEntry("economy.infrastructure_maintenance"));
|
||||
accounting->Add(new SettingEntry("difficulty.vehicle_costs"));
|
||||
accounting->Add(new SettingEntry("difficulty.vehicle_costs_in_depot"));
|
||||
accounting->Add(new SettingEntry("difficulty.vehicle_costs_when_stopped"));
|
||||
accounting->Add(new SettingEntry("difficulty.construction_cost"));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user