Add refreshing on new feed message

This commit is contained in:
mochi
2020-10-06 20:02:17 +02:00
parent 01f8f05633
commit 58621e51aa
+3
View File
@@ -170,6 +170,9 @@
M.title = "[channel_name] Story #[length(messages) + 1]"
LAZYADD(messages, M)
GLOB.news_network.stories += M
// Update all newscaster TGUIs
for(var/nc in GLOB.allNewscasters)
SStgui.update_uis(nc)
/**
* Returns the text to be said by newscasters when announcing new news from a channel.