From 9a5f029abda038131437321f816d497095989b25 Mon Sep 17 00:00:00 2001 From: Bindy Johal Date: Tue, 17 Mar 2020 13:05:30 -0600 Subject: [PATCH] SuddenDeathMetabolizationFix --- code/modules/mob/living/carbon/death.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/death.dm b/code/modules/mob/living/carbon/death.dm index 79c3459f12b..efaf612a73b 100644 --- a/code/modules/mob/living/carbon/death.dm +++ b/code/modules/mob/living/carbon/death.dm @@ -7,6 +7,7 @@ if(!gibbed) emote("deathgasp") + reagents.end_metabolization(src) . = ..()