Commit 0d76d927 authored by GuGu's avatar GuGu

Update c10051.lua

parent 21ae6885
Pipeline #40867 passed with stage
in 17 seconds
......@@ -81,7 +81,7 @@ function c10051.desop(e,tp,eg,ep,ev,re,r,rp)
local ct=math.min(gc,hg:GetCount())
if ct>0 then
Duel.Hint(HINT_CARD,0,10051)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISCARD)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TOGRAVE)
local sg=hg:Select(tp,ct,ct,nil)
Duel.SendtoGrave(sg,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