Commit 109a6e04 authored by Amiya's avatar Amiya

修复

parent d9217ad4
Pipeline #40517 passed with stages
in 1 minute and 33 seconds
...@@ -70,8 +70,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,8 +70,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToChain() or Duel.Destroy(c,REASON_EFFECT)==0 then return end if not c:IsRelateToChain() or Duel.Destroy(c,REASON_EFFECT)==0 then return end
local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND) local g=Duel.GetFieldGroup(tp,0,LOCATION_HAND)
if g:GetCount()>0 then if g:GetCount()>0 then
local cg=g:Filter(s.cffilter,nil) Duel.ConfirmCards(tp,g)
Duel.ConfirmCards(tp,cg)
Duel.ShuffleHand(1-tp) Duel.ShuffleHand(1-tp)
if g:IsExists(s.spfilter,1,nil,e,tp) if g:IsExists(s.spfilter,1,nil,e,tp)
and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0 and Duel.GetLocationCount(1-tp,LOCATION_MZONE)>0
......
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