Merge pull request #10694 from Citadel-Station-13/kevinz000-patch-4

[s] more reasonable reagent logging
This commit is contained in:
Ghom
2020-01-29 01:59:09 +01:00
committed by GitHub
6 changed files with 36 additions and 16 deletions
+6
View File
@@ -165,6 +165,12 @@
/proc/log_mapping(text)
WRITE_LOG(GLOB.world_map_error_log, text)
/proc/log_reagent(text)
WRITE_LOG(GLOB.reagent_log, text)
/proc/log_reagent_transfer(text)
log_reagent("TRANSFER: [text]")
/* For logging round startup. */
/proc/start_log(log)
WRITE_LOG(log, "Starting up round ID [GLOB.round_id].\n-------------------------")