Skip to content

Commit 16081a9

Browse files
committed
Skip fusion material selection in Apex Polymerization
1 parent e5584ae commit 16081a9

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

official/c44886582.lua

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
4646
if sc and Duel.SpecialSummon(sc,0,tp,tp,false,false,POS_FACEUP)>0 then
4747
sc:NegateEffects(e:GetHandler())
4848
Duel.BreakEffect()
49-
local fusion_params={matfilter=Fusion.OnFieldMat,extrafil=s.fextra(tc,sc),exactcount=2}
49+
local fusion_params={matfilter=Fusion.OnFieldMat,extrafil=s.fextra(tc),exactcount=2,gc=Group.FromCards(tc,sc)}
5050
local b1=Fusion.SummonEffTG(fusion_params)(e,tp,eg,ep,ev,re,r,rp,0)
5151
local b2=sc:IsAbleToGrave()
5252
local op=Duel.SelectEffect(tp,
@@ -59,13 +59,8 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
5959
end
6060
end
6161
end
62-
function s.fextra(tc,sc)
62+
function s.fextra(tc)
6363
return function(e,tp,mg)
64-
return Group.FromCards(tc),s.fcheck(Group.FromCards(tc,sc))
65-
end
66-
end
67-
function s.fcheck(g)
68-
return function(tp,sg,fc)
69-
return g:Includes(sg)
64+
return Group.FromCards(tc)
7065
end
7166
end

0 commit comments

Comments
 (0)