From c871629ecae02db041d7fa0f7e0620f6555d052e Mon Sep 17 00:00:00 2001 From: KasparoVy Date: Thu, 24 Mar 2016 20:05:35 -0400 Subject: [PATCH] Slime People can now use Underwear and Undershirts, Fixes --- code/modules/mob/living/carbon/human/species/station.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index fd8fcd50909..65e4684c64f 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -378,7 +378,7 @@ cold_env_multiplier = 3 flags = IS_WHITELISTED | NO_BREATHE | HAS_LIPS | NO_INTORGANS | NO_SCAN - clothing_flags = HAS_SOCKS + clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS bodyflags = HAS_SKIN_COLOR | NO_EYES dietflags = DIET_CARN reagent_tag = PROCESS_ORG