Commit eb216015 authored by gg123gg's avatar gg123gg Committed by nanahira

Update c12001021.lua (#4)

parent c0597fb8
...@@ -78,9 +78,9 @@ function c12001021.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -78,9 +78,9 @@ function c12001021.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,g)
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
end end
local tg=Duel.GetMatchingGroup(Card.IsAbleToDeck,p, LOCATION_HAND,0,nil) local tg=Duel.GetMatchingGroup(Card.IsAbleToDeck,tp,LOCATION_HAND,0,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local sg1=tg:Select(tp,Card.IsSetCard,1,1,nil,nil) local sg1=tg:Select(tp,Card.IsSetCard,1,1,nil,nil)
Duel.ConfirmCards(1-tp,sg1) Duel.ConfirmCards(1-tp,sg1)
Duel.SendtoDeck(sg1,nil,0,REASON_EFFECT) Duel.SendtoDeck(sg1,nil,0,REASON_EFFECT)
end end
\ No newline at end of file
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