fixes stuff, i guess.

This commit is contained in:
Alberyk
2020-04-22 13:17:19 -03:00
parent 8e9fdbe0f7
commit 60552d11c4
14 changed files with 18 additions and 18 deletions

View File

@@ -75,7 +75,7 @@
H.name += " [pick(last_names)]"
H.real_name = H.name
addtimer(CALLBACK(H, /mob/living/carbon/human.proc/set_species, randomize), 0)
addtimer(CALLBACK(H, /mob/living/carbon/human.proc/set_species, randomize), 1)
H.universal_speak = 1
var/datum/preferences/A = new() //Randomize appearance for the human
A.randomize_appearance_for(H)