diff options
author | dP <dp@dpointer.org> | 2020-06-24 15:58:12 +0300 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2020-06-27 14:18:31 +0100 |
commit | a2e1102b15cd7f5ae86ab3ea5da4a534b6b58389 (patch) | |
tree | 1c9b5edf010e19f13455f46691b269c5912af6be /src | |
parent | b84d61ef6ed5cb79273b752b6031d9574ed735ab (diff) | |
download | openttd-a2e1102b15cd7f5ae86ab3ea5da4a534b6b58389.tar.xz |
Feature: Increase max possible distance from border for oil refineries and rigs
Diffstat (limited to 'src')
-rw-r--r-- | src/table/settings.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 43bd3aec3..c7dbd2128 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -2250,7 +2250,7 @@ type = SLE_UINT8 from = SLV_30 def = 32 min = 12 -max = 48 +max = 128 str = STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE strval = STR_CONFIG_SETTING_TILE_LENGTH strhelp = STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE_HELPTEXT |