@@ -556,6 +556,7 @@ You should have received a copy of the GNU General Public License along with thi
...
@@ -556,6 +556,7 @@ You should have received a copy of the GNU General Public License along with thi
<<set $spaName = "the Spa">>
<<set $spaName = "the Spa">>
<<set $spaNameCaps = "The Spa">>
<<set $spaNameCaps = "The Spa">>
/% Incubator Subsection %/
<<set $incubator = 0>>
<<set $incubator = 0>>
<<set $incubatorSlaves = 0>>
<<set $incubatorSlaves = 0>>
<<set $incubatorBulkRelease = 0>>
<<set $incubatorBulkRelease = 0>>
...
@@ -576,6 +577,7 @@ You should have received a copy of the GNU General Public License along with thi
...
@@ -576,6 +577,7 @@ You should have received a copy of the GNU General Public License along with thi
<<set $incubatorNameCaps = "The Incubator">>
<<set $incubatorNameCaps = "The Incubator">>
<<set $reservedChildren = 0>>
<<set $reservedChildren = 0>>
<<set $tanks = []>>
<<set $tanks = []>>
<<set $clinicSlaves = 0>>
<<set $clinicSlaves = 0>>
<<set $clinicDecoration = "standard">>
<<set $clinicDecoration = "standard">>
<<set $clinic = 0>>
<<set $clinic = 0>>
...
@@ -605,26 +607,27 @@ You should have received a copy of the GNU General Public License along with thi
...
@@ -605,26 +607,27 @@ You should have received a copy of the GNU General Public License along with thi
<<set $masterSuiteDecoration = "standard">>
<<set $masterSuiteDecoration = "standard">>
<<set $masterSuiteUpgradeLuxury = 0>>
<<set $masterSuiteUpgradeLuxury = 0>>
<<set $masterSuiteUpgradePregnancy = 0>> /* Is the upgrade active? */
<<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 $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 $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 $masterSuiteHyperPregnancy = 0>>
<<set $masterSuite = 0>>
<<set $masterSuite = 0>>
<<set $masterSuiteName = "the Master Suite">>
<<set $masterSuiteName = "the Master Suite">>
<<set $masterSuiteNameCaps = "The Master Suite">>
<<set $masterSuiteNameCaps = "The Master Suite">>
<<set $nursery = 0>> /* counts the number of children the nursery can support */
/% Nursery Subsection %/
<<set $nurseryNannies = 0>> /* counts the number of nannies the nursery can support */
<<set $nursery = 0>> /* counts the number of children the nursery can support */
<<set $nurseryBabies = 0>> /* counts the number of children currently in the nursery */
<<set $nurseryNannies = 0>> /* counts the number of nannies the nursery can support */
<<set $nurserySlaves = 0>> /* counts the number of nannies currently assigned to the nursery */
<<set $nurseryBabies = 0>> /* counts the number of children currently in the nursery */
<<set $MatronInfluence = 0>> /* check for whether the children are influenced by the Matron */
<<set $nurserySlaves = 0>> /* counts the number of nannies currently assigned to the nursery */
<<set $nannyInfluence = 0>> /* check for whether the children are influenced by the nannies */
<<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 $nurseryDecoration = "standard">>
<<set $nurseryWeight = 0>>
<<set $nurseryWeight = 0>>
<<set $nurseryMuscles = 0>>
<<set $nurseryMuscles = 0>>
<<set $nurseryHormones = 0>>
<<set $nurseryHormones = 0>>
<<set $nurseryOrgans = 0>> /* not currently in use */
<<set $nurseryOrgans = 0>> /* not currently in use */
<<set $nurseryImprintSetting = 0>>
<<set $nurseryImprintSetting = 0>>
<<set $nurseryWeightSetting = 0>>
<<set $nurseryWeightSetting = 0>>
<<set $nurseryMusclesSetting = 0>>
<<set $nurseryMusclesSetting = 0>>
...
@@ -632,14 +635,15 @@ You should have received a copy of the GNU General Public License along with thi
...
@@ -632,14 +635,15 @@ You should have received a copy of the GNU General Public License along with thi
<<set $nurseryName = "the Nursery">>
<<set $nurseryName = "the Nursery">>
<<set $nurseryNameCaps = "The Nursery">>
<<set $nurseryNameCaps = "The Nursery">>
<<set $reservedChildrenNursery = 0>>
<<set $reservedChildrenNursery = 0>>
<<set $cribs = []>> /* array of children in the nursery */
<<set $cribs = []>> /* array of children in the nursery */
<<set $cribsFreed = []>> /* array of children that have been freed */
<<set $cribsFreed = []>> /* array of children that have been freed */
<<set $childToSlave = -1>>
<<set $childToSlave = -1>> /* number of total children that have become slaves */
/% Farmyard Subsection %/
<<set $farmyard = 0>>
<<set $farmyard = 0>>
<<set $farmyardSlaves = 0>>
<<set $farmyardSlaves = 0>>
<<set $farmyardShowgirls = []>> /* array of farmhands putting on shows */
<<set $farmyardShowgirls = []>> /* array of farmhands putting on shows */
<<set $farmyardFarmers = []>> /* array of farmhands farming */
<<set $farmyardFarmers = []>> /* array of farmhands farming */