M/F body preferences.

This commit is contained in:
Ghommie
2020-03-22 19:47:48 +01:00
parent 82cf7e584b
commit 76ff0d4931
20 changed files with 65 additions and 41 deletions
@@ -23,6 +23,10 @@
var/rando_race = pick(GLOB.roundstart_races)
pref_species = new rando_race()
features = random_features(pref_species?.id)
if(gender == MALE || gender != FEMALE)
features["body_model"] = gender
else if(gender == PLURAL)
features["body_model"] = pick(MALE,FEMALE)
age = rand(AGE_MIN,AGE_MAX)
/datum/preferences/proc/update_preview_icon(equip_job = TRUE)