From 0ae885449903f02beabcefba191724c37d47d35d Mon Sep 17 00:00:00 2001 From: j <okp57855@psoxs.com> Date: Sun, 10 Dec 2017 03:20:48 +1300 Subject: [PATCH] Hopefully the last checks that need removal. --- src/uncategorized/brothel.tw | 2 +- src/uncategorized/masterSuite.tw | 2 +- src/uncategorized/servantsQuarters.tw | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 1e4bbce9bf2..793852e39bd 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.slaving+= 1]] //Costs ¤_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 ¤_Tmult1 and will increase upkeep costs// <</if>> <br>$brothelNameCaps is diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index a1fbfcb9861..9787b9e7f94 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -320,7 +320,7 @@ $masterSuiteNameCaps is furnished Fertile slaves ''are being given'' supplements to their fertility drugs, further enhancing the chances of multiple pregnancy. [[End the supplement regime|Master Suite][$masterSuitePregnancyFertilitySupplements = 0]]<br> <</if>> <<else>> - The master suite does not currently have special customizations to support slave pregnancy. [[Refit the suite to support and encourage slave pregnancy|Master Suite][$cash -= _Tmult3, $masterSuiteUpgradePregnancy = 1,PC.engineering += 1,$PC.slaving+= 1]] //Costs ¤_Tmult3// + The master suite does not currently have special customizations to support slave pregnancy. [[Refit the suite to support and encourage slave pregnancy|Master Suite][$cash -= _Tmult3, $masterSuiteUpgradePregnancy = 1]] //Costs ¤_Tmult3// <</if>> <br><br> diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw index 9e729237ee0..f672126eaf2 100644 --- a/src/uncategorized/servantsQuarters.tw +++ b/src/uncategorized/servantsQuarters.tw @@ -79,7 +79,7 @@ $servantsQuartersNameCaps The quarters have been upgraded with enhanced monitoring systems to make the servants work harder, improving their obedience and efficiency. <<else>> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> - The quarters are standard. [[Upgrade the monitoring systems to force harder work|Servants' Quarters][$cash -= _Tmult1, $servantsQuartersUpgradeMonitoring = 1,$PC.slaving+= 1]] //Costs ¤_Tmult1 and will increase upkeep costs// + The quarters are standard. [[Upgrade the monitoring systems to force harder work|Servants' Quarters][$cash -= _Tmult1, $servantsQuartersUpgradeMonitoring = 1]] //Costs ¤_Tmult1 and will increase upkeep costs// <</if>> <<if $servantMilkers == 1>> -- GitLab