From 0feafc28e28de7d306a056996eb431fe9d03da4a Mon Sep 17 00:00:00 2001 From: Leland Kemble <70413276+lelandkemble@users.noreply.github.com> Date: Tue, 20 Jan 2026 17:38:20 -0500 Subject: [PATCH] Removes double definitions from sheaths (#94926) --- code/game/objects/items/storage/belt.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 45a949afcc1..f81aefcd5f8 100644 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -589,7 +589,7 @@ interaction_flags_click = parent_type::interaction_flags_click | NEED_DEXTERITY | NEED_HANDS var/stored_blade actions_types = list(/datum/action/innate/blade_counter) - action_slots = ITEM_SLOT_BELT + action_slots = ITEM_SLOT_BELT | ITEM_SLOT_SUITSTORE COOLDOWN_DECLARE(resheath_cooldown) COOLDOWN_DECLARE(full_ability_cooldown) @@ -736,7 +736,6 @@ icon_state = "sheath" inhand_icon_state = "sheath" worn_icon_state = "sheath" - action_slots = ITEM_SLOT_BELT | ITEM_SLOT_SUITSTORE storage_type = /datum/storage/sabre_belt stored_blade = /obj/item/melee/sabre @@ -746,7 +745,6 @@ icon_state = "grass_sheath" inhand_icon_state = "grass_sheath" worn_icon_state = "grass_sheath" - action_slots = ITEM_SLOT_BELT | ITEM_SLOT_SUITSTORE storage_type = /datum/storage/green_sabre_belt /obj/item/storage/belt/sheath/gladius @@ -755,7 +753,6 @@ icon_state = "gladius_sheath" inhand_icon_state = "gladius_sheath" worn_icon_state = "gladius_sheath" - action_slots = ITEM_SLOT_BELT | ITEM_SLOT_SUITSTORE storage_type = /datum/storage/gladius_belt stored_blade = /obj/item/claymore/gladius