mix of old bay, vore, and tg io macros -> baylike

This commit is contained in:
spookerton
2022-11-03 12:38:03 +00:00
parent 263f84d655
commit f432c68fc2
26 changed files with 85 additions and 84 deletions
@@ -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()