From 161f318229cf28bbd9799f95d5a0007d878ba1d7 Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Sun, 23 Sep 2018 19:19:14 -0700
Subject: [PATCH] Added nursery stuff

---
 src/uncategorized/managePenthouse.tw | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw
index aad4e3b98a5..bfb49c01479 100644
--- a/src/uncategorized/managePenthouse.tw
+++ b/src/uncategorized/managePenthouse.tw
@@ -74,29 +74,29 @@ __Penthouse Facilities__
 
 <br>
 
-<<if $clinic == 0>>
-	[[Expand the surgical recovery area to accommodate patients and a nurse|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clinic = 5, $PC.engineering += 1]]
+<<if $nursery == 0>>
+	[[Build a nursery to raise chilren from birth|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $nursery = 5, $PC.engineering += 1]]
 	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
-	The surgical recovery area has been expanded to take in more unhealthy slaves and be staffed by a nurse.
+	The penthouse has a nursery built where infants can be brought up.
 <</if>>
 
 <br>
 
-<<if $cellblock == 0>>
-	[[Construct cells to properly confine disobedient slaves|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $cellblock = 5, $PC.engineering += 1]]
+<<if $clinic == 0>>
+	[[Expand the surgical recovery area to accommodate patients and a nurse|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $clinic = 5, $PC.engineering += 1]]
 	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
-	The lower level of the penthouse includes a hallway of cells to confine slaves in.
+	The surgical recovery area has been expanded to take in more unhealthy slaves and be staffed by a nurse.
 <</if>>
 
 <br>
 
-<<if $nursery == 0>>
-	[[Build a nursery to raise children from birth|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $nursery = 5, $PC.engineering += 1]]
+<<if $cellblock == 0>>
+	[[Construct cells to properly confine disobedient slaves|Manage Penthouse][$cash -= Math.trunc(5000*$upgradeMultiplierArcology), $cellblock = 5, $PC.engineering += 1]]
 	//Costs <<print cashFormat(Math.trunc(5000*$upgradeMultiplierArcology))>>//
 <<else>>
-	A nursery has been built in your penthouse, allowing you to rear children from birth.
+	The lower level of the penthouse includes a hallway of cells to confine slaves in.
 <</if>>
 
 <br>
-- 
GitLab