Skip to content

Commit

Permalink
Hey what if admins were allowed to use the player panel (tgstation#82682
Browse files Browse the repository at this point in the history
)

Re-adds the player panel verb to the verb panel.
  • Loading branch information
ZephyrTFA committed Apr 15, 2024
1 parent 713f9e4 commit abbee36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/admingame.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ADMIN_VERB_ONLY_CONTEXT_MENU(show_player_panel, R_ADMIN, "Show Player Panel", mob/player in world)
ADMIN_VERB_AND_CONTEXT_MENU(show_player_panel, R_ADMIN, "Show Player Panel", "Get the player panel for the target mob.", ADMIN_CATEGORY_MAIN, mob/player in world)
log_admin("[key_name(user)] checked the individual player panel for [key_name(player)][isobserver(user.mob)?"":" while in game"].")

if(!player)
Expand Down

0 comments on commit abbee36

Please sign in to comment.