From db2a2e76869f325bc7fe0a6a158c1ef96b641e36 Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Thu, 22 Feb 2018 20:01:21 +1300 Subject: [PATCH] Fixes V. --- src/uncategorized/brothel.tw | 2 +- src/uncategorized/manageArcology.tw | 2 +- src/uncategorized/personalAssistantOptions.tw | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 04be1bef1a7..05bb0de0aec 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -158,7 +158,7 @@ $brothelNameCaps It has been upgraded with aphrodisiac injection systems that monitor the whores and adjust dosage to keep them healthy but desperately horny and hopelessly addicted. The systems are currently disabled. [[Enable them|Brothel][$brothelUpgradeDrugs = 1]] //Will increase upkeep costs// <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> - It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1, $PC.hacking += 1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// + It is a standard brothel. [[Upgrade the brothel with aphrodisiac injection systems|Brothel][$cash -= _Tmult1, $brothelUpgradeDrugs = 0.1]] //Costs <<print cashFormat(_Tmult1)>> and will increase upkeep costs// <</if>> <br>$brothelNameCaps is diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw index b4f8d3ef63a..15c5ac5a56d 100644 --- a/src/uncategorized/manageArcology.tw +++ b/src/uncategorized/manageArcology.tw @@ -43,7 +43,7 @@ __Construction__ <<set $secBots.troops = 30>> <<set $secBots.maxTroops = 30>> <<goto "Manage Arcology">> - <<if $PC.engineering < 100>><<set $PC.engineering += 1, $PC.hacking += 1>><</if>> + <<if $PC.engineering < 100>><<set $PC.engineering += 1>><</if>> <</link>> <<elseif $arcologyUpgrade.hydro != 1>> //The next major upgrade needed is the installation of a better water reclamation system so your residents will have access to cheaper water and hydroponically grown food. This upgrade will cost <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>.// [[Upgrade water reclamation system|Manage Arcology][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $arcologyUpgrade.hydro = 1, $PC.engineering += 1]] diff --git a/src/uncategorized/personalAssistantOptions.tw b/src/uncategorized/personalAssistantOptions.tw index c4e08de60d5..cd6a209d46f 100644 --- a/src/uncategorized/personalAssistantOptions.tw +++ b/src/uncategorized/personalAssistantOptions.tw @@ -820,13 +820,11 @@ It has no impact on public opinion. <br><br> __Downloadable Appearances:__ <br> - /* <<if $assistantExtra1 == 0>> - <<if $PC.hacking < 75>> [[Purchase a set of monstergirl appearances|Assistant Events][$event = "", $cash -= Math.trunc(6000*$upgradeMultiplier), $assistantExtra1 = 1]] //Costs <<print cashFormat(Math.trunc(6000*$upgradeMultiplier))>>// <<else>> [['Acquire' a set of monstergirl appearances|Assistant Events][$event = "", $assistantExtra1 = 1]] //Who left the backdoor open?// - - <<else>>You have downloaded a set of monstergirl appearances for your avatar. + <<if $PC.hacking < 75>> [[Purchase a set of monstergirl appearances|Assistant Events][$event = "", $cash -= Math.trunc(6000*$upgradeMultiplier), $assistantExtra1 = 1]] //Costs <<print cashFormat(Math.trunc(6000*$upgradeMultiplier))>>// <<else>> [[Acquire a set of monstergirl appearances|Assistant Events][$event = "", $assistantExtra1 = 1]] //Unencrypted files, ripe for the taking// <</if>> + <<else>> + You have downloaded a set of monstergirl appearances for your avatar. <</if>> - */ <<if $assistantExtra2 == 0>> <<if $PC.hacking < 75>> <<link "Purchase a set of heaven and hell themed appearances">> @@ -834,11 +832,12 @@ __Downloadable Appearances:__ <<goto "Assistant Appearance Pack Two">> <</link>> //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>>// <<else>> - <<link "Purchase a set of heaven and hell themed appearances">> + <<link "Acquire a set of heaven and hell themed appearances">> <<set $assistantExtra2 = 1, $nextLink = "Personal assistant options">> <<goto "Assistant Appearance Pack Two">> - <</link>> //You think they would have close the door by now// - <<else>>You have downloaded a set of heavenly and hellish appearances for your avatar. + <</link>> //Yet more unencrypted files, ripe for the taking// + <<else>> + You have downloaded a set of heavenly and hellish appearances for your avatar. <</if>> <</if>> @@ -1006,3 +1005,4 @@ The arcology's upgraded computers support advanced business analysis. <</if>> <</if>> +<</if>> \ No newline at end of file -- GitLab