Skip to content

Commit

Permalink
new sound effects
Browse files Browse the repository at this point in the history
  • Loading branch information
zc-byte-boxer committed Jul 24, 2024
1 parent e7df59e commit 471c588
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/guns/pistols.dm
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,11 @@
fire_sound = 'sound/weapons/gun_m47.ogg'
firesound_volume = 80
reload_sound = 'sound/weapons/reload_m47.ogg'
reload_volume = 70
reload_volume = 60
unload_sound = 'sound/weapons/unload_m47.ogg'
fire_rattle = 'sound/weapons/gun_m47.ogg'
cocked_sound = 'sound/weapons/cocking_m47.ogg'
pickup_sound = "sound/weapons/draw_m47.ogg"
empty_sound = null
flags_gun_features = GUN_CAN_POINTBLANK|GUN_ONE_HAND_WIELDED|GUN_AUTO_EJECTOR|GUN_AMMO_COUNTER
current_mag = /obj/item/ammo_magazine/pistol/m47
Expand Down
Binary file modified sound/weapons/cocking_m47.ogg
Binary file not shown.
Binary file added sound/weapons/draw_m47.ogg
Binary file not shown.
Binary file modified sound/weapons/gun_m47.ogg
Binary file not shown.

0 comments on commit 471c588

Please sign in to comment.