Skip to content

Commit

Permalink
shoots dumbass mandatory snowflake staff shit
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 1, 2023
1 parent 8f8f00c commit d8aa9ff
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions code/game/verbs/ooc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,8 @@
var/display_colour = GLOB.ooc_color_override
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_DEBUG)
display_colour = CONFIG_GET(string/ooc_color_debug)
if(admin_holder.rights & R_MOD)
display_colour = CONFIG_GET(string/ooc_color_mods)
if(admin_holder.rights & R_ADMIN)
display_colour = CONFIG_GET(string/ooc_color_admin)
if(admin_holder.rights & R_COLOR)
display_colour = prefs.ooccolor
if(admin_holder && !admin_holder.fakekey && admin_holder.rights & R_COLOR)
display_colour = prefs.ooccolor
else if(donator)
display_colour = prefs.ooccolor
if(!display_colour) // if invalid R_COLOR choice
Expand Down

0 comments on commit d8aa9ff

Please sign in to comment.