Commit 27a47ce6 authored by nekrozar's avatar nekrozar

fix Core Blaster

parent 2f0c2900
...@@ -79,7 +79,7 @@ function c59385322.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -79,7 +79,7 @@ function c59385322.desop(e,tp,eg,ep,ev,re,r,rp)
end end
function c59385322.thcon(e,tp,eg,ep,ev,re,r,rp) function c59385322.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsReason(REASON_LOST_TARGET) return e:GetHandler():IsReason(REASON_LOST_TARGET)
and not e:GetHandler():GetPreviousEquipTarget():IsLocation(LOCATION_MZONE) and not e:GetHandler():GetPreviousEquipTarget():IsLocation(LOCATION_ONFIELD+LOCATION_OVERLAY)
end end
function c59385322.thtg(e,tp,eg,ep,ev,re,r,rp,chk) function c59385322.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToHand() end if chk==0 then return e:GetHandler():IsAbleToHand() end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment