From 94dfbced992c982c2606734c6381f31fdb86bbb3 Mon Sep 17 00:00:00 2001 From: Dax Dupont Date: Thu, 8 Feb 2018 19:41:51 +0100 Subject: [PATCH] Hatchets are now small instead of tiny. --- code/modules/hydroponics/hydroitemdefines.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/hydroponics/hydroitemdefines.dm b/code/modules/hydroponics/hydroitemdefines.dm index b786afea8b..3372b70817 100644 --- a/code/modules/hydroponics/hydroitemdefines.dm +++ b/code/modules/hydroponics/hydroitemdefines.dm @@ -81,7 +81,7 @@ righthand_file = 'icons/mob/inhands/equipment/hydroponics_righthand.dmi' flags_1 = CONDUCT_1 force = 12 - w_class = WEIGHT_CLASS_TINY + w_class = WEIGHT_CLASS_SMALL throwforce = 15 throw_speed = 3 throw_range = 4