From 792917ee312be268938c5c76831a6050c324fc0f Mon Sep 17 00:00:00 2001 From: AnturK Date: Thu, 28 Sep 2017 10:30:41 +0200 Subject: [PATCH] Fixes shade attackby --- 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 b3ee038776a..809e8b80d4c 100644 --- a/code/modules/mob/living/simple_animal/shade.dm +++ b/code/modules/mob/living/simple_animal/shade.dm @@ -63,4 +63,4 @@ var/obj/item/device/soulstone/SS = O SS.transfer_soul("SHADE", src, user) else - ..() + . = ..()