mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 15:39:57 +01:00
Fixes mech sounds and other sound tweaks (#7220)
Fixed mech sounds and some other sounds becoming garbled due to a random frequency being picked.
Made gunshots and flashbangs be heard farther and through walls again and not just via line of sight.
This commit is contained in:
@@ -335,7 +335,7 @@
|
||||
if(silenced)
|
||||
playsound(src, fire_sound, 10, 1)
|
||||
else
|
||||
playsound(src, fire_sound, 50, 1)
|
||||
playsound(src, fire_sound, 75, 1, 5, 0.9, 1)
|
||||
|
||||
if (muzzle_flash)
|
||||
set_light(muzzle_flash)
|
||||
@@ -378,7 +378,7 @@
|
||||
if(silenced)
|
||||
playsound(user, fire_sound, 10, 1)
|
||||
else
|
||||
playsound(user, fire_sound, 50, 1)
|
||||
playsound(user, fire_sound, 75, 1, 5, 0.9, 1)
|
||||
|
||||
if (playemote)
|
||||
if(reflex)
|
||||
@@ -490,7 +490,7 @@
|
||||
if(silenced)
|
||||
playsound(user, fire_sound, 10, 1)
|
||||
else
|
||||
playsound(user, fire_sound, 50, 1)
|
||||
playsound(user, fire_sound, 75, 1, 5, 0.9, 1)
|
||||
|
||||
in_chamber.on_hit(M)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user