From 5c7f77725394d47ce0b907aabf885ea207a507bd Mon Sep 17 00:00:00 2001 From: autocommitter Date: Tue, 15 Oct 2024 22:37:32 +0200 Subject: State at 2024-10-15 --- subway/nodes/(114,10,-10).lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 subway/nodes/(114,10,-10).lua (limited to 'subway/nodes/(114,10,-10).lua') 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 -- cgit v1.2.3