This commit is contained in:
Burzah
2025-02-12 22:22:42 +00:00
committed by GitHub
parent 38b066f053
commit 3c4a4ead43
@@ -17,6 +17,7 @@
if(slot == ITEM_SLOT_GLOVES)
var/mob/living/carbon/human/H = user
style.teach(H, TRUE)
ADD_TRAIT(user, TRAIT_CHUNKYFINGERS, CLOTHING_TRAIT)
/obj/item/clothing/gloves/boxing/dropped(mob/user)
..()
@@ -25,6 +26,7 @@
var/mob/living/carbon/human/H = user
if(H.get_item_by_slot(ITEM_SLOT_GLOVES) == src)
style.remove(H)
REMOVE_TRAIT(user, TRAIT_CHUNKYFINGERS, CLOTHING_TRAIT)
/obj/item/clothing/gloves/boxing/green
icon_state = "boxinggreen"