From 726e0af91a2e302cbf8f6c71d04a228a6ab86fe5 Mon Sep 17 00:00:00 2001 From: Twinmold93 Date: Mon, 29 Apr 2019 23:43:32 -0500 Subject: [PATCH] rebase --- code/modules/mob/mob.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 482bf85491d..14004fa4a5b 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -1001,6 +1001,8 @@ var/list/slot_equipment_priority = list( \ /mob/proc/show_stat_station_time() stat(null, "Round Time: [worldtime2text()]") stat(null, "Station Time: [station_time_timestamp()]") + if(client.holder && (client.holder.rights & R_ADMIN)) + stat(null, "Server Time: [time_stamp()]") // this function displays the shuttles ETA in the status panel if the shuttle has been called /mob/proc/show_stat_emergency_shuttle_eta()