Add files via upload

master
TheTermos 2019-10-18 14:55:22 +02:00 committed by GitHub
parent 98e00b074f
commit 5529a8c5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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