From: Visne <39844191+Visne@users.noreply.github.com> Date: Sat, 11 Feb 2023 02:21:07 +0000 (+0100) Subject: Make Wilhelm scream much more rare, attempt 2 (#13831) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5d4de180b06726ae76496d707c7bbd6d7cd9b08d;p=space-station-14.git Make Wilhelm scream much more rare, attempt 2 (#13831) * Max Wilhelm scream much more rare * Make Wilhelm scream much more rare, attempt 2 --- 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";