diff --git a/code/modules/clothing/gloves/marine_gloves.dm b/code/modules/clothing/gloves/marine_gloves.dm index 3ce13b4a9003..926cba036f57 100644 --- a/code/modules/clothing/gloves/marine_gloves.dm +++ b/code/modules/clothing/gloves/marine_gloves.dm @@ -37,12 +37,6 @@ ret.overlays += glove_overlay return ret -/* - var/image/ret = ..() - if(adopts_squad_color && slot == WEAR_HANDS && istype(current_human) && current_human.assigned_squad) - ret.overlays += current_human.assigned_squad.equipment_color - return ret -*/ /obj/item/clothing/gloves/marine/insulated name = "marine insulated gloves" desc = "These gloves will protect the wearer from electric shock."