Skip to content

Commit

Permalink
Update mob_helpers.dm (BlueMoon-Labs#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixRuin authored Apr 8, 2024
1 parent 71220a2 commit e274ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ It's fairly easy to fix if dealing with single letters but not so much with comp
H.client.prefs.copy_to(H)
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.
SSquirks.AssignQuirks(H, H.client, TRUE, FALSE, H.job, FALSE)//This Assigns the selected character's quirks
SSquirks.AssignQuirks(H, H.client, TRUE, FALSE, SSjob.GetJob(H.job), FALSE)//This Assigns the selected character's quirks
SSlanguage.AssignLanguage(H, H.client)
H.dna.update_dna_identity() //This makes sure their DNA is updated.
var/obj/item/card/id/idCard = H.get_idcard() //Time to change their ID card as well if they have one.
Expand Down

0 comments on commit e274ae1

Please sign in to comment.