Commit 07be795a authored by nekrozar's avatar nekrozar

fix

parent cc2bf2ea
......@@ -52,10 +52,16 @@ function c14001430.reptg(e,tp,eg,ep,ev,re,r,rp,chk)
and re:GetHandler():IsSetCard(0x71) and eg:IsExists(c14001430.repfilter,1,nil,tp) end
if Duel.SelectYesNo(tp,aux.Stringid(14001430,0)) then
local g=eg:Filter(c14001430.repfilter,nil,tp)
local ct=g:GetCount()
if ct>1 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RTOHAND)
g=g:Select(tp,1,ct,nil)
end
Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
return true
else return false end
if g:GetCount()==ct then return true end
end
return false
end
function c14001430.repval(e,c)
return c14001430.repfilter(c,e:GetHandlerPlayer())
......
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