Reduces (or gives) weight classes to several items.

This commit is contained in:
Winter Flare
2020-04-19 17:13:19 -04:00
parent 22dd41925f
commit 8e3f48a761
6 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ GLOBAL_LIST_EMPTY(conveyors_by_id)
desc = "A conveyor control switch assembly."
icon = 'icons/obj/recycling.dmi'
icon_state = "switch-off"
w_class = WEIGHT_CLASS_BULKY
w_class = WEIGHT_CLASS_NORMAL
var/id = "" //inherited by the switch
/obj/item/conveyor_switch_construct/Initialize()