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 a04d15d commit 4d66f58Copy full SHA for 4d66f58
official/c64756282.lua
@@ -58,9 +58,9 @@ function s.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
58
local c=e:GetHandler()
59
if chk==0 then return c:IsAbleToRemoveAsCost() and Duel.IsExistingMatchingCard(s.copyfilter,tp,LOCATION_GRAVE,0,1,nil) end
60
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
61
- local g=Duel.SelectMatchingCard(tp,s.copyfilter,tp,LOCATION_GRAVE,0,1,1,nil)
+ local tc=Duel.SelectMatchingCard(tp,s.copyfilter,tp,LOCATION_GRAVE,0,1,1,nil):GetFirst()
62
Duel.Remove(Group.FromCards(tc,c),POS_FACEUP,REASON_COST)
63
- local te=g:GetFirst():CheckActivateEffect(true,true,false)
+ local te=tc:CheckActivateEffect(true,true,false)
64
e:SetLabel(te:GetLabel())
65
e:SetLabelObject(te:GetLabelObject())
66
local tg=te:GetTarget()
@@ -80,4 +80,4 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
80
te:SetLabel(e:GetLabel())
81
te:SetLabelObject(e:GetLabelObject())
82
end
83
-end
+end
0 commit comments