cleans up so many to_chats so they use vchat filters, unsorted chat filter for everything else

This commit is contained in:
Seris02
2023-03-08 23:26:14 -05:00
committed by VirgoBot
parent 115b8a933b
commit dd1e58acc7
63 changed files with 1112 additions and 409 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
var/list/results = A.examine(src)
if(!results || !results.len)
results = list("You were unable to examine that. Tell a developer!")
to_chat(src, jointext(results, "<br>"))
to_chat(src, "<span class='filter_notice'>[jointext(results, "<br>")]</span>")
update_examine_panel(A)
/mob/proc/update_examine_panel(var/atom/A)