mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
fix tertiary languages not working, fix alt-click spawned mobs not having correct tertiary language (#33765)
This commit is contained in:
@@ -687,6 +687,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
|
||||
sHuman.real_name = real_name
|
||||
concrete_outfit.equip(sHuman, TRUE)
|
||||
client?.prefs.copy_to(sHuman)
|
||||
sHuman.add_language(client?.prefs.language)
|
||||
sHuman.dna.UpdateSE()
|
||||
sHuman.dna.UpdateUI()
|
||||
sHuman.ckey = ckey
|
||||
|
||||
Reference in New Issue
Block a user