]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
[tweak] Bump sound on collide velocity (#15806)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Wed, 26 Apr 2023 06:52:57 +0000 (16:52 +1000)
committerGitHub <noreply@github.com>
Wed, 26 Apr 2023 06:52:57 +0000 (00:52 -0600)
Content.Shared/Sound/Components/EmitSoundOnCollideComponent.cs

index e8001248187aa41db39d1d0a372164075c744289..671868d02c67a59a498b7bccc2177be591ee5756 100644 (file)
@@ -12,7 +12,7 @@ public sealed class EmitSoundOnCollideComponent : BaseEmitSoundComponent
     /// Minimum velocity required for the sound to play.
     /// </summary>
     [ViewVariables(VVAccess.ReadWrite), DataField("minVelocity")]
-    public float MinimumVelocity = 0.25f;
+    public float MinimumVelocity = 1f;
 
     /// <summary>
     /// To avoid sound spam add a cooldown to it.