Commit 44c29986 authored by TanakaKotoha's avatar TanakaKotoha

tnndx

parent d35bcc6c
...@@ -41,7 +41,7 @@ function cm.initial_effect(c) ...@@ -41,7 +41,7 @@ function cm.initial_effect(c)
while i do while i do
local code=i:GetCode() local code=i:GetCode()
local sg=Duel.GetMatchingGroup(cm.thfilter,1-tp,LOCATION_DECK+LOCATION_GRAVE+LOCATION_HAND,0,nil,code) local sg=Duel.GetMatchingGroup(cm.thfilter,1-tp,LOCATION_DECK+LOCATION_GRAVE+LOCATION_HAND,0,nil,code)
sg=sg:Select(1-e:GetHandlerPlayer(),g:GetCount(),g:GetCount(),nil) sg=sg:Select(1-e:GetHandlerPlayer(),1,1,nil)
Duel.SendtoHand(sg,tp,REASON_RULE) Duel.SendtoHand(sg,tp,REASON_RULE)
i=g:GetNext() i=g:GetNext()
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