Commit 1d57dbf2 authored by mercury233's avatar mercury233

fix

parent a5e9ebd6
......@@ -57,7 +57,7 @@ function c56889.retop(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject()
if Duel.ReturnToField(tc) then
local atk=tc:GetBaseAttack()
local e1=Effect.CreateEffect(tc)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_SET_ATTACK)
e1:SetValue(atk*2)
......
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