diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:32 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:03:32 +0200 |
commit | 52974b1b24d20ea6938b90a8abbca45b964df9d2 (patch) | |
tree | cd4e1e10eef41e2259718c407d547cd1fd934a31 | |
parent | 265acf710f26d8dc6ad78e3a65d2e36fb958276d (diff) | |
download | luaatc_envs-52974b1b24d20ea6938b90a8abbca45b964df9d2.tar.gz luaatc_envs-52974b1b24d20ea6938b90a8abbca45b964df9d2.tar.bz2 luaatc_envs-52974b1b24d20ea6938b90a8abbca45b964df9d2.zip |
State at 2023-11-29
-rw-r--r-- | il_timetable/nodes/(-617,14,-411).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(981,15,1041).lua | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/il_timetable/nodes/(-617,14,-411).lua b/il_timetable/nodes/(-617,14,-411).lua index 121c3f4..b6c37f1 100644 --- a/il_timetable/nodes/(-617,14,-411).lua +++ b/il_timetable/nodes/(-617,14,-411).lua @@ -2,7 +2,7 @@ F.ttp_begin({ stn = "Spawn Main", -- station name tt = "S12_N", -- timetable ID depint = "02;30", --departure slot interval - depoff = "00;45", --departure slot offset + depoff = "01;45", --departure slot offset doorside = "R", reverse = true, only_lines = { S12 = true }, diff --git a/il_timetable/nodes/(981,15,1041).lua b/il_timetable/nodes/(981,15,1041).lua index d88ec3f..b40c49c 100644 --- a/il_timetable/nodes/(981,15,1041).lua +++ b/il_timetable/nodes/(981,15,1041).lua @@ -5,4 +5,5 @@ F.ttp_station_display({ title = "Ehlodex", display1 = "d1", display2 = "d2", + display3 = "d3" })
\ No newline at end of file |