Commit 9f5dbf71 authored by mercury233's avatar mercury233 Committed by DailyShana

fix Flower Stacking and Dark Doriado (#625)

parent 52245acc
...@@ -43,6 +43,7 @@ function c30786387.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,6 +43,7 @@ function c30786387.activate(e,tp,eg,ep,ev,re,r,rp)
g:Remove(Card.IsCode,nil,tc:GetCode()) g:Remove(Card.IsCode,nil,tc:GetCode())
end end
Duel.ConfirmCards(1-tp,rg) Duel.ConfirmCards(1-tp,rg)
Duel.ShuffleDeck(tp)
local tg=rg:GetFirst() local tg=rg:GetFirst()
while tg do while tg do
Duel.MoveSequence(tg,0) Duel.MoveSequence(tg,0)
......
...@@ -67,6 +67,7 @@ function c62312469.stop(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,6 +67,7 @@ function c62312469.stop(e,tp,eg,ep,ev,re,r,rp)
g1:Merge(g3) g1:Merge(g3)
g1:Merge(g4) g1:Merge(g4)
Duel.ConfirmCards(1-tp,g1) Duel.ConfirmCards(1-tp,g1)
Duel.ShuffleDeck(tp)
local tc=g1:GetFirst() local tc=g1:GetFirst()
while tc do while tc do
Duel.MoveSequence(tc,0) Duel.MoveSequence(tc,0)
......
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