From 091d07e6012dcd1347f5fa98fc32b3f5a13a663d Mon Sep 17 00:00:00 2001 From: Zephyr <12817816+ZephyrTFA@users.noreply.github.com> Date: Fri, 24 Sep 2021 21:44:23 -0400 Subject: [PATCH] Update acid.dm (#61684) --- code/datums/components/acid.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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