summaryrefslogtreecommitdiff
path: root/il_timetable
diff options
context:
space:
mode:
Diffstat (limited to 'il_timetable')
-rw-r--r--il_timetable/nodes/(-1728,7,-4381).lua4
-rw-r--r--il_timetable/nodes/(-1731,7,-4402).lua6
-rw-r--r--il_timetable/nodes/(953,13,1106).lua5
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