This commit is contained in:
silicons
2021-01-13 16:22:43 -07:00
parent ea07ad6e48
commit 9ddb3dc5d9
2 changed files with 2 additions and 1 deletions
@@ -36,7 +36,7 @@
/obj/item/clothing/gloves/fingerless/pugilist/equipped(mob/user, slot)
. = ..()
if(current_equipped_slot == SLOT_GLOVES)
if(slot == SLOT_GLOVES)
use_buffs(user, TRUE)
wornonce = TRUE