From f7cf9c86bdaa693ab2085ecb4af34222d6864a49 Mon Sep 17 00:00:00 2001 From: zeskorion <49600480+zeskorion@users.noreply.github.com> Date: Thu, 9 Jan 2020 21:57:37 -0800 Subject: [PATCH] Update death.dm --- code/modules/mob/living/death.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/mob/living/death.dm b/code/modules/mob/living/death.dm index 4bdc07a0..f99a86c8 100644 --- a/code/modules/mob/living/death.dm +++ b/code/modules/mob/living/death.dm @@ -48,11 +48,6 @@ /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 unset_machine()