Commit 3e4d3c82 authored by Amiya's avatar Amiya

修复

parent 21944e32
Pipeline #39216 passed with stages
in 1 minute and 31 seconds
...@@ -45,7 +45,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp) ...@@ -45,7 +45,7 @@ function s.tgop(e,tp,eg,ep,ev,re,r,rp)
aux.GCheckAdditional=aux.dncheck aux.GCheckAdditional=aux.dncheck
local sg=g:SelectSubGroup(tp,aux.TRUE,false,2,2) local sg=g:SelectSubGroup(tp,aux.TRUE,false,2,2)
aux.GCheckAdditional=nil aux.GCheckAdditional=nil
if sg:GetCount()>0 then if sg and sg:GetCount()>0 then
Duel.SendtoGrave(sg,REASON_EFFECT) Duel.SendtoGrave(sg,REASON_EFFECT)
end end
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
......
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