From 930b9ba91b9cd94622bf1a8a1fcc38c773de6e95 Mon Sep 17 00:00:00 2001 From: Nerd Lord Date: Wed, 11 May 2016 08:44:33 -0400 Subject: [PATCH] sanity? --- code/modules/mob/living/simple_animal/shade.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/shade.dm b/code/modules/mob/living/simple_animal/shade.dm index 8c8bb9d87a9..f2164eec7b9 100644 --- a/code/modules/mob/living/simple_animal/shade.dm +++ b/code/modules/mob/living/simple_animal/shade.dm @@ -35,7 +35,7 @@ ..() /mob/living/simple_animal/shade/Process_Spacemove(movement_dir = 0) - return 1 + return TRUE //this doesn't make much sense; you'd thing TRUE would mean it'd process spacemove but it means it doesn't /mob/living/simple_animal/shade/attack_animal(mob/living/simple_animal/M) if(istype(M, /mob/living/simple_animal/hostile/construct/builder))