From: Tayrtahn Date: Fri, 27 Jun 2025 19:18:27 +0000 (-0400) Subject: Fix vocalization emotes (#38627) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=a09e47e857dc961d7fccc12836e7333eed655824;p=space-station-14.git Fix vocalization emotes (#38627) --- diff --git a/Content.Shared/Speech/Components/VocalComponent.cs b/Content.Shared/Speech/Components/VocalComponent.cs index 0f62a39d45..3a32a54bb3 100644 --- a/Content.Shared/Speech/Components/VocalComponent.cs +++ b/Content.Shared/Speech/Components/VocalComponent.cs @@ -19,9 +19,9 @@ public sealed partial class VocalComponent : Component /// Emote sounds prototype id for each sex (not gender). /// Entities without considered to be . /// - [DataField("sounds", customTypeSerializer: typeof(PrototypeIdValueDictionarySerializer))] + [DataField] [AutoNetworkedField] - public Dictionary? Sounds; + public Dictionary>? Sounds; [DataField("screamId", customTypeSerializer: typeof(PrototypeIdSerializer))] [AutoNetworkedField]