diff --git a/code/modules/projectiles/projectile.dm b/code/modules/projectiles/projectile.dm index 9c7003a34d4..8aa27345ae9 100644 --- a/code/modules/projectiles/projectile.dm +++ b/code/modules/projectiles/projectile.dm @@ -1232,7 +1232,7 @@ if(!P || !P.ammo.ping) return - if(P.ammo.sound_bounce) playsound(src, P.ammo.sound_bounce, 50, 1) + if(P.ammo.sound_bounce) playsound(src, P.ammo.sound_bounce, 30) var/image/I = image('icons/obj/items/weapons/projectiles.dmi', src, P.ammo.ping, 10) var/offset_x = clamp(P.pixel_x + pixel_x_offset, -10, 10) var/offset_y = clamp(P.pixel_y + pixel_y_offset, -10, 10) diff --git a/sound/bullets/bullet_miss1.ogg b/sound/bullets/bullet_miss1.ogg index ae3e7a4b665..dfff45a0cb5 100644 Binary files a/sound/bullets/bullet_miss1.ogg and b/sound/bullets/bullet_miss1.ogg differ diff --git a/sound/bullets/bullet_miss2.ogg b/sound/bullets/bullet_miss2.ogg index 8ae5417ab02..54b11112802 100644 Binary files a/sound/bullets/bullet_miss2.ogg and b/sound/bullets/bullet_miss2.ogg differ diff --git a/sound/bullets/bullet_miss3.ogg b/sound/bullets/bullet_miss3.ogg index 340a1a2faf7..fbff6dde904 100644 Binary files a/sound/bullets/bullet_miss3.ogg and b/sound/bullets/bullet_miss3.ogg differ diff --git a/sound/bullets/bullet_miss4.ogg b/sound/bullets/bullet_miss4.ogg index ba8cb80e40b..6392d667691 100644 Binary files a/sound/bullets/bullet_miss4.ogg and b/sound/bullets/bullet_miss4.ogg differ diff --git a/sound/bullets/bullet_ricochet1.ogg b/sound/bullets/bullet_ricochet1.ogg index 1045159562f..724f599cd5b 100644 Binary files a/sound/bullets/bullet_ricochet1.ogg and b/sound/bullets/bullet_ricochet1.ogg differ diff --git a/sound/bullets/bullet_ricochet2.ogg b/sound/bullets/bullet_ricochet2.ogg index 53014c1c6f4..1c29b9e64e2 100644 Binary files a/sound/bullets/bullet_ricochet2.ogg and b/sound/bullets/bullet_ricochet2.ogg differ diff --git a/sound/bullets/bullet_ricochet3.ogg b/sound/bullets/bullet_ricochet3.ogg index a52a3b0544d..96d470ffe2c 100644 Binary files a/sound/bullets/bullet_ricochet3.ogg and b/sound/bullets/bullet_ricochet3.ogg differ diff --git a/sound/bullets/bullet_ricochet4.ogg b/sound/bullets/bullet_ricochet4.ogg index 1add99f83aa..bde8fda3f4c 100644 Binary files a/sound/bullets/bullet_ricochet4.ogg and b/sound/bullets/bullet_ricochet4.ogg differ diff --git a/sound/bullets/bullet_ricochet5.ogg b/sound/bullets/bullet_ricochet5.ogg index 57a87edef35..eba86301354 100644 Binary files a/sound/bullets/bullet_ricochet5.ogg and b/sound/bullets/bullet_ricochet5.ogg differ diff --git a/sound/bullets/bullet_ricochet6.ogg b/sound/bullets/bullet_ricochet6.ogg index 03fbe6d0702..b143a3c2bdc 100644 Binary files a/sound/bullets/bullet_ricochet6.ogg and b/sound/bullets/bullet_ricochet6.ogg differ diff --git a/sound/bullets/bullet_ricochet7.ogg b/sound/bullets/bullet_ricochet7.ogg index 1ba37eceb1e..68a2ee63fa0 100644 Binary files a/sound/bullets/bullet_ricochet7.ogg and b/sound/bullets/bullet_ricochet7.ogg differ diff --git a/sound/bullets/bullet_ricochet8.ogg b/sound/bullets/bullet_ricochet8.ogg index b8499ea2692..622d8b6941e 100644 Binary files a/sound/bullets/bullet_ricochet8.ogg and b/sound/bullets/bullet_ricochet8.ogg differ