Skip to content

Commit

Permalink
Adds impact wrench noise for power wrench (#25747)
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 authored Jun 9, 2024
1 parent c732036 commit b742130
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/tools/wrench.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file added sound/items/impactwrench.ogg
Binary file not shown.

0 comments on commit b742130

Please sign in to comment.