Cargo price tweaks 2 (#11307)

* Cargo price tweaks 2

* Allow cargo selling dead organics
This commit is contained in:
metalgearsloth
2022-09-16 03:29:07 +10:00
committed by GitHub
parent d8754b2014
commit ed442a7d3b
22 changed files with 63 additions and 45 deletions

View File

@@ -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 = 2;
public int IncreasePerSecond = 1;
}