From cd0fbc2148c238e844c143b6ae8259c86f3afcd7 Mon Sep 17 00:00:00 2001 From: GDLW Date: Thu, 3 Nov 2022 12:00:07 +0100 Subject: [PATCH] quick cc jumpsuit fix had a wrong description --- code/modules/clothing/under/miscellaneous.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 41bd28e1..698dfcba 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -113,21 +113,21 @@ item_color = "vice" can_adjust = FALSE /obj/item/clothing/under/rank/centcom_officer - desc = "CentCom officer's jumpsuit, adorned with a golden K and a star, signifying work under GATO." + desc = "CentCom officer's jumpsuit, adorned with a outlandish pink patterns, signifying work under GATO." name = "\improper CentCom Officer's jumpsuit" icon_state = "officer" item_state = "g_suit" item_color = "officer" alt_covers_chest = TRUE /obj/item/clothing/under/rank/centcom_commander - desc = "It's a jumpsuit worn by CentCom's highest-tier Commanders, adorned with a golden K and a star. signifying work under GATO." + desc = "It's a jumpsuit worn by CentCom's highest-tier Commanders, adorned with a outlandish pink patterns. signifying work under GATO." name = "\improper CentCom Commander's jumpsuit" icon_state = "centcom" item_state = "dg_suit" item_color = "centcom" /obj/item/clothing/under/rank/centcom_officer/skirt name = "\improper CentCom Officer's jumpskirt" - desc = "It's a jumpskirt worn by CentCom's officials, adorned with a golden K and a star, signifying work under GATO." + desc = "It's a jumpskirt worn by CentCom's officials, adorned with a outlandish pink patterns, signifying work under GATO." icon_state = "official_skirt" item_state = "g_suit" item_color = "official_skirt"