summaryrefslogtreecommitdiff
path: root/subwayis/nodes
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:51 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:52:51 +0200
commit3ec5fcd5781184ab379185fbba6b46fc11066a55 (patch)
treed86624947d6444019af7ed0a67fc0a9cace3169c /subwayis/nodes
parenteeec3d8d41e0e50a6c07502b55fe0a7c4fb305ed (diff)
downloadluaatc_envs-3ec5fcd5781184ab379185fbba6b46fc11066a55.tar.gz
luaatc_envs-3ec5fcd5781184ab379185fbba6b46fc11066a55.tar.bz2
luaatc_envs-3ec5fcd5781184ab379185fbba6b46fc11066a55.zip
State at 2021-04-28
Diffstat (limited to 'subwayis/nodes')
-rw-r--r--subwayis/nodes/(8,-2,48).lua6
1 files changed, 5 insertions, 1 deletions
diff --git a/subwayis/nodes/(8,-2,48).lua b/subwayis/nodes/(8,-2,48).lua
index 9fef105..b74d6e7 100644
--- a/subwayis/nodes/(8,-2,48).lua
+++ b/subwayis/nodes/(8,-2,48).lua
@@ -1 +1,5 @@
-interrupt_pos(POS(-14,3,4), "dep4") \ No newline at end of file
+if get_rc()=="SH" then
+interrupt_pos(POS(-14,3,4), "dep44")
+else
+interrupt_pos(POS(-14,3,4), "dep4")
+end \ No newline at end of file