From 9a3dc90c2142944934bf63d57c1362587c6ccb00 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 11 Mar 2021 10:50:18 -0500 Subject: [PATCH] Temporarily disables ingame news thing --- code/modules/news/news_init.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/news/news_init.dm b/code/modules/news/news_init.dm index 33adc2d530a..2c78e4baf8e 100644 --- a/code/modules/news/news_init.dm +++ b/code/modules/news/news_init.dm @@ -2,7 +2,7 @@ GLOBAL_DATUM_INIT(news_data, /datum/lore/news, new) /datum/feed_network/New() CreateFeedChannel("Station Announcements", "NanoTrasen", 1, 1, "New Station Announcement Available") - CreateFeedChannel("Vir News Network", "Oculum Broadcast", 1, 1, "Updates from the Vir News Network!") + //CreateFeedChannel("Vir News Network", "Oculum Broadcast", 1, 1, "Updates from the Vir News Network!") //VOREStation Removal /datum/lore/news var/datum/feed_channel/station_newspaper