Commit d7c329a1 authored by 未闻皂名's avatar 未闻皂名

2024/3/20 bug修复

parent 3b70c8e6
Pipeline #25958 passed with stages
in 7 minutes and 8 seconds
...@@ -43,7 +43,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -43,7 +43,7 @@ function cm.activate(e,tp,eg,ep,ev,re,r,rp)
local g=mg:SelectSubGroup(sump,cm.check,false,min,min,tc) local g=mg:SelectSubGroup(sump,cm.check,false,min,min,tc)
if g:GetCount()>0 then if g:GetCount()>0 then
Duel.BreakEffect() Duel.BreakEffect()
Duel.SpecialSummon(g,0,tp,tp,false,false,POS_FACEUP) Duel.SpecialSummon(g,0,sump,sump,false,false,POS_FACEUP)
end end
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