diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw index 3c4f9bdcf5a57c9e9e591b9097e944c3d2852157..04e654a51749a0fab1a6206d54f64e32e2cc2c44 100644 --- a/src/gui/mainMenu/AlphaDisclaimer.tw +++ b/src/gui/mainMenu/AlphaDisclaimer.tw @@ -1,6 +1,5 @@ :: Alpha disclaimer -<<set $ui = "start">>\ //version $ver mod version $pmodVer build $releaseID// @@.green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@.darkred;+SV@@ @@.green;//Mod: extra preg content and other crap//@@ diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index ff8ce44da32dc0a09a661974246ae05b991bffb2..78a0739ef6d71080a268eafca41b1adfd56481cd 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -263,7 +263,7 @@ You should have received a copy of the GNU General Public License along with thi <<set $seeReportImages = 1>> <<set $lineSeparations = 1>> <<set $showSexualHistory = 1>> - <<set $showBodyMods = 0>> + <<set $showBodyMods = 1>> <<set $showImplantEffects = 1>> <<set $showClothing = 1>> <<set $showWardrobe = 1>> diff --git a/src/npc/takeoverTarget.tw b/src/npc/takeoverTarget.tw index ce9133bce802447c010193481a46f43298cbd541..18381ef8758271829fd63e84c743b8ee14021d4f 100644 --- a/src/npc/takeoverTarget.tw +++ b/src/npc/takeoverTarget.tw @@ -1,7 +1,5 @@ :: Takeover Target [nobr] -<<set $ui = "start", $showBodyMods = 1>> - Before you deploy the <<if $PC.rumor == "wealth">> financial reserves that @@ -221,4 +219,4 @@ Alternatively, arcologies are being built every day, and their owners' control i <<default>>@@.orange;Multiculturalism,@@ a celebration of the total liberty that was the original purpose of the Free Cities. <</switch>> <hr style="margin:0"> -<</for>> +<</for>> \ No newline at end of file diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw index bea480e6d909dfdbb67e578170bfd5effc265341..a7a5faf0c1061fc4f0c1f675fbec089c76ecadb0 100644 --- a/src/uncategorized/storyCaption.tw +++ b/src/uncategorized/storyCaption.tw @@ -5,7 +5,7 @@ <<if _Pass !== "Encyclopedia">> <br><br> <</if>> <<if $nextButton === "END WEEK">> <span id="endWeekButton"> <strong> - <<link [[($nextButton)|($nextLink)]]>><</link>> + <<link [[END WEEK|End Week]]>><</link>> </strong> </span> @@.cyan;[Ent]@@ <<if $rulesError && $rulesAssistantAuto == 1>> <br>@@.yellow; WARNING: some custom rules will change slave variables@@ @@ -13,9 +13,9 @@ <<else>> <strong> <<if _Pass !== "Encyclopedia">> /* must use link so spacebar shortcut will work */ - <<link "$nextButton">> <<set $ui = "main">> <<goto $nextLink>> <</link>> + <<link [[$nextButton|$nextLink][]]>><</link>> <<else>> - <<link [[($nextButton)|($nextLink)]]>><</link>> to Free Cities. + <<link [[Back to Free Cities|$nextLink]]>><</link>> <</if>> </strong> @@.cyan;[Space]@@ <</if>> @@ -119,8 +119,8 @@ __@@.red;Cash@@__ | @@.red;<<print cashFormat($cash)>>@@ <</if>> - </span> + <<if _Pass == "Main">> <br> <<set _TCash2 = ($cash-$cashLastWeek)>> <span id="oldcash"> @@ -226,10 +226,8 @@ <</if>> <<if $sideBarOptions.Upkeep > 0>> <br> - <<if _Pass === "Main">> - [[Upkeep|Costs Budget]] | - <<else>> - Upkeep | + <<if _Pass === "Main">> [[Upkeep|Costs Budget]] | + <<else>> Upkeep | <</if>> @@.red;<<print cashFormat($costs)>>@@ <</if>> @@ -771,24 +769,21 @@ <</if>> /* Closes nextButton !== "Continue" && nextButton !== " " */ <</if>> -<<if _Pass !== "Encyclopedia" || $showEncyclopedia > 0 || $nextButton !== "Continue">> +<<if _Pass !== "Encyclopedia" && ($showEncyclopedia > 0 || $nextButton !== "Continue")>> <<if $nextButton === " ">> <br> <</if>> <<if $ui != "start">> <br> <</if>> //''FCE'':// [[$encyclopedia|Encyclopedia][$nextButton = "Back", $nextLink = _Pass]] <</if>> <<if $ui != "start" && _Pass !== "Encyclopedia" && $debugMode > 0>> - <br><br>Debugging Tools<br> - <<link "Display Variables">><<checkvars>><</link>> - <br> - <<link "Display Changed Variables">> + <br><br>Debugging Tools<br> <<link "Display Variables">><<checkvars>><</link>> + <br> <<link "Display Changed Variables">> <<set Config.history.maxStates = 2>> /* makes sure we store the current state so we can return to it */ <<goto "Variable Difference">> <</link>> - <br> - <<link "Bug Report">><<bugreport>><</link>> + + <br> <<link "Bug Report">><<bugreport>><</link>> <<if $debugModeCustomFunction > 0>> - <br> - <<textarea "_customEvalCode" "">> + <br> <<textarea "_customEvalCode" "">> <<link "Run Custom Function">> <<if _customEvalCode>> <<if _customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */