Commit 479754ee authored by a597449807's avatar a597449807 Committed by GitHub

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

修复霸王眷龙凶饿毒复制PSY骨架王·Ζ效果发动短暂除外后会回到回场上(裁定为不会回到场上)的问题
parent da459696
......@@ -88,12 +88,17 @@ function c37192109.retcon(e,tp,eg,ep,ev,re,r,rp)
else return true end
end
function c37192109.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=e:GetLabelObject()
local sg=g:Filter(c37192109.retfilter,nil,e:GetLabel())
g:DeleteGroup()
local tc=sg:GetFirst()
while tc do
if tc==c and not c:IsCode(37192109) then
Duel.Remove(tc,POS_FACEUP,nil)
else
Duel.ReturnToField(tc)
end
tc=sg:GetNext()
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