diff --git a/code/game/objects/items/storage/bags.dm b/code/game/objects/items/storage/bags.dm index 579a139ad6f..0abe9f45a52 100644 --- a/code/game/objects/items/storage/bags.dm +++ b/code/game/objects/items/storage/bags.dm @@ -506,6 +506,7 @@ obj/item/storage/bag/chemistry/tribal icon_state = "tribal_quiver" item_state = "tribal_quiver" w_class = WEIGHT_CLASS_NORMAL + slot_flags = ITEM_SLOT_BELT component_type = /datum/component/storage/concrete/bag/quiver /obj/item/storage/bag/tribe_quiver/full/PopulateContents() @@ -529,8 +530,6 @@ obj/item/storage/bag/chemistry/tribal desc = "A large quiver worn on the back, made to hold all the arrows you might need." icon_state = "militiabelt" item_state = "tribal_quiver" - slot_flags = ITEM_SLOT_BACK //will this make it go in both backpack and suit slot? - w_class = WEIGHT_CLASS_HUGE component_type = /datum/component/storage/concrete/bag/heavy_quiver /obj/item/storage/bag/tribe_quiver/heavy/full/PopulateContents()