From 8fc095d63e8a24089f89a1a8eed97fa22f73f4a5 Mon Sep 17 00:00:00 2001 From: lolman360 <22850904+lolman360@users.noreply.github.com> Date: Thu, 19 Dec 2019 17:29:35 +1100 Subject: [PATCH] Update carbon.dm --- code/modules/mob/living/carbon/carbon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index ebbef53696..e6cf1c97a5 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -161,7 +161,7 @@ var/obj/item/I = src.get_active_held_item() - + var/atom/movable/thrown_thing var/mob/living/throwable_mob if(istype(I, /obj/item/clothing/head/mob_holder))