From 36e464dbf3e55d9bb5126746d0077ac5cd4342f0 Mon Sep 17 00:00:00 2001 From: Silentium2318 Date: Thu, 2 Jul 2020 16:19:39 -0400 Subject: [PATCH] Weapon balancing --- common/src/comp/inventory/item/tool.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/src/comp/inventory/item/tool.rs b/common/src/comp/inventory/item/tool.rs index bc3f24c9c4..6b322bb31c 100644 --- a/common/src/comp/inventory/item/tool.rs +++ b/common/src/comp/inventory/item/tool.rs @@ -141,8 +141,8 @@ impl Tool { buildup_duration: Duration::from_millis(700), recover_duration: Duration::from_millis(300), base_healthchange: (-120.0 * self.base_power()) as i32, - range: 3.0, - max_angle: 15.0, + range: 3.5, + max_angle: 60.0, }, LeapMelee { energy_cost: 800,