From f3e0a18350cea01c8ef9e662befc7c248c849600 Mon Sep 17 00:00:00 2001 From: Daniel Cassidy Date: Fri, 18 Sep 2026 04:24:45 +0100 Subject: [PATCH] Fix typo. Due to this typo, it was impossible to randomize male hormonal settings. --- data/base/hm08/base.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/base/hm08/base.json b/data/base/hm08/base.json index 03e46908..81816f3f 100644 --- a/data/base/hm08/base.json +++ b/data/base/hm08/base.json @@ -39,7 +39,7 @@ "shapes|female shapes": false, "shapes|female hormonal": false, "shapes|male shapes": false, - "shapes|fale hormonal": false + "shapes|male hormonal": false }, "rules": { "Stomach Pregnant": {"Gender": "x < 0.5", "Age": "0.2 < x < 0.75" }