diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 4d97587def47..6db31ea6451a 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -91,8 +91,6 @@ selected_ability = null remembered_dropped_objects = null - UnregisterSignal(src, COMSIG_MOB_DEATH) - /mob/living/carbon/human/get_status_tab_items() . = ..()