Commit 74d6316b authored by Tachibana's avatar Tachibana

ndyd

parent 8b61cd2b
Pipeline #4920 passed with stages
in 26 minutes and 43 seconds
......@@ -53,7 +53,7 @@ function cm.splimit(e,c,sump,sumtype,sumpos,targetp,se)
return not c:IsRace(RACE_INSECT)
end
function cm.chainfilter(re,tp,cid)
return bit.band(re:GetCategory(),CATEGORY_DESTROY)~=0
return not ( bit.band(re:GetCategory(),CATEGORY_DESTROY)~=0 )
end
function cm.spcon(e,c)
if c==nil then return true 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