From d46d9ffb2ae1363efda26b4c52cd954a26ed5734 Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 19 Apr 2017 08:03:51 -0300 Subject: [PATCH] Adds a link to individual logs on the player panel and moves the other one (#26341) * Adds a link to individual logs on the player panel and moves the other one * Fixes tgstation.dme and removes the other button from the show_player_panel verb --- code/modules/admin/admin.dm | 4 ++-- code/modules/admin/player_panel.dm | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 29e4dd06dde..f9d7dd6ec66 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -42,7 +42,8 @@ body += "TP - " body += "PM - " body += "SM - " - body += "FLW\]
" + body += "FLW - " + body += "LOGS\]
" body += "Mob type = [M.type]

" @@ -81,7 +82,6 @@ body += "Traitor panel | " body += "Narrate to | " body += "Subtle message | " - body += "Individual Round Logs | " body += "Language Menu" if (M.client) diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index aa61cbcc8d3..1edaea3e728 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -81,7 +81,8 @@ body += "TP - " body += "PM - " body += "SM - " - body += "FLW
" + body += "FLW - " + body += "LOGS
" if(antagonist > 0) body += "Antagonist";