diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:54:48 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:54:48 +0200 |
commit | 29442906e59029482b8b704a09e7052f00688245 (patch) | |
tree | bae1df402699a8884504ea7d2954aed452121c9a /il_timetable | |
parent | d0a4b6e065f57af433d0c732177f43d647ba8d80 (diff) | |
download | luaatc_envs-29442906e59029482b8b704a09e7052f00688245.tar.gz luaatc_envs-29442906e59029482b8b704a09e7052f00688245.tar.bz2 luaatc_envs-29442906e59029482b8b704a09e7052f00688245.zip |
State at 2021-10-19
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/nodes/(-1477,9,-83).lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/il_timetable/nodes/(-1477,9,-83).lua b/il_timetable/nodes/(-1477,9,-83).lua index 21d7954..86c56d1 100644 --- a/il_timetable/nodes/(-1477,9,-83).lua +++ b/il_timetable/nodes/(-1477,9,-83).lua @@ -6,7 +6,7 @@ end doors = "L" if event.train then local time_now = rwt.now() - local next_dep_time = rwt.next_rpt(rwt.add(time_now, 10), 240, 0) + local next_dep_time = rwt.next_rpt(rwt.add(time_now, 10), 120, 0) if flip then atc_set_text_outside("4 - Schwarzschild Street") digiline_send("monitor", "4 Schwarzschild St . "..rwt.to_string(next_dep_time, true)) |