From 7c1d8b32d0a42bbd81da290241de68ceb4e11f2d Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Sat, 17 May 2014 16:01:49 -0500 Subject: [PATCH] Humanoid mobs won't default to having an undershirt. --- code/modules/mob/living/carbon/human/human_defines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_defines.dm b/code/modules/mob/living/carbon/human/human_defines.dm index f22eb0db41..e50aeee66c 100644 --- a/code/modules/mob/living/carbon/human/human_defines.dm +++ b/code/modules/mob/living/carbon/human/human_defines.dm @@ -24,7 +24,7 @@ var/b_type = "A+" //Player's bloodtype var/underwear = 1 //Which underwear the player wants - var/undershirt = 1 //Which undershirt the player wants. + var/undershirt = 0 //Which undershirt the player wants. var/backbag = 2 //Which backpack type the player has chosen. Nothing, Satchel or Backpack. //Equipment slots