diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:51 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:51 +0200 |
commit | 3ec5fcd5781184ab379185fbba6b46fc11066a55 (patch) | |
tree | d86624947d6444019af7ed0a67fc0a9cace3169c /subwayis/nodes | |
parent | eeec3d8d41e0e50a6c07502b55fe0a7c4fb305ed (diff) | |
download | luaatc_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).lua | 6 |
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 |