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

Update c12001016.lua

parent c74eb360
...@@ -61,7 +61,7 @@ function c12001016.tdop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,7 +61,7 @@ function c12001016.tdop(e,tp,eg,ep,ev,re,r,rp)
Duel.Draw(tp,2,REASON_EFFECT) Duel.Draw(tp,2,REASON_EFFECT)
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
local g=Duel.SelectMatchingCard(tp,aux.TRUE,tp,LOCATION_HAND,0,2,2,nil) local g=Duel.SelectMatchingCard(tp,aux.TRUE,tp,LOCATION_HAND,0,2,2,nil)
Duel.SendtoDeck(g,nil,1,REASON_EFFECT) Duel.SendtoDeck(g,nil,2,REASON_EFFECT)
else else
Duel.ShuffleDeck(tp) Duel.ShuffleDeck(tp)
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