mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] Changes how pronouns are selected on character setup (#10541)
Co-authored-by: TheToaster98 <51209769+TheToaster98@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
30c1f4c7d8
commit
af1d624a99
@@ -22,6 +22,20 @@ var/global/list/joblist = list() //list of all jobstypes, minus borg and AI
|
||||
|
||||
#define all_genders_define_list list(MALE,FEMALE,PLURAL,NEUTER,HERM) //VOREStaton Edit
|
||||
#define all_genders_text_list list("Male","Female","Plural","Neuter","Herm") //VOREStation Edit
|
||||
#define pronoun_set_to_genders list(\
|
||||
"He/Him" = MALE,\
|
||||
"She/Her" = FEMALE,\
|
||||
"It/Its" = NEUTER,\
|
||||
"They/Them" = PLURAL,\
|
||||
"Shi/Hir" = HERM\
|
||||
)
|
||||
#define genders_to_pronoun_set list(\
|
||||
MALE = "He/Him",\
|
||||
FEMALE = "She/Her",\
|
||||
NEUTER = "It/Its",\
|
||||
PLURAL = "They/Them",\
|
||||
HERM = "Shi/Hir"\
|
||||
)
|
||||
|
||||
var/list/mannequins_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user