What's testing

This commit is contained in:
Cyantime
2017-09-23 03:55:05 -04:00
parent eb3c898111
commit 06d089b222
+1 -1
View File
@@ -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