Commit 9d58f021 authored by 伊蕾娜's avatar 伊蕾娜

c74560015.lua

parent 631e5329
......@@ -86,7 +86,10 @@ end
function cCardno.hspop(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g1=Duel.SelectMatchingCard(tp,cCardno.hspfilter1,tp,LOCATION_DECK,0,1,1,nil)
if g1:GetCount()>0 then Duel.SendtoHand(g1,tp,REASON_EFFECT) end
if g1:GetCount()>0 then
Duel.SendtoHand(g1,tp,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g1)
end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local g2=Duel.SelectMatchingCard(tp,cCardno.hspfilter2,tp,LOCATION_DECK,0,1,1,nil)
if g2:GetCount()>0 then Duel.SendtoGrave(g2,REASON_EFFECT) 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