Commit ef319aa1 authored by Tachibana's avatar Tachibana

ybb

parent b82e75f8
Pipeline #9386 passed with stages
in 36 minutes and 18 seconds
No preview for this file type
......@@ -52,8 +52,11 @@ end
function cm.ovfilter(c)
return c:IsFaceup() and c:IsCode(m_t)
end
function cm.atkfilter(c)
return c:IsSetCard(code) and c:IsType(TYPE_MONSTER)
end
function cm.atkval(e,c)
return Duel.GetMatchingGroupCount(Card.IsSetCard,c:GetControler(),LOCATION_GRAVE,0,nil,code)*500
return Duel.GetMatchingGroupCount(cm.atkfilter,c:GetControler(),LOCATION_GRAVE,0,nil)*500
end
function cm.immcon(e)
return e:GetHandler():GetOverlayGroup():IsExists(Card.IsCode,1,nil,m_t)
......
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