Lower speech noise volume & refactor system (#24579)

* Lower speech noise sounds & refactor system christ fuck

* MORE
This commit is contained in:
Kara
2024-01-28 03:49:55 -07:00
committed by GitHub
parent 804c76f8c9
commit 740c298d2f
3 changed files with 37 additions and 54 deletions

View File

@@ -41,7 +41,7 @@ namespace Content.Shared.Speech
};
[DataField]
public AudioParams AudioParams = AudioParams.Default.WithVolume(6f).WithRolloffFactor(4.5f);
public AudioParams AudioParams = AudioParams.Default.WithVolume(-2f).WithRolloffFactor(4.5f);
[ViewVariables(VVAccess.ReadWrite)]
[DataField]