Commit a322bed4 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c52700706.lua

parent 2639b13f
......@@ -66,10 +66,10 @@ function s.filter1(c,e)
return c:IsAbleToGrave() and not c:IsImmuneToEffect(e)
end
function s.exfilter0(c)
return c:IsCanBeFusionMaterial() and c:IsAbleToDeck()
return c:IsType(TYPE_MONSTER) and c:IsCanBeFusionMaterial() and c:IsAbleToDeck()
end
function s.exfilter1(c,e)
return c:IsCanBeFusionMaterial() and c:IsAbleToDeck() and not c:IsImmuneToEffect(e)
return c:IsType(TYPE_MONSTER) and c:IsCanBeFusionMaterial() and c:IsAbleToDeck() and not c:IsImmuneToEffect(e)
end
function s.filter2(c,e,tp,m,f,chkf)
return c:IsType(TYPE_FUSION) and c:IsSetCard(0x3529) 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