Commit 36e15acb authored by jwyxym's avatar jwyxym Committed by GitHub

Add files via upload

parent 6faba86a
......@@ -13,12 +13,11 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
vgf.AtkUp(c,c,10000,nil)
end
function cm.fliter(c)
return c:IsCode(20104001)
return c:IsCode(m)
end
function cm.condition(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return vgf.VMonsterCondition(c) and vgf.VMonsterFilter(Duel.GetAttackTarget())
end
function cm.operation2(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