Commit f201c50a authored by nanahira's avatar nanahira

fix

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