mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 21:40:55 +01:00
Corporate IDs and Manifest (#12152)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user