mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
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:
@@ -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()
|
||||
Reference in New Issue
Block a user