diff --git a/code/modules/mob/living/living.dm b/code/modules/mob/living/living.dm index 4b24f78f389..aeff76a6072 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -138,7 +138,7 @@ default behaviour is: ..() if (!istype(AM, /atom/movable) || AM.anchored) //VOREStation Edit - object-specific proc for running into things - if(((confused || is_blind()) && stat == CONSCIOUS)) && prob(50) && m_intent=="run") + if((confused || is_blind()) && stat == CONSCIOUS && prob(50) && m_intent=="run") AM.stumble_into(src) //VOREStation Edit End /* VOREStation Removal - See above