Skip to content

Commit f80f172

Browse files
committed
reducevolume
1 parent 98e9dcd commit f80f172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/projectiles/projectile.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@
12321232
if(!P || !P.ammo.ping)
12331233
return
12341234

1235-
if(P.ammo.sound_bounce) playsound(src, P.ammo.sound_bounce, 50, 1)
1235+
if(P.ammo.sound_bounce) playsound(src, P.ammo.sound_bounce, 30, 1)
12361236
var/image/I = image('icons/obj/items/weapons/projectiles.dmi', src, P.ammo.ping, 10)
12371237
var/offset_x = clamp(P.pixel_x + pixel_x_offset, -10, 10)
12381238
var/offset_y = clamp(P.pixel_y + pixel_y_offset, -10, 10)

0 commit comments

Comments
 (0)