From 3fcf9b329f32f0ab8ddc568434ca959a5bd56a95 Mon Sep 17 00:00:00 2001 From: chefferz Date: Fri, 23 Aug 2019 21:46:04 -0400 Subject: [PATCH] Update his_grace.dm --- 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 e9fd6e00bb..3be57d23f1 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_NORMAL + w_class = WEIGHT_CLASS_BULKY force = 12 total_mass = TOTAL_MASS_NORMAL_ITEM // average toolbox attack_verb = list("robusted")