Merge pull request #104 from surftheseawing/ssd

Add status to crew manifest
This commit is contained in:
MrSky12
2023-05-07 20:29:30 +02:00
committed by GitHub
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