diff --git a/code/modules/projectiles/guns/projectile/bolt_action.dm b/code/modules/projectiles/guns/projectile/bolt_action.dm index 7eb50cf3b91..0647f000429 100644 --- a/code/modules/projectiles/guns/projectile/bolt_action.dm +++ b/code/modules/projectiles/guns/projectile/bolt_action.dm @@ -49,6 +49,7 @@ unload_shell() else to_chat(user, "You work the bolt open.") + playsound(src.loc, 'sound/weapons/guns/interaction/rifle_boltback.ogg', 50, 1) else to_chat(user, "You work the bolt closed.") playsound(src.loc, 'sound/weapons/guns/interaction/rifle_boltforward.ogg', 50, 1)