From 72be1ae5a90eceb17149b0bb4079bd006cee25d7 Mon Sep 17 00:00:00 2001 From: chel <64568243+iliyaxox@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:06:24 -0300 Subject: [PATCH] Update crowbar.dm --- code/game/objects/items/tools/crowbar.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/items/tools/crowbar.dm b/code/game/objects/items/tools/crowbar.dm index 8ddcda55e1..d1ed57ecd1 100644 --- a/code/game/objects/items/tools/crowbar.dm +++ b/code/game/objects/items/tools/crowbar.dm @@ -13,6 +13,8 @@ throwforce = 7 w_class = WEIGHT_CLASS_SMALL custom_materials = list(/datum/material/iron=50) + drop_sound = 'sound/items/handling/crowbar_drop.ogg' + pickup_sound = 'sound/items/handling/crowbar_pickup.ogg' attack_verb = list("attacked", "bashed", "battered", "bludgeoned", "whacked") tool_behaviour = TOOL_CROWBAR