Let species prototypes define valid sexes (Sex Refactor) (#11520)
This commit is contained in:
@@ -3,8 +3,9 @@ humanoid-profile-editor-name-label = Name:
|
||||
humanoid-profile-editor-name-random-button = Randomize
|
||||
humanoid-profile-editor-appearance-tab = Appearance
|
||||
humanoid-profile-editor-sex-label = Sex:
|
||||
humanoid-profile-editor-sex-male-button = Male
|
||||
humanoid-profile-editor-sex-female-button = Female
|
||||
humanoid-profile-editor-sex-male-text = Male
|
||||
humanoid-profile-editor-sex-female-text = Female
|
||||
humanoid-profile-editor-sex-unsexed-text = None
|
||||
humanoid-profile-editor-age-label = Age:
|
||||
humanoid-profile-editor-skin-color-label = Skin color:
|
||||
humanoid-profile-editor-species-label = Species:
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
markingLimits: MobSlimeMarkingLimits
|
||||
dollPrototype: MobSlimePersonDummy
|
||||
skinColoration: Hues
|
||||
sexes:
|
||||
- Unsexed
|
||||
|
||||
- type: speciesBaseSprites
|
||||
id: MobSlimeSprites
|
||||
|
||||
Reference in New Issue
Block a user