diff --git a/code/modules/clothing/spacesuits/plasmamen.dm b/code/modules/clothing/spacesuits/plasmamen.dm index 8bcfdfbd1ef..cd71bcfd818 100644 --- a/code/modules/clothing/spacesuits/plasmamen.dm +++ b/code/modules/clothing/spacesuits/plasmamen.dm @@ -371,7 +371,7 @@ item_state = "trainer_envirohelm" /obj/item/clothing/head/helmet/space/plasmaman/centcom - name = "centeral command envirosuit helmet" + name = "central command envirosuit helmet" desc = "A plasmaman containment helmet designed for central command officials." icon_state = "centcom_envirohelm" item_state = "centcom_envirohelm" diff --git a/code/modules/clothing/under/jobs/plasmamen/antags.dm b/code/modules/clothing/under/jobs/plasmamen/antags.dm index b521df41caa..413668cfd7c 100644 --- a/code/modules/clothing/under/jobs/plasmamen/antags.dm +++ b/code/modules/clothing/under/jobs/plasmamen/antags.dm @@ -7,7 +7,7 @@ //technically not an antag but a special role none the less /obj/item/clothing/under/plasmaman/centcom - name = "centeral command plasma envirosuit" + name = "central command plasma envirosuit" desc = "A gold trimed envirosuit issued to plasmamen representing the \"N.A.S. Trurl\". Worn exclusively by officers of the Nanotrasen Navy. It's got exotic materials for protection." icon_state = "centcom_envirosuit" item_state = "centcom_envirosuit"