Commit 602349b3 authored by nekrozar's avatar nekrozar

fix

parent a39a937b
...@@ -13,7 +13,7 @@ function c39357122.initial_effect(c) ...@@ -13,7 +13,7 @@ function c39357122.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c39357122.filter(c,atk) 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 end
function c39357122.destg(e,tp,eg,ep,ev,re,r,rp,chk) function c39357122.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local atk=e:GetHandler():GetAttack() 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