Cycle injector transfer amount on alt. use (#25566)
* Add toggle verb for injector transfer amount * Fix injector verb priority scalability --------- Co-authored-by: veprolet <>
This commit is contained in:
@@ -52,7 +52,7 @@ public sealed partial class InjectorComponent : Component
|
||||
/// The maximum amount of solution that can be transferred at once from this solution.
|
||||
/// </summary>
|
||||
[DataField("maxTransferAmount")]
|
||||
public FixedPoint2 MaximumTransferAmount = FixedPoint2.New(50);
|
||||
public FixedPoint2 MaximumTransferAmount = FixedPoint2.New(15);
|
||||
|
||||
/// <summary>
|
||||
/// Amount to inject or draw on each usage. If the injector is inject only, it will
|
||||
|
||||
Reference in New Issue
Block a user