mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 12:11:45 +00:00
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
//This logs subtler emotes in game.txt, if the conflig flag in config\skyrat\skyrat_config.txt is true.
|
|
/proc/log_subtler(text)
|
|
if (CONFIG_GET(flag/log_subtler))
|
|
WRITE_LOG(GLOB.world_game_log, "SUBTLER EMOTE: [text]")
|