diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 61487568476d0e335a7b312a341ba7f2963ce614..5a902bd4fdf999e0ff517c6b14726e6cf5bbcbb6 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -292,10 +292,10 @@ __''Slave age settings''__ Girls appearing in the game will be no younger than <<textbox "$minimumSlaveAge" $minimumSlaveAge "Intro Summary">> <br> -<<if ($seeExtremeUnderage == 0)>> -Molestation of slaves younger than $minimumSlaveAge is ''forbidden''. [[Allow|Intro Summary][$seeExtremeUnderage = 1]] +<<if ($extremeUnderage == 0)>> +Molestation of slaves younger than $minimumSlaveAge is ''forbidden''. [[Allow|Intro Summary][$extremeUnderage = 1]] <<else>> -Molestation of slaves younger than $minimumSlaveAge is ''permitted''. [[Deny|Intro Summary][$seeExtremeUnderage = 0]] +Molestation of slaves younger than $minimumSlaveAge is ''permitted''. [[Deny|Intro Summary][$extremeUnderage = 0]] <</if>> <br> diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index 70350c9b35c53ffa1949c35a2686f1d5c4c1cf36..a6c85f2defb94d8f65ebd3afe6ee84b0e54c0157 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -31,7 +31,7 @@ <<if $cyberMod == 1>>| [[Configure cybernetics|cyberConfig][$temp = 0]]<</if>> */ /*TODO: These will most likely need to be reworked*/ -<<if $seeExtremeUnderage == 1>> +<<if $extremeUnderage == 1>> <br> <span id="miniscene">//Or use $him here://</span> <span id="sexoption"> diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 5c01d89aebc8a1c905ec8ee532baf9e784efa9ab..74e5d9c9cb1b4da03ef9a61fa4a38dcb77931063 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -202,7 +202,7 @@ You should have received a copy of the GNU General Public License along with thi <<set $useSummaryCache = true>> <<set $seeExtreme = 0>> <<set $seeBestiality = 0>> - <<set $seeExtremeUnderage = 0>> + <<set $extremeUnderage = 0>> <<set $seeHyperPreg = 0>> <<set $seePreg = 1>> <<set $dangerousPregnancy = 0>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index b80e104c88ee014bd290ced116ba7acba561ae2e..ac5db99a776e038be3d17968c4d724c132277d73 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -565,8 +565,8 @@ <<if ndef $seeBestiality>> <<set $seeBestiality = 0>> <</if>> -<<if ndef $seeExtremeUnderage>> - <<set $seeExtremeUnderage = 0>> +<<if ndef $extremeUnderage>> + <<set $extremeUnderage = 0>> <</if>> <<if ndef $inbreeding>> <<set $inbreeding = 1>> diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw index 9dd344b6ede1357e5c5b9c0db272c941546542b3..415c473e769d52a09d7e96d1def6c7c3291938e2 100644 --- a/src/uncategorized/universalRules.tw +++ b/src/uncategorized/universalRules.tw @@ -196,7 +196,7 @@ Future society names for new slaves are currently @@.cyan;APPLIED.@@ [[Stop appl <<if $nursery > 0>> <br><br> -<<if $nurserySex == 1 && $seeExtremeUnderage == 1>> +<<if $nurserySex == 1 && $extremeUnderage == 1>> $nurseryNameCaps staff are ''allowed'' to molest the children. [[Forbid|Universal Rules][$nurserySex = 0]] <<else>> $nurseryNameCaps staff are ''not allowed'' to molest the children. [[Allow|Universal Rules][$nurserySex = 1]]