Skip to content

Commit

Permalink
Fix mime/clown picked names not being on their bank account. (#24669)
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyMan3595 authored Mar 18, 2024
1 parent e92e3a8 commit 153284e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/mob/mob_misc_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@
name = newname
if(mind)
mind.name = newname
if(mind.initial_account?.account_name == oldname)
mind.initial_account.account_name = newname
if(dna)
dna.real_name = real_name

Expand Down

0 comments on commit 153284e

Please sign in to comment.