mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 07:02:15 +01:00
Merge pull request #104 from surftheseawing/ssd
Add status to crew manifest
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user