diff --git a/Content.Server/Speech/Components/VocalComponent.cs b/Content.Server/Speech/Components/VocalComponent.cs index 2c7e4b9daa..4ebce82d9d 100644 --- a/Content.Server/Speech/Components/VocalComponent.cs +++ b/Content.Server/Speech/Components/VocalComponent.cs @@ -31,7 +31,7 @@ public sealed class VocalComponent : Component public SoundSpecifier Wilhelm = new SoundPathSpecifier("/Audio/Voice/Human/wilhelm_scream.ogg"); [DataField("wilhelmProbability")] - public float WilhelmProbability = 0.002f; + public float WilhelmProbability = 0.0002f; [DataField("screamActionId", customTypeSerializer: typeof(PrototypeIdSerializer))] public string ScreamActionId = "Scream";