Commit 7680f72c authored by nekrozar's avatar nekrozar

fix

parent f9236ade
......@@ -35,7 +35,7 @@ function c56252810.target(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end
function c56252810.activate(e,tp,eg,ep,ev,re,r,rp)
local dg=Duel.GetMatchingGroup(Card.IsDestructable,tp,LOCATION_MZONE,0,nil)
Duel.Destroy(dg,REASON_EFFECT)
if Duel.Destroy(dg,REASON_EFFECT)~=dg:GetCount() then return end
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
local tc=Duel.GetFirstTarget()
local c=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