fix: spellbooks can have charges ≠ 3 (#38769)
* fix: spellbooks can have charges ≠ 3 * refactor: just make setting MaxCharges an api thing * refactor: don't auto-add LimitedCharges * Small stuff --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,7 @@ public sealed partial class LimitedChargesComponent : Component
|
||||
/// <summary>
|
||||
/// The max charges this action has.
|
||||
/// </summary>
|
||||
[DataField, AutoNetworkedField, Access(Other = AccessPermissions.Read)]
|
||||
[DataField, AutoNetworkedField]
|
||||
public int MaxCharges = 3;
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user