From feb9c7313cd8b1e239ec6469420104efefea1660 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com> Date: Wed, 29 Apr 2026 00:46:54 +0100 Subject: [PATCH] Update cable_coil.dm (#31906) --- code/modules/power/cables/cable_coil.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/power/cables/cable_coil.dm b/code/modules/power/cables/cable_coil.dm index 6b42a9a9693..23b7aa070b3 100644 --- a/code/modules/power/cables/cable_coil.dm +++ b/code/modules/power/cables/cable_coil.dm @@ -14,6 +14,7 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain icon_state = "coil" inhand_icon_state = "coil" belt_icon = "cable_coil" + hitsound = 'sound/weapons/whip.ogg' amount = MAXCOIL max_amount = MAXCOIL merge_type = /obj/item/stack/cable_coil // This is here to let its children merge between themselves @@ -42,6 +43,9 @@ GLOBAL_LIST_INIT(cable_coil_recipes, list (new/datum/stack_recipe/cable_restrain recipes = GLOB.cable_coil_recipes update_wclass() +/obj/item/stack/cable_coil/should_play_hitsound(damage) + return TRUE + /obj/item/stack/cable_coil/random/change_stack(mob/user, amount) var/obj/item/stack/cable_coil/new_stack = ..() new_stack.color = color