Commit a2b5875f authored by TanakaKotoha's avatar TanakaKotoha

wadashimo

parent 8a02593b
Pipeline #656 passed with stages
in 40 minutes and 58 seconds
......@@ -47,7 +47,7 @@ end
function cm.ovfilter(c)
return c:IsFaceup() and c:IsType(TYPE_LINK) and c:IsLinkAbove(4) and c:GetEquipCount()>0
end
function cm.spcfilter(c,tp)
function cm.spcfilter(c,e)
return c:IsType(TYPE_EFFECT) and c:IsFaceup() and c:GetOwner()==e:GetOwner()
end
function cm.eqcon(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