diff options
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 |