diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index 9e009014deb..01264fc07f8 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -113,8 +113,8 @@ displays_id = 0 /obj/item/clothing/under/rank/centcom/blueshield - desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Lieutenant\" and bears \"N.S.S. Cyberiad\" on the left shoulder." - name = "\improper Nanotrasen Navy Uniform" + desc = "Gold trim on space-black cloth, this uniform bears \"Close Protection\" on the left shoulder." + name = "\improper Formal Nanotrasen Uniform" icon_state = "officer" item_state = "g_suit" item_color = "officer" @@ -123,11 +123,11 @@ /obj/item/clothing/under/rank/centcom/blueshield/New() ..() - desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Lieutenant\" and bears [station_name()] on the left shoulder." + desc = "Gold trim on space-black cloth, this uniform bears \"Close Protection\" on the left shoulder." /obj/item/clothing/under/rank/centcom/representative - desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Ensign\" and bears \"N.S.S. Cyberiad\" on the left shoulder." - name = "\improper Nanotrasen Navy Uniform" + desc = "Gold trim on space-black cloth, this uniform bears \"N.S.S. Cyberiad\" on the left shoulder." + name = "\improper Formal Nanotrasen Uniform" icon_state = "officer" item_state = "g_suit" item_color = "officer" @@ -136,11 +136,11 @@ /obj/item/clothing/under/rank/centcom/representative/New() ..() - desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Ensign\" and bears [station_name()] on the left shoulder." + desc = "Gold trim on space-black cloth, this uniform bears [station_name()] on the left shoulder." /obj/item/clothing/under/rank/centcom/magistrate desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Magistrate\" and bears \"N.S.S. Cyberiad\" on the left shoulder." - name = "\improper Nanotrasen Navy Uniform" + name = "\improper Formal Nanotrasen Uniform" icon_state = "officer" item_state = "g_suit" item_color = "officer" @@ -161,7 +161,7 @@ /obj/item/clothing/under/rank/blueshield name = "blueshield uniform" - desc = "A short-sleeved black uniform, paired with grey digital-camo cargo pants. Standard issue to Blueshield officers." + desc = "A short-sleeved black uniform, paired with grey digital-camo cargo pants. Standard issue to Blueshields." icon_state = "ert_uniform" item_state = "bl_suit" item_color = "ert_uniform" @@ -169,7 +169,7 @@ /obj/item/clothing/under/rank/blueshield/skirt name = "blueshield skirt" - desc = "A short, black and grey with blue markings skirted uniform. For the feminine Blueshield officers." + desc = "A short, black and grey with blue markings skirted uniform. For the feminine Blueshield." icon_state = "blueshieldf" item_state = "blueshieldf" item_color = "blueshieldf"