We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b13b2a commit 47db896Copy full SHA for 47db896
official/c64756282.lua
@@ -54,7 +54,7 @@ function s.efftg(e,tp,eg,ep,ev,re,r,rp,chk)
54
local c=e:GetHandler()
55
if chk==0 then return c:IsAbleToRemoveAsCost() and Duel.IsExistingMatchingCard(s.copyfilter,tp,LOCATION_GRAVE,0,1,nil) end
56
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
57
- local sc=Duel.SelectTarget(tp,s.copyfilter,tp,LOCATION_GRAVE,0,1,1,nil):GetFirst()
+ local sc=Duel.SelectMatchingCard(tp,s.copyfilter,tp,LOCATION_GRAVE,0,1,1,nil):GetFirst()
58
Duel.Remove(Group.FromCards(sc,c),POS_FACEUP,REASON_COST)
59
local te,ceg,cep,cev,cre,cr,crp=sc:CheckActivateEffect(true,true,true)
60
Duel.ClearTargetCard()
@@ -73,4 +73,4 @@ function s.effop(e,tp,eg,ep,ev,re,r,rp)
73
if op then
74
op(e,tp,eg,ep,ev,re,r,rp)
75
end
76
-end
+end
0 commit comments