From 69e68c669c4ca41b455eff9a696a4223d6d644fe Mon Sep 17 00:00:00 2001 From: Marginalorb Date: Wed, 23 Sep 2020 12:20:23 -0400 Subject: [PATCH] Updates wryn.dm (#14416) Fixes wryn body color picking --- code/modules/mob/living/carbon/human/species/wryn.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/wryn.dm b/code/modules/mob/living/carbon/human/species/wryn.dm index 080a67a032b..9040e651749 100644 --- a/code/modules/mob/living/carbon/human/species/wryn.dm +++ b/code/modules/mob/living/carbon/human/species/wryn.dm @@ -35,8 +35,9 @@ "antennae" = /obj/item/organ/internal/wryn/hivenode ) - species_traits = list(IS_WHITELISTED, NO_BREATHE, HAS_SKIN_COLOR, NO_SCAN, HIVEMIND) + species_traits = list(LIPS, IS_WHITELISTED, NO_BREATHE, NO_SCAN, HIVEMIND) clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS + bodyflags = HAS_SKIN_COLOR dietflags = DIET_HERB //bees feed off nectar, so bee people feed off plants too dies_at_threshold = TRUE