From fc6ef8e921544d0bd226d4151516d14fe7641d74 Mon Sep 17 00:00:00 2001 From: mistyLuminescence Date: Sat, 18 Nov 2017 02:42:55 +0000 Subject: [PATCH] Fixes hand sprites --- code/modules/clothing/under/accessories/accessory.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index baf2b7a12d..c9b195a204 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -311,7 +311,7 @@ icon = 'icons/obj/clothing/ties.dmi' icon_state = "bracelet" w_class = ITEMSIZE_TINY - slot_flags = SLOT_GLOVES | SLOT_TIE + slot_flags = SLOT_TIE /obj/item/clothing/accessory/bracelet/friendship name = "friendship bracelet"