diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:08:39 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:08:39 +0200 |
commit | ae7a5f9d93aecac3ce17019ee9a8225865276958 (patch) | |
tree | af4c6eaa6cc6fd11d02adf40ad33996059cae8e8 /nodes | |
parent | 0f4a49e2cef8b6cf63dae57745fe6871e1af7a61 (diff) | |
download | il_timetable-ae7a5f9d93aecac3ce17019ee9a8225865276958.tar.gz il_timetable-ae7a5f9d93aecac3ce17019ee9a8225865276958.tar.bz2 il_timetable-ae7a5f9d93aecac3ce17019ee9a8225865276958.zip |
State at 2024-04-16
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/(773,8,132).lua | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nodes/(773,8,132).lua b/nodes/(773,8,132).lua index cc8b8cb..4670b38 100644 --- a/nodes/(773,8,132).lua +++ b/nodes/(773,8,132).lua @@ -1,8 +1,10 @@ F.ttp_begin({ stn = "Leekston East", -- station name tt = "NX_N", -- timetable ID - depint = "05;00", --departure slot interval - depoff = "02;00", --departure slot offset +-- depint = "05;00", --departure slot interval +-- depoff = "02;00", --departure slot offset + depint = "02;30", --departure slot interval + depoff = "01;15", --departure slot offset doorside = "R", only_lines = {XN=true}, force_tt_reset = false, |