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

fix 聖剣を巡る王姫アンジェリカ (#2186)

修复霸王眷龙凶饿毒复制围绕圣剑的王姬 安洁莉卡效果发动短暂除外后会回到回场上(裁定为不会回到场上)的问题
parent f2609444
...@@ -106,5 +106,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -106,5 +106,7 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
else return true end else return true end
end end
function s.retop(e,tp,eg,ep,ev,re,r,rp) function s.retop(e,tp,eg,ep,ev,re,r,rp)
if e:GetHandler():IsCode(36320744) then
Duel.ReturnToField(e:GetLabelObject()) Duel.ReturnToField(e:GetLabelObject())
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