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 | |
parent | 0f4a49e2cef8b6cf63dae57745fe6871e1af7a61 (diff) | |
download | il_timetable-ae7a5f9d93aecac3ce17019ee9a8225865276958.tar.gz il_timetable-ae7a5f9d93aecac3ce17019ee9a8225865276958.tar.bz2 il_timetable-ae7a5f9d93aecac3ce17019ee9a8225865276958.zip |
State at 2024-04-16
-rw-r--r-- | init_code.lua | 10 | ||||
-rw-r--r-- | nodes/(773,8,132).lua | 6 |
2 files changed, 14 insertions, 2 deletions
diff --git a/init_code.lua b/init_code.lua index 07fd63c..2b5a605 100644 --- a/init_code.lua +++ b/init_code.lua @@ -213,6 +213,16 @@ F.ttp={ inside_line_desc = "E84 to Personhood Main", stn_display = "E84 Personhood ", }, + E85_N = { + outside_text = "[E85] Namespace Mountains", + inside_line_desc = "E85 to Namespace Mountains", + stn_display = "E85 Namespace M.", + }, + E85_S = { + outside_text = "[E85] Morija North", + inside_line_desc = "E85 to Morija North", + stn_display = "E85 Morija North", + }, } --[[ 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, |