Reduced starting budget

- Redid money cheat code
- Reduced starting budget to 20k now that the money cheat codes can handle any additional income
This commit is contained in:
Tony Bark 2021-05-21 00:25:37 -04:00
parent e86dd64b8b
commit 49a1186115
5 changed files with 26 additions and 12 deletions

View file

@ -7,7 +7,7 @@ var prev_quarter: int
var quarter: int = 1
var population: int = 0
var news_ticker: String
var budget: int = 10000000
var budget: int = 20000
var prev_budget: int
var power_grid: int