diff --git a/code/game/objects/items/tools/wrench.dm b/code/game/objects/items/tools/wrench.dm index 64e9b3fe599..9b56a07e0c4 100644 --- a/code/game/objects/items/tools/wrench.dm +++ b/code/game/objects/items/tools/wrench.dm @@ -60,7 +60,7 @@ icon_state = "drill_bolt" item_state = "drill" belt_icon = "hand_drill" - usesound = 'sound/items/drill_use.ogg' + usesound = 'sound/items/impactwrench.ogg' // Sourced from freesfx.co.uk materials = list(MAT_METAL=150,MAT_SILVER=50,MAT_TITANIUM=25) origin_tech = "materials=2;engineering=2" force = 8 diff --git a/sound/items/impactwrench.ogg b/sound/items/impactwrench.ogg new file mode 100644 index 00000000000..7f006b09d2a Binary files /dev/null and b/sound/items/impactwrench.ogg differ