Commit e856888c authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 918a85fb
...@@ -15,7 +15,7 @@ function c74640994.condition(e,tp,eg,ep,ev,re,r,rp) ...@@ -15,7 +15,7 @@ function c74640994.condition(e,tp,eg,ep,ev,re,r,rp)
return Duel.GetCurrentPhase()~=PHASE_DAMAGE or not Duel.IsDamageCalculated() return Duel.GetCurrentPhase()~=PHASE_DAMAGE or not Duel.IsDamageCalculated()
end end
function c74640994.filter(c) function c74640994.filter(c)
return c:IsFaceup() and c:IsSetCard(0xed) return c:IsFaceup() and c:IsSetCard(0xed) and c:IsDefenseAbove(0)
end end
function c74640994.fufilter(c) function c74640994.fufilter(c)
return c:IsFacedown() and c:IsSetCard(0xed) return c:IsFacedown() and c:IsSetCard(0xed)
......
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