Merge pull request #12124 from Ghommie/Ghommie-cit725

Makes wings/horns colors dna features instead of human variables
This commit is contained in:
kevinz000
2020-05-07 09:10:08 -07:00
committed by GitHub
6 changed files with 30 additions and 57 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()