diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:07 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:07 +0200 |
commit | c21692e0a830e434675014dd7b54736d180ce71d (patch) | |
tree | e928ac06b872bb5fa7697736f8cb78873e1424d2 /il_timetable/nodes | |
parent | c6612d4e4b59a03d097a494eee4c714f8b88f123 (diff) | |
download | luaatc_envs-c21692e0a830e434675014dd7b54736d180ce71d.tar.gz luaatc_envs-c21692e0a830e434675014dd7b54736d180ce71d.tar.bz2 luaatc_envs-c21692e0a830e434675014dd7b54736d180ce71d.zip |
State at 2020-06-24
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(-527,23,-239).lua | 1 | ||||
-rw-r--r-- | il_timetable/nodes/(-863,14,-492).lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(-866,14,-502).lua | 1 | ||||
-rw-r--r-- | il_timetable/nodes/(241,13,-2039).lua | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/il_timetable/nodes/(-527,23,-239).lua b/il_timetable/nodes/(-527,23,-239).lua new file mode 100644 index 0000000..faf5a6c --- /dev/null +++ b/il_timetable/nodes/(-527,23,-239).lua @@ -0,0 +1 @@ +if can_set_route("SpnMainInLaza", "Direct") and can_set_route("SpnMainNorthIntIn", "T3") then
set_route("SpnMainInLaza", "Direct")
else
interrupt(5, "abfahrt")
end
\ No newline at end of file diff --git a/il_timetable/nodes/(-863,14,-492).lua b/il_timetable/nodes/(-863,14,-492).lua index c78f4fb..4c650c0 100644 --- a/il_timetable/nodes/(-863,14,-492).lua +++ b/il_timetable/nodes/(-863,14,-492).lua @@ -3,7 +3,7 @@ if flip then atc_set_text_outside("E3 - Sraczka's Village\n via Trisiston") set_rc("E3_Sra") else - atc_set_text_outside("E3 - Garden of Eden Ferry\n via Trisiston") + atc_set_text_outside("E3 - Shanielle Inlet\n via Trisiston") set_rc("E3_Edf") end flip = not flip
\ No newline at end of file diff --git a/il_timetable/nodes/(-866,14,-502).lua b/il_timetable/nodes/(-866,14,-502).lua new file mode 100644 index 0000000..684dac3 --- /dev/null +++ b/il_timetable/nodes/(-866,14,-502).lua @@ -0,0 +1 @@ +atc_set_text_outside("S20 - Euler Street <-> Trap City")
\ No newline at end of file diff --git a/il_timetable/nodes/(241,13,-2039).lua b/il_timetable/nodes/(241,13,-2039).lua index a6c5cb6..5125336 100644 --- a/il_timetable/nodes/(241,13,-2039).lua +++ b/il_timetable/nodes/(241,13,-2039).lua @@ -1,2 +1,2 @@ set_line("E35") -atc_set_text_outside("Noob Express -> Melinka Town")
\ No newline at end of file +atc_set_text_outside("Noob Express -> Melinka Town -> Trisiston")
\ No newline at end of file |