Commit 5fc6770b authored by GuGu's avatar GuGu

Update c10915.lua 效果分段

parent 26d74176
Pipeline #20810 passed with stage
in 1 minute and 19 seconds
......@@ -31,6 +31,9 @@ function c10915.initial_effect(c)
local lc=Duel.GetOperatedGroup():GetFirst()
if not lc then return end
local bg=Duel.GetMatchingGroup(c10915.dfilter, tp, LOCATION_ONFIELD, LOCATION_ONFIELD, nil)
Duel.Destroy(bg,REASON_EFFECT)
if bg:GetCount()>0 then
Duel.BreakEffect()
Duel.Destroy(bg,REASON_EFFECT)
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