Commit e23cbd10 authored by Chen Bill's avatar Chen Bill

Revert "fix PSYフレームロード・Ω (#2178)"

This reverts commit d1ca03ee.
parent 58063d10
......@@ -107,16 +107,13 @@ function c74586817.retcon(e,tp,eg,ep,ev,re,r,rp)
else return true end
end
function c74586817.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=e:GetLabelObject()
local sg=g:Filter(c74586817.retfilter,nil,e:GetLabel())
g:DeleteGroup()
local tc=sg:GetFirst()
while tc do
if tc==c and c:IsCode(74586817) then
if tc==e:GetHandler() then
Duel.ReturnToField(tc)
elseif tc==c and not c:IsCode(74586817) then
Duel.Remove(tc,POS_FACEUP,nil)
else
Duel.SendtoHand(tc,tc:GetPreviousControler(),REASON_EFFECT)
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