diff --git a/Content.Shared/Damage/DamageSpecifier.cs b/Content.Shared/Damage/DamageSpecifier.cs index e3b9e4a260..d2140d8abe 100644 --- a/Content.Shared/Damage/DamageSpecifier.cs +++ b/Content.Shared/Damage/DamageSpecifier.cs @@ -40,7 +40,9 @@ public sealed partial class DamageSpecifier : IEquatable /// /// What wounds should be (and their probability of being) applied? /// - [DataField("wounds", customTypeSerializer: typeof(PrototypeIdDictionarySerializer)), ViewVariables] + [JsonIgnore] + [ViewVariables(VVAccess.ReadWrite)] + [DataField("wounds", customTypeSerializer: typeof(PrototypeIdDictionarySerializer))] public Dictionary? Wounds; [JsonIgnore]