From 9d99061ff54b0739f3e7f466ea292b1ff5d7e92d Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Wed, 7 Oct 2020 23:40:59 +0100 Subject: [PATCH] what the fuck git --- code/modules/mob/living/carbon/human/update_icons.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/carbon/human/update_icons.dm b/code/modules/mob/living/carbon/human/update_icons.dm index a393fa8906..f81fd7ba49 100644 --- a/code/modules/mob/living/carbon/human/update_icons.dm +++ b/code/modules/mob/living/carbon/human/update_icons.dm @@ -742,9 +742,9 @@ use_mob_overlay_icon: if FALSE, it will always use the default_icon_file even if return if(dna.species.should_render()) - return - - var/obj/item/bodypart/HD = get_bodypart("head") + return + + var/obj/item/bodypart/HD = get_bodypart("head") if(!istype(HD)) return