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"