From 35c736d6e012c7ad112a7d19cdbce5719fdce541 Mon Sep 17 00:00:00 2001 From: DCoded <dcoded@live.com> Date: Fri, 21 Dec 2018 15:50:43 -0500 Subject: [PATCH] Reverted to $extremeUnderage --- src/events/intro/introSummary.tw | 6 +++--- src/facilities/nursery/childInteract.tw | 2 +- src/init/storyInit.tw | 2 +- src/uncategorized/BackwardsCompatibility.tw | 4 ++-- src/uncategorized/universalRules.tw | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 61487568476..5a902bd4fdf 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 70350c9b35c..a6c85f2defb 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 5c01d89aebc..74e5d9c9cb1 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 b80e104c88e..ac5db99a776 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 9dd344b6ede..415c473e769 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]] -- GitLab