mirror of
https://github.com/tonytins/citylimits
synced 2025-06-25 17:34:43 -04:00
FNN and Central Tower
If the Central Tower is present, change Pawprint Press to FNN.
This commit is contained in:
parent
9dc5956e89
commit
cc4747ab65
4 changed files with 25 additions and 4 deletions
|
@ -9,6 +9,7 @@ var population: int = 0
|
|||
var budget: int = 20000
|
||||
var expenses: int
|
||||
var is_alert: bool = false
|
||||
var has_ctower: bool = false # Central Tower
|
||||
|
||||
const currency: String = "§"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue