public time, seclevel

This commit is contained in:
Kyep
2019-06-05 13:08:58 -07:00
parent 5a26089e84
commit 8db416a2b5
7 changed files with 5 additions and 7 deletions
@@ -263,7 +263,6 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
..()
statpanel("Status")
if(client.statpanel == "Status")
show_stat_station_time()
show_stat_emergency_shuttle_eta()
stat(null, "Respawnability: [(src in GLOB.respawnable_list) ? "Yes" : "No"]")
@@ -95,7 +95,6 @@ I'm using this for Stat to give it a more nifty interface to work with
..()
if(has_synthetic_assistance())
statpanel("Status")
show_stat_station_time()
show_stat_emergency_shuttle_eta()
if(client.statpanel == "Status")
@@ -162,8 +162,6 @@
stat(null, "Intent: [a_intent]")
stat(null, "Move Mode: [m_intent]")
show_stat_station_time()
show_stat_emergency_shuttle_eta()
if(client.statpanel == "Status")
@@ -156,7 +156,6 @@
/mob/living/silicon/Stat()
..()
if(statpanel("Status"))
show_stat_station_time()
show_stat_emergency_shuttle_eta()
show_system_integrity()
+3
View File
@@ -988,6 +988,9 @@ var/list/slot_equipment_priority = list( \
statpanel("Status") // Switch to the Status panel again, for the sake of the lazy Stat procs
if(client && client.statpanel == "Status" && SSticker)
show_stat_station_time()
// this function displays the station time in the status panel
/mob/proc/show_stat_station_time()
stat(null, "Round Time: [worldtime2text()]")
@@ -136,8 +136,6 @@
..()
statpanel("Status")
if(client.statpanel == "Status" && SSticker)
show_stat_station_time()
/mob/new_player/Topic(href, href_list[])