mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-28 01:51:46 +00:00
I don't remember what was hard about this last time it took me like 20 minutes this time so I'm scared. Removes dynamic simulations, only I have used them and it's a lot more complicated now with this. I plan on making Dynamic simulations a part of moth.fans anyway
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
/// Log to dynamic and message admins
|
|
/datum/controller/subsystem/dynamic/proc/log_dynamic_and_announce(text)
|
|
message_admins("DYNAMIC: [text]")
|
|
log_dynamic("[text]")
|
|
|
|
/// Logging for dynamic procs
|
|
/proc/log_dynamic(text, list/data)
|
|
logger.Log(LOG_CATEGORY_DYNAMIC, text, data)
|