Cargo price tweaks 2 (#11307)
* Cargo price tweaks 2 * Allow cargo selling dead organics
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 = 2;
|
||||
public int IncreasePerSecond = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user