Commit dcdc5121 authored by gg123gg's avatar gg123gg Committed by GitHub

Add files via upload

parent fb5758e4
......@@ -149,8 +149,8 @@ function c4210035.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.ShuffleHand(tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local cd = Duel.SelectMatchingCard(tp,c4210035.cdfilter,tp,LOCATION_DECK,0,1,1,nil,e,tp)
Duel.ConfirmCards(1-tp,cd)
Duel.SendtoHand(cd,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,cd)
end
end
end
......@@ -180,5 +180,6 @@ function c4210035.rtop(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.SelectMatchingCard(tp,c4210035.cdcfilter,tp,LOCATION_DECK,0,1,1,nil)
if sg:GetCount()>0 then
Duel.SendtoHand(sg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,sg)
end
end
\ No newline at end of file
......@@ -150,8 +150,8 @@ function c4210036.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.ShuffleHand(tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local cd = Duel.SelectMatchingCard(tp,c4210036.cdrmfilter,tp,LOCATION_REMOVED,0,1,1,nil,e,tp)
Duel.ConfirmCards(1-tp,cd)
Duel.SendtoHand(cd,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,cd)
end
end
end
......@@ -181,5 +181,6 @@ function c4210036.rtop(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.SelectMatchingCard(tp,c4210036.cdfilter,tp,LOCATION_DECK,0,1,1,nil)
if sg:GetCount()>0 then
Duel.SendtoHand(sg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,sg)
end
end
\ No newline at end of file
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