diff --git a/modular_citadel/code/modules/custom_loadout/custom_items.dm b/modular_citadel/code/modules/custom_loadout/custom_items.dm index 1c042594b3..74c93859d3 100644 --- a/modular_citadel/code/modules/custom_loadout/custom_items.dm +++ b/modular_citadel/code/modules/custom_loadout/custom_items.dm @@ -336,13 +336,13 @@ attack_verb = list("attacked", "struck", "hit") -/obj/item/storage/belt/darksabre +/obj/item/storage/belt/sabre/darksabre name = "Ornate Sheathe" desc = "An ornate and rather sinister looking sabre sheathe." icon = 'icons/obj/custom.dmi' icon_override = 'icons/mob/custom_w.dmi' - icon_state = "sheathdark" - item_state = "sheathdark" + icon_state = "darksheath" + item_state = "darksheath" storage_slots = 1 rustle_jimmies = FALSE w_class = WEIGHT_CLASS_BULKY