From 41ecef2ca6ad92d308ac02d291ea2ced8b507ae3 Mon Sep 17 00:00:00 2001 From: sarcoph <83266791+sarcoph@users.noreply.github.com> Date: Sat, 14 May 2022 23:58:14 -0800 Subject: [PATCH] Update ipc.dm --- .../code/modules/mob/living/carbon/human/species_types/ipc.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/mob/living/carbon/human/species_types/ipc.dm b/modular_citadel/code/modules/mob/living/carbon/human/species_types/ipc.dm index dbe4b8c8f..be91215e9 100644 --- a/modular_citadel/code/modules/mob/living/carbon/human/species_types/ipc.dm +++ b/modular_citadel/code/modules/mob/living/carbon/human/species_types/ipc.dm @@ -6,7 +6,8 @@ icon_limbs = DEFAULT_BODYPART_ICON_CITADEL blacklisted = 0 sexes = 0 - species_traits = list(MUTCOLORS,NOEYES,NOTRANSSTING,NOMOUTH,TRAIT_NOTHIRST) + species_traits = list(MUTCOLORS,NOEYES,NOTRANSSTING,NOMOUTH) + inherent_traits = list(TRAIT_NOTHIRST) inherent_biotypes = MOB_ROBOTIC|MOB_HUMANOID mutant_bodyparts = list("ipc_screen", "ipc_antenna") default_features = list("ipc_screen" = "Blank", "ipc_antenna" = "None")