Commit 2afd9628 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 461a7a96
......@@ -68,7 +68,7 @@ function cm.drop(e,tp,eg,ep,ev,re,r,rp)
if sg:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(m,1)) then
Duel.BreakEffect()
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(m,2))
local dc=sg:Select(tp,1,1,nil)
local dc=sg:Select(tp,1,1,nil):GetFirst()
Duel.ShuffleDeck(tp)
Duel.MoveSequence(dc,SEQ_DECKTOP)
Duel.ConfirmDecktop(tp,1)
......
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