Skip to content

Commit

Permalink
uncommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
BeagleGaming1 committed Jul 18, 2023
1 parent 0c7b9a6 commit 420ee49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/modules/clothing/gloves/marine_gloves.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 420ee49

Please sign in to comment.