ssd indicator

This commit is contained in:
Metis
2024-10-10 19:43:07 -04:00
parent 58828c3328
commit b3501ec2b1
3 changed files with 15 additions and 0 deletions

View File

@@ -521,6 +521,17 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
var/restingpwr = 1 + 4 * !CHECK_MOBILITY(src, MOBILITY_STAND)
//GS13 EDIT START
if(ckey)
if(!client && !(stat == DEAD))
if(!SSD)
add_status_indicator("ssd")
SSD = TRUE
else
if(SSD)
remove_status_indicator("ssd")
SSD = FALSE
//GS13 EDIT END
//Dizziness
if(dizziness)
var/client/C = client

View File

@@ -90,6 +90,9 @@
var/metabolism_efficiency = 1 //more or less efficiency to metabolize helpful/harmful reagents and regulate body temperature..
var/has_limbs = 0 //does the mob have distinct limbs?(arms,legs, chest,head)
// GS13 EDIT
var/SSD = FALSE
var/list/pipes_shown = list()
var/last_played_vent