diff --git a/code/modules/modular_computers/file_system/news_article.dm b/code/modules/modular_computers/file_system/news_article.dm index a52f66c834..a8bf03168b 100644 --- a/code/modules/modular_computers/file_system/news_article.dm +++ b/code/modules/modular_computers/file_system/news_article.dm @@ -36,5 +36,10 @@ archived = 1 /datum/computer_file/data/news_article/tss/vol_two - filename = "The Sleepy Sergal vol. 2" - server_file_path = 'news_articles/the_sleepy_sergal_2.html' \ No newline at end of file + filename = "The Sleepy Sergal Archives vol. 2" + server_file_path = 'news_articles/the_sleepy_sergal_2.html' + archived = 1 + +/datum/computer_file/data/news_article/tss/vol_three + filename = "The Sleepy Sergal vol. 3" + server_file_path = 'news_articles/the_sleepy_sergal_3.html'