diff --git a/code/game/objects/items/teleprod.dm b/code/game/objects/items/teleprod.dm index 1a0f3142b98..c8c95faef59 100644 --- a/code/game/objects/items/teleprod.dm +++ b/code/game/objects/items/teleprod.dm @@ -1,7 +1,7 @@ /obj/item/melee/baton/cattleprod/teleprod name = "teleprod" desc = "A prod with a bluespace crystal on the end. The crystal doesn't look too fun to touch." - w_class = WEIGHT_CLASS_NORMAL + w_class = WEIGHT_CLASS_BULKY // SKYRAT EDIT CHANGE - ORIGINAL: w_class = WEIGHT_CLASS_NORMAL icon_state = "teleprod" inhand_icon_state = "teleprod" slot_flags = null