From 3877210490f512a1e1bf90006efd5ebf49d5cebf Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 8 Mar 2019 11:31:13 +0100 Subject: [PATCH] Update mobjects.dm --- code/modules/mob/living/simple_animal/mobject/mobjects.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/mobject/mobjects.dm b/code/modules/mob/living/simple_animal/mobject/mobjects.dm index 61301d7b1d..5b7ca8d223 100644 --- a/code/modules/mob/living/simple_animal/mobject/mobjects.dm +++ b/code/modules/mob/living/simple_animal/mobject/mobjects.dm @@ -39,8 +39,6 @@ mob/living/simple_animal/mobject/Life() mob/living/simple_animal/mobject/proc/process() //proccess performed instead of Life in OBJ form. if(!on) - return - //A way to disable process() - return //Currently does nothing + return //A way to disable process() //Mobject engineering will Probably be first, basically a Synthetic Mob that can be wrenched into active object mode