Refactors client data loading

This commit is contained in:
AffectedArc07
2021-07-29 12:52:45 +01:00
parent 0032043740
commit f73af8b3cf
49 changed files with 2951 additions and 2810 deletions
+4 -3
View File
@@ -267,9 +267,10 @@
if("human")
new_mob = new /mob/living/carbon/human(M.loc)
var/mob/living/carbon/human/H = new_mob
var/datum/preferences/A = new() //Randomize appearance for the human
A.species = get_random_species(TRUE)
A.copy_to(new_mob)
var/datum/character_save/S = new() //Randomize appearance for the human
S.species = get_random_species(TRUE)
S.randomise()
S.copy_to(new_mob)
randomize = H.dna.species.name
else
return