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."