mirror of https://github.com/OpenTTD/OpenTTD
Feature: Increase max possible distance from border for oil refineries and rigs
parent
b84d61ef6e
commit
a2e1102b15
|
@ -2250,7 +2250,7 @@ type = SLE_UINT8
|
||||||
from = SLV_30
|
from = SLV_30
|
||||||
def = 32
|
def = 32
|
||||||
min = 12
|
min = 12
|
||||||
max = 48
|
max = 128
|
||||||
str = STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE
|
str = STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE
|
||||||
strval = STR_CONFIG_SETTING_TILE_LENGTH
|
strval = STR_CONFIG_SETTING_TILE_LENGTH
|
||||||
strhelp = STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE_HELPTEXT
|
strhelp = STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE_HELPTEXT
|
||||||
|
|
Loading…
Reference in New Issue