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]