Commit d59326ae authored by Amiya's avatar Amiya

修复

parent 50d0cef8
Pipeline #38971 passed with stages
in 2 minutes and 33 seconds
...@@ -18,7 +18,6 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -18,7 +18,6 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local exg=Duel.GetMatchingGroup(s.cfilter,tp,LOCATION_EXTRA,0,nil,tp) local exg=Duel.GetMatchingGroup(s.cfilter,tp,LOCATION_EXTRA,0,nil,tp)
Duel.DiscardHand(tp,Card.IsDiscardable,1,1,REASON_COST+REASON_DISCARD) Duel.DiscardHand(tp,Card.IsDiscardable,1,1,REASON_COST+REASON_DISCARD)
local og=Duel.GetOperatedGroup() local og=Duel.GetOperatedGroup()
e:SetLabelObject(og)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CONFIRM)
local cg=exg:Select(tp,1,1,nil) local cg=exg:Select(tp,1,1,nil)
Duel.ConfirmCards(1-tp,cg) Duel.ConfirmCards(1-tp,cg)
......
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