Commit 73dc6e16 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 25cb38b1
...@@ -32,7 +32,7 @@ function c79229522.splimit(e,se,sp,st) ...@@ -32,7 +32,7 @@ function c79229522.splimit(e,se,sp,st)
end end
function c79229522.cfilter(c,tp) function c79229522.cfilter(c,tp)
return (c:IsFusionCode(70095154) or c:IsRace(RACE_MACHINE) and c:IsType(TYPE_MONSTER)) return (c:IsFusionCode(70095154) or c:IsRace(RACE_MACHINE) and c:IsType(TYPE_MONSTER))
and c:IsCanBeFusionMaterial() and c:IsAbleToDeckOrExtraAsCost() and (c:IsControler(tp) or c:IsFaceup()) and c:IsCanBeFusionMaterial() and c:IsAbleToGraveAsCost() and (c:IsControler(tp) or c:IsFaceup())
end end
function c79229522.fcheck(c,sg) function c79229522.fcheck(c,sg)
return c:IsFusionCode(70095154) and sg:FilterCount(c79229522.fcheck2,c)+1==sg:GetCount() return c:IsFusionCode(70095154) and sg:FilterCount(c79229522.fcheck2,c)+1==sg:GetCount()
......
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