Skip to content

Commit

Permalink
Less eye pain
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Nov 22, 2023
1 parent b98d603 commit 2c18550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/verbs/who.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
if(CONFIG_GET(flag/show_manager))
LAZYSET(mappings, "<B style='color:purple'>Management</B>", R_PERMISSIONS)
if(CONFIG_GET(flag/show_devs))
LAZYSET(mappings, "<B style='color:blue'>Maintainers</B>", R_PROFILER)
LAZYSET(mappings, "<B style='color:dodgerblue'>Maintainers</B>", R_PROFILER)
LAZYSET(mappings, "<B style='color:red'>Admins</B>", R_ADMIN)
if(CONFIG_GET(flag/show_mods))
LAZYSET(mappings, "<B style='color:orange'>Moderators</B>", R_MOD)
Expand Down

0 comments on commit 2c18550

Please sign in to comment.