From 4dfc6d84fbbccb1f20cd719a141e5af4b0af7254 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Fri, 28 Jun 2019 18:16:38 -0400 Subject: [PATCH] options work --- src/uncategorized/options.tw | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw index da206a5daae..5b956497ef9 100644 --- a/src/uncategorized/options.tw +++ b/src/uncategorized/options.tw @@ -440,7 +440,7 @@ This save was created using FC version $ver build $releaseID. <</options>> <<options $precociousPuberty>> - Girls can experience precocious puberty. + Precocious puberty for girls <<option 1 "Enabled">> <<option 0 "Disabled">> <<comment>> @@ -448,7 +448,7 @@ This save was created using FC version $ver build $releaseID. <</options>> <div align="center"> <<if $precociousPuberty == 1>> - //(In certain conditions they will can become pregnant younger then normal age - $fertilityAge).// + //(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>> @@ -543,7 +543,7 @@ This save was created using FC version $ver build $releaseID. <<if $familyTesting > 0>> <<options $allowFamilyTitles>> - Relatives use family titles. + Family titles for relatives <<option 1 "Enabled">> <<option 0 "Disabled">> <</options>> @@ -604,6 +604,7 @@ This save was created using FC version $ver build $releaseID. Difficulty is <<option 1.5 "Very hard">> <<option 1.25 "Hard">> + <<option 1 "Normal">> <<option 0.75 "Easy">> <<option 0.5 "Very easy">> <</options>> @@ -933,7 +934,7 @@ This save was created using FC version $ver build $releaseID. <<option 1 "Enabled">> <<option 0 "Disabled">> <<comment>> - This will allow manual selection of events and unlock some options that would usually be restricted by progress + This will allow manual selection of events and unlock some options that would usually be restricted by progress. <</options>> <<if $cheatMode > 0>> -- GitLab