From e7ae12400629dd0e8fbbc345d8cddb68f40faa2c Mon Sep 17 00:00:00 2001 From: LetterJay <9606363+LetterJay@users.noreply.github.com> Date: Tue, 15 Sep 2020 12:32:39 -0500 Subject: [PATCH] Update custom_items.dm --- modular_citadel/code/modules/custom_loadout/custom_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index ba51a8fed4..ad18d23088 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -553,7 +553,7 @@ /obj/item/clothing/suit/customskirt name = "unzipped atmos skirt" - desc = " atmos jumpsuit skirt with the top half zipped down and wrapped around the waist." + desc = "atmos jumpsuit skirt with the top half zipped down and wrapped around the waist." icon_state = "atmos_skirt" item_state = "atmos_skirt" icon = 'icons/obj/custom.dmi'