Separate allow stations under bridges into settings for: rail, road, docks
This commit is contained in:
@@ -1701,10 +1701,28 @@ base = GameSettings
|
||||
var = construction.allow_stations_under_bridges
|
||||
def = false
|
||||
cat = SC_ADVANCED
|
||||
str = STR_CONFIG_SETTING_ALLOW_STATIONS_UNDER_BRIDGES
|
||||
strhelp = STR_CONFIG_SETTING_ALLOW_STATIONS_UNDER_BRIDGES_HELPTEXT
|
||||
str = STR_CONFIG_SETTING_ALLOW_GRF_STATIONS_UNDER_BRIDGES
|
||||
strhelp = STR_CONFIG_SETTING_ALLOW_GRF_STATIONS_UNDER_BRIDGES_HELPTEXT
|
||||
patxname = ""allow_stations_under_bridges.construction.allow_stations_under_bridges""
|
||||
|
||||
[SDT_BOOL]
|
||||
base = GameSettings
|
||||
var = construction.allow_road_stops_under_bridges
|
||||
def = true
|
||||
cat = SC_ADVANCED
|
||||
str = STR_CONFIG_SETTING_ALLOW_ROAD_STATIONS_UNDER_BRIDGES
|
||||
strhelp = STR_CONFIG_SETTING_ALLOW_ROAD_STATIONS_UNDER_BRIDGES_HELPTEXT
|
||||
patxname = ""allow_stations_under_bridges.construction.allow_road_stops_under_bridges""
|
||||
|
||||
[SDT_BOOL]
|
||||
base = GameSettings
|
||||
var = construction.allow_docks_under_bridges
|
||||
def = false
|
||||
cat = SC_ADVANCED
|
||||
str = STR_CONFIG_SETTING_ALLOW_DOCKS_UNDER_BRIDGES
|
||||
strhelp = STR_CONFIG_SETTING_ALLOW_DOCKS_UNDER_BRIDGES_HELPTEXT
|
||||
patxname = ""allow_stations_under_bridges.construction.allow_docks_under_bridges""
|
||||
|
||||
[SDT_VAR]
|
||||
base = GameSettings
|
||||
var = construction.purchase_land_permitted
|
||||
|
Reference in New Issue
Block a user