Cargo economy balance (#11123)
Co-authored-by: Visne <39844191+Visne@users.noreply.github.com>
This commit is contained in:
@@ -15,5 +15,5 @@ public sealed class StationBankAccountComponent : Component
|
||||
/// How much the bank balance goes up per second, every Delay period. Rounded down when multiplied.
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("increasePerSecond")]
|
||||
public int IncreasePerSecond = 10;
|
||||
public int IncreasePerSecond = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user