Skip to content

Commit

Permalink
Add bolt-open sound to bolt-action rifle.
Browse files Browse the repository at this point in the history
  • Loading branch information
MistakeNot4892 authored and comma committed Nov 19, 2023
1 parent 609802e commit c488f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/projectile/bolt_action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
unload_shell()
else
to_chat(user, "<span class='notice'>You work the bolt open.</span>")
playsound(src.loc, 'sound/weapons/guns/interaction/rifle_boltback.ogg', 50, 1)
else
to_chat(user, "<span class='notice'>You work the bolt closed.</span>")
playsound(src.loc, 'sound/weapons/guns/interaction/rifle_boltforward.ogg', 50, 1)
Expand Down

0 comments on commit c488f5b

Please sign in to comment.