diff --git a/code/modules/clothing/spacesuits/syndi.dm b/code/modules/clothing/spacesuits/syndi.dm index 69cfc8110fe..efff290a52d 100644 --- a/code/modules/clothing/spacesuits/syndi.dm +++ b/code/modules/clothing/spacesuits/syndi.dm @@ -46,7 +46,6 @@ icon_state = "syndicate-green-dark" item_state = "syndicate-green-dark" - //Orange syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/orange name = "orange space helmet" @@ -58,7 +57,6 @@ icon_state = "syndicate-orange" item_state = "syndicate-orange" - //Blue syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/blue name = "blue space helmet" @@ -81,7 +79,6 @@ icon_state = "syndicate-black" item_state = "syndicate-black" - //Black-green syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/black/green name = "black and green space helmet" @@ -93,7 +90,6 @@ icon_state = "syndicate-black-green" item_state = "syndicate-black-green" - //Black-blue syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/black/blue name = "black and blue space helmet" @@ -105,7 +101,6 @@ icon_state = "syndicate-black-blue" item_state = "syndicate-black-blue" - //Black medical syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/black/med name = "black medical space helmet" @@ -117,7 +112,6 @@ icon_state = "syndicate-black-med" item_state = "syndicate-black-med" - //Black-orange syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/black/orange name = "black and orange space helmet" @@ -129,7 +123,6 @@ icon_state = "syndicate-black-orange" item_state = "syndicate-black-orange" - //Black-red syndicate space suit /obj/item/clothing/head/helmet/space/syndicate/black/red name = "black and red space helmet"