diff --git a/src/uncategorized/managePenthouse.tw b/src/uncategorized/managePenthouse.tw
index aad4e3b98a5d1caa741f9d544d013c371efc9b5e..bfb49c01479417c2dadc2a12e292cd75f7a56251 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>