mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
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:
@@ -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])"
|
||||
|
||||
Reference in New Issue
Block a user