Commit dd68d6e4 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12001016.lua

parent 3527a931
...@@ -54,6 +54,7 @@ function c12001016.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,6 +54,7 @@ function c12001016.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local g1=Duel.SelectMatchingCard(tp,c12001016.tdfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,99,e:GetHandler()) local g1=Duel.SelectMatchingCard(tp,c12001016.tdfilter,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,1,99,e:GetHandler())
local tg=Duel.SendtoDeck(g1,nil,2,REASON_EFFECT) local tg=Duel.SendtoDeck(g1,nil,2,REASON_EFFECT)
Duel.ShuffleDeck(tp)
if tg>1 then if tg>1 then
Duel.Draw(tp,1,REASON_EFFECT) Duel.Draw(tp,1,REASON_EFFECT)
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