summaryrefslogtreecommitdiff
path: root/auto_yards/nodes/(1178,16,3851).lua
diff options
context:
space:
mode:
authorautocommitter <autocommitter@linux-forks.de>2024-04-22 14:57:54 +0200
committerautocommitter <autocommitter@linux-forks.de>2024-04-22 14:57:54 +0200
commit1443c3b5a1e0de1fc501e94a453554ab28e2fc8c (patch)
treea2531ac2018a8695962644fdd20b04c59da0b9a8 /auto_yards/nodes/(1178,16,3851).lua
parent7ac61207f5e208d1d70871a714218465b3025d16 (diff)
downloadluaatc_envs-1443c3b5a1e0de1fc501e94a453554ab28e2fc8c.tar.gz
luaatc_envs-1443c3b5a1e0de1fc501e94a453554ab28e2fc8c.tar.bz2
luaatc_envs-1443c3b5a1e0de1fc501e94a453554ab28e2fc8c.zip
State at 2022-07-04
Diffstat (limited to 'auto_yards/nodes/(1178,16,3851).lua')
-rw-r--r--auto_yards/nodes/(1178,16,3851).lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/auto_yards/nodes/(1178,16,3851).lua b/auto_yards/nodes/(1178,16,3851).lua
new file mode 100644
index 0000000..35047d5
--- /dev/null
+++ b/auto_yards/nodes/(1178,16,3851).lua
@@ -0,0 +1,13 @@
+local yard_id = "IP"
+local subs = {
+ ['WOA_mine_empty'] = POS(1949,7,9112),
+}
+
+if event.ext_int or event.punch then
+ for fc, pos in pairs(subs) do
+ if S.yards[yard_id].notify[fc] then
+ interrupt_pos(pos,"notify")
+ end
+ end
+ S.yards[yard_id].notify = {}
+end