Commit 0486722c authored by Tachibana's avatar Tachibana

ndyd

parent e3a9d9ae
Pipeline #4989 passed with stages
in 27 minutes and 57 seconds
......@@ -31,7 +31,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e4)
end
function cm.ffilter(c,fc,sub,mg,sg)
return c:IsFusionSetCard(0xfa4) and c:IsType(TYPE_MONSTER)
return c:IsFusionSetCard(0xfa4)
end
function cm.costfilter(c,tp)
return c:IsSetCard(0xfa4) and c:IsPosition(POS_FACEUP) and c:IsReleasable()
......
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