wow, it works

This commit is contained in:
Fox McCloud
2018-07-17 06:05:06 -04:00
parent aae5405d03
commit f075ef7836
4 changed files with 6 additions and 8 deletions
@@ -2084,7 +2084,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts
/datum/preferences/proc/copy_to(mob/living/carbon/human/character)
var/datum/species/S = all_species[species]
character.change_species(S) // Yell at me if this causes everything to melt
character.change_species(S.type) // Yell at me if this causes everything to melt
if(be_random_name)
real_name = random_name(gender,species)