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 | c49a66c8992aa3ca812dc3dd9ecf570dd7bb1e93 (patch) | |
tree | 5e7847d0c77019f126cc4f5973ea97e4d855394c | |
parent | d296ce57f83607ae5aec841e9b3c75b3403e1899 (diff) | |
download | il_timetable-c49a66c8992aa3ca812dc3dd9ecf570dd7bb1e93.tar.gz il_timetable-c49a66c8992aa3ca812dc3dd9ecf570dd7bb1e93.tar.bz2 il_timetable-c49a66c8992aa3ca812dc3dd9ecf570dd7bb1e93.zip |
State at 2023-11-29
-rw-r--r-- | nodes/(-617,14,-411).lua | 2 | ||||
-rw-r--r-- | nodes/(981,15,1041).lua | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nodes/(-617,14,-411).lua b/nodes/(-617,14,-411).lua index 121c3f4..b6c37f1 100644 --- a/nodes/(-617,14,-411).lua +++ b/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/nodes/(981,15,1041).lua b/nodes/(981,15,1041).lua index d88ec3f..b40c49c 100644 --- a/nodes/(981,15,1041).lua +++ b/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 |