Commit 3d633608 authored by nanahira's avatar nanahira

fix

parent ce5bc27c
...@@ -53,5 +53,5 @@ function cm.exop(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,5 +53,5 @@ function cm.exop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function cm.drfilter(c,e) function cm.drfilter(c,e)
returnc:IsCanOverlay() and not c:IsImmuneToEffect(e) return c:IsCanOverlay() and not c:IsImmuneToEffect(e)
end end
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