From 5529a8c5ed6bb288082849581bfc749c210a7256 Mon Sep 17 00:00:00 2001 From: TheTermos <55103816+TheTermos@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:55:22 +0200 Subject: [PATCH] Add files via upload --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f9210f7..282a7b4 100644 --- a/init.lua +++ b/init.lua @@ -140,7 +140,7 @@ local function shark_brain(self) local prty = mobkit.get_queue_priority(self) if prty < 20 then local target = mobkit.get_nearby_player(self) - if target and mobkit.is_alive(target) and mobkit.is_in_deep(target) then + if target and mobkit.is_alive(target) and mobkit.is_in_deep(target) and target:get_attach() == nil then mobkit.clear_queue_high(self) mobkit.hq_aqua_attack(self,20,target,7) end