From bdf4905289e95c385942530e0d2f1489417ca724 Mon Sep 17 00:00:00 2001 From: sabiram Date: Thu, 20 Nov 2014 17:08:24 -0500 Subject: [PATCH] I am dumb It is what it is. --- baystation12.int | 2 +- code/modules/client/preferences_gear.dm | 2 +- code/modules/clothing/under/miscellaneous.dm | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/baystation12.int b/baystation12.int index 28f433f0ff9..b82874fded5 100644 --- a/baystation12.int +++ b/baystation12.int @@ -3,4 +3,4 @@ MAP_ICON_TYPE: 0 AUTO_FILE_DIR: OFF */ -// END_INTERNALS \ No newline at end of file +// END_INTERNALS diff --git a/code/modules/client/preferences_gear.dm b/code/modules/client/preferences_gear.dm index 0725afdc6fa..57a43f7be6a 100644 --- a/code/modules/client/preferences_gear.dm +++ b/code/modules/client/preferences_gear.dm @@ -311,7 +311,7 @@ var/global/list/gear_datums = list() cost = 3 /datum/gear/sundress_white - display_name = sundress, white" + display_name = "sundress, white" path = /obj/item/clothing/under/sundress_white slot = slot_w_uniform cost = 3 diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index fe03395fe24..188790832b9 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -398,6 +398,7 @@ icon_state = "whitesundress" item_state = "whitesundress" item_color = "whitesundress" + body_parts_covered = UPPER_TORSO|LOWER_TORSO /obj/item/clothing/under/captainformal name = "captain's formal uniform"