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 ..()