Commit fa40a139 authored by mercury233's avatar mercury233 Committed by GitHub

fix

prevent it to be public
parent 565e0767
...@@ -50,6 +50,7 @@ function c23898021.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -50,6 +50,7 @@ function c23898021.thop(e,tp,eg,ep,ev,re,r,rp)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_SET) Duel.Hint(HINT_SELECTMSG,1-tp,HINTMSG_SET)
local tg=sg:RandomSelect(1-tp,1) local tg=sg:RandomSelect(1-tp,1)
Duel.ShuffleDeck(tp)
Duel.SSet(tp,tg:GetFirst()) Duel.SSet(tp,tg:GetFirst())
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