diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:51 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:51 +0200 |
commit | 22f0dec9f5e032eae6a9a595cac2c24788e8afcc (patch) | |
tree | d1401d757a3cea402583ca64d34e5e57bcdd6cb4 | |
parent | b0973f88ae1add453abc042e418358b6dba5e666 (diff) | |
download | il_timetable-22f0dec9f5e032eae6a9a595cac2c24788e8afcc.tar.gz il_timetable-22f0dec9f5e032eae6a9a595cac2c24788e8afcc.tar.bz2 il_timetable-22f0dec9f5e032eae6a9a595cac2c24788e8afcc.zip |
State at 2021-04-28
-rw-r--r-- | nodes/(286,4,206).lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes/(286,4,206).lua b/nodes/(286,4,206).lua index 8713687..2bcca64 100644 --- a/nodes/(286,4,206).lua +++ b/nodes/(286,4,206).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 - Showroom") digiline_send("monitor", "4 Showroom "..rwt.to_string(next_dep_time, true)) |