Commit 6425843e authored by salix5's avatar salix5

Merge pull request #1313 from nekrozar/patch-1

fix Red-Eyes Archfiend of Lightning
parents a39a937b 602349b3
......@@ -13,7 +13,7 @@ function c39357122.initial_effect(c)
c:RegisterEffect(e1)
end
function c39357122.filter(c,atk)
return c:IsFaceup() and c:IsDefenceBelow(atk) and c:IsDestructable()
return c:IsFaceup() and c:GetDefence()<atk and c:IsDestructable()
end
function c39357122.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local atk=e:GetHandler():GetAttack()
......
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