Commit b582820a authored by Tachibana's avatar Tachibana

1145141919810

parent 0f203bfe
Pipeline #14957 passed with stages
in 32 minutes and 29 seconds
No preview for this file type
......@@ -37,7 +37,7 @@ function cm.initial_effect(c)
end
--xyz
function cm.mfilter(c,xyzc)
return c:IsXyzType(TYPE_MONSTER) and c:IsXyzLevel(xyzc,4) and c:IsRace(RACE_SPELLCASTER)
return c:IsXyzType(TYPE_MONSTER) and c:IsXyzLevel(xyzc,4) and c:IsRace(RACE_SPELLCASTER+RACE_ZOMBIE)
end
--functions e1 needs
function cm.descon(e,tp,eg,ep,ev,re,r,rp)
......
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