From 06fdd0471dad405e75ab04200e7ae0aeae1e455a Mon Sep 17 00:00:00 2001 From: Erki Date: Mon, 5 Nov 2018 12:46:16 +0200 Subject: [PATCH] Fuck (#5548) --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index cca595d3efb..694108fe714 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -164,7 +164,7 @@ //Vision var/obj/item/organ/vision if(species.vision_organ) - vision = organs_by_name[species.vision_organ] + vision = internal_organs_by_name[species.vision_organ] || organs_by_name[species.vision_organ] if (!vision) if (species.vision_organ) // if they should have eyes but don't, they can't see