From 845f22fe19c12425b7f4c21c735c1465d5836b35 Mon Sep 17 00:00:00 2001 From: chel <64568243+iliyaxox@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:06:47 -0300 Subject: [PATCH] Update weldingtool.dm --- code/game/objects/items/tools/weldingtool.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/items/tools/weldingtool.dm b/code/game/objects/items/tools/weldingtool.dm index 0c8e0db987..b1a1bb3619 100644 --- a/code/game/objects/items/tools/weldingtool.dm +++ b/code/game/objects/items/tools/weldingtool.dm @@ -14,6 +14,8 @@ throwforce = 5 hitsound = "swing_hit" usesound = list('sound/items/welder.ogg', 'sound/items/welder2.ogg') + drop_sound = 'sound/items/handling/weldingtool_drop.ogg' + pickup_sound = 'sound/items/handling/weldingtool_pickup.ogg' var/acti_sound = 'sound/items/welderactivate.ogg' var/deac_sound = 'sound/items/welderdeactivate.ogg' throw_speed = 3