mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-13 00:47:42 +01:00
Tag client status in crew manifest
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
if(foundrecord)
|
||||
foundrecord.fields["rank"] = assignment
|
||||
|
||||
/datum/datacore/proc/manifest_modify_status(name, status)
|
||||
/datum/datacore/proc/manifest_modify_status(name, status) // GS13
|
||||
var/datum/data/record/foundrecord = find_record("name", name, GLOB.data_core.general)
|
||||
if(foundrecord)
|
||||
foundrecord.status = status
|
||||
@@ -124,7 +124,7 @@
|
||||
var/name = t.fields["name"]
|
||||
var/rank = t.fields["rank"]
|
||||
var/department = 0
|
||||
status[name] = t.status
|
||||
status[name] = t.status // GS13
|
||||
if(rank in GLOB.command_positions)
|
||||
heads[name] = rank
|
||||
department = 1
|
||||
|
||||
@@ -560,6 +560,7 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put
|
||||
|
||||
var/restingpwr = 1 + 4 * resting
|
||||
|
||||
// GS13: Add client status to crew manifest
|
||||
if(ckey)
|
||||
if(!client && !(stat == DEAD))
|
||||
if (!SSD)
|
||||
|
||||
Reference in New Issue
Block a user