From 8fb6127bfefff1df052a8e6f072f97b87af896d4 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 6 Sep 2018 20:00:59 -0700 Subject: [PATCH] Update kinetic_crusher.dm --- code/modules/mining/equipment/kinetic_crusher.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index dec00c48a6..42a61608c3 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -15,9 +15,8 @@ force_wielded = 20 throwforce = 5 throw_speed = 4 - light_range = 5 - light_power = 1 - item_weight = 2 + light_range = 7 + light_power = 2 armour_penetration = 10 materials = list(MAT_METAL=1150, MAT_GLASS=2075) hitsound = 'sound/weapons/bladeslice.ogg'