Commit 06fa071c authored by Amiya's avatar Amiya

修复

parent 05c914f3
Pipeline #41169 passed with stages
in 2 minutes and 7 seconds
...@@ -76,7 +76,7 @@ function s.spcon(e,c) ...@@ -76,7 +76,7 @@ function s.spcon(e,c)
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c) function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local g=Duel.GetReleaseGroup(tp,true,REASON_SPSUMMON):Filter(s.spfilter,nil,tp,c) local g=Duel.GetReleaseGroup(tp,true,REASON_SPSUMMON):Filter(s.spfilter,nil,tp,c)
local g2=duel.GetMatchingGroup(s.cfilter,tp,LOCATION_HAND,0,nil) local g2=Duel.GetMatchingGroup(s.cfilter,tp,LOCATION_HAND,0,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISCARD) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DISCARD)
local tc=g2:SelectUnselect(nil,tp,false,true,1,1) local tc=g2:SelectUnselect(nil,tp,false,true,1,1)
if tc then if tc then
......
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