Commit 893b867a authored by mercury233's avatar mercury233 Committed by GitHub

fix 深淵竜アルバ・レナトゥス

parent b5261a3a
......@@ -44,7 +44,7 @@ function c3410461.initial_effect(c)
c:RegisterEffect(e4)
end
function c3410461.branded_fusion_check(tp,sg,fc)
return aux.gffcheck(sg,Card.IsFusionCode,68468459,Card.IsRace,RACE_DRAGON)
return #sg<2 or aux.gffcheck(sg,Card.IsFusionCode,68468459,Card.IsRace,RACE_DRAGON)
end
function c3410461.cfilter(c,fc)
return c:IsAbleToGraveAsCost() and (c:IsControler(fc:GetControler()) or c:IsFaceup())
......
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