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)
return true
end
function s.retop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local g=e:GetLabelObject()
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
local g=e:GetLabelObject():Filter(s.retfilter,nil)
for tc in aux.Next(g) do
Duel.ReturnToField(tc)
end
tc=sg:GetNext()
end
end
function s.cfilter(c,tp)
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