Moderately unoriginal PR title about runtime errors.

This commit is contained in:
Ghommie
2020-03-26 23:22:51 +01:00
parent 613c66d88e
commit 3c42e9eefd
6 changed files with 19 additions and 17 deletions

View File

@@ -2131,6 +2131,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