Commit 89092e62 authored by TanakaKotoha's avatar TanakaKotoha

mopempoe

parent d3edb9c6
Pipeline #790 passed with stages
in 45 minutes and 51 seconds
......@@ -127,7 +127,7 @@ function c12011017.activate(e,tp,eg,ep,ev,re,r,rp)
end
end
function c12011017.thfilter(c)
return c:IsSetCard(0x3fbe) and c:IsAbleToHand()
return c:IsSetCard(0x3fbe) and c:IsType(TYPE_MONSTER) and c:IsAbleToHand()
end
function c12011017.spfilter1(c,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