diff --git a/code/datums/components/acid.dm b/code/datums/components/acid.dm index 224f3fd8c50..2a857a0aaa3 100644 --- a/code/datums/components/acid.dm +++ b/code/datums/components/acid.dm @@ -209,7 +209,7 @@ var/mob/living/crosser = arrived if(crosser.movement_type & FLYING) return - if(crosser.m_intent & MOVE_INTENT_WALK) + if(crosser.m_intent == MOVE_INTENT_WALK) return if(prob(60)) return