Commit 6b6d4867 authored by Huangnan's avatar Huangnan

fix

parent 0b30dbac
Pipeline #39449 failed with stages
in 16 minutes and 20 seconds
......@@ -94,7 +94,7 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp)
end
elseif g:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local sg=g:Select(tp,1,2,nil)
local sg=g:Select(tp,1,3,nil)
Duel.HintSelection(sg)
Duel.SendtoDeck(sg,nil,nil,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