Commit 4478b9bc authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12003008.lua

parent d0aa81b6
...@@ -63,7 +63,8 @@ function c12003008.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,7 +63,8 @@ function c12003008.rmop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(tp,g) Duel.ConfirmCards(tp,g)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local tc=g:Select(tp,1,1,nil):GetFirst() local tc=g:Select(tp,1,1,nil):GetFirst()
Duel.SendtoHand(tc,nil,REASON_EFFECT) Duel.SendtoHand(tc,tp,REASON_EFFECT)
Duel.ShuffleHand(1-tp)
Duel.ConfirmCards(1-tp,tc) Duel.ConfirmCards(1-tp,tc)
end end
function c12003008.spfilter(c,ft) function c12003008.spfilter(c,ft)
......
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