Commit abb6b8af authored by Tachibana's avatar Tachibana

eme

parent beaede45
Pipeline #8604 passed with stages
in 40 minutes and 17 seconds
No preview for this file type
......@@ -26,9 +26,9 @@ function c24865310.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,nil,0,0,0)
end
function c24865310.thop(e,tp,eg,ep,ev,re,r,rp)
if Duel.SelectYesNo(tp,aux.Stringid(24865310,0))then
local g=Duel.SelectMatchingCard(tp,c24865310.thfilter,tp,LOCATION_DECK,0,1,1,nil)
local c=e:GetHandler()
if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(24865310,0))then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
......
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