mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
* Split and Document Logging Procs * Update _logging.dm * Update atoms.dm * Update mob_helpers.dm * Update mob.dm Co-authored-by: dragomagol <66640614+dragomagol@users.noreply.github.com> Co-authored-by: Tom <8881105+tf-4@users.noreply.github.com>
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
/// Logging for writing made on paper
|
|
/proc/log_paper(text)
|
|
WRITE_LOG(GLOB.world_paper_log, "PAPER: [text]")
|