Commit 0848493f authored by wind2009's avatar wind2009 Committed by GitHub

Fix サプライズ・チェーン (#2813)

parent d535d8b4
...@@ -34,7 +34,11 @@ end ...@@ -34,7 +34,11 @@ end
function c70491413.activate(e,tp,eg,ep,ev,re,r,rp) function c70491413.activate(e,tp,eg,ep,ev,re,r,rp)
local cl=Duel.GetCurrentChain() local cl=Duel.GetCurrentChain()
if cl>=2 then if cl>=2 then
Duel.SortDecktop(tp,tp,cl) Duel.ConfirmDecktop(tp,cl)
local g=Duel.GetDecktopGroup(tp,cl)
if g:GetCount()>0 then
Duel.SortDecktop(tp,tp,g:GetCount())
end
end end
if cl>=3 then if cl>=3 then
Duel.BreakEffect() Duel.BreakEffect()
......
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