Add setting for if/when towns can build tunnels
Default to allowed
This commit is contained in:
@@ -688,6 +688,7 @@ struct EconomySettings {
|
||||
uint sharing_fee[4]; ///< fees for infrastructure sharing for rail/road/water/air
|
||||
bool sharing_payment_in_debt; ///< allow fee payment for companies with more loan than money (switch off to prevent MP exploits)
|
||||
bool allow_town_level_crossings; ///< towns are allowed to build level crossings
|
||||
TownTunnelMode town_build_tunnels; ///< if/when towns are allowed to build road tunnels
|
||||
int8 old_town_cargo_factor; ///< old power-of-two multiplier for town (passenger, mail) generation. May be negative.
|
||||
int16 town_cargo_scale_factor; ///< scaled power-of-two multiplier for town (passenger, mail) generation. May be negative.
|
||||
int16 industry_cargo_scale_factor; ///< scaled power-of-two multiplier for primary industry generation. May be negative.
|
||||
|
Reference in New Issue
Block a user