From 4de42e356e3b8a9f4d7b10219722926c3f3ea3c6 Mon Sep 17 00:00:00 2001 From: linnpap <77863456+linnpap@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:53:02 -0600 Subject: [PATCH] gives flypeople hair (#11014) --- code/modules/mob/living/carbon/human/species_types/flypeople.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species_types/flypeople.dm b/code/modules/mob/living/carbon/human/species_types/flypeople.dm index 8221228ff4b..e13569bd37a 100644 --- a/code/modules/mob/living/carbon/human/species_types/flypeople.dm +++ b/code/modules/mob/living/carbon/human/species_types/flypeople.dm @@ -2,7 +2,7 @@ name = "Flyperson" id = SPECIES_FLY say_mod = "buzzes" - species_traits = list(HAS_FLESH, HAS_BONE, TRAIT_ANTENNAE) + species_traits = list(HAS_FLESH, HAS_BONE, TRAIT_ANTENNAE, HAIR, FACEHAIR) //SKYRAT EDIT - gives flypeople hair inherent_traits = list( TRAIT_ADVANCEDTOOLUSER, TRAIT_CAN_STRIP,