From 842b64646b31593f45f2a5c8fd9af2df83eb4250 Mon Sep 17 00:00:00 2001 From: deathride58 Date: Sun, 17 Jun 2018 05:44:13 -0400 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 82d5865a64..df4d9d3657 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -373,7 +373,7 @@ /obj/item/clothing/neck/devilwings name = "Strange Wings" - desc = "These strange wings look like they once attached to something... or someone...? whatever the case, their presence makes you feel uneasy.." + desc = "These strange wings look like they once attached to something... or someone...? Whatever the case, their presence makes you feel uneasy.." icon = 'icons/obj/custom.dmi' icon_state = "devilwings" alternate_worn_icon = 'modular_citadel/icons/mob/clothing/devilwings64x64.dmi'