mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
initial (#28311)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user