From 824f79eee3c8a0ab2106cffafb103cfa02a3f100 Mon Sep 17 00:00:00 2001 From: yoyobatty <32651551+yoyobatty@users.noreply.github.com> Date: Fri, 21 Sep 2018 14:35:22 -0400 Subject: [PATCH] Adds parent call to carbon.dm (#40364) * Adds parent call to carbon.dm * Yes --- code/modules/mob/living/carbon/carbon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/carbon.dm b/code/modules/mob/living/carbon/carbon.dm index ae9a47cfd5e..d8edc71c939 100644 --- a/code/modules/mob/living/carbon/carbon.dm +++ b/code/modules/mob/living/carbon/carbon.dm @@ -146,6 +146,7 @@ return /mob/living/carbon/throw_item(atom/target) + . = ..() throw_mode_off() if(!target || !isturf(loc)) return