Commit 42931d98 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 6e68ba9c
...@@ -21,7 +21,8 @@ function c6430659.atcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -21,7 +21,8 @@ function c6430659.atcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsAbleToEnterBP() return Duel.IsAbleToEnterBP()
end end
function c6430659.filter(c) function c6430659.filter(c)
return c:IsFaceup() and c:IsLevelBelow(4) and c:IsAttackable() and not c:IsHasEffect(EFFECT_DIRECT_ATTACK) return c:IsFaceup() and c:IsLevelBelow(4) and c:IsAttackable()
and not c:IsHasEffect(EFFECT_DIRECT_ATTACK) and not c:IsHasEffect(EFFECT_CANNOT_DIRECT_ATTACK)
end end
function c6430659.attg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c6430659.attg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c6430659.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c6430659.filter(chkc) 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