diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index 96a3571f113..6746a773ecc 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -947,6 +947,8 @@ /datum/species/machine/handle_death(var/mob/living/carbon/human/H) var/obj/item/organ/external/head/head_organ = H.get_organ("head") + if(!head_organ) + return head_organ.h_style = "Bald" head_organ.f_style = "Shaved" spawn(100)