summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--durt/nodes/(-1440,11,-2580).lua2
-rw-r--r--durt/nodes/(-1514,11,-2588).lua2
-rw-r--r--durt/nodes/(-1558,6,-2653).lua2
3 files changed, 4 insertions, 2 deletions
diff --git a/durt/nodes/(-1440,11,-2580).lua b/durt/nodes/(-1440,11,-2580).lua
index 793db52..f596766 100644
--- a/durt/nodes/(-1440,11,-2580).lua
+++ b/durt/nodes/(-1440,11,-2580).lua
@@ -1,2 +1,2 @@
-F.remove_rc({"S27_EXIT","S27_EXIT_LOOP","S27_test"},true)
+F.remove_rc({"S27_EXIT","S27_EXIT_LOOP","S27_EXIT_BRIDGE","S27_test"},true)
if atc_arrow then atc_send("SM") end \ No newline at end of file
diff --git a/durt/nodes/(-1514,11,-2588).lua b/durt/nodes/(-1514,11,-2588).lua
index 6263481..ad879df 100644
--- a/durt/nodes/(-1514,11,-2588).lua
+++ b/durt/nodes/(-1514,11,-2588).lua
@@ -1,6 +1,6 @@
if event.train and atc_arrow then
atc_set_ars_disable(false)
atc_send("S3")
- set_rc(get_rc().." S27_EXIT_LOOP")
+ set_rc(get_rc().." S27_EXIT_BRIDGE")
return
end \ No newline at end of file
diff --git a/durt/nodes/(-1558,6,-2653).lua b/durt/nodes/(-1558,6,-2653).lua
new file mode 100644
index 0000000..f596766
--- /dev/null
+++ b/durt/nodes/(-1558,6,-2653).lua
@@ -0,0 +1,2 @@
+F.remove_rc({"S27_EXIT","S27_EXIT_LOOP","S27_EXIT_BRIDGE","S27_test"},true)
+if atc_arrow then atc_send("SM") end \ No newline at end of file