Commit ad656ec8 authored by Tachibana's avatar Tachibana

eme

parent 6af725ad
......@@ -228,7 +228,7 @@ function cm.initial_effect(c)
local e5=rkch.MonzToPen(c,m,EVENT_LEAVE_FIELD,true)
end
function cm.spfilter(c,e,tp)
return c:IsLevelBelow(4) and c:IsSetCard(0xccd) and rscf.spfilter2()(c,e,tp) and not c:IsCode(m)
return c:IsLevelBelow(4) and (c:IsSetCard(0xccd) or rk.check(c,"OUMEI")) and rscf.spfilter2()(c,e,tp) and not c:IsCode(m)
end
function cm.spop(e,tp)
local c=e:GetHandler()
......
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