mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Merge pull request #16449 from AffectedArc07/client-data-loading
Refactors client data loading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user