Attempts to make emotes part of the local filter.

This commit is contained in:
Putnam
2020-11-24 06:02:34 -08:00
parent abdb0de19d
commit b000ea6a25
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
return
user.log_message(msg, LOG_EMOTE)
msg = "<b>[user]</b> " + msg
msg = "<span class='emote'><b>[user]</b> [msg]</span>"
for(var/mob/M in GLOB.dead_mob_list)
if(!M.client || isnewplayer(M))