Re-adds newscaster announcement logging + Makes Public Station Announcements news channel Public (#23196)

* Makes Public Station Announcements Public

* True, Not False

* Make them seperate channels

* trying to silently add announcement to news

* Re-adding old announcements logging

* remove debug logs
This commit is contained in:
Daniel Lenrd
2023-12-31 21:54:24 +09:00
committed by GitHub
parent a069966658
commit 7c8fe99805
2 changed files with 14 additions and 1 deletions
+8 -1
View File
@@ -655,13 +655,20 @@ SUBSYSTEM_DEF(ticker)
/datum/controller/subsystem/ticker/proc/setup_news_feeds()
var/datum/feed_channel/newChannel = new /datum/feed_channel
newChannel.channel_name = "Public Station Announcements"
newChannel.channel_name = "Station Announcements Log"
newChannel.author = "Automated Announcement Listing"
newChannel.icon = "bullhorn"
newChannel.frozen = TRUE
newChannel.admin_locked = TRUE
GLOB.news_network.channels += newChannel
newChannel = new /datum/feed_channel
newChannel.channel_name = "Public Station Announcements"
newChannel.author = "Automated Announcement Listing"
newChannel.icon = "users"
newChannel.is_public = TRUE
GLOB.news_network.channels += newChannel
newChannel = new /datum/feed_channel
newChannel.channel_name = "Nyx Daily"
newChannel.author = "CentComm Minister of Information"