Commit 9efd5a6e authored by DailyShana's avatar DailyShana

fix

parent 6935dc61
...@@ -73,6 +73,7 @@ function c13629812.retop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,6 +73,7 @@ function c13629812.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local tc=e:GetLabelObject() local tc=e:GetLabelObject()
if tc:IsRelateToEffect(e) then if tc:IsRelateToEffect(e) then
Duel.ReturnToField(tc) local zone=bit.lshift(0x1,tc:GetPreviousSequence())
Duel.ReturnToField(tc,tc:GetPreviousPosition(),zone)
end end
end 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