ssd indicator
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user