From 91ff5cf2da06ed15fcf4d73825d7ccf57e31e58c Mon Sep 17 00:00:00 2001 From: SoundScopes Date: Wed, 10 Jun 2015 03:07:17 +0100 Subject: [PATCH] Resist Runtime error on Mice --- 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 64b9a5e4..c0176a86 100644 --- a/code/modules/mob/living/living.dm +++ b/code/modules/mob/living/living.dm @@ -465,8 +465,8 @@ for(var/atom/A in M.contents) if(istype(A,/mob/living/simple_animal/borer) || istype(A,/obj/item/weapon/holder)) return + M.status_flags &= ~PASSEMOTES - M.status_flags &= ~PASSEMOTES return //Resisting control by an alien mind.