From 0b571a6e9ec5833730348389965f89affb6e39b6 Mon Sep 17 00:00:00 2001 From: sarcoph <83266791+sarcoph@users.noreply.github.com> Date: Sat, 14 May 2022 23:56:08 -0800 Subject: [PATCH 1/2] Update ipc.dm --- .../code/modules/mob/living/carbon/human/species_types/ipc.dm | 2 +- 1 file changed, 1 insertion(+), 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 684ae707c..dbe4b8c8f 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,7 @@ icon_limbs = DEFAULT_BODYPART_ICON_CITADEL blacklisted = 0 sexes = 0 - species_traits = list(MUTCOLORS,NOEYES,NOTRANSSTING,NOMOUTH) + species_traits = list(MUTCOLORS,NOEYES,NOTRANSSTING,NOMOUTH,TRAIT_NOTHIRST) inherent_biotypes = MOB_ROBOTIC|MOB_HUMANOID mutant_bodyparts = list("ipc_screen", "ipc_antenna") default_features = list("ipc_screen" = "Blank", "ipc_antenna" = "None") 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 2/2] 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")