Commit a93f625e authored by dest's avatar dest

fix

parent aa35d60e
...@@ -19,7 +19,7 @@ function c83986578.cfilter(c) ...@@ -19,7 +19,7 @@ function c83986578.cfilter(c)
return c:IsFaceup() and c:IsAttackBelow(1400) return c:IsFaceup() and c:IsAttackBelow(1400)
end end
function c83986578.condition(e,tp,eg,ep,ev,re,r,rp) function c83986578.condition(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c83986578.cfilter,1,nil) and not eg:IsContains(e:GetHandler()) and not e:GetHandler(STATUS_BATTLE_DESTROYED) return eg:IsExists(c83986578.cfilter,1,nil) and not eg:IsContains(e:GetHandler()) and not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
end end
function c83986578.target(e,tp,eg,ep,ev,re,r,rp,chk) function c83986578.target(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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