From de4d4a990b2ef64437a847e13bc82244d711f2bd Mon Sep 17 00:00:00 2001 From: chefferz Date: Thu, 22 Aug 2019 21:07:31 -0400 Subject: [PATCH] Updated weight class Updated weight class per Bhjin's suggestion --- code/game/objects/items/his_grace.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/his_grace.dm b/code/game/objects/items/his_grace.dm index f4405d578e..2d8a6ab54f 100644 --- a/code/game/objects/items/his_grace.dm +++ b/code/game/objects/items/his_grace.dm @@ -12,7 +12,7 @@ lefthand_file = 'icons/mob/inhands/equipment/toolbox_lefthand.dmi' righthand_file = 'icons/mob/inhands/equipment/toolbox_righthand.dmi' icon = 'icons/obj/items_and_weapons.dmi' - w_class = WEIGHT_CLASS_GIGANTIC + w_class = WEIGHT_CLASS_NORMAL force = 12 total_mass = TOTAL_MASS_NORMAL_ITEM // average toolbox attack_verb = list("robusted")