From 98c78493fb1430507b5d4bfa6f03ccb147e85065 Mon Sep 17 00:00:00 2001 From: monster860 Date: Wed, 4 Dec 2019 02:04:43 -0500 Subject: [PATCH] fixes eggpeople being invisible --- code/modules/mob/living/carbon/human/species_types/eggpeople.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/species_types/eggpeople.dm b/code/modules/mob/living/carbon/human/species_types/eggpeople.dm index 47a3edc748d4..17502dab2c58 100644 --- a/code/modules/mob/living/carbon/human/species_types/eggpeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/eggpeople.dm @@ -4,6 +4,7 @@ #define EGG_BETA (-0.027) /datum/species/egg // Egghead humanoids composed of eggs and stale memes + species_traits = list(MUTCOLORS) name = "Eggperson" id = "egg" say_mod = "blurbles"