From 420ee497b914ba0c54dfc067c9f39e376085186f Mon Sep 17 00:00:00 2001 From: Beagle <56142455+BeagleGaming1@users.noreply.github.com> Date: Tue, 18 Jul 2023 12:49:00 -0400 Subject: [PATCH] uncommented code --- code/modules/clothing/gloves/marine_gloves.dm | 6 ------ 1 file changed, 6 deletions(-) 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."