From 54b798bd548d92a974a70e605cc4a07af806145f Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 8 Mar 2019 10:42:31 +0100 Subject: [PATCH] Update mobjects.dm --- code/modules/mob/living/simple_animal/mobject/mobjects.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/mobject/mobjects.dm b/code/modules/mob/living/simple_animal/mobject/mobjects.dm index 1ce268ca4f..69d929ce2f 100644 --- a/code/modules/mob/living/simple_animal/mobject/mobjects.dm +++ b/code/modules/mob/living/simple_animal/mobject/mobjects.dm @@ -10,7 +10,7 @@ mob/living/simple_animal/mobject var/obj_icon var/obj_icon_state var/obj_on - var/willanchor = 1 //Var that decides if obj state is anchored or not + var/willanchor = 1 //Var that decides if obj state is anchored or not //Unanchored mobjects will wander in object mode. var/norest = 1 //Var that makes mobject in animal state unrest automatically //simple workaround to infinite resting mob/living/simple_animal/mobject/New()