Commit 1a899dfe authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent b979378a
......@@ -25,7 +25,7 @@ function c60349525.indval(e,c)
return c:IsLevelBelow(e:GetHandler():GetLevel())
end
function c60349525.condition(e,tp,eg,ep,ev,re,r,rp)
if tp==ep or eg:GetCount()~=1 then return false end
if tp==rp or eg:GetCount()~=1 then return false end
local c=eg:GetFirst()
return c:GetLevel()>0 and c:IsAttackAbove(c:GetLevel()*200)
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