(1539ce1d5) Increased starting funds

This commit is contained in:
Joonas Rikkonen
2019-05-06 11:38:03 +03:00
parent 87dc4e669e
commit c76284c511
4 changed files with 219 additions and 115 deletions
@@ -12,7 +12,7 @@ namespace Barotrauma
public bool CheatsEnabled;
const int InitialMoney = 4700;
const int InitialMoney = 8700;
public const int HullRepairCost = 500, ItemRepairCost = 500;
protected bool watchmenSpawned;