Commit b8c30c9c authored by 聖園ミカ's avatar 聖園ミカ 🐟

man!

parent e73ae205
......@@ -60,6 +60,9 @@ function s.initial_effect(c)
e6:SetValue(s.elimit)
c:RegisterEffect(e6)
end
function s.mfilter(c)
return c:IsFaceupEx() and c:IsAbleToRemoveAsCost()
end
function s.mfilter1(c)
return c:IsType(TYPE_MONSTER) and c:IsLevel(3) and
(c:IsRace(RACE_WARRIOR) or c:IsRace(RACE_FIEND))
......
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