Let species prototypes define valid sexes (Sex Refactor) (#11520)
This commit is contained in:
@@ -47,7 +47,7 @@ public sealed class GeneralStationRecord
|
||||
/// </summary>
|
||||
/// <remarks>Sex should be placed in a medical record, not a general record.</remarks>
|
||||
[ViewVariables]
|
||||
public Gender Gender = Gender.Neuter;
|
||||
public Gender Gender = Gender.Epicene;
|
||||
|
||||
/// <summary>
|
||||
/// The priority to display this record at.
|
||||
|
||||
Reference in New Issue
Block a user