From 0077f682fde4ae8e6d1831f448a4ef8ccad00813 Mon Sep 17 00:00:00 2001 From: Hatterhat <31829017+Hatterhat@users.noreply.github.com> Date: Sun, 9 Jan 2022 11:46:48 -0600 Subject: [PATCH] crusher gauntlets - resonator hitsound, sharpness to SHARP_NONE (#15458) * boo womp * wrongsonator Co-authored-by: Hatterhat --- code/modules/mining/equipment/kinetic_crusher.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/equipment/kinetic_crusher.dm b/code/modules/mining/equipment/kinetic_crusher.dm index 91078bb135..409cdb825b 100644 --- a/code/modules/mining/equipment/kinetic_crusher.dm +++ b/code/modules/mining/equipment/kinetic_crusher.dm @@ -245,6 +245,8 @@ those who wish to spit in the eyes of God. Sacrifices outright damage for \ a reliance on backstabs and the ability to give fauna concussions on a parry." attack_verb = list("pummeled", "punched", "jabbed", "hammer-fisted", "uppercut", "slammed") + hitsound = 'sound/weapons/resonator_blast.ogg' + sharpness = SHARP_NONE // use your survival dagger or smth icon_state = "crusher-hands" item_state = "crusher0-fist" unique_reskin = list("Gauntlets" = "crusher-hands",