Commit 13aad891 authored by Amiya's avatar Amiya

修复

parent 919242a4
Pipeline #40550 passed with stages
in 1 minute and 12 seconds
...@@ -97,7 +97,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -97,7 +97,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
aux.PlaceCardsOnDeckBottom(tp,tg) aux.PlaceCardsOnDeckBottom(tp,tg)
elseif tg:GetCount()>2 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then elseif tg:GetCount()>2 and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
local sg=tg:SelectSubGroup(tp,s.fselect2,false,2,2,e,tp,g) local sg=tg:SelectSubGroup(tp,s.fselect2,false,2,2,e,tp,tg)
if sg:GetCount()>0 then if sg:GetCount()>0 then
tg:Sub(sg) tg:Sub(sg)
aux.PlaceCardsOnDeckBottom(tp,sg) aux.PlaceCardsOnDeckBottom(tp,sg)
......
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