diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 04be1bef1a74311085b28210077952d31f970e23..05bb0de0aec236234c7edf283ad9a7e06e22fe28 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 b4f8d3ef63a412cba87c06cb84739f0ebcfb60fa..15c5ac5a56d65c2f20f89bbd6080a4a433f47956 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 c4e08de60d53431d92534afb0f6cab4b169b5be4..cd6a209d46fd95077aa5ee3539e0414f9e45ed7e 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