From bb2e3a962c2f8767b602cadc6d438cc4e43a8129 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 23 Oct 2021 20:17:41 +0200 Subject: [PATCH] [MIRROR] Remove cattleprod from suit storage slots [MDB IGNORE] (#8998) * cattleprod weight class (#62254) * Remove cattleprod from suit storage slots Co-authored-by: Mooshimi <85910816+Mooshimi@users.noreply.github.com> --- 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