Added more news messages

- Shuffle news keys
- Brought back check if city name is named "Furtropolis" to change outlet to "FNN"
- Reduced ticker timer from 10 to 6 seconds
This commit is contained in:
Tony Bark 2021-05-26 05:50:47 -04:00
parent cc4747ab65
commit 76b67cbe73
4 changed files with 36 additions and 4 deletions

View file

@ -6,7 +6,7 @@ onready var quarters = $Quarters
func _ready():
SimEvents.connect("resume_news", self, "_resume_rotation")
SimEvents.connect("send_alert", self, "_stop_news")
func _on_Quarters_timeout():
SimData.year += 1
SimData.prev_quarter = SimData.quarter