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) ...@@ -11,7 +11,7 @@ function cm.filter1(c)
return c:IsLevelAbove(3) return c:IsLevelAbove(3)
end end
function cm.condition1(e,tp,eg,ep,ev,re,r,rp) 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 end
function cm.operation1(e,tp,eg,ep,ev,re,r,rp) function cm.operation1(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() 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