summaryrefslogtreecommitdiff
path: root/auto_yards/nodes/(1178,16,3851).lua
blob: 35047d5bcdbb683ab27eea60873d09271ada076e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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