Commit e2554275 authored by Ken7787's avatar Ken7787 Committed by GitHub

Add files via upload

parent e4a1db2e
...@@ -17,7 +17,7 @@ function cm.fliter(c) ...@@ -17,7 +17,7 @@ function cm.fliter(c)
end end
function cm.condition(e,tp,eg,ep,ev,re,r,rp) function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return vgf.VMonsterCondition(e) and vgf.VMonsterFilter(Duel.GetAttackTarget()) return vgf.VMonsterCondition(c) and vgf.VMonsterFilter(Duel.GetAttackTarget())
end end
function cm.operation2(e,tp,eg,ep,ev,re,r,rp) function cm.operation2(e,tp,eg,ep,ev,re,r,rp)
......
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