Add status to crew manifest

Allow new players to see how many existing players are actually active
This commit is contained in:
psq95
2023-05-07 15:44:09 +01:00
parent 8466124fe8
commit ee93a20306
2 changed files with 20 additions and 10 deletions
+2
View File
@@ -562,10 +562,12 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
if(ckey)
if(!client && !(stat == DEAD))
GLOB.data_core.manifest_modify_status(real_name, TRUE)
add_status_indicator("ssd")
SSD = TRUE
else
if(SSD)
GLOB.data_core.manifest_modify_status(real_name, FALSE)
remove_status_indicator("ssd")
SSD = FALSE