diff --git a/code/modules/newscaster/datums.dm b/code/modules/newscaster/datums.dm index 5ac6076d9f8..a59fc1c9ae8 100644 --- a/code/modules/newscaster/datums.dm +++ b/code/modules/newscaster/datums.dm @@ -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.