This commit is contained in:
Dip
2020-09-17 23:12:47 -03:00
parent 7249a077b4
commit c6f85670b2
+1 -1
View File
@@ -31,8 +31,8 @@
H.client.prefs.copy_to(user)
H.real_name = H.client.prefs.real_name
H.mind.name = H.real_name //Makes sure to change their mind name to their real name.
H.dna.update_dna_identity() //This makes sure their DNA is updated.
SSquirks.AssignQuirks(H, H.client, TRUE, FALSE, H.job, FALSE)//This Assigns the selected character's quirks
H.dna.update_dna_identity() //This makes sure their DNA is updated.
var/obj/item/card/id/idCard = user.get_idcard() //Time to change their ID card as well if they have one.
if (idCard != null)
idCard.update_label(H.real_name, idCard.assignment)