From 8572125d576fcc346482a1b47cbf2b56bad9f62c Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 28 May 2018 12:41:34 -0400 Subject: [PATCH] Fixes Machete Sheaths - Machete sheath now has proper slot assignment, so it can be worn again. --- code/modules/clothing/under/accessories/accessory_vr.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/clothing/under/accessories/accessory_vr.dm b/code/modules/clothing/under/accessories/accessory_vr.dm index fe4e3e49b3..6e6439d417 100644 --- a/code/modules/clothing/under/accessories/accessory_vr.dm +++ b/code/modules/clothing/under/accessories/accessory_vr.dm @@ -182,10 +182,8 @@ /obj/item/clothing/accessory/holster/machete name = "machete sheath" desc = "A handsome synthetic leather sheath with matching belt." - icon = 'icons/obj/clothing/ties_vr.dmi' - icon_override = 'icons/mob/ties_vr.dmi' icon_state = "holster_machete" - slot = "sheath" + slot = ACCESSORY_SLOT_WEAPON concealed_holster = 0 can_hold = list(/obj/item/weapon/material/knife/machete) //sound_in = 'sound/effects/holster/sheathin.ogg'