Commit 1a7bdf90 authored by Tachibana's avatar Tachibana

move

parent dba86a2b
......@@ -36,7 +36,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
end
function cm.matfilter(c)
return c:IsRace(RACE_ZOMBIE) and c:IsAttribute(ATTRIBUTE_DARK)
return c:IsRace(RACE_ZOMBIE) and c:IsAttribute(ATTRIBUTE_DARK) and c:IsLevelAbove(1)
end
function cm.valcheck(e,c)
local g=c:GetMaterial()
......
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