Commit 16a28f70 authored by sidschingis's avatar sidschingis

fixed not Shuffling when not adding from Deck

parent 2e413b24
...@@ -44,6 +44,7 @@ function c28912357.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -44,6 +44,7 @@ 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