From 9fbd4e48157d804990c24e9f9d449f25b757b998 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Thu, 18 Apr 2019 22:01:06 -0400
Subject: [PATCH] More text changes

---
 src/facilities/nursery/nursery.tw | 2 +-
 src/pregmod/incubator.tw          | 2 +-
 src/uncategorized/cellblock.tw    | 2 +-
 src/uncategorized/clinic.tw       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index 863cf2c5685..55779c2ee0e 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -164,7 +164,7 @@ $nurseryNameCaps
 	<script>document.getElementById("tab remove").click();</script>
 <</if>>
 
-<br><br>It can support $nursery child<<if $nursery != 1>>ren<</if>>. There <<if $nurseryBabies == 1>>is<<else>>are<</if>> currently $nurseryBabies room<<if $nurseryBabies != 1>>s<</if>> in use.
+<br><br>It can support $nursery child<<if $nursery != 1>>ren<</if>>. There <<if $nurseryBabies == 1>>is<<else>>are<</if>> currently $nurseryBabies room<<if $nurseryBabies != 1>>s<</if>> in use in $nurseryName.
 <<if $nursery < 50>>
 	[[Add another room|Nursery][cashX(forceNeg(Math.trunc(5000*$upgradeMultiplierArcology)), "farmyard"), $nursery += 5]] //Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
 	<<if $freeCribs == 0>>
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index adb2250b21d..48c534cf783 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -21,7 +21,7 @@ $incubatorNameCaps is a clean, cold hall designed to be lined with tanks and the
 	It's empty and quiet. [[Decommission the incubator|Main][$incubator = 0, $incubatorUpgradeSpeed = 5, $incubatorUpgradeWeight = 0, $incubatorUpgradeMuscles = 0, $incubatorUpgradeReproduction = 0, $incubatorUpgradeGrowthStims = 0, $incubatorWeightSetting = 0, $incubatorMusclesSetting = 0, $incubatorReproductionSetting = 0, $incubatorGrowthStimsSetting = 0, $tanks = []]]
 <</if>>
 
-<br>It can support $incubator <<if $incubator == 1>>child<<else>>children<</if>>. There <<if $incubatorSlaves == 1>>is<<else>>are<</if>> currently $incubatorSlaves tank<<if $incubatorSlaves != 1>>s<</if>> in use.
+<br>It can support $incubator <<if $incubator == 1>>child<<else>>children<</if>>. There <<if $incubatorSlaves == 1>>is<<else>>are<</if>> currently $incubatorSlaves tank<<if $incubatorSlaves != 1>>s<</if>> in use in $incubatorName.
 [[Add another incubation tank|Incubator][cashX(forceNeg(Math.trunc(60000*$upgradeMultiplierArcology)), "capEx"), $incubator += 1]] //Costs <<print cashFormat(Math.trunc(60000*$upgradeMultiplierArcology))>> and will increase upkeep costs//
 <<if $freeTanks == 0>>
 	All of the tanks are currently occupied by growing children.
diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw
index c3c023b4878..b0fd72eada4 100644
--- a/src/uncategorized/cellblock.tw
+++ b/src/uncategorized/cellblock.tw
@@ -87,7 +87,7 @@ $cellblockNameCaps
 <</if>>
 
 <<set _Tmult0 = Math.trunc($cellblock*1000*$upgradeMultiplierArcology)>>
-<br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement. There <<if $cellblockSlaves == 1>>is<<else>>are<</if>> currently $cellblockSlaves <<if $cellblockSlaves != 1>>s<</if>> kept in close confinement.
+<br>$cellblockNameCaps has room for $cellblock slaves to be kept in close confinement. There <<if $cellblockSlaves == 1>>is<<else>>are<</if>> currently $cellblockSlaves <<if $cellblockSlaves != 1>>s<</if>> kept in close confinement in $cellblockName.
 [[Expand the cellblock|Cellblock][cashX(forceNeg(_Tmult0), "capEx"), $cellblock += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
 
 <br>
diff --git a/src/uncategorized/clinic.tw b/src/uncategorized/clinic.tw
index 4e9b4b4868d..72145f24739 100644
--- a/src/uncategorized/clinic.tw
+++ b/src/uncategorized/clinic.tw
@@ -87,7 +87,7 @@ $clinicNameCaps
 <</if>>
 
 <<set _Tmult0 = Math.trunc($clinic*1000*$upgradeMultiplierArcology)>>
-<br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. There <<if $clinicSlaves == 1>>is<<else>>are<</if>> currently $clinicSlaves slave<<if $clinicSlaves != 1>>s<<else>> receiving treatment.
+<br>$clinicNameCaps has room to support $clinic slaves while they receive treatment. There <<if $clinicSlaves == 1>>is<<else>>are<</if>> currently $clinicSlaves slave<<if $clinicSlaves != 1>>s<<else>> receiving treatment in $clinicName.
 [[Expand the clinic|Clinic][cashX(forceNeg(_Tmult0), "capEx"), $clinic += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>>//
 
 <br>
-- 
GitLab