diff --git a/code/modules/clothing/spacesuits/syndi.dm b/code/modules/clothing/spacesuits/syndi.dm index 9cca1cfc3af..55a95c3a297 100644 --- a/code/modules/clothing/spacesuits/syndi.dm +++ b/code/modules/clothing/spacesuits/syndi.dm @@ -143,12 +143,12 @@ GLOBAL_LIST_INIT(syndicate_space_suits_to_helmets,list( //Black medical syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/black/med - name = "black space helmet" + name = "black medical space helmet" icon_state = "syndicate-helm-black-med" inhand_icon_state = "syndicate-helm-black" /obj/item/clothing/suit/space/syndicate/black/med - name = "green space suit" + name = "black medical space suit" icon_state = "syndicate-black-med" inhand_icon_state = "syndicate-black" helmet_type = /obj/item/clothing/head/helmet/space/syndicate/black/med @@ -198,7 +198,7 @@ GLOBAL_LIST_INIT(syndicate_space_suits_to_helmets,list( //Black with yellow/red engineering syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/black/engie - name = "black space helmet" + name = "black engineering space helmet" icon_state = "syndicate-helm-black-engie" inhand_icon_state = "syndicate-helm-black"