From 991cdf37e96ca561b58f57bc9ca7972f8d98bc89 Mon Sep 17 00:00:00 2001 From: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Date: Mon, 12 Apr 2021 12:30:30 -0700 Subject: [PATCH] Fixes humans not having any eyes (#58339) --- code/modules/mob/living/carbon/human/species.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index ce5d86c33e8..cb413b176dc 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -655,7 +655,7 @@ GLOBAL_LIST_EMPTY(roundstart_races) if(!(NOEYESPRITES in species_traits)) var/obj/item/organ/eyes/eye_organ = species_human.getorganslot(ORGAN_SLOT_EYES) var/mutable_appearance/no_eyeslay - var/list/eye_overlays + var/list/eye_overlays = list() var/obscured = species_human.check_obscured_slots(TRUE) //eyes that shine in the dark shouldn't show when you have glasses var/add_pixel_x = 0 var/add_pixel_y = 0