diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm index 1981089369..e5ee1557c8 100644 --- a/code/modules/mob/living/carbon/human/death.dm +++ b/code/modules/mob/living/carbon/human/death.dm @@ -113,6 +113,7 @@ . = ..(cause, gibbed, death_message) // stat is now set + /* var/datum/cause_data/death_data = cause if(!gibbed && death_data?.cause_name != "gibbing") // Hilariously the gibbing proc causes death via droplimb which means gibbed is false... @@ -120,3 +121,4 @@ else if(death_data?.cause_name == "existing") // Corpses spawn as gibbed true to avoid sfx, even though they aren't actually gibbed... AddComponent(/datum/component/weed_food) + */