diff options
author | bjarni <bjarni@openttd.org> | 2006-03-18 13:00:32 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-03-18 13:00:32 +0000 |
commit | a36f8a46faefa319720079aab6bc38cd272ccdb8 (patch) | |
tree | 639bac77f83dcce180aec2fd5fbc0fe965ef846c /lang | |
parent | 6bf62500edd7af296b614df38574aa069791f826 (diff) | |
download | openttd-a36f8a46faefa319720079aab6bc38cd272ccdb8.tar.xz |
(svn r3944) -Feature: it's now possible to turn a single unit in a train
control-click on a unit in a train in a depot will make the click unit turn around
this is useful if you want "normal" engines to act as dualheaded (one each way) or similar
this only works on single unit units. Multiheaded and articulated engines get a red error box
this is based on a quick hack peter1138 while I made it network safe and correctly handling of multible unit engines
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 5347a46a8..14682cd4b 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2530,6 +2530,7 @@ STR_9030_CITIZENS_CELEBRATE_FIRST :{BLACK}{BIGFONT STR_9031_ROAD_VEHICLE_CRASH_DRIVER :{BLACK}{BIGFONT}Road Vehicle Crash!{}Driver dies in fireball after collision with train STR_9032_ROAD_VEHICLE_CRASH_DIE :{BLACK}{BIGFONT}Road Vehicle Crash!{}{COMMA} die in fireball after collision with train STR_9033_CAN_T_MAKE_VEHICLE_TURN :{WHITE}Can't make vehicle turn around... +STR_ONLY_TURN_SINGLE_UNIT :{WHITE}Can't turn vehicles consisting of multiple units STR_9034_RENAME :{BLACK}Rename STR_9035_RENAME_ROAD_VEHICLE_TYPE :{BLACK}Rename road vehicle type STR_9036_RENAME_ROAD_VEHICLE_TYPE :{WHITE}Rename road vehicle type |