Fixed announcer empty list bug

Fixed alternate rank not showing on PDA
Fixed Manifest because record not being filled correctly
This commit is contained in:
AlManiak
2024-11-25 23:24:02 +01:00
parent 251a4c8fa4
commit 5ec3f3eab8
5 changed files with 8 additions and 6 deletions
+2 -1
View File
@@ -172,7 +172,8 @@
var/datum/data/record/G = new()
G.fields["id"] = id
G.fields["name"] = H.real_name
G.fields["rank"] = displayed_rank
G.fields["rank"] = assignment
G.fields["job_title"] = displayed_rank
G.fields["age"] = H.age
G.fields["species"] = H.dna.species.name
G.fields["fingerprint"] = md5(H.dna.uni_identity)