From f633e0c6d31ae016da0881e1449274b5c9ad9460 Mon Sep 17 00:00:00 2001 From: Drag Date: Wed, 1 Nov 2023 02:38:57 -0600 Subject: [PATCH] Please dont break --- code/modules/clothing/spacesuits/syndi.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/spacesuits/syndi.dm b/code/modules/clothing/spacesuits/syndi.dm index 3565c150b1f8..e1c6d352e405 100644 --- a/code/modules/clothing/spacesuits/syndi.dm +++ b/code/modules/clothing/spacesuits/syndi.dm @@ -113,13 +113,13 @@ //Suns space suit and helmet /obj/item/clothing/head/helmet/space/syndicate/suns - name = "suns space helmet" + name = "SUNS space helmet" icon_state = "suns_vachelm" item_state = "suns_vachelm" desc = "An academic standard spacesuit helmet. Normally reserved for low budget tasks in space." /obj/item/clothing/suit/space/syndicate/suns - name = "suns space helmet" + name = "SUNS spacesuit" icon_state = "suns_vacsuit" item_state = "suns_vacsuit" desc = "An academic standard spacesuit. Normally reserved for low budget tasks in space."