From 539f4f133a3667bdaf18dd701382aea2e51959ad Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 23 Apr 2019 14:01:22 -0400 Subject: [PATCH] Removes Space Magazine Only commented out, so that it can be used as an example for future lore projects. --- code/modules/modular_computers/file_system/news_article.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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