This commit is contained in:
Twinmold93
2019-04-29 23:43:32 -05:00
parent 7ebf3624c2
commit 726e0af91a
+2
View File
@@ -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()