diff --git a/code/modules/recycling/belt-placer.dm b/code/modules/recycling/belt-placer.dm index 0430a33db8c..a42389290ba 100644 --- a/code/modules/recycling/belt-placer.dm +++ b/code/modules/recycling/belt-placer.dm @@ -5,6 +5,7 @@ item_state = "belt_placer" w_class = WEIGHT_CLASS_BULKY //Because belts are large things, you know? can_hold = list(/obj/item/conveyor_construct) + flags = CONDUCT max_w_class = WEIGHT_CLASS_BULKY max_combined_w_class = 28 //7 belts allow_quick_gather = TRUE @@ -15,7 +16,7 @@ /obj/item/storage/conveyor/bluespace name = "bluespace conveyor belt placer" - desc = "This device facilitates the rapid deployment of conveyor belts. This one utilises bluespace in order to hold many more belts than its regular counterpart." + desc = "This device facilitates the rapid deployment of conveyor belts. It utilises bluespace in order to hold many more belts than its regular counterpart." icon_state = "bluespace_belt_placer" item_state = "bluespace_belt_placer" w_class = WEIGHT_CLASS_NORMAL diff --git a/icons/obj/storage.dmi b/icons/obj/storage.dmi index f0d5188cc12..f388b9384fb 100644 Binary files a/icons/obj/storage.dmi and b/icons/obj/storage.dmi differ