diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:29 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:53:29 +0200 |
commit | 87b301c6c4e5ded017ae3e37248b4d239ae1c728 (patch) | |
tree | face501f5e6ce8579f8712282bcc2ba9d594d77a /durt/nodes | |
parent | 92b4523c0e8eaa9c61635b5b3307cd6022a1578d (diff) | |
download | luaatc_envs-87b301c6c4e5ded017ae3e37248b4d239ae1c728.tar.gz luaatc_envs-87b301c6c4e5ded017ae3e37248b4d239ae1c728.tar.bz2 luaatc_envs-87b301c6c4e5ded017ae3e37248b4d239ae1c728.zip |
State at 2021-07-04
Diffstat (limited to 'durt/nodes')
-rw-r--r-- | durt/nodes/(-1440,11,-2580).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-1514,11,-2588).lua | 2 | ||||
-rw-r--r-- | durt/nodes/(-1558,6,-2653).lua | 2 |
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 |