Commit 89092e62 authored by TanakaKotoha's avatar TanakaKotoha

mopempoe

parent d3edb9c6
...@@ -127,7 +127,7 @@ function c12011017.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -127,7 +127,7 @@ function c12011017.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c12011017.thfilter(c) function c12011017.thfilter(c)
return c:IsSetCard(0x3fbe) and c:IsAbleToHand() return c:IsSetCard(0x3fbe) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end end
function c12011017.spfilter1(c,e) function c12011017.spfilter1(c,e)
return c:IsSetCard(0x3fbe) and not c:IsImmuneToEffect(e) return c:IsSetCard(0x3fbe) and not c:IsImmuneToEffect(e)
......
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