Restore LimitedChargesComponent.MaxCharges default value to 3 (#36778)
This commit is contained in:
parent
314ced1bf9
commit
bd40cb9fa5
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue