Corporate IDs and Manifest (#12152)

This commit is contained in:
Geeves
2021-07-21 14:07:50 +02:00
committed by GitHub
parent 0b07e56fb1
commit 23bf25e03d
6 changed files with 19 additions and 10 deletions
-1
View File
@@ -53,7 +53,6 @@
var/has_been_rev = 0//Tracks if this mind has been a rev or not
var/datum/faction/faction //associated faction
var/list/antag_datums = list()
var/rev_cooldown = 0
+1 -1
View File
@@ -144,7 +144,7 @@
if(H)
name = H.real_name
real_rank = H.mind.assigned_role
rank = GetAssignment(H)
rank = GetAssignment(H, TRUE)
age = H.age
fingerprint = md5(H.dna.uni_identity)
sex = H.gender