Commit 5b22dffc authored by salix5's avatar salix5

fix

parent 647178c9
......@@ -49,7 +49,7 @@ function c77584012.operation(e,tp,eg,ep,ev,re,r,rp)
e2:SetRange(LOCATION_FZONE)
e2:SetReset(RESET_EVENT+0x1fe0000+RESET_PHASE+PHASE_END)
e2:SetLabel(cid)
e2:SetLabelObject(e2)
e2:SetLabelObject(e1)
e2:SetOperation(c77584012.rstop)
c:RegisterEffect(e2)
end
......@@ -57,10 +57,8 @@ function c77584012.rstop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local cid=e:GetLabel()
c:ResetEffect(cid,RESET_COPY)
local e2=e:GetLabelObject()
local e1=e2:GetLabelObject()
local e1=e:GetLabelObject()
e1:Reset()
e2:Reset()
Duel.HintSelection(Group.FromCards(c))
Duel.Hint(HINT_OPSELECTED,1-tp,e:GetDescription())
end
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