Commit 58063d10 authored by Chen Bill's avatar Chen Bill

Revert "fix 神碑の鬣スレイプニル (#2185)"

This reverts commit 564f7942.
parent 649fd02a
...@@ -85,19 +85,10 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,19 +85,10 @@ function s.retcon(e,tp,eg,ep,ev,re,r,rp)
return true return true
end end
function s.retop(e,tp,eg,ep,ev,re,r,rp) function s.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local g=e:GetLabelObject():Filter(s.retfilter,nil)
local g=e:GetLabelObject() for tc in aux.Next(g) do
local sg=g:Filter(s.retfilter,nil,e:GetLabel())
g:DeleteGroup()
local tc=sg:GetFirst()
while tc do
if tc==c and not c:IsCode(74659582) then
Duel.Remove(tc,POS_FACEUP,nil)
else
Duel.ReturnToField(tc) Duel.ReturnToField(tc)
end end
tc=sg:GetNext()
end
end end
function s.cfilter(c,tp) function s.cfilter(c,tp)
return c:IsControler(tp) and c:IsPreviousLocation(LOCATION_DECK) return c:IsControler(tp) and c:IsPreviousLocation(LOCATION_DECK)
......
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