Commit ca1f1135 authored by 独孤朲's avatar 独孤朲

Merge pull request #929 from Steeldarkeagel/patch-25

fix
parents 31e2cdec 7392337d
...@@ -29,7 +29,7 @@ function c39153655.initial_effect(c) ...@@ -29,7 +29,7 @@ function c39153655.initial_effect(c)
c:RegisterEffect(e3) c:RegisterEffect(e3)
end end
function c39153655.filter(c) function c39153655.filter(c)
return c:IsFaceup() and c:IsSetCard(0xaf) return c:IsFaceup() and c:IsSetCard(0xaf) and c:GetLevel()~=4
end end
function c39153655.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c39153655.atktg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c39153655.filter(chkc) end if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and c39153655.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