Skip to content

Commit

Permalink
Update MeleeWeaponComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Aug 8, 2024
1 parent b8856d0 commit 341b641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Weapons/Melee/MeleeWeaponComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public sealed partial class MeleeWeaponComponent : Component
public bool SwingLeft;

[DataField, AutoNetworkedField]
public float HeavyStaminaCost = 20f;
public float HeavyStaminaCost = 10f;

[DataField, AutoNetworkedField]
public int MaxTargets = 5;
Expand Down

0 comments on commit 341b641

Please sign in to comment.