mirror of
https://github.com/tonytins/citylimits
synced 2025-06-25 17:34:43 -04:00
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:
parent
e86dd64b8b
commit
49a1186115
5 changed files with 26 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue