mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-23 05:08:16 +01:00
SSD Examine timer
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user