Skip to content

Commit

Permalink
suggested changes from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
widgetbeck committed Dec 4, 2024
1 parent db0520e commit be207fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Content.Shared/Clumsy/ClumsyComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,25 +62,25 @@ public sealed partial class ClumsyComponent : Component
/// <summary>
/// Whether or not to apply Clumsy to hyposprays.
/// </summary>
[DataField]
[DataField, AutoNetworkedField]
public bool ClumsyHypo = true;

/// <summary>
/// Whether or not to apply Clumsy to defibs.
/// </summary>
[DataField]
[DataField, AutoNetworkedField]
public bool ClumsyDefib = true;

/// <summary>
/// Whether or not to apply Clumsy to guns.
/// </summary>
[DataField]
[DataField, AutoNetworkedField]
public bool ClumsyGuns = true;

/// <summary>
/// Whether or not to apply Clumsy to vaulting.
/// </summary>
[DataField]
[DataField, AutoNetworkedField]
public bool ClumsyVaulting = true;

/// <summary>
Expand Down

0 comments on commit be207fd

Please sign in to comment.