Commit 88255c7b authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 5c206843
...@@ -71,8 +71,10 @@ function c73511233.spfilter1(c,e) ...@@ -71,8 +71,10 @@ function c73511233.spfilter1(c,e)
return c73511233.spfilter0(c) and not c:IsImmuneToEffect(e) return c73511233.spfilter0(c) and not c:IsImmuneToEffect(e)
end end
function c73511233.spfilter2(c,e,tp,m,f,gc) function c73511233.spfilter2(c,e,tp,m,f,gc)
local mg=m:Clone()
mg:AddCard(gc)
return c:IsType(TYPE_FUSION) and (not f or f(c)) return c:IsType(TYPE_FUSION) and (not f or f(c))
and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial(m,gc) and c:IsCanBeSpecialSummoned(e,SUMMON_TYPE_FUSION,tp,false,false) and c:CheckFusionMaterial(mg,gc)
end end
function c73511233.spfilter3(c) function c73511233.spfilter3(c)
return c:IsCanBeFusionMaterial() and c:IsRace(RACE_DRAGON) return c:IsCanBeFusionMaterial() and c:IsRace(RACE_DRAGON)
......
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