From abb8fc2627fb1dfd2d5dc0cdba78468f63b157de Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 6 Sep 2018 19:30:50 -0700 Subject: [PATCH 1/2] Update kinetic_crusher.dm --- code/modules/mining/equipment/kinetic_crusher.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 7cf16f6064..dec00c48a6 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -17,6 +17,7 @@ throw_speed = 4 light_range = 5 light_power = 1 + item_weight = 2 armour_penetration = 10 materials = list(MAT_METAL=1150, MAT_GLASS=2075) hitsound = 'sound/weapons/bladeslice.ogg' @@ -116,7 +117,7 @@ L.apply_damage(detonation_damage, BRUTE, blocked = def_check) if(user && lavaland_equipment_pressure_check(get_turf(user))) //CIT CHANGE - makes sure below only happens in low pressure environments - user.adjustStaminaLoss(-13)//CIT CHANGE - makes crushers heal stamina + user.adjustStaminaLoss(-30)//CIT CHANGE - makes crushers heal stamina /obj/item/twohanded/required/kinetic_crusher/proc/Recharge() if(!charged) 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 2/2] 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'