diff --git a/code/game/objects/items/storage/belt.dm b/code/game/objects/items/storage/belt.dm index 4d38b5da29..9829be6f6a 100755 --- a/code/game/objects/items/storage/belt.dm +++ b/code/game/objects/items/storage/belt.dm @@ -444,7 +444,7 @@ STR.max_items = 14 STR.max_combined_w_class = 32 STR.max_w_class = WEIGHT_CLASS_NORMAL - STR.set_holdable(list( + STR.can_hold = typecacheof(list( /obj/item/crowbar, /obj/item/screwdriver, /obj/item/weldingtool,