Adds the ability to choose plural and neuter genders (labelled "non-binary" and "object", respectively) (#7731)
* Allows choosing neuter and plural gender options (labelled ingame as "object" and "non-binary" respectively) * tfw the code argues fuckin semantics with you
This commit is contained in:
@@ -349,7 +349,7 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
|
||||
//Sanitize
|
||||
|
||||
real_name = reject_bad_name(real_name)
|
||||
gender = sanitize_gender(gender)
|
||||
gender = sanitize_gender(gender, TRUE, TRUE)
|
||||
if(!real_name)
|
||||
real_name = random_unique_name(gender)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user