From 03c4421ea3efaddb5af5311ecbb24c2ed2dd81a8 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Fri, 28 Jun 2019 21:38:59 -0400 Subject: [PATCH] simplify PP desc --- src/uncategorized/options.tw | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw index 5b956497ef9..99557bf79ac 100644 --- a/src/uncategorized/options.tw +++ b/src/uncategorized/options.tw @@ -440,21 +440,13 @@ This save was created using FC version $ver build $releaseID. <</options>> <<options $precociousPuberty>> - Precocious puberty for girls + Precocious puberty (pregnancy younger than $fertilityAge) <<option 1 "Enabled">> <<option 0 "Disabled">> <<comment>> Will not affect existing precocious puberty cases already in-game. <</options>> - <div align="center"> - <<if $precociousPuberty == 1>> - //(In certain conditions they can become pregnant younger then normal age - $fertilityAge).// - <<elseif $precociousPuberty == 0>> - //(Not able to become pregnant younger than normal age - $fertilityAge).// - <</if>> - </div> - <br><br> <<options $disableLisping>> Slaves with fat lips or heavy oral piercings can lisp <<option 1 "Enabled">> -- GitLab