diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw index 76e3f2b5dd8138827aa9dbbeea6d159444a21137..09737e15a6081c4791a370f86755553a624f168c 100644 --- a/src/uncategorized/arcade.tw +++ b/src/uncategorized/arcade.tw @@ -77,7 +77,7 @@ $arcadeNameCaps <</link>> <</if>> -<br>It can support $arcadeSlaves/$arcade inmates. +<br>It can support $arcade inmates. Currently $arcadeSlaves slaves are incarcerated. <<if ($arcade < $arcadeSlaves) && ($arcadeUpgradeFuckdolls == 1)>> @@.yellow;$arcadeNameCaps is overcrowded;@@ the least popular inmate will be converted to a standard Fuckdoll this week. <</if>> diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw index 989d9a8db6cb08e68edc727d3bef069b469ab8d1..e3ce235f0e82d6ca4cac92056fe5bbcfbaa201c3 100644 --- a/src/uncategorized/cellblock.tw +++ b/src/uncategorized/cellblock.tw @@ -71,7 +71,7 @@ $cellblockNameCaps <</if>> <<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>> -<br>$cellblockNameCaps has room for $cellblockSlaves/$cellblock slaves to be kept in close confinement. +<br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement. Currently $cellblockSlaves are kept in close confinement. [[Expand the cellblock|Cellblock][$cash -= _Tmult0, $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw index 05dfb85a2bd6af603bc04c3b55bedf2694b52c70..16ca2bd77ea6daee1b05f2c80c433a57e49139b6 100644 --- a/src/uncategorized/clinic.tw +++ b/src/uncategorized/clinic.tw @@ -71,7 +71,7 @@ $clinicNameCaps <</if>> <<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>> -<br>$clinicNameCaps has room to support $clinicSlaves/$clinic slaves while they receive treatment. +<br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. Currently $clinicSlaves slaves are reciving treatement. [[Expand the clinic|Clinic][$cash -= _Tmult0, $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> diff --git a/src/uncategorized/dairy.tw b/src/uncategorized/dairy.tw index 0f16cdd98860c13e45cd8f9cff2cf8f14b91de8d..8b05c643dc7fa06a06ebdd5621701891ce95680c 100644 --- a/src/uncategorized/dairy.tw +++ b/src/uncategorized/dairy.tw @@ -307,7 +307,7 @@ $dairyNameCaps <</if>> <<set _Tmult0 = Math.trunc($dairy*1000*$upgradeMultiplierArcology)>> -<br>$dairyNameCaps can support $dairySlaves/$dairy milkers. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// +<br>$dairyNameCaps can support $dairy milkers. There are currently $dairySlaves cows. [[Expand the dairy|Dairy][$cash -= _Tmult0, $dairy += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> <br> diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index 1f39b1ee8ec43d13fc17edf5c523726c77458e64..ba45d25cb543ba5606d6725dc4cc7e59d217ee2f 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -294,7 +294,7 @@ $masterSuiteNameCaps is furnished <</if>> -<br>$masterSuiteNameCaps has room for $masterSuiteSlaves/$masterSuite slaves to live comfortably<<if $masterSuiteUpgradeLuxury == 2>> in the moments when they're not in the fuckpit<<elseif $masterSuiteUpgradeLuxury == 1>> on its huge bed<</if>>. +<br>$masterSuiteNameCaps has room for $masterSuite slaves to live comfortably<<if $masterSuiteUpgradeLuxury == 2>> in the moments when they're not in the fuckpit<<elseif $masterSuiteUpgradeLuxury == 1>> on its huge bed<</if>>. There are currently $masterSuiteSlaves in $masterSuiteNameCaps. <<set _Tmult0 = Math.trunc($masterSuite*1000*$upgradeMultiplierArcology)>> [[Expand the Master Suite|Master Suite][$cash -= _Tmult0, $masterSuite += 2, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw index b023cb57e1e6310844e3ddb2c5ac54895e6fea8c..461bf359c2e73b0ce8d67e283f138bb157c33313 100644 --- a/src/uncategorized/schoolroom.tw +++ b/src/uncategorized/schoolroom.tw @@ -71,7 +71,7 @@ $schoolroomNameCaps is well-equipped, with wall screens to display lessons. Thes [[Decommission the schoolroom|Main][$schoolroom = 0, $schoolroomUpgradeSkills = 0, $schoolroomUpgradeLanguage = 0, $schoolroomUpgradeRemedial = 0, $schoolroomDecoration = "standard"]] <</if>> <<set _Tmult0 = Math.trunc($schoolroom*1000*$upgradeMultiplierArcology)>> -<br>$schoolroomNameCaps has room to house $schoolroomSlaves/$schoolroom slaves while they learn. +<br>$schoolroomNameCaps has room to house $schoolroom slaves while they learn. Currently $schoolroomSlaves are learning. [[Expand the schoolroom|Schoolroom][$cash -= _Tmult0, $schoolroom += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw index c60e2c211a86bb2fc181f7d4678b26cfd1017f13..86b9d9f55c2acafd951f5f6be649a774d3fa369b 100644 --- a/src/uncategorized/servantsQuarters.tw +++ b/src/uncategorized/servantsQuarters.tw @@ -71,7 +71,7 @@ $servantsQuartersNameCaps <</if>> <<set _Tmult0 = Math.trunc($servantsQuarters*1000*$upgradeMultiplierArcology)>> -<br>$servantsQuartersNameCaps has room to keep $servantsQuartersSlaves/$servantsQuarters slaves while they serve. +<br>$servantsQuartersNameCaps has room to keep $servantsQuarters slaves while they serve. Currently $servantsQuartersSlaves are serving. [[Expand the Servants' Quarters|Servants' Quarters][$cash -= _Tmult0, $servantsQuarters += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>// <br> diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 28007aceb724714243d8d2981da622092c0acdcf..194057cf770a47125a05a679483e456d049f6710 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -71,7 +71,7 @@ $spaNameCaps <</if>> <<set _Tmult0 = Math.trunc($spa*1000*$upgradeMultiplierArcology)>> -<br>$spaNameCaps has rooms to house $spaSlaves/$spa slaves while they recuperate here. +<br>$spaNameCaps can house $spa while they recuperate here. Curretly $spaSlaves are recuperating. [[Expand the spa|Spa][$cash -= _Tmult0, $spa += 5]] //Costs <<print cashFormat(_Tmult0)>>// <br>