From 54fa35619ba83fbd08319e8f9756d67caa4e0e20 Mon Sep 17 00:00:00 2001 From: Mooshimi <85910816+Mooshimi@users.noreply.github.com> Date: Sat, 23 Oct 2021 11:37:47 -0400 Subject: [PATCH] cattleprod weight class (#62254) --- code/game/objects/items/melee/baton.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/melee/baton.dm b/code/game/objects/items/melee/baton.dm index a22e482f21f..2d125210f62 100644 --- a/code/game/objects/items/melee/baton.dm +++ b/code/game/objects/items/melee/baton.dm @@ -562,7 +562,7 @@ worn_icon_state = null lefthand_file = 'icons/mob/inhands/weapons/melee_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/melee_righthand.dmi' - w_class = WEIGHT_CLASS_BULKY + w_class = WEIGHT_CLASS_HUGE force = 3 throwforce = 5 cell_hit_cost = 2000