diff --git a/code/modules/modular_computers/file_system/news_article.dm b/code/modules/modular_computers/file_system/news_article.dm index 2eea86ec20..833ba382e9 100644 --- a/code/modules/modular_computers/file_system/news_article.dm +++ b/code/modules/modular_computers/file_system/news_article.dm @@ -17,7 +17,8 @@ // NEWS DEFINITIONS BELOW THIS LINE - +/* KEPT HERE AS AN EXAMPLE /datum/computer_file/data/news_article/space/vol_one filename = "SPACE Magazine vol. 1" - server_file_path = 'news_articles/space_magazine_1.html' \ No newline at end of file + server_file_path = 'news_articles/space_magazine_1.html' +*/ \ No newline at end of file