Skip to content

Commit

Permalink
[MIRROR] fix humanifier artifact not transferring languages
Browse files Browse the repository at this point in the history
  • Loading branch information
MuckerMayhem authored and SuhEugene committed Nov 12, 2023
1 parent a9cb995 commit b248a02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/xenoarcheaology/effects/human_ifier.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
new_human.pronouns = H.pronouns
new_human.gender = H.gender

transfer_languages(H, new_human)

H.update_body()
H.updatehealth()
H.UpdateDamageIcon()
Expand Down

0 comments on commit b248a02

Please sign in to comment.