Skip to content

Commit

Permalink
fix tests??
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Mar 28, 2024
1 parent 560db85 commit 1a749bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Content.Shared/Damage/DamageSpecifier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ public sealed partial class DamageSpecifier : IEquatable<DamageSpecifier>
/// <summary>
/// What wounds should be (and their probability of being) applied?
/// </summary>
[DataField("wounds", customTypeSerializer: typeof(PrototypeIdDictionarySerializer<float, EntityPrototype>)), ViewVariables]
[JsonIgnore]
[ViewVariables(VVAccess.ReadWrite)]
[DataField("wounds", customTypeSerializer: typeof(PrototypeIdDictionarySerializer<float, EntityPrototype>))]
public Dictionary<string, float>? Wounds;

[JsonIgnore]
Expand Down

0 comments on commit 1a749bc

Please sign in to comment.