From 10f3641d9f2a201894fe2a34b09805ab508c014e Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sat, 27 Nov 2021 20:31:53 +0000 Subject: [PATCH] Adjust road vehicle quantum tunneling setting text See: #338 --- src/lang/english.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/english.txt b/src/lang/english.txt index f53d6cb295..ecb90a320e 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1465,8 +1465,8 @@ STR_CONFIG_SETTING_FLIP_DIRECTION_ALL_TRAINS_HELPTEXT :Enable flipping STR_CONFIG_SETTING_ROADVEH_ARTICULATED_OVERTAKING :Articulated road vehicles may overtake: {STRING2} STR_CONFIG_SETTING_ROADVEH_ARTICULATED_OVERTAKING_HELPTEXT :Enable articulated road vehicles to overtake other road vehicles. -STR_CONFIG_SETTING_ROADVEH_CANT_QUANTUM_TUNNEL :Prevent vehicles from passing through other vehicles when blocked: {STRING2} -STR_CONFIG_SETTING_ROADVEH_CANT_QUANTUM_TUNNEL_HELPTEXT :Disable vehicles passing through other vehicles when their path is blocked for more than 1480 ticks. +STR_CONFIG_SETTING_ROADVEH_CANT_QUANTUM_TUNNEL :Prevent road vehicles passing through each other when blocked: {STRING2} +STR_CONFIG_SETTING_ROADVEH_CANT_QUANTUM_TUNNEL_HELPTEXT :Disable road vehicles from passing through other road vehicles when their path is blocked for an extended period of time. STR_CONFIG_SETTING_DRIVE_THROUGH_TRAIN_DEPOT :Drive-through train depots: {STRING2} STR_CONFIG_SETTING_DRIVE_THROUGH_TRAIN_DEPOT_HELPTEXT :Enable emulation of drive-through train depots. Trains can move between depots placed back to back, optionally with intermediary depots in between. Requires the YAPF pathfinder.