Commit 5c023b4b authored by salix5's avatar salix5

Merge pull request #210 from nekrozar/patch-1

fix Assault Revival
parents f9236ade 7680f72c
......@@ -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