Commit d1ca03ee authored by a597449807's avatar a597449807 Committed by GitHub

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

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