Merge pull request #4978 from Ccomp5950/special-role-color-fix

Removes the special name coloring of those with special roles from inappropriate times.
This commit is contained in:
Chinsky
2014-05-14 03:51:40 +04:00

View File

@@ -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))
. += "/(<font color='#FFA500'>[name]</font>)" //Orange
else
. += "/([name])"