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 | e1b740cb5addd10aa1ee3ef5fe1b96949d1fdf38 (patch) | |
tree | fa04fa523deeddb653bd2410bf9730b00d1f300f | |
parent | 0ff8aa79353dcac175a294ac5cdd909b621f949e (diff) | |
download | il_timetable-e1b740cb5addd10aa1ee3ef5fe1b96949d1fdf38.tar.gz il_timetable-e1b740cb5addd10aa1ee3ef5fe1b96949d1fdf38.tar.bz2 il_timetable-e1b740cb5addd10aa1ee3ef5fe1b96949d1fdf38.zip |
State at 2023-10-12
-rw-r--r-- | nodes/(-1728,7,-4381).lua | 4 | ||||
-rw-r--r-- | nodes/(-1731,7,-4402).lua | 6 | ||||
-rw-r--r-- | nodes/(953,13,1106).lua | 5 |
3 files changed, 14 insertions, 1 deletions
diff --git a/nodes/(-1728,7,-4381).lua b/nodes/(-1728,7,-4381).lua new file mode 100644 index 0000000..b364ebd --- /dev/null +++ b/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/nodes/(-1731,7,-4402).lua b/nodes/(-1731,7,-4402).lua index 4f7d9b5..c9dae37 100644 --- a/nodes/(-1731,7,-4402).lua +++ b/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/nodes/(953,13,1106).lua b/nodes/(953,13,1106).lua new file mode 100644 index 0000000..d75ecec --- /dev/null +++ b/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 |