Commit 6a7e47e0 authored by nekrozar's avatar nekrozar
parent f5f3c42e
...@@ -20,6 +20,7 @@ function c85519211.target(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -20,6 +20,7 @@ function c85519211.target(e,tp,eg,ep,ev,re,r,rp,chk)
end end
function c85519211.activate(e,tp,eg,ep,ev,re,r,rp) function c85519211.activate(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(c85519211.filter,tp,LOCATION_MZONE,0,nil) local g=Duel.GetMatchingGroup(c85519211.filter,tp,LOCATION_MZONE,0,nil)
Duel.Damage(1-tp,g:GetCount()*1000,REASON_EFFECT) if Duel.Damage(1-tp,g:GetCount()*1000,REASON_EFFECT)==0 then return end
Duel.BreakEffect()
Duel.Destroy(g,REASON_EFFECT) Duel.Destroy(g,REASON_EFFECT)
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