Commit 649fd02a authored by Chen Bill's avatar Chen Bill

Revert "fix PSYフレームロード・Ζ (#2188)"

This reverts commit 479754ee.
parent 297406a4
...@@ -88,17 +88,12 @@ function c37192109.retcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -88,17 +88,12 @@ function c37192109.retcon(e,tp,eg,ep,ev,re,r,rp)
else return true end else return true end
end end
function c37192109.retop(e,tp,eg,ep,ev,re,r,rp) function c37192109.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=e:GetLabelObject() local g=e:GetLabelObject()
local sg=g:Filter(c37192109.retfilter,nil,e:GetLabel()) local sg=g:Filter(c37192109.retfilter,nil,e:GetLabel())
g:DeleteGroup() g:DeleteGroup()
local tc=sg:GetFirst() local tc=sg:GetFirst()
while tc do while tc do
if tc==c and not c:IsCode(37192109) then
Duel.Remove(tc,POS_FACEUP,nil)
else
Duel.ReturnToField(tc) Duel.ReturnToField(tc)
end
tc=sg:GetNext() tc=sg:GetNext()
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