From 5ba17ea49bab2994c9a76cd65048fa4fccd62173 Mon Sep 17 00:00:00 2001 From: Feufochmar Date: Tue, 17 Mar 2020 13:23:28 +0100 Subject: [PATCH] Fix a typo in the distribution of gender for asexual sex. --- sexes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sexes.json b/sexes.json index ba7ce91..09ced3f 100644 --- a/sexes.json +++ b/sexes.json @@ -15,7 +15,7 @@ "name": "asexual", "context": "Describe individuals of species reproducing by asexual reproduction.", "mother?": true, - "gender-distribution": { "masculine": 30, "feminine": 30, "neutral-person": 30, "neutral-thing": 1 } + "gender-distribution": { "masculine": 30, "feminine": 30, "neutral-person": 30, "neutral-thing": 10 } }, { "name": "hermaphrodite",