Removed generate_uni_identity from randomize_human() proc since it's already called by ready_dna right after.

Simplifies mutation overlay updating code.
This commit is contained in:
phil235
2015-09-14 00:58:25 +02:00
parent 428a28a440
commit c9588662f7
2 changed files with 4 additions and 23 deletions

View File

@@ -20,6 +20,5 @@
H.facial_hair_color = H.hair_color
H.eye_color = random_eye_color()
H.dna.blood_type = random_blood_type()
H.dna.generate_uni_identity(H)
H.update_body()
H.update_hair()