Commit 3e4b9401 authored by HertzPrime's avatar HertzPrime Committed by GitHub

Fix ShuffleDeck (#2836)

parent 7aee1b05
...@@ -57,7 +57,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -57,7 +57,6 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
local tag=g:Select(tp,1,1,nil) local tag=g:Select(tp,1,1,nil)
Duel.SendtoHand(tag,nil,REASON_EFFECT) Duel.SendtoHand(tag,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tag) Duel.ConfirmCards(1-tp,tag)
Duel.ShuffleDeck(tp)
end end
end end
function s.desfilter2(c,tp) function s.desfilter2(c,tp)
......
...@@ -43,7 +43,6 @@ function c28912357.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,7 +43,6 @@ function c28912357.operation(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
Duel.ShuffleDeck(tp)
end end
end end
function c28912357.spcon(e,tp,eg,ep,ev,re,r,rp) function c28912357.spcon(e,tp,eg,ep,ev,re,r,rp)
......
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