- If a power plant is present, the zone animates. Just like the original.
- Your budget also goes through the roof

This is just a proof-of-concept right now, and will likely crash your machine if you leave it on too long.
This commit is contained in:
Tony Bark 2023-01-21 05:45:38 -05:00
parent 5fa863114a
commit 239fa63a0c
9 changed files with 236 additions and 177 deletions

View file

@ -17,6 +17,9 @@ var current_power_cap: int
var prev_power_cap: int
var has_power: bool
var res_tax: int = 5
var res_income: int
var ticker_files: Array = [
"adverts.json",
"sammy.json"