mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-16 20:52:33 +00:00
* Adds logging for experisci completion (#68147) Adds logging for experisci completion * Adds logging for experisci completion Co-authored-by: vincentiusvin <54709710+vincentiusvin@users.noreply.github.com>
7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
/// Puts the text into the research html file, not log. See [INVESTIGATE_RESEARCH] for [/atom/proc/investigate_log]
|
|
/proc/log_research(text)
|
|
if(!text)
|
|
return
|
|
var/html_file = file("[GLOB.log_directory]/[INVESTIGATE_RESEARCH].html")
|
|
WRITE_FILE(html_file, "[time_stamp()] [text]<br>")
|