Commit 0e85f87a authored by wind2009's avatar wind2009

Fix 宵星の閃光

parent 8eb06093
...@@ -83,8 +83,7 @@ function s.retop(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,8 +83,7 @@ function s.retop(e,tp,eg,ep,ev,re,r,rp)
local g=e:GetLabelObject() local g=e:GetLabelObject()
local sg=g:Filter(s.retfilter,nil,e:GetLabel()) local sg=g:Filter(s.retfilter,nil,e:GetLabel())
g:DeleteGroup() g:DeleteGroup()
local tc=sg:GetFirst() for tc in aux.Next(sg) do
for tc in aux.Next(g) do
Duel.SendtoHand(tc,tc:GetPreviousControler(),REASON_EFFECT) Duel.SendtoHand(tc,tc:GetPreviousControler(),REASON_EFFECT)
end 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