Disposable turret balance changes (#18155)
* tweaked stats * change comment
This commit is contained in:
@@ -51,6 +51,13 @@ public sealed partial class BallisticAmmoProviderComponent : Component
|
||||
[AutoNetworkedField]
|
||||
public bool Cycled = true;
|
||||
|
||||
/// <summary>
|
||||
/// Is the magazine allowed to be cycled
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("cycleable")]
|
||||
[AutoNetworkedField]
|
||||
public bool Cycleable = true;
|
||||
|
||||
/// <summary>
|
||||
/// Is it okay for this entity to directly transfer its valid ammunition into another provider?
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user