Commit d5dff83b authored by wind2009's avatar wind2009

Fix 雪沓の 跡追うひとつ またひとつ

Add Duel.HintSelection
parent 8dcebc73
Pipeline #25113 passed with stages
in 51 seconds
......@@ -36,6 +36,7 @@ function s.activate(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local rg=Duel.SelectMatchingCard(1-tp,Card.IsAbleToRemove,tp,0,LOCATION_GRAVE,ct,ct,nil,POS_FACEDOWN)
if rg:GetCount()>0 then
Duel.HintSelection(rg)
Duel.Remove(rg,POS_FACEDOWN,REASON_EFFECT)
end
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