diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index ba37b4911f1..6ab67a2371c 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -97,7 +97,7 @@ /obj/item/clothing/under/rank/centcom/officer desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Lieutenant-Commander\" and bears \"N.A.S. Trurl \" on the left shoulder. Worn exclusively by officers of the Nanotrasen Navy. It's got exotic materials for protection." - name = "\improper Nanotrasen Naval Officers Uniform" + name = "\improper Nanotrasen Naval Officer Uniform" icon_state = "navy_gold" item_state = "navy_gold" item_color = "navy_gold" @@ -107,7 +107,7 @@ /obj/item/clothing/under/rank/centcom/captain desc = "Gold trim on space-black cloth, this uniform displays the rank of \"Captain\" and bears \"N.A.S. Trurl \" on the left shoulder. Worn exclusively by officers of the Nanotrasen Navy. It's got exotic materials for protection." - name = "\improper Nanotrasen Naval Captains Uniform" + name = "\improper Nanotrasen Naval Captain Uniform" icon_state = "navy_gold" item_state = "navy_gold" item_color = "navy_gold"