Commit caf1986a authored by Amiya's avatar Amiya

修复

parent ab08f6dd
Pipeline #36272 failed with stages
in 1 minute and 15 seconds
...@@ -144,7 +144,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp) ...@@ -144,7 +144,7 @@ function s.desop(e,tp,eg,ep,ev,re,r,rp)
local sg=Duel.GetMatchingGroup(s.spfilter,tp,loc,0,nil,e,tp) local sg=Duel.GetMatchingGroup(s.spfilter,tp,loc,0,nil,e,tp)
if sg:GetCount()==0 then return end if sg:GetCount()==0 then return end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local rg=sg:SelectSubGroup(tp,s.gcheck,false,1,ct,ft1,ft2,ft3,ect,ft) local rg=sg:SelectSubGroup(tp,s.gcheck,false,1,ct,ft1,ft2,ft3,ect1,ft)
Duel.SpecialSummon(rg,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(rg,0,tp,tp,false,false,POS_FACEUP)
end end
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