From 2e91a86a3b374fbdf50b8baa53678d924d5ea697 Mon Sep 17 00:00:00 2001 From: Bm0n <92271472+Bm0n@users.noreply.github.com> Date: Sun, 1 Jun 2025 12:14:36 -0400 Subject: [PATCH] thefix (#29500) Co-authored-by: Bmon --- code/modules/clothing/spacesuits/plasmamen.dm | 2 +- code/modules/clothing/under/jobs/plasmamen/antags.dm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"