summaryrefslogtreecommitdiff
path: root/subway/nodes/(114,10,-10).lua
blob: 6ddab969b993a263c4e5539dfcf67a0d489439ac (plain)
1
2
3
4
5
6
7
8
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