]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Restore `LimitedChargesComponent.MaxCharges` default value to 3 (#36778)
authorTayrtahn <tayrtahn@gmail.com>
Sun, 20 Apr 2025 19:20:57 +0000 (15:20 -0400)
committerGitHub <noreply@github.com>
Sun, 20 Apr 2025 19:20:57 +0000 (12:20 -0700)
Content.Shared/Charges/Components/LimitedChargesComponent.cs

index ff926fc158eded4e965a0aecd2693f0e6c6d8bf1..e879e0f1df1303a3fa4ece25167d14d0cac919ba 100644 (file)
@@ -17,7 +17,7 @@ public sealed partial class LimitedChargesComponent : Component
     ///     The max charges this action has.
     /// </summary>
     [DataField, AutoNetworkedField, Access(Other = AccessPermissions.Read)]
-    public int MaxCharges = 1;
+    public int MaxCharges = 3;
 
     /// <summary>
     /// Last time charges was changed. Used to derive current charges.