From 5d4de180b06726ae76496d707c7bbd6d7cd9b08d Mon Sep 17 00:00:00 2001 From: Visne <39844191+Visne@users.noreply.github.com> Date: Sat, 11 Feb 2023 03:21:07 +0100 Subject: [PATCH] Make Wilhelm scream much more rare, attempt 2 (#13831) * Max Wilhelm scream much more rare * Make Wilhelm scream much more rare, attempt 2 --- Content.Server/Speech/Components/VocalComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- 2.52.0