From acdb02a242eea67506c2784f2d2e2aef5b0805ef Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 3 Mar 2021 05:20:46 +0000 Subject: [PATCH] bulkee (#3768) --- code/game/objects/items/teleprod.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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