Makes wings/horns colors dna features instead of human defines

This commit is contained in:
Ghommie
2020-05-05 06:22:58 +02:00
parent 395e3e41cc
commit ccfce7cb64
6 changed files with 32 additions and 59 deletions
@@ -18,8 +18,6 @@
hair_color = random_short_color()
facial_hair_color = hair_color
eye_color = random_eye_color()
horn_color = "85615a"
wing_color = "fff"
if(!pref_species)
var/rando_race = pick(GLOB.roundstart_races)
pref_species = new rando_race()