From 09655ed5e8cf99e3b25c8c45a8533378303cc50f Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 5 May 2017 20:08:07 -0500 Subject: [PATCH 1/2] Adds player age and byond account age to player panel --- code/modules/admin/admin.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 0e7986ec18..1059dda3f3 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -37,6 +37,10 @@ else body += " \[Heal\] " + if(M.client) + body += "
\[Player Age: [M.client.player_age]\]\[Byond Age: [M.client.account_age]\]" + + body += "

\[ " body += "VV - " body += "TP - " From c7fce182139e70bf2ed1509fcd97bda9d34d2ce1 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Fri, 12 May 2017 01:54:20 -0500 Subject: [PATCH 2/2] travis --- code/modules/admin/admin.dm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 1059dda3f3..9f51c43030 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -37,10 +37,11 @@ else body += " \[Heal\] " - if(M.client) - body += "
\[Player Age: [M.client.player_age]\]\[Byond Age: [M.client.account_age]\]" - - + if(M.client) + body += "
\[Player Age: [M.client.player_age]\]\[Byond Age: [M.client.account_age]\]" + + + body += "

\[ " body += "VV - " body += "TP - " @@ -808,7 +809,7 @@ return 1 /client/proc/adminGreet(logout) - if(SSticker.HasRoundStarted()) + if(SSticker.HasRoundStarted()) var/string if(logout && config && config.announce_admin_logout) string = pick(