Skip to content

Commit

Permalink
Changes the firing sound of the M44 combat revolver (#6356)
Browse files Browse the repository at this point in the history
# About the pull request

changes the firing sound of the M44 revolver to a beefier one

# Explain why it's good for the game

after the damage buff the revolver has received, the gun feels notably
more punchier but i feel as if the firing sound has stayed behind in
that regard. it sounds like a peashooter. i think that with this change
it's an objectively better sounding weapon.
 
# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


old vs new comparison


https://github.com/cmss13-devs/cmss13/assets/17518895/3886d975-2207-482c-93de-f85e90f45c19



</details>


# Changelog
:cl:
soundadd: The M44 combat revolver has had its firing sound changed.
/:cl:
  • Loading branch information
VileBeggar committed Jun 19, 2024
1 parent f831971 commit 6dd490a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/revolvers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
w_class = SIZE_MEDIUM

matter = list("metal" = 2000)
fire_sound = 'sound/weapons/gun_44mag_v3.ogg'
fire_sound = 'sound/weapons/gun_44mag_v4.ogg'
reload_sound = 'sound/weapons/gun_44mag_speed_loader.wav'
cocked_sound = 'sound/weapons/gun_revolver_spun.ogg'
unload_sound = 'sound/weapons/gun_44mag_open_chamber.wav'
Expand Down
Binary file added sound/weapons/gun_44mag_v4.ogg
Binary file not shown.

0 comments on commit 6dd490a

Please sign in to comment.