Commit d6986049 authored by 2924713558's avatar 2924713558 Committed by GitHub

Add files via upload

parent b9ba6817
...@@ -79,7 +79,7 @@ end ...@@ -79,7 +79,7 @@ end
-- --
function c1111501.op2(e,tp,eg,ep,ev,re,r,rp) function c1111501.op2(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local sg=Duel.SelectMatchingCard(tp,c1111501.tfilter2,tp,LOCATION_DECK+LOCATION_GRAVE,0,1,1,nil) local sg=Duel.SelectMatchingCard(tp,c1111501.tfilter2,tp,LOCATION_DECK,0,1,1,nil)
if sg:GetCount()<1 then return end if sg:GetCount()<1 then return end
Duel.SendtoHand(sg,nil,REASON_EFFECT) Duel.SendtoHand(sg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,sg) Duel.ConfirmCards(1-tp,sg)
......
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