Commit c58e1608 authored by salix5's avatar salix5

fix

parent 0dea8aeb
...@@ -65,6 +65,10 @@ function c58820923.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -65,6 +65,10 @@ function c58820923.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_REMOVE)
local sg=g:Select(1-tp,3,3,nil) local sg=g:Select(1-tp,3,3,nil)
Duel.Remove(sg,POS_FACEUP,REASON_EFFECT) Duel.Remove(sg,POS_FACEUP,REASON_EFFECT)
else
local cg=Duel.GetFieldGroup(1-tp,LOCATION_DECK,0)
Duel.ConfirmCards(tp,cg)
Duel.ShuffleDeck(1-tp)
end end
end end
function c58820923.atkcon(e,tp,eg,ep,ev,re,r,rp) function c58820923.atkcon(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