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'