Skip to content

Commit

Permalink
Merge pull request #1224 from SaraSayomi/mayberank
Browse files Browse the repository at this point in the history
"Coding is my passion™"
  • Loading branch information
MosleyTheMalO authored Dec 5, 2024
2 parents 3c63bdc + 0ba877c commit 68e170c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/datums/datacore.dm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,10 @@
var/datum/data/record/G = new()
G.fields["id"] = id
G.fields["name"] = H.real_name
G.fields["rank"] = displayed_rank
if(!displayed_rank)
G.fields["rank"] = assignment
else
G.fields["rank"] = "[displayed_rank], [assignment]"
G.fields["age"] = H.age
G.fields["species"] = H.dna.species.name
G.fields["fingerprint"] = md5(H.dna.uni_identity)
Expand Down

0 comments on commit 68e170c

Please sign in to comment.