Commit 9af1afcf authored by GuGu's avatar GuGu

Update c1110004.lua

parent d59efe88
Pipeline #29105 passed with stage
in 7 seconds
...@@ -56,10 +56,12 @@ function c1110004.op1(e,tp,eg,ep,ev,re,r,rp) ...@@ -56,10 +56,12 @@ function c1110004.op1(e,tp,eg,ep,ev,re,r,rp)
local ag=sg:Filter(c1110004.tfilter1,nil,e,tp,lg,nil,nil,tp) local ag=sg:Filter(c1110004.tfilter1,nil,e,tp,lg,nil,nil,tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local tg=ag:SelectSubGroup(tp,aux.dncheck,false,1,max,e,tp) local tg=ag:SelectSubGroup(tp,aux.dncheck,false,1,max,e,tp)
Duel.ConfirmCards(1-tp,lg) if tg then
Duel.SendtoDeck(lg,nil,2,REASON_EFFECT) Duel.ConfirmCards(1-tp,lg)
Duel.SpecialSummon(tg,0,tp,tp,false,false,POS_FACEUP) Duel.SendtoDeck(lg,nil,2,REASON_EFFECT)
Duel.ShuffleDeck(tp) Duel.SpecialSummon(tg,0,tp,tp,false,false,POS_FACEUP)
Duel.ShuffleDeck(tp)
end
end end
end end
-- --
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