Commit 0331e329 authored by salix5's avatar salix5

Merge pull request #91 from nekrozar/patch-2

fix Red Dragon Archfiend
parents 668b6b41 c1c964d4
...@@ -83,6 +83,7 @@ function c70902743.target2(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -83,6 +83,7 @@ function c70902743.target2(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,g:GetCount(),0,0) Duel.SetOperationInfo(0,CATEGORY_DESTROY,g,g:GetCount(),0,0)
end end
function c70902743.operation2(e,tp,eg,ep,ev,re,r,rp) function c70902743.operation2(e,tp,eg,ep,ev,re,r,rp)
if not e:GetHandler():IsRelateToEffect(e) or e:GetHandler():IsFacedown() then return end
local g=Duel.GetMatchingGroup(c70902743.filter2,tp,LOCATION_MZONE,0,e:GetHandler()) local g=Duel.GetMatchingGroup(c70902743.filter2,tp,LOCATION_MZONE,0,e:GetHandler())
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