From 76f8a94974b1b9f78a69c9d707bb9d879451a1aa Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Mon, 12 May 2014 21:24:00 -0500 Subject: [PATCH] Removes the special name coloring of those with special roles from inappropriate times. Basically if we don't want a privmsg link we're not going to include the font change as well. This should fix it from displaying the coloring code in logs and other places not meant to be html (irc bot). --- code/__HELPERS/unsorted.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 099f166875..dd2a2b9dcc 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -538,7 +538,7 @@ Turf and target are seperate in case you want to teleport some distance from a t else if(M.name) name = M.name - if(is_special_character(M)) + if(include_link && is_special_character(M)) . += "/([name])" //Orange else . += "/([name])"