Adds empty filter classes to send messages to particular vchat filters.

This commit is contained in:
Atermonera
2020-04-20 00:28:16 -07:00
committed by VirgoBot
parent 583472d42e
commit 7bf77736c2
24 changed files with 1075 additions and 315 deletions

View File

@@ -49,7 +49,7 @@
for(var/client/C in admins)
if(C.is_preference_enabled(/datum/client_preference/debug/show_debug_logs))
to_chat(C, "DEBUG: [text]")
to_chat(C, "<span class='filter_debuglog'>DEBUG: [text]</span>")
/proc/log_game(text)
if (config.log_game)