Update preferences.dm

This commit is contained in:
wesoda25
2019-06-15 19:05:16 -04:00
committed by GitHub
parent aab808ef41
commit 850be477d9
+1 -1
View File
@@ -66,7 +66,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
var/datum/species/pref_species = new /datum/species/human() //Mutant race
var/list/features = list("mcolor" = "FFF", "ethcolor" = "9c3030", "tail_lizard" = "Smooth", "tail_human" = "None", "snout" = "Round", "horns" = "None", "ears" = "None", "wings" = "None", "frills" = "None", "spines" = "None", "body_markings" = "None", "legs" = "Normal Legs", "moth_wings" = "Plain")
var/list/genders = list(MALE, FEMALE, PLURAL)
var/list/friendlyGenders = list("Masculine (He/Him)" = "male", "Feminine (She/Her)" = "female", "Other (They/Them)" = "plural")
var/list/friendlyGenders = list("Male" = "male", "Female" = "female", "Other" = "plural")
var/list/custom_names = list()
var/preferred_ai_core_display = "Blue"