Commit 3929c4c6 authored by POLYMER's avatar POLYMER

fix

parent 9616eb40
......@@ -51,11 +51,7 @@ function s.copytg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=Duel.SelectMatchingCard(tp,s.efffilter,tp,LOCATION_HAND+LOCATION_DECK+LOCATION_MZONE,0,1,1,nil,e,tp,eg,ep,ev,re,r,rp)
local tc=g:GetFirst()
local te=tc.ceffect
if tc:IsLocation(LOCATION_DECK) then
Duel.SendtoGrave(g,REASON_COST+REASON_RELEASE)
else
Duel.Release(g,REASON_COST)
end
Duel.Release(g,REASON_COST)
e:SetProperty(te:GetProperty())
Duel.ClearTargetCard()
e:SetLabelObject(te)
......
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