diff --git a/code/modules/clothing/gloves.dm b/code/modules/clothing/gloves.dm index 153b1945fb8..0faf49808be 100644 --- a/code/modules/clothing/gloves.dm +++ b/code/modules/clothing/gloves.dm @@ -12,6 +12,25 @@ var/obj/item/weapon/cell/cell = 0 body_parts_covered = HANDS + +/obj/item/clothing/gloves/boxing + name = "boxing gloves" + desc = "Because you really needed another excuse to punch your crewmates." + icon_state = "boxing" + item_state = "boxing" + +/obj/item/clothing/gloves/boxing/green + icon_state = "boxinggreen" + item_state = "boxinggreen" + +/obj/item/clothing/gloves/boxing/blue + icon_state = "boxingblue" + item_state = "boxingblue" + +/obj/item/clothing/gloves/boxing/yellow + icon_state = "boxingyellow" + item_state = "boxingyellow" + /obj/item/clothing/gloves/white name = "White Gloves" desc = "These look pretty fancy." diff --git a/icons/mob/hands.dmi b/icons/mob/hands.dmi index 3a71ae7ea96..29d0fd98c8a 100644 Binary files a/icons/mob/hands.dmi and b/icons/mob/hands.dmi differ