Merge pull request #8403 from MrPerson/no_bug_here

Fixes character appearances - no more bald albinos
This commit is contained in:
Remie Richards
2015-03-20 04:36:32 +00:00
3 changed files with 5 additions and 16 deletions
+2 -1
View File
@@ -21,4 +21,5 @@
H.facial_hair_color = H.hair_color
H.eye_color = random_eye_color()
H.dna.blood_type = random_blood_type()
H.update_icons()
H.update_body()
H.update_hair()