mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-15 12:21:22 +00:00
Fixed typo
This commit is contained in:
parent
76b67cbe73
commit
8b37060d5c
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ func _random_news(file):
|
|||
var ticker_range = rng.randi_range(0, max_mange)
|
||||
var news = news_keys[ticker_range].text # Shuffle News
|
||||
|
||||
if SimData.has_ctower or SimData.city_name == "Furtrpolis" and "[outlet]" in news:
|
||||
if SimData.has_ctower or SimData.city_name == "Furtropolis" and "[outlet]" in news:
|
||||
# FNN = Furtropolis/Furry News Network
|
||||
news = news.replace("[outlet]", "FNN")
|
||||
elif "[outlet]" in news:
|
||||
|
|
Loading…
Add table
Reference in a new issue