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'