mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Update Pref Options
This commit is contained in:
committed by
CHOMPStation2
parent
1cffb3f0e7
commit
00c822d64f
@@ -9,9 +9,13 @@ GLOBAL_LIST_EMPTY(wire_name_directory) // This is an associative list
|
|||||||
GLOBAL_LIST_EMPTY(tagger_locations)
|
GLOBAL_LIST_EMPTY(tagger_locations)
|
||||||
|
|
||||||
GLOBAL_LIST_INIT(char_directory_tags, list("Pred", "Pred-Pref", "Prey", "Prey-Pref", "Switch", "Non-Vore", "Unset"))
|
GLOBAL_LIST_INIT(char_directory_tags, list("Pred", "Pred-Pref", "Prey", "Prey-Pref", "Switch", "Non-Vore", "Unset"))
|
||||||
|
<<<<<<< HEAD
|
||||||
GLOBAL_LIST_INIT(char_directory_erptags, list("Top", "Bottom", "Switch", "No ERP", "Unset"))
|
GLOBAL_LIST_INIT(char_directory_erptags, list("Top", "Bottom", "Switch", "No ERP", "Unset"))
|
||||||
// CHOMPStation Edit Start: Directory Update
|
// CHOMPStation Edit Start: Directory Update
|
||||||
GLOBAL_LIST_INIT(char_directory_sexualitytags, list("Straight", "Bisexual", "Pansexual", "Gay", "Lesbian", "Asexual", "Demisexual", "Unset"))
|
GLOBAL_LIST_INIT(char_directory_sexualitytags, list("Straight", "Bisexual", "Pansexual", "Gay", "Lesbian", "Asexual", "Demisexual", "Unset"))
|
||||||
GLOBAL_LIST_INIT(char_directory_gendertags, list("Male", "Female", "Nonbinary", "Trans Man", "Trans Woman", "Other", "Ungendered", "Unset"))
|
GLOBAL_LIST_INIT(char_directory_gendertags, list("Male", "Female", "Nonbinary", "Trans Man", "Trans Woman", "Other", "Ungendered", "Unset"))
|
||||||
// CHOMPStation Edit End: Directory Update
|
// CHOMPStation Edit End: Directory Update
|
||||||
|
=======
|
||||||
|
GLOBAL_LIST_INIT(char_directory_erptags, list("Dominant", "Dom-Pref", "Submissive", "Sub-Pref", "Switch", "No ERP", "Unset"))
|
||||||
|
>>>>>>> b83c847995... Merge pull request #15031 from KillianKirilenko/kk-cdir
|
||||||
GLOBAL_LIST_EMPTY(crafting_recipes) //list of all table craft recipes
|
GLOBAL_LIST_EMPTY(crafting_recipes) //list of all table craft recipes
|
||||||
|
|||||||
Reference in New Issue
Block a user