SSD Examine timer

This commit is contained in:
Belaya
2025-04-12 19:15:41 -05:00
parent 37a62f4abb
commit 1657eaa06a
3 changed files with 3 additions and 1 deletions
@@ -371,7 +371,7 @@
if(!key)
msg += "<span class='deadsay'>[t_He] [t_is] totally catatonic. The stresses of life in deep-space must have been too much for [t_him]. Any recovery is unlikely.</span>\n"
else if(!client)
msg += "[t_He] [t_has] a blank, absent-minded stare and appears completely unresponsive to anything. [t_He] may snap out of it soon.\n"
msg += "[t_He] [t_has] a blank, absent-minded stare and [t_has] been completely unresponsive to anything for [round(((world.time - lastclienttime) / (1 MINUTES)),1)] minutes. [t_He] may snap out of it soon.\n" //GS13 Edit: SSD timer
if(digitalcamo)
msg += "[t_He] [t_is] moving [t_his] body in an unnatural and blatantly inhuman manner.\n"
+1
View File
@@ -524,6 +524,7 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
if(!SSD)
add_status_indicator("ssd")
SSD = TRUE
lastclienttime = world.time //GS13 Editception: SSD timer
else
if(SSD)
remove_status_indicator("ssd")
@@ -92,6 +92,7 @@
// GS13 EDIT
var/SSD = FALSE
var/lastclienttime = 0 //GS13 Editception: SSD timer
var/list/pipes_shown = list()
var/last_played_vent