Fixes being able to have alien species hair on humans or other species.

This commit is contained in:
Erthilo
2013-08-20 10:37:05 +01:00
parent 97a8347e6b
commit de6eb16e1a
3 changed files with 39 additions and 12 deletions

View File

@@ -7,8 +7,8 @@ datum/preferences
else
gender = FEMALE
s_tone = random_skin_tone()
h_style = random_hair_style(gender)
f_style = random_facial_hair_style(gender)
h_style = random_hair_style(gender, species)
f_style = random_facial_hair_style(gender, species)
randomize_hair_color("hair")
randomize_hair_color("facial")
randomize_eyes_color()