diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 9f96d205aae06983d48a63cb8ead06e5c6197b27..f329c28702dfc2b463244c533c5edc39bbc86082 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -556,6 +556,7 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $spaName = "the Spa">>
 <<set $spaNameCaps = "The Spa">>
 
+/% Incubator Subsection %/
 <<set $incubator = 0>>
 <<set $incubatorSlaves = 0>>
 <<set $incubatorBulkRelease = 0>>
@@ -576,6 +577,7 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $incubatorNameCaps = "The Incubator">>
 <<set $reservedChildren = 0>>
 <<set $tanks = []>>
+
 <<set $clinicSlaves = 0>>
 <<set $clinicDecoration = "standard">>
 <<set $clinic = 0>>
@@ -605,26 +607,27 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $masterSuiteDecoration = "standard">>
 <<set $masterSuiteUpgradeLuxury = 0>>
 <<set $masterSuiteUpgradePregnancy = 0>>				/* Is the upgrade active? */
-<<set $masterSuitePregnancyFertilityDrugs = 0>>		/* Are slaves being put on fertility drugs? */
+<<set $masterSuitePregnancyFertilityDrugs = 0>>			/* Are slaves being put on fertility drugs? */
 <<set $masterSuitePregnancyFertilitySupplements = 0>>	/* Are those drugs being supplemented (health benefits and (even) more multiple pregnancies) */
 <<set $masterSuitePregnancySlaveLuxuries = 0>>			/* Are the slaves being given some nicer things to reduce stress during preg? (health/devotion/trust benefits) */
-<<set $universalHGImpregnateMasterSuiteToggle = 0>>	/* Will the HG impregnate fertile slaves in the MS? */
+<<set $universalHGImpregnateMasterSuiteToggle = 0>>		/* Will the HG impregnate fertile slaves in the MS? */
 <<set $masterSuiteHyperPregnancy = 0>>
 <<set $masterSuite = 0>>
 <<set $masterSuiteName = "the Master Suite">>
 <<set $masterSuiteNameCaps = "The Master Suite">>
 
-<<set $nursery = 0>>				/* counts the number of children the nursery can support */
-<<set $nurseryNannies = 0>>			/* counts the number of nannies the nursery can support */
-<<set $nurseryBabies = 0>>			/* counts the number of children currently in the nursery */
-<<set $nurserySlaves = 0>>			/* counts the number of nannies currently assigned to the nursery */
-<<set $MatronInfluence = 0>>		/* check for whether the children are influenced by the Matron */
-<<set $nannyInfluence = 0>>			/* check for whether the children are influenced by the nannies */
+/% Nursery Subsection %/
+<<set $nursery = 0>>						/* counts the number of children the nursery can support */
+<<set $nurseryNannies = 0>>					/* counts the number of nannies the nursery can support */
+<<set $nurseryBabies = 0>>					/* counts the number of children currently in the nursery */
+<<set $nurserySlaves = 0>>					/* counts the number of nannies currently assigned to the nursery */
+<<set $MatronInfluence = 0>>				/* check for whether the children are influenced by the Matron */
+<<set $nannyInfluence = 0>>					/* check for whether the children are influenced by the nannies */
 <<set $nurseryDecoration = "standard">>
 <<set $nurseryWeight = 0>>
 <<set $nurseryMuscles = 0>>
 <<set $nurseryHormones = 0>>
-<<set $nurseryOrgans = 0>>			/* not currently in use */
+<<set $nurseryOrgans = 0>>					/* not currently in use */
 <<set $nurseryImprintSetting = 0>>
 <<set $nurseryWeightSetting = 0>>
 <<set $nurseryMusclesSetting = 0>>
@@ -632,14 +635,15 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $nurseryName = "the Nursery">>
 <<set $nurseryNameCaps = "The Nursery">>
 <<set $reservedChildrenNursery = 0>>
-<<set $cribs = []>>					/* array of children in the nursery */
-<<set $cribsFreed = []>>			/* array of children that have been freed */
-<<set $childToSlave = -1>>
+<<set $cribs = []>>							/* array of children in the nursery */
+<<set $cribsFreed = []>>					/* array of children that have been freed */
+<<set $childToSlave = -1>>					/* number of total children that have become slaves */
 
+/% Farmyard Subsection %/
 <<set $farmyard = 0>>
 <<set $farmyardSlaves = 0>>
-<<set $farmyardShowgirls = []>>		/* array of farmhands putting on shows */
-<<set $farmyardFarmers = []>>		/* array of farmhands farming */
+<<set $farmyardShowgirls = []>>			/* array of farmhands putting on shows */
+<<set $farmyardFarmers = []>>			/* array of farmhands farming */
 <<set $farmMenials = 0>>
 <<set $farmMenialsSpace = 0>>
 <<set $farmyardDecoration = "standard">>