Commit 5e446452 authored by wind2009's avatar wind2009

Fix 大輪の魔導書

parent e92f001e
Pipeline #41537 canceled with stages
in 10 seconds
......@@ -49,7 +49,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.filter0(c,e)
return c:IsType(TYPE_MONSTER) and c:IsCanBeFusionMaterial() and not c:IsImmuneToEffect(e) and c:IsSetCard(0xbf,0xc0)
return c:IsType(TYPE_MONSTER) and c:IsCanBeFusionMaterial() and not c:IsImmuneToEffect(e) and c:IsFusionSetCard(0xbf,0xc0)
end
function s.filter2(c,e,tp,m,f,chkf)
return c:IsType(TYPE_FUSION) and (not f or f(c))
......
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