Commit fe0ab10e authored by 八宫一月's avatar 八宫一月

Update c100259007.lua

parent 29e5b5f7
Pipeline #43067 passed with stages
in 1 minute and 59 seconds
......@@ -34,7 +34,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
if g:GetCount()>0 and Duel.SelectYesNo(tp,aux.Stringid(id,2)) and ft>0 then
local ct=math.min(3,ft)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SET)
local sg=g:Select(tp,1,ft,nil)
local sg=g:Select(tp,1,ct,nil)
Duel.SSet(tp,sg)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetDescription(aux.Stringid(id,3))
......
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