Commit 5aa9cc85 authored by jwyxym's avatar jwyxym Committed by GitHub

Add files via upload

parent 77dfc768
......@@ -11,7 +11,7 @@ function cm.filter1(c)
return c:IsLevelAbove(3)
end
function cm.condition1(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(cm.cfilter,1,nil) and Duel.GetAttacker()==e:GetHandler()
return eg:IsExists(cm.cfilter,1,nil,e:GetHandler()) and Duel.GetAttacker()==e:GetHandler()
end
function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
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