summaryrefslogtreecommitdiff
path: root/subway/nodes/(114,10,-10).lua
diff options
context:
space:
mode:
Diffstat (limited to 'subway/nodes/(114,10,-10).lua')
-rw-r--r--subway/nodes/(114,10,-10).lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/subway/nodes/(114,10,-10).lua b/subway/nodes/(114,10,-10).lua
new file mode 100644
index 0000000..6ddab96
--- /dev/null
+++ b/subway/nodes/(114,10,-10).lua
@@ -0,0 +1,9 @@
+if event.type == "punch" then
+ interrupt_pos({x= 124,y=14,z=-12} , "toggle")
+ return
+end
+
+if event.type == "digiline" and event.channel == "tdetectors" then
+ interrupt_pos({x= 119,y=10,z=-26} , event.msg)
+ return
+end \ No newline at end of file