This commit is contained in:
Letter N
2021-02-19 10:32:24 +08:00
parent b3bfeb9858
commit 501d33cddd
9 changed files with 229 additions and 186 deletions

View File

@@ -613,7 +613,7 @@
var/mob/chosen = players[1]
if (chosen.client)
chosen.client.prefs.copy_to(spawnedMob)
spawnedMob.key = chosen.key
chosen.transfer_ckey(spawnedMob)
players -= chosen
if (ishuman(spawnedMob) && ispath(humanoutfit, /datum/outfit))
var/mob/living/carbon/human/H = spawnedMob