From fbcc834551dadc9e8bee35dab63a3690152a1358 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Fri, 12 Feb 2021 21:20:48 -0800
Subject: [PATCH] Fix precocious puberty note

---
 src/events/intro/introSummary.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/intro/introSummary.js b/src/events/intro/introSummary.js
index 197bb2fbf7f..94183a91e25 100644
--- a/src/events/intro/introSummary.js
+++ b/src/events/intro/introSummary.js
@@ -865,7 +865,7 @@ App.Intro.summary = function() {
 		V.potencyAge = Math.clamp(V.potencyAge, 3, 18);
 		options.addOption("Girls will not be able to impregnate others if their age is under", "potencyAge").showTextBox();
 
-		options.addOption("Precocious puberty is", "precociousPuberty").addComment("Under certain conditions they can become pregnant or inseminate others younger then normal age - V.fertilityAge, though they may also experience delayed puberty.")
+		options.addOption("Precocious puberty is", "precociousPuberty").addComment(`Under certain conditions slaves can become pregnant or impregnate others younger than normal age (${V.fertilityAge}); they may also experience delayed puberty.`)
 			.addValue("Enabled", 1).on().addValue("Disabled", 0).off();
 
 		options.addOption("Age penalties are", "AgePenalty").addComment("Job and career penalties due to age.")
-- 
GitLab