summaryrefslogtreecommitdiff
path: root/Hyard/nodes/(-2596,12,-1830).lua
diff options
context:
space:
mode:
Diffstat (limited to 'Hyard/nodes/(-2596,12,-1830).lua')
-rw-r--r--Hyard/nodes/(-2596,12,-1830).lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/Hyard/nodes/(-2596,12,-1830).lua b/Hyard/nodes/(-2596,12,-1830).lua
deleted file mode 100644
index 0b5e1ac..0000000
--- a/Hyard/nodes/(-2596,12,-1830).lua
+++ /dev/null
@@ -1,15 +0,0 @@
-if S.reversing and atc_arrow then
-set_rc(S.rc)
-S.exiting = true
-S.reversing = false
-elseif atc_arrow and S.exiting and S.rc:match("HYREVERSE") then
-set_rc("PICKUP")
-S.dir = 2
-S.reversing = true
-elseif get_rc():match("EXIT") and not S.reversing then
- if S.rc:match("HIP") then
- set_route("HYEXIT1", "Hippodrome")
- else
- set_route("HYEXIT1", "Trisiston")
-end
-end \ No newline at end of file