summaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2019-04-15 18:06:25 +0200
committerCharles Pigott <charlespigott@googlemail.com>2019-08-17 22:02:22 +0100
commit5feb06e3f3495b1ee5dde4387b6b491c9f72f859 (patch)
treea316cc5938beee7ab9e1fec16f74035b87c94170 /src/lang
parentb870596f153c17d9aa915ca67b8f6414d73cb31f (diff)
downloadopenttd-5feb06e3f3495b1ee5dde4387b6b491c9f72f859.tar.xz
Add: Scale oil refinery edge distance up by map size
Also scales oil rig distance up, since they use the same algorithm.
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/english.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index 8d13ee196..8651639fd 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -1326,8 +1326,8 @@ STR_CONFIG_SETTING_TERRAIN_TYPE :Terrain type: {
STR_CONFIG_SETTING_TERRAIN_TYPE_HELPTEXT :(TerraGenesis only) Hilliness of the landscape
STR_CONFIG_SETTING_INDUSTRY_DENSITY :Industry density: {STRING2}
STR_CONFIG_SETTING_INDUSTRY_DENSITY_HELPTEXT :Set how many industries should be generated and what level should be maintained during the game
-STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE :Maximum distance from edge for Oil refineries: {STRING2}
-STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE_HELPTEXT :Oil refineries are only constructed near the map border, that is at the coast for island maps
+STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE :Maximum distance from edge for Oil industries: {STRING2}
+STR_CONFIG_SETTING_OIL_REF_EDGE_DISTANCE_HELPTEXT :Limit for how far from the map border oil refineries and oil rigs can be constructed. On island maps this ensures they are near the coast. On maps larger than 256 tiles, this value is scaled up.
STR_CONFIG_SETTING_SNOWLINE_HEIGHT :Snow line height: {STRING2}
STR_CONFIG_SETTING_SNOWLINE_HEIGHT_HELPTEXT :Control at what height snow starts in sub-arctic landscape. Snow also affects industry generation and town growth requirements
STR_CONFIG_SETTING_ROUGHNESS_OF_TERRAIN :Roughness of terrain: {STRING2}