Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 4, 2024
1 parent 29d93a3 commit cb2db11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/verbs/ooc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
if(!display_colour)
display_colour = CONFIG_GET(string/ooc_color_normal)
if(admin_holder && !admin_holder.fakekey)
display_colour = CONFIG_GET(string/ooc_color_other)
if(admin_holder.rights & R_MENTOR)
display_colour = CONFIG_GET(string/ooc_color_other)
if(admin_holder.rights & R_DEBUG)
display_colour = CONFIG_GET(string/ooc_color_debug)
if(admin_holder.rights & R_MOD)
Expand Down

0 comments on commit cb2db11

Please sign in to comment.