From 2925b5b27762b420b8ad0537f74d942c49b56c66 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Wed, 27 May 2020 14:04:43 -0700 Subject: [PATCH] Update startingGirls.tw --- src/npc/startingGirls/startingGirls.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw index d690d971f14..e070fd2d061 100644 --- a/src/npc/startingGirls/startingGirls.tw +++ b/src/npc/startingGirls/startingGirls.tw @@ -711,7 +711,7 @@ <<run _options.addOption("Age of puberty", "pubertyAgeXX", $activeSlave).showTextBox()>> <<if $activeSlave.pubertyXX === 1>> - <<set _option = _options.addOption("Age of puberty", "preg", $activeSlave)>> + <<set _option = _options.addOption("Pregnancy", "preg", $activeSlave)>> <<if $seeHyperPreg === 1 && $cheatMode === 1>> <<run _option.addValue("Bursting at the seams", 43, () => { V.activeSlave.pregType = 150; -- GitLab