Skip to content

Commit 5e5f36a

Browse files
committed
"Metalfoes Vanisher" update
Fixed an incorrect function usage during the selection of the cards to be destroyed with its effect
1 parent 889286b commit 5e5f36a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

official/c56518311.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
7070
local c=e:GetHandler()
7171
local g=Duel.GetMatchingGroup(aux.FaceupFilter(Card.IsCanBeEffectTarget,e),tp,LOCATION_ONFIELD,0,nil,e)
7272
if chk==0 then return c:IsCanBeSpecialSummoned(e,0,tp,false,false)
73-
and aux.SelectUnselectGroup(g,1,tp,2,2,s.rescon,chk,tp) end
74-
local tg=aux.SelectUnselectGroup(g,1,tp,2,2,s.rescon,chk,tp)
73+
and aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,chk,tp) end
74+
local tg=aux.SelectUnselectGroup(g,e,tp,2,2,s.rescon,chk,tp)
7575
Duel.SetTargetCard(tg)
7676
Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,2,0,0)
7777
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,c,1,0,0)

0 commit comments

Comments
 (0)