mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 08:09:34 +01:00
mix of old bay, vore, and tg io macros -> baylike
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
var/archived // Set to 1 for older stuff
|
||||
var/cover //filename of cover.
|
||||
|
||||
/datum/computer_file/data/news_article/New(var/load_from_file = 0)
|
||||
/datum/computer_file/data/news_article/New(var/load_file = 0)
|
||||
..()
|
||||
if(server_file_path && load_from_file)
|
||||
if(server_file_path && load_file)
|
||||
stored_data = file2text(server_file_path)
|
||||
calculate_size()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user