diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 9657b8fe632061dcbf7de8f4918cf54cdd3791d1..e1943b2a98e2036d0471fcd50bd5c8147438d3c6 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 $incubatorSlaves/$incubator <<if $incubator == 1>>child<<else>>children<</if>>.
+<br>It can support $incubator <<if $incubator == 1>>child<<else>>children<</if>>. Currently $incubatorSlaves tanks are in use.
 [[Add another incubation tank|Incubator][$cash -= Math.trunc(60000*$upgradeMultiplierArcology), $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/buildingWidgets.tw b/src/uncategorized/buildingWidgets.tw
index aeae2edcfb89be066666524c38f3c27503311915..61849a6e999a120c4e3284e92e27bab27d2e039a 100644
--- a/src/uncategorized/buildingWidgets.tw
+++ b/src/uncategorized/buildingWidgets.tw
@@ -136,7 +136,7 @@ if(!Macro.has('sectorblock')) {
 			<<if $masterSuite||$HGSuite||$dojo||$servantsQuarters||$spa||$clinic||$schoolroom||$cellblock||$incubator||$researchLab.built=="true">>
 				<br>
 				<<if $masterSuite>>[[Suite|Master Suite]] ($masterSuiteSlaves/$masterSuite<<if $Concubine>>, C<</if>>)<</if>>
-				<<if $HGSuite>>[[HG Suite|Head Girl Suite]] <<if $HGSuiteSlaves == 1>>(HG) <<elseif $HGSuiteSlaves == 2>> (HG and roommate)<</if>> <</if>>
+				<<if $HGSuite>>[[HG Suite|Head Girl Suite]] <<if $HeadGirl == 1>>(HG) <<elseif $HGSuiteSlaves == 2>> (HG and roommate)<</if>> <</if>>
 				<<if $dojo>>[[BG Dojo|BG Select]] <<if $Bodyguard != 0>>(BG) <<else>> (0)<</if>> <</if>>
 				<<if $servantsQuarters>>[[Quarters|Servants' Quarters]] ($servantsQuartersSlaves/$servantsQuarters<<if $Stewardess>>, L<</if>>)<</if>>
 				<<if $spa>>[[Spa]] ($spaSlaves/$spa<<if $Attendant>>, L<</if>>)<</if>>
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 335552bef050e2c2a8026cab95f62680b81f0383..6a149b5e22a11a0d7507fdad8079eb3dbbedadd8 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -391,11 +391,10 @@
 	<<if $newModelUI == 0>>
 		<<if ($HGSuite)>>
 			<br>[[$HGSuiteNameCaps|Head Girl Suite]]
-			<<if $HGSuiteSlaves == 1>>
 				<<if $abbreviateSidebar == 2>>
-					(HG)
-				<<else>>
-					(HG and roommate)
+					<<if $HeadGirl == 1>>(HG)
+					<<elseif $HeadGirl == 1 && $HGSuiteSlaves == 2>>(HG and roommate)
+					<</if>>
 				<</if>>
 			<</if>>
 		<</if>>
@@ -610,9 +609,9 @@
 <</if>>
 
 <<if $HGSuiteSlaves > 0>>
-<<if $HGSuiteSlaves == 1>> Your head girl <<else>> and her roommate<</if>>  
-<<if $HGSuite == 1>> has a little luxurious room in the penthouse with everything <<if $HGSuiteSlaves == 1>> she needs <<else>> they need<</if>> to be a proper Head Girl.
-<<else>> As there is no little luxurious room in the penthouse dedicated to being a headgirl, <<if $HGSuiteSlaves == 1>> she <<else>> they<</if>> live with the rest of your slaves in the dormitory.
+<<if $HeadGirl == 1>> Your head girl <<elseif $HGSuiteSlaves == 2>> and her roommate<</if>>  
+<<if $HGSuite == 1>> has a little luxurious room in the penthouse with everything <<if $HeadGirl == 1>> she needs <<elseif HGSuiteSlaves == 2>> they need<</if>> to be a proper Head Girl.
+<<else>> As there is no little luxurious room in the penthouse dedicated to being a headgirl, <<if $HeadGirl == 1>> she <<elseif $HGSuiteSlaves == 2>> they<</if>> live with the rest of your slaves in the dormitory.
 <</if>>
 <</if>>