Commit ca39f334 authored by TanakaKotoha's avatar TanakaKotoha

tnndx

parent 43c4f62f
......@@ -115,7 +115,7 @@ function cm.retop(e,tp,eg,ep,ev,re,r,rp)
c:ResetFlagEffect(m+1)
--Debug.Message("This max chain count "..Chain_Count[1])
local num=Chain_Count[1]
local g=Duel.GetDecktopGroup(tp,math.min(num,Duel.GetFieldGroupCount(1-tp,LOCATION_DECK,0)))
local g=Duel.GetDecktopGroup(1-tp,math.min(num,Duel.GetFieldGroupCount(1-tp,LOCATION_DECK,0)))
Duel.SendtoGrave(g,REASON_EFFECT)
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