diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:02:19 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 15:02:19 +0200 |
commit | 598e82bed93aa53d92a5f39d7e95a08b1aae710a (patch) | |
tree | d09e489a301865998404384520358e0d765ad85a /il_timetable/nodes | |
parent | 626ca852a2a5b8217a48cc2bb35f1a387b24e02d (diff) | |
download | luaatc_envs-598e82bed93aa53d92a5f39d7e95a08b1aae710a.tar.gz luaatc_envs-598e82bed93aa53d92a5f39d7e95a08b1aae710a.tar.bz2 luaatc_envs-598e82bed93aa53d92a5f39d7e95a08b1aae710a.zip |
State at 2023-10-12
Diffstat (limited to 'il_timetable/nodes')
-rw-r--r-- | il_timetable/nodes/(-1728,7,-4381).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(-1731,7,-4402).lua | 6 | ||||
-rw-r--r-- | il_timetable/nodes/(953,13,1106).lua | 5 |
3 files changed, 14 insertions, 1 deletions
diff --git a/il_timetable/nodes/(-1728,7,-4381).lua b/il_timetable/nodes/(-1728,7,-4381).lua new file mode 100644 index 0000000..b364ebd --- /dev/null +++ b/il_timetable/nodes/(-1728,7,-4381).lua @@ -0,0 +1,4 @@ +F.ttp_stop({ + stn = "Town of Abyss", + doorside = "R", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(-1731,7,-4402).lua b/il_timetable/nodes/(-1731,7,-4402).lua index 4f7d9b5..c9dae37 100644 --- a/il_timetable/nodes/(-1731,7,-4402).lua +++ b/il_timetable/nodes/(-1731,7,-4402).lua @@ -7,4 +7,8 @@ if event.train then end flip = not flip end -end
\ No newline at end of file +end +F.ttp_stop({ + stn = "Town of Abyss", + doorside = "R", +})
\ No newline at end of file diff --git a/il_timetable/nodes/(953,13,1106).lua b/il_timetable/nodes/(953,13,1106).lua new file mode 100644 index 0000000..d75ecec --- /dev/null +++ b/il_timetable/nodes/(953,13,1106).lua @@ -0,0 +1,5 @@ +F.ttp_stop({ + stn = "Ehlodex", + doorside = "R", + end_of_tt = { E1 = true }, +})
\ No newline at end of file |