Revert "Revert "Update _logging.dm""

This reverts commit 2b93d5c3dd.
This commit is contained in:
kevinz000
2020-01-24 04:22:16 -07:00
parent 2b93d5c3dd
commit 60365e4a8c
+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-------------------------")