diff --git a/Content.Shared/Charges/Components/LimitedChargesComponent.cs b/Content.Shared/Charges/Components/LimitedChargesComponent.cs index ff926fc158..e879e0f1df 100644 --- a/Content.Shared/Charges/Components/LimitedChargesComponent.cs +++ b/Content.Shared/Charges/Components/LimitedChargesComponent.cs @@ -17,7 +17,7 @@ public sealed partial class LimitedChargesComponent : Component /// The max charges this action has. /// [DataField, AutoNetworkedField, Access(Other = AccessPermissions.Read)] - public int MaxCharges = 1; + public int MaxCharges = 3; /// /// Last time charges was changed. Used to derive current charges.