From 5aafcf95697e0e472aaa87dad0211b838cd57f2c Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Thu, 9 Jan 2020 20:59:51 -0800 Subject: [PATCH] Update death.dm --- code/modules/mob/living/death.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/death.dm b/code/modules/mob/living/death.dm index ad3c8982..66d895ed 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -48,6 +48,10 @@ /mob/living/proc/spawn_dust(just_ash = FALSE) new /obj/effect/decal/cleanable/ash(loc) +for(var/datum/disease/advance/D in diseases) + for(var/symptom in D.symptoms) + var/datum/symptom/S = symptom + S.OnDeath(D) /mob/living/death(gibbed) stat = DEAD