From 09655ed5e8cf99e3b25c8c45a8533378303cc50f Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Fri, 5 May 2017 20:08:07 -0500 Subject: [PATCH] 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 - "