From 06d089b222cba4639ce8ee1d7d41349d43e0bb52 Mon Sep 17 00:00:00 2001 From: Cyantime Date: Sat, 23 Sep 2017 03:55:05 -0400 Subject: [PATCH] What's testing --- code/modules/mob/living/living.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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