Merge pull request #11638 from Ghommie/Ghommie-cit646

Moderately unoriginal PR title about runtime errors.
This commit is contained in:
Putnam3145
2020-03-27 17:12:49 -07:00
committed by GitHub
6 changed files with 19 additions and 17 deletions
+2
View File
@@ -2154,6 +2154,8 @@ GLOBAL_LIST_EMPTY(preferences_datums)
toggles ^= MEMBER_PUBLIC
if("gender")
var/chosengender = input(user, "Select your character's gender.", "Gender Selection", gender) as null|anything in list(MALE,FEMALE,"nonbinary","object")
if(!chosengender)
return
switch(chosengender)
if("nonbinary")
chosengender = PLURAL