diff --git a/code/modules/projectiles/guns/pistols.dm b/code/modules/projectiles/guns/pistols.dm index 79ec0a93a771..eb138adcf1fe 100644 --- a/code/modules/projectiles/guns/pistols.dm +++ b/code/modules/projectiles/guns/pistols.dm @@ -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 diff --git a/sound/weapons/cocking_m47.ogg b/sound/weapons/cocking_m47.ogg index 251a3f8bab52..a9d9ea53aa61 100644 Binary files a/sound/weapons/cocking_m47.ogg and b/sound/weapons/cocking_m47.ogg differ diff --git a/sound/weapons/draw_m47.ogg b/sound/weapons/draw_m47.ogg new file mode 100644 index 000000000000..a63bdfe4aecb Binary files /dev/null and b/sound/weapons/draw_m47.ogg differ diff --git a/sound/weapons/gun_m47.ogg b/sound/weapons/gun_m47.ogg index baf846151e89..be94e723d2cb 100644 Binary files a/sound/weapons/gun_m47.ogg and b/sound/weapons/gun_m47.ogg differ