Make PA 40% less jank (#9278)

Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
Co-authored-by: wrexbe <81056464+wrexbe@users.noreply.github.com>
This commit is contained in:
metalgearsloth
2022-08-08 10:31:53 +10:00
committed by GitHub
parent 9078e4caf5
commit f695d239c9
4 changed files with 12 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ namespace Content.Server.Singularity.Components
// For the "emitter fired" sound
public const float Variation = 0.25f;
public const float Volume = 0.5f;
public const float Distance = 3f;
public const float Distance = 6f;
[ViewVariables] public int FireShotCounter;