From 90ed52132291d2361729d9211beedf8a864ca1d4 Mon Sep 17 00:00:00 2001 From: Superhats Date: Thu, 10 Jan 2019 15:17:55 +0100 Subject: [PATCH] Grey --- code/modules/mob/living/carbon/human/species/grey.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/grey.dm b/code/modules/mob/living/carbon/human/species/grey.dm index dda521b702a..f17d1d729ca 100644 --- a/code/modules/mob/living/carbon/human/species/grey.dm +++ b/code/modules/mob/living/carbon/human/species/grey.dm @@ -25,6 +25,7 @@ clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS bodyflags = HAS_BODY_MARKINGS dietflags = DIET_HERB + has_gender = FALSE reagent_tag = PROCESS_ORG blood_color = "#A200FF" @@ -57,4 +58,4 @@ if(R.id == "sacid") H.reagents.del_reagent(R.id) return 0 - return ..() \ No newline at end of file + return ..()