diff --git a/devTools/Script to convert SC to JS/SC to JS 1.py b/devTools/Script to convert SC to JS/SC to JS 1.py
index 6303e7e7c589797fc52f2148f3bff2fc829abcc4..c571e01920820287b5c97d8182763616c29ad137 100644
--- a/devTools/Script to convert SC to JS/SC to JS 1.py	
+++ b/devTools/Script to convert SC to JS/SC to JS 1.py	
@@ -104,5 +104,5 @@ editor.rereplace(r"(	r.push[^;]*?)( _[^ ,<'`]*)", r"\1${ \2}")
 
 #Cleanup
 editor.rereplace(r"\${He}adGirl", r"V.HeadGirl")
+editor.rereplace(r"\.}", r"}.")
 editor.rereplace(r"\${slave}", r"slave")
-editor.rereplace(r"\.}", r"}.")
\ No newline at end of file
diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js
index 3e1a7534e9e57cadb58cc9706379ac1b8fbf3ffc..607550abb7b61fcad82bde29c19e7cd10166376c 100644
--- a/js/003-data/gameVariableData.js
+++ b/js/003-data/gameVariableData.js
@@ -1160,6 +1160,11 @@ App.Data.resetOnNGPlus = {
 	arcologyUpgrade: {
 		drones: 0, hydro: 0, apron: 0, grid: 0, spire: 0
 	},
+	/* temp, remove  */
+	suddenBirth: 0,
+	humiliation: 0,
+	csec: 0,
+	birthDamage: 0,
 
 	AGrowth: 2,
 	ACitizens: 4250,
diff --git a/js/birth.js b/js/birth.js
new file mode 100644
index 0000000000000000000000000000000000000000..c4238256bb51c7a4b8dd74be4a05d4ecfb4c8efa
--- /dev/null
+++ b/js/birth.js
@@ -0,0 +1,7172 @@
+/**
+ *
+ * @param {App.Entity.SlaveState} slave
+ * @returns {Node}
+ */
+
+globalThis.birth = function(slave) {
+	const el = document.createElement("p");
+	const {
+		He, His,
+		he, his, himself, him, wife
+	} = getPronouns(slave);
+	let He2, he2, his2;
+	const r = [];
+	let bw;
+	let animals = [];
+	let roll;
+	const HGL = App.Entity.facilities.headGirlSuite.hostedSlaves;
+	const babies = slave.pregType > 1 ? `babies` : `baby`;
+	const children = slave.pregType > 1 ? `children` : `child`;
+	const childrenAre = slave.pregType > 1 ? `children are` : `child is`;
+	const newborns = slave.pregType > 1 ? `newborns` : `newborn`;
+	const UH = (slave.geneticQuirks.uterineHypersensitivity === 2) ? `, convulsing with orgasms in the process` : ``;
+
+	if (V.birthDamage > 5 || V.universalRulesCSec === 1) {
+		if (V.universalRulesCSec === 1 || (slave.mpreg === 0 && slave.vagina < 0)) {
+			V.csec = 1;
+			App.Medicine.Modification.addScar(slave, "belly", "c-section");
+			if (V.clinic !== 0) {
+				r.push(`${slave.slaveName} is taken to ${V.clinicName} since ${he}`);
+				if (slave.mpreg === 0 && slave.vagina < 0) {
+					r.push(`will require a cesarean section to give birth.`);
+				} else {
+					r.push(`is scheduled for a cesarean section.`);
+				}
+				r.push(`${He} is helped from ${his} clothes and into a comfortable hospital bed to relax until the surgery suite is prepped. After several minutes, ${he} is transferred to the surgery wing. Following ${his} c-section, ${he} is returned to the recovery wing to rest. ${His} ${childrenAre} promptly taken and ${he} is left under observation to make sure ${he} recovers.`);
+			} else {
+				r.push(`${slave.slaveName} is taken to the autosurgery, since ${he}`);
+				if (slave.mpreg === 0 && slave.vagina < 0) {
+					r.push(`will require a cesarean section to give birth. ${He} is stripped from ${his} clothes and set up on the operating table. ${He} is quickly sedated, and subjected to a c-section as ${he} has no hole to give birth through.`);
+				} else {
+					r.push(`is scheduled for a cesarean section. ${He} is stripped from ${his} clothes and set up on the operating table. ${He} is quickly sedated, and subjected to a c-section in order to avoid potential problems and preserve ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole.`);
+					} else {
+						r.push(`vagina.`);
+					}
+				}
+				r.push(`The surgery is quick, and ${he} is moved to a bed to recover. When ${he} awakes, ${his} ${children}`);
+				if (slave.pregType > 1) {
+					r.push(`have`);
+				} else {
+					r.push(`has`);
+				}
+				r.push(`already been taken away.`);
+			}
+		} else {
+			if (V.clinic !== 0) {
+				r.push(`${He} is lead to ${V.clinicName} since ${he} is likely to face complications with childbirth. ${He} is helped from ${his} clothes and into a comfortable hospital bed to relax until ${he} is ready. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}, fully aware of ${his} watching helpers.`);
+				if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+					r.push(`${His} body is so sensitive that even difficult birth is an intensely pleasurable experience for ${him}.`);
+				}
+				if (V.birthDamage > 10) {
+					V.csec = 1;
+					App.Medicine.Modification.addScar(slave, "belly", "c-section");
+					r.push(`After several hours of intense labor, ${he} is transferred to the surgery wing. Following an emergency c-section, ${he} is returned to the recovery wing to rest.`);
+				} else {
+					r.push(`After several hours,`);
+					if (slave.geneticQuirks.uterineHypersensitivity !== 1) {
+						r.push(`and a touch of morphine,`);
+					}
+					r.push(`${he} has successfully given birth.`);
+				}
+				r.push(`${His} ${childrenAre} promptly taken and ${he} is left under observation to make sure ${he} recovers.`);
+			} else {
+				V.csec = 1;
+				App.Medicine.Modification.addScar(slave, "belly", "c-section");
+				r.push(`${He} is lead to the autosurgery, since ${he} is likely to face complications with childbirth. ${He} is stripped from ${his} clothes and set up on the operating table. ${He} is quickly sedated and subjected to a c-section in order to avoid potential problems. The surgery is quick, and ${he} is moved to a bed to recover. When ${he} awakes, ${his} ${children}`);
+				if (slave.pregType > 1) {
+					r.push(`have`);
+				} else {
+					r.push(`has`);
+				}
+				r.push(`already been taken away.`);
+			}
+		}
+	} else {
+		switch (slave.assignment) {
+			case "rest":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} is encouraged to keep resting.`);
+					} else {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${(slave.pregType > 1) ? `babies` : `baby`} ${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, convulsing with orgasms in the process` : ``}. ${His}  ${(slave.pregType > 1) ? `children are` : `child is`} promptly taken and ${he} is encouraged to keep resting.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${his} ${(slave.pregType > 1) ? `babies` : `baby`}. ${His} ${children} promptly taken and ${he} is encouraged to keep resting.`);
+					} else {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} is encouraged to keep resting.`);
+					}
+				}
+				break;
+
+			case "be a subordinate slave":
+				bw = V.slaveIndices[slave.subTarget];
+				if (bw) {
+					({he2} = getPronouns(getSlave(slave.subTarget)).appendSuffix("2"));
+				}
+				if (slave.fetish === "mindbroken") {
+					if (slave.subTarget === 0) {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests for a short while before returning to your waiting slaves.`);
+					} else {
+						r.push(`${He} is lead by ${V.slaves[bw].slaveName} to a private room so that ${he2} may`);
+						if (canSee(V.slaves[bw])) {
+							r.push(`watch.`);
+						} else {
+							r.push(`be present.`);
+						}
+						r.push(`Instinctively ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching audience. ${His} ${childrenAre} promptly taken and ${V.slaves[bw].slaveName} eagerly descends upon ${his} defenseless body.`);
+					}
+				} else {
+					if (slave.subTarget === 0) {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests for a short while before returning to your waiting slaves.`);
+					} else {
+						r.push(`${He} is taken by ${V.slaves[bw].slaveName} to a private room so that ${he2} may`);
+						if (canSee(V.slaves[bw])) {
+							r.push(`watch.`);
+						} else {
+							r.push(`be present.`);
+						}
+						r.push(`Reluctantly, ${he} begins to push out ${his} ${babies}${UH}, fully aware of ${V.slaves[bw].slaveName}'s`);
+						if (V.slaves[bw].fetish === "pregnancy") {
+							r.push(`hungry gaze.`);
+						} else {
+							r.push(`amused gaze.`);
+						}
+						r.push(`${His} ${childrenAre} promptly taken and ${V.slaves[bw].slaveName} eagerly descends upon ${his} exhausted body.`);
+						V.humiliation = 1;
+					}
+				}
+				break;
+
+			case "whore":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to whoring.`);
+					} else {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to whoring.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to whoring.`);
+					} else {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to whoring.`);
+					}
+				}
+				break;
+
+			case "serve the public":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to slutting.`);
+					} else {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to slutting.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to slutting.`);
+					} else {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to slutting.`);
+					}
+				}
+				break;
+
+			case "work a glory hole":
+				if (slave.fetish === "mindbroken") {
+					r.push(`Since ${he} is unable to leave ${his} box, ${he} doesn't have far to go. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} quickly extracted from the box. ${He} never notices, focused entirely on the fresh cock poking through the glory hole.`);
+				} else {
+					r.push(`Since ${he} is unable to leave ${his} box, ${he} doesn't have far to go. ${He} quickly finishes the waiting dick before shifting ${himself} into a slightly, though not by much, more comfortable position. ${He} begins laboring on ${his} ${children}${UH}. As ${he} finishes, the box is opened and ${his} ${childrenAre} gathered and taken away before ${he} is ordered back to sucking.`);
+				}
+				break;
+
+			case "get milked":
+				if (slave.fetish === "mindbroken") {
+					if (V.dairyPregSetting > 0) {
+						r.push(`Since the dairy is designed for pregnant cows, ${he} stays hooked up to the milkers. ${He} shows little interest in ${his} coming birth, instead focusing on ${his} milky breasts. Instinctively, ${he} begins to push out ${his} ${babies}. ${He} pays no heed to ${his} ${children} being removed from the milking stall, nor when ${he} is hosed off.`);
+					} else {
+						if (!canWalk(slave)) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it.`);
+						} else {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it.`);
+						}
+						r.push(`Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to the milkers to lighten ${his} swelling breasts.`);
+					}
+				} else {
+					if (V.dairyPregSetting > 0) {
+						r.push(`Since the dairy is designed for pregnant cows, ${he} stays hooked up to the milkers. ${He} meekly protests ${his} situation, but ultimately accepts it. ${He} begins working on birthing ${his} ${babies}${UH}, and catches a glimpse of ${his} ${children} being removed from the milking stall, but quickly forgets when ${he} is hosed off.`);
+						V.humiliation = 1;
+					} else {
+						if (!canWalk(slave)) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it.`);
+						} else {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it.`);
+						}
+						r.push(`${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to the milkers to lighten ${his} swelling breasts.`);
+					}
+				}
+				break;
+
+			case "work as a farmhand":
+				animals = [];
+				roll;
+				if (V.canines.length > 0) {
+					roll = random(0, V.canines.length);
+					animals.push(V.canines[roll]);
+				}
+				if (V.hooved.length > 0) {
+					roll = random(0, V.hooved.length);
+					animals.push(V.hooved[roll]);
+				}
+				if (V.canines.length > 0) {
+					roll = random(0, V.canines.length);
+					animals.push(V.canines[roll]);
+				}
+				if (slave.fetish === "mindbroken") {
+					if (V.farmyardShows && V.seeBestiality) {
+						roll = random(0, animals.length);
+						r.push(`${He} shows no interest in ${his} coming birth as ${he} continues being rutted by a ${animals[roll].species}, so`);
+						if (S.Farmer) {
+							r.push(S.Farmer.slaveName);
+						} else {
+							r.push(`another slave`);
+						}
+						r.push(`has to pull the animal off of ${him} and drag ${him} into the nearest birthing stall. ${He} also shows almost no reaction when ${his} ${children}`);
+						r.push(`begin`);
+						if (slave.pregType <= 1) {
+							r.push(`s`);
+						}
+						r.push(`to come out, or when ${he} is subsequently hosed off before being led back to ${V.farmyardName}.`);
+					} else {
+						r.push(`${He} shows no interest in ${his} coming birth as ${he} continues either("loading hay bales", "milking a cow", "pulling weeds"), until ${his} contractions become so strong that ${he} collapses to ${his} knees.`);
+						if (S.Farmer) {
+							r.push(S.Farmer.slaveName);
+						} else {
+							r.push(`Another slave`);
+						}
+						r.push(`is at ${his} side in an instant, pulling ${him} to ${his} feet and into a birthing stall. ${He} also shows almost no reaction when ${his} ${children} ${(slave.pregType <= 1)?`begin`:`begins`} to come out, or when ${he} is subsequently hosed off before being led back to ${V.farmyardName}.`);
+					}
+				} else {
+					if (V.farmyardShows && V.seeBestiality) {
+						roll = random(0, animals.length);
+						if (S.Farmer) {
+							r.push(S.Farmer.slaveName);
+						} else {
+							r.push(`Another slave`);
+						}
+						r.push(`pulls the ${animals[roll].species} off of ${him} after ${he} begins to feel contractions coming. ${He} begins to give birth where ${he} is${(V.farmyardRestraints) ? `, restraints still on,` : ``} and gives ${his} viewers a different kind of show than the kind they were expecting. The crowd is appreciative, and after ${he} has finished, a slave takes ${his} ${children} from ${him} and leads ${him} back to ${his} room to shower and rest before ${he} is expected to return to ${his} shows.`);
+						V.humiliation = 1;
+					} else {
+						if (!canWalk(slave)) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it.`);
+						} else {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it.`);
+						}
+						r.push(`${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to ${V.farmyardName} to continue ${either("loading hay bales", "milking cows", "pulling weeds")}.`);
+					}
+				}
+				break;
+
+			case "please you":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`You strip ${him} and help ${him} onto your couch. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} falls into a contented nap. You enjoy ${his} exhausted body until a servant comes to help clean ${him} up.`);
+					} else {
+						if (slave.devotion > 20) {
+							r.push(`${He} moans lewdly at you and wiggles ${his} hips. As ${he} teases, ${he} begins pushing ${his} ${babies} out. As ${he} crowns, you pull ${him} into your arms and hold ${him} close. You hold ${him} in a comforting embrace until ${he} finishes`);
+						} else if (slave.devotion >= -20) {
+							r.push(`${He} releases a lewd moan and begins attempting to remove ${his} clothes. You approach ${him}, clearing ${his}`);
+							if (slave.mpreg === 1) {
+								r.push(`asshole`);
+							} else {
+								r.push(`vagina`);
+							}
+							r.push(`and helping ${him} onto the couch, where you take a seat next to ${him} to fondle ${his} vulnerable body. Once ${he} finishes, you give ${him} some time to catch ${his} breath.`);
+						} else {
+							r.push(`${He} begins desperately begging to be taken back to ${his} bed; instead you pull ${him} towards the couch and take a seat with ${him} in your lap, back against your front. Blushing thoroughly, ${he} gives a meek protest before focusing on the coming birth, rather than your wandering hands.`);
+							V.humiliation = 1;
+						}
+						r.push(`${He} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, following a shower and a fresh change of clothes, ${he} is helped back to your office${(slave.devotion < -20) ? `where you are waiting to enjoy ${his} exhausted body` : ``}.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} falls into a contented nap. That is until you wake ${him} up, inquiring where ${he} waddled off to without your permission.`);
+					} else {
+						if (slave.devotion > 20) {
+							r.push(`${He} seeks you out and begins slowly stripping. As ${he} teases, ${he} begins pushing ${his} ${babies} out. As ${he} crowns, ${he} throws ${himself} into your waiting arms and holds ${himself} to you. You hold ${him} in a comforting embrace until ${he} finishes.`);
+						} else if (slave.devotion >= -20) {
+							r.push(`${He} approaches you and begins a very uncertain striptease. As ${he} lowers ${himself} to the floor to begin pushing, you overtake ${him} and fondle ${his} vulnerable body. Once ${he} finishes, you help ${him} to the couch to catch ${his} breath.`);
+						} else {
+							r.push(`${He} attempts to leave your office and return to ${his} bed, but you catch ${his} arm before ${he} slips out of reach. You order ${him} to strip and give you a show. Blushing thoroughly, ${he} gives a meek performance before falling to the floor.`);
+							V.humiliation = 1;
+						}
+						r.push(`${He} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, following a shower and a fresh change of clothes, ${he} returns to your office${(slave.devotion < -20) ? ` where you are waiting to enjoy ${his} exhausted body` : ``}.`);
+					}
+				}
+				break;
+
+			case "stay confined":
+				if (slave.fetish === "mindbroken") {
+					r.push(`Since ${he} is locked in a cell, ${he} doesn't have far to go. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is returned to isolation.`);
+				} else {
+					r.push(`Since ${he} is locked in a cell, ${he} doesn't have far to go. Reluctantly, ${he} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is returned to isolation.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "work as a servant":
+			case "be a servant":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to service your penthouse.`);
+				} else {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to service your penthouse.`);
+				}
+				break;
+
+			case "serve in the master suite":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (V.masterSuiteUpgradePregnancy === 1) {
+							r.push(`${He} is helping into the birthing chamber, stripped, and aided into the specialized chair. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`the main room of the master suite.`);
+							}
+						} else {
+							r.push(`After struggling to strip and tipping into one of the various seats around the room, ${he} prepares to give birth. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to whoever may be watching ${him}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} is helped back to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`${his} usual spot.`);
+							}
+						}
+					} else {
+						if (V.masterSuiteUpgradePregnancy === 1) {
+							r.push(`${He} is helping into the birthing chamber, stripped, and aided into the specialized chair. Finding it quite comfortable, ${he} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`the main room of the master suite.`);
+							}
+						} else {
+							r.push(`After struggling to strip and tipping into one of the various seats around the room, ${he} prepares to give birth. ${He} gets comfortable and begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`${his} preferred spot.`);
+							}
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (V.masterSuiteUpgradePregnancy === 1) {
+							r.push(`${He} enters the birthing chamber, strips, and seats ${himself} in the specialized chair. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`the main room of the master suite.`);
+							}
+						} else {
+							r.push(`${He} strips and settles into one of the various seats around the room. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to whoever may be watching ${him}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`${his} usual spot.`);
+							}
+						}
+					} else {
+						if (V.masterSuiteUpgradePregnancy === 1) {
+							r.push(`${He} enters the birthing chamber, strips, and seats ${himself} in the specialized chair. Finding it quite comfortable, ${he} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`the main room of the master suite.`);
+							}
+						} else {
+							r.push(`${He} strips and settles into one of the various seats around the room. ${He} gets comfortable and begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`your big bed.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`the fuckpit.`);
+							} else {
+								r.push(`${his} preferred spot.`);
+							}
+						}
+					}
+				}
+				break;
+
+			case "serve in the club":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is helped into a private room in the back of the club by a group of eager patrons. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} audience. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience has their way with ${him}.`);
+					} else {
+						r.push(`${He} is helped to a private room in the back of the club by several patrons who just can't keep their hands off ${him}. ${He} settles ${himself} onto a patron's lap and begins working on birthing ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and`);
+						}
+						r.push(`basking in the attention of ${his} audience. ${His} ${childrenAre} promptly taken and ${he} beckons the audience to enjoy ${him}.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} heads to a private room in the back of the club filled with eager patrons. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} audience. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${him}.`);
+					} else {
+						r.push(`${He} heads to a private room in the back of the club accompanied by several patrons who just can't keep their hands off ${him}. ${He} settles ${himself} onto a patron's lap and begins working on birthing ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and`);
+						}
+						r.push(`basking in the attention of ${his} audience. ${His} ${childrenAre} promptly taken and ${he} beckons the audience to enjoy ${him}.`);
+					}
+				}
+				break;
+
+			case "choose her own job":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, after a short rest, ${he} waits for someone to help ${him} to ${his} next job having forgotten ${he} was choosing it.`);
+					} else {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, after a short rest, ${he} returns to pondering ${his} preferred assignment.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is lead back to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, after a short rest, ${he} returns to wandering the penthouse.`);
+					} else {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, after a short rest, ${he} returns to pondering ${his} preferred assignment.`);
+					}
+				}
+				break;
+
+			case "rest in the spa":
+				if (S.Attendant) {
+					r.push(S.Attendant.slaveName);
+					if (slave.fetish === "mindbroken") {
+						r.push(`leads`);
+					} else {
+						r.push(`escorts`);
+					}
+					r.push(`${him} to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${S.Attendant.slaveName},`);
+				} else {
+					r.push(`${He} is escorted to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${his} assistant,`);
+				}
+				r.push(`${he} begins to push out ${his} ${babies},`);
+				if (slave.fetish === "mindbroken") {
+					r.push(`indifferent to`);
+				} else {
+					r.push(`aided by`);
+				}
+				r.push(`${his} helper. ${His} ${childrenAre} promptly taken and, following a cleaning, ${he} is taken back to the spa.`);
+				break;
+
+			case "work as a nanny":
+				r.push(`${He} finishes`);
+				if (V.nurseryChildren) {
+					r.push(`changing the child's diaper`);
+				} else {
+					r.push(`cleaning the area of ${V.nurseryName} that ${he}'s been working on`);
+				}
+				r.push(`and heads back to ${his} little room before stripping and getting into bed. ${He} begins the ordeal of childbirth, and after ${he} is finished, rests for a bit while ${his} ${childrenAre} collected. After a short shower, ${he} returns to ${his} duties in ${V.nurseryName}.`);
+				break;
+
+			case "learn in the schoolroom":
+				r.push(`Having been notified in the weeks leading up to ${his} birth, ${he}`);
+				if (canWalk(slave)) {
+					r.push(`heads`);
+				} else {
+					r.push(`is helped`);
+				}
+				r.push(`to the front of the class and strips. ${He} is being used as a learning aid in this lesson. Blushing strongly, ${he} begins working on birthing ${his} ${babies}, fully aware of the rapt attention of the other students. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} returns to ${his} seat. ${He} can't help but`);
+				if (canSee(slave)) {
+					r.push(`notice some of the detailed notes the class took on ${his} genitals.`);
+				} else {
+					r.push(`overhear the descriptions of ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole`);
+					} else {
+						r.push(`vagina`);
+					}
+					r.push(`being passed between ${his} peers.`);
+				}
+				V.humiliation = 1;
+				break;
+
+			case "take classes":
+				r.push(`Or ${he} would have, had ${V.assistant.name} allowed it. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, ${his} birth will be turned into a live broadcast. Blushing strongly, ${he} begins working on birthing ${his} ${babies}, trying ${his} best to hide ${his} shame${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, which isn't helped by the fact that ${he} is convulsing with orgasms in the process` : ``}. Exhausted from the birth, ${he} is permitted a short break as ${his} ${childrenAre} collected to clean ${himself} up before the lesson is continued.`);
+				V.humiliation = 1;
+				break;
+
+			case "work in the brothel":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is helped to a private room in the back of the brothel by a group of eager patrons. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} audience. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${him}.`);
+					} else {
+						r.push(`${He} is helped to a private room in the back of the brothel by several patrons who paid quite a handsome price to enjoy this moment. ${He} settles ${himself} onto a patron's lap and begins working on birthing ${his} ${babies}, ${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `convulsing with orgasms in the process and` : ``} basking in the attention of ${his} audience. ${His} ${childrenAre} promptly taken and ${he} beckons the audience to enjoy ${him}.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} heads to a private room in the back of the brothel filled with eager patrons. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} audience. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${him}.`);
+					} else {
+						r.push(`${He} heads to a private room in the back of the brothel accompanied by several patrons who paid quite a handsome price to enjoy this moment. ${He} settles ${himself} onto a patron's lap and begins working on birthing ${his} ${babies}, ${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `convulsing with orgasms in the process and` : ``} basking in the attention of ${his} audience. ${His} ${childrenAre} promptly taken and ${he} beckons the audience to enjoy ${him}.`);
+					}
+				}
+				break;
+
+			case "be the Schoolteacher":
+				if (!canWalk(slave)) {
+					r.push(`The class has been wondering why ${he} was sitting strangely, nude at the front of the class the last several weeks, today they learn why. ${He} has been planning this lesson for several months now. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies}, ${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `convulsing with orgasms in the process, while being` : ``} fully aware of ${his} watching students. ${He} demonstrates the proper ways to labor and how to deliver a baby. ${He} explains the infant's future as ${his} ${childrenAre} taken and excuses the class for a short break in order to freshen up.`);
+					V.humiliation = 1;
+				} else {
+					r.push(`While stripping, ${he} makes ${his} way to the front of the classroom and settles ${himself} in a way ${his} entire class can see. ${He} has been planning this lesson for several months now. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies}, ${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `convulsing with orgasms in the process, while being` : ``} fully aware of ${his} watching students. ${He} demonstrates the proper ways to labor and how to deliver a baby. ${He} explains the infant's future as ${his} ${childrenAre} taken and excuses the class for a short break in order to freshen up.`);
+					V.humiliation = 1;
+				}
+				break;
+
+
+			case "be your Concubine":
+				if (slave.pregSource === -1 && slave.relationship === -3) {
+					r.push(`You make sure to find time in your busy schedule to be at your concubine ${wife}'s side as ${he} gives birth to your ${children}. You gently caress ${slave.slaveName}'s body as ${he} begins to push out ${his} ${babies}${UH}. You help ${him} upright and hold your ${children} to ${his} breasts. The two of you cuddle as you watch your ${newborns} suckle from their mother. Since ${he} is quite special to you, you allow ${him} the time to pick out names before ${his} ${children} must be taken away. When the time comes to pick up the ${newborns}, the slave servant is surprised to find ${(slave.pregType === 1) ? `a name-card` : `name-cards`} affixed to their ${(slave.pregType > 1) ? `blankets` : `blanket`}.`);
+					if (slave.fetish !== "mindbroken") {
+						r.push(`${He} can't help but feel more devoted to ${his} master after seeing such a touching act. Before you leave, ${slave.slaveName} expresses how cute ${he} found your ${children} and that ${he}'d love to bear more for you.`);
+					}
+				} else if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is assisted in reaching your side. You call ${him} over and strip ${him} as ${he} instinctively begins to push out ${his} ${babies}, indifferent to your wandering hands. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} is helped back to your master suite.`);
+					} else {
+						r.push(`${He} is assisted in reaching your side. You beckon ${him} over and strip ${him} as ${he} dutifully begins to push out ${his} ${babies}, enjoying your wandering hands and attention${UH}. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} is helped back to your master suite. As ${he} leaves your office, ${he} throws you a wink, hoping to see you again soon.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} wanders the penthouse until ${he} finds you. You call ${him} over and strip ${him} as ${he} instinctively begins to push out ${his} ${babies}, indifferent to your wandering hands. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} returns to your master suite.`);
+					} else {
+						r.push(`${He} wanders the penthouse until ${he} finds you. You beckon ${him} over and strip ${him} as ${he} dutifully begins to push out ${his} ${babies}, enjoying your wandering hands and attention${UH}. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} returns to your master suite. As ${he} leaves your office, ${he} throws you a wink, hoping to see you again soon.`);
+					}
+				}
+				break;
+
+			case "live with your Head Girl":
+				({He2, he2, his2} = getPronouns(S.HeadGirl).appendSuffix("2"));
+				if (slave.pregSource === V.HeadGirlID) {
+					r.push(`S.HeadGirl.slaveName makes sure that the mother of ${his2} ${children} is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. ${He2} carefully undresses ${slave.slaveName}, all the while whispering sweet nothings in ${his} ear. ${He} begins to push out ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process,`);
+					}
+					r.push(`and ${his} ${childrenAre} carefully collected by their father. Once they are out of the way, ${S.HeadGirl.slaveName} moves in to fondle ${slave.slaveName}'s tired body.`);
+				} else if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is aided in finding ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} instinctively begins to push out ${his} ${babies}, indifferent to ${his2} wandering hands. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is taken back to ${S.HeadGirl.slaveName}'s room.`);
+					} else {
+						r.push(`${He} is aided in seeking out ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} dutifully begins to push out ${his} ${babies}, enjoying ${his2} wandering hands and attention${UH}. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is helped back to ${S.HeadGirl.slaveName}'s room.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} wanders until ${he} finds ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} instinctively begins to push out ${his} ${babies}, indifferent to ${his2} wandering hands. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is lead back to ${S.HeadGirl.slaveName}'s room.`);
+					} else {
+						r.push(`${He} seeks out ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} dutifully begins to push out ${his} ${babies}, enjoying ${his2} wandering hands and attention${UH}. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} returns to ${S.HeadGirl.slaveName}'s room.`);
+					}
+				}
+				break;
+
+			case "be confined in the arcade":
+				r.push(`Or ${he} would have been, if ${he} weren't locked in an arcade cabinet. A gush of liquid pours from the ${slave.slaveName}'s cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on ${his} exposed rear. While ${his} mouth is filled with a customer's dick, ${his} body instinctively births ${his} ${children} into the waiting basket${UH}. As they are carried away, ${his} rear is cleaned up and the sign removed.`);
+				break;
+
+			case "get treatment in the clinic":
+				if (!canWalk(slave)) {
+					r.push(`${He} is helped to the clinic's maternity ward.`);
+					if (S.Nurse) {
+						r.push(S.Nurse.slaveName);
+					} else {
+						r.push(`A freelance nurse`);
+					}
+					r.push(`delivers ${his} ${children} before taking`);
+					if (slave.pregType > 1) {
+						r.push(`them`);
+					} else {
+						r.push(`it`);
+					}
+					r.push(`away. Before long ${he} is returned to ${his} recovery room to rest.`);
+				} else {
+					r.push(`${He} is guided to the clinic's maternity ward.`);
+					if (S.Nurse) {
+						r.push(S.Nurse.slaveName);
+					} else {
+						r.push(`A freelance nurse`);
+					}
+					r.push(`delivers ${his} ${children} before taking`);
+					if (slave.pregType > 1) {
+						r.push(`them`);
+					} else {
+						r.push(`it`);
+					}
+					r.push(`away. Before long ${he} is returned to ${his} recovery room to rest.`);
+				}
+				break;
+
+			case "be confined in the cellblock":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is forced into a specially designed cell to give birth in. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is moved back into a standard cell.`);
+				} else {
+					r.push(`${He} is forced into a specially designed cell to give birth in. Reluctantly, ${he} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is moved back into a standard cell.`);
+				}
+				break;
+
+			case "be the DJ":
+				r.push(`${He} heads to a private room in the back of the club accompanied by an influential patron. ${He} settles ${himself} onto his lap and begins working on birthing ${his} ${babies}, basking in his attention${UH}. Placing ${his} ${children} outside the room, ${he} returns to pleasure ${his} tease.`);
+				break;
+
+			case "be the Attendant":
+				r.push(`${S.Attendant.slaveName} waddles to a special pool designed to give birth in. Once ${he} is safely in the water, ${he} begins to push out ${his} ${babies}, something ${he} has been trained for ${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, even if ${he} was convulsing with orgasms in the process` : ``}. ${His} ${childrenAre} promptly taken and, following a cleaning, ${he} heads back to the main pool.`);
+				break;
+
+			case "be the Matron":
+				r.push(`${He} quickly waddles back to ${his} private room before stripping and calling in several slaves to assist ${him} in childbirth. ${He} has quite a bit of experience in taking care of children, but not as much in delivering them, and less so in delivering ${his} own. ${He} soon figures it out, though, and after an exhausting birthing ordeal, ${his} ${childrenAre} taken from ${him}, and ${he} is allowed a shower and a rest before returning to work.`);
+				break;
+
+			case "be the Madam":
+				r.push(`${He} heads to a private room in the back of the club accompanied by an influential patron. ${He} settles ${himself} onto his lap and begins working on birthing ${his} ${babies},`);
+				if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+					r.push(`convulsing with orgasms in the process and`);
+				}
+				r.push(`basking in his attention as he strips ${him}. Placing ${his} ${children} outside the room, ${he} returns to get more intimate with ${his} catch.`);
+				break;
+
+			case "be the Stewardess":
+				r.push(`${He} strips and settles ${himself} into ${his} favorite chair, while calling several servants to ${his} aid. ${He} begins to push out ${his} ${babies} into the arms of ${his} waiting charges${UH}. ${His} ${childrenAre} promptly taken and ${he} reclines while ${his} servants clean and dress ${him}. Once ${he} has had enough, ${he} orders them back to work on the penthouse.`);
+				break;
+
+			case "be the Milkmaid":
+				r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${He} is quite experienced in delivering ${his} cows' children, but ${he} finds it much more difficult to apply ${his} knowledge to ${himself}. ${His} ${childrenAre} promptly taken and, after a short rest, ${he} returns to caring for your cows.`);
+				break;
+
+			case "be the Farmer":
+				r.push(`${He} heads to ${his} private room before stripping and calling in a couple of nearby slaves to aid ${him}. Though ${he} has delivered more than a few of ${his} livestocks' offspring, delivering ${his} own proves to be a slightly more difficult ordeal. ${He} manages, though, and after ${his} ${childrenAre} taken from ${him} and ${he}'s had a shower and a short rest, ${he} returns to looking after ${V.farmyardName}.`);
+				break;
+
+			case "be the Wardeness":
+				if (slave.fetish === "mindbroken") {	// FIXME: can Wardens be mindbroken?
+					r.push(`${He} enters an empty cell, strips, and seats ${himself} on the cot. ${He} instinctively begins birthing ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} returns to mindlessly breaking the confined slaves.`);
+				} else {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to the cellblock.`);
+				}
+				break;
+
+			case "be the Nurse":
+				r.push(`${He} waddles to ${his} maternity ward and strips before laying on an open bed. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}as ${his} assistants watch. ${His} ${childrenAre} promptly taken and ${he} is helped to the recovery ward until ${he} recovers enough to take over ${V.clinicName} again.`);
+				break;
+
+			case "be your Head Girl":
+				r.push(`${He} returns to`);
+				if (V.HGSuite === 1) {
+					r.push(`${his} room's bed`);
+				} else {
+					r.push(`${his} bed`);
+				}
+				r.push(`and strips before slipping into it. ${He} makes ${himself} comfortable`);
+				if (HGL !== 0) {
+					r.push(`as ${his} slave rushes to ${his} side,`);
+				}
+				r.push(`and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken`);
+				if (HGL !== 0) {
+					r.push(`by ${his} roommate`);
+				}
+				r.push(`and ${he} rests awhile before returning to managing your slaves.`);
+				break;
+
+			case "guard you":
+				r.push(`Or ${he} would have, if ${he}'d stop refusing to leave your side. You lead ${him} someplace private and help ${him} undress. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. You call for a servant to quickly gather ${his} ${children} as you help ${him} into the shower, making sure to wait outside for your loyal guardian to finish.`);
+				break;
+
+			case "recruit girls":
+				r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to finding new slaves for you.`);
+				break;
+
+			default:
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to ${his} task.`);
+					} else {
+						r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to ${his} task.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to ${his} task.`);
+					} else {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and ${he} rests awhile before returning to ${his} task.`);
+					}
+				}
+		}
+	}
+	App.Events.addParagraph(el, r);
+	return el;
+};
+
+/**
+ *
+ * @param {App.Entity.SlaveState} slave
+ * @returns {Node}
+ */
+globalThis.ampBirth = function(slave) { // "AmpBirth"
+	const el = document.createElement("p");
+	const {
+		He, His,
+		he, his, himself, him, wife
+	} = getPronouns(slave);
+	let He2, he2, his2;
+	let bw;
+	const r = [];
+	const babies = slave.pregType > 1 ? `babies` : `baby`;
+	const children = slave.pregType > 1 ? `children` : `child`;
+	const childrenAre = slave.pregType > 1 ? `children are` : `child is`;
+	const breasts = slave.pregType > 1 ? `breasts` : `breast`;
+	const newborns = slave.pregType > 1 ? `newborns` : `newborn`;
+	const UH = (slave.geneticQuirks.uterineHypersensitivity === 2) ? `, convulsing with orgasms in the process` : ``;
+
+	if (V.birthDamage > 5) {
+		V.csec = 1;
+		if (V.clinic !== 0) {
+			r.push(`${He} is carried to ${V.clinicName}, since ${he} is likely to face complications with childbirth. ${He} is stripped from ${his} clothes and set up in a comfortable hospital bed to relax until ${he} is ready. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies}, fully aware of ${his} watching helpers.`);
+			if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+				r.push(`${His} body is so sensitive that even difficult birth is an intensely pleasurable experience for ${him}.`);
+			}
+			if (V.birthDamage > 10) {
+				V.csec = 1;
+				App.Medicine.Modification.addScar(slave, "belly", "c-section");
+				r.push(`After several hours of intense labor, ${he} is transferred to the surgery wing. Following an emergency c-section, ${he} is returned to the recovery wing to rest.`);
+			} else {
+				r.push(`After several hours,`);
+				if (slave.geneticQuirks.uterineHypersensitivity !== 1) {
+					r.push(`and a touch of morphine,`);
+				}
+				r.push(`${he} has successfully given birth.`);
+			}
+			r.push(`${His} ${childrenAre} promptly taken and ${he} is left under observation to make sure ${he} recovers.`);
+		} else {
+			V.csec = 1;
+			App.Medicine.Modification.addScar(slave, "belly", "c-section");
+			r.push(`${He} is carried to the autosurgery, since ${he} is likely to face complications with childbirth. ${He} is stripped from ${his} clothes and set up on the operating table. ${He} is quickly sedated and subjected to a c-section in order to avoid potential problems. The surgery is quick and ${he} is moved to a bed to recover. When ${he} awakes, ${his} ${slave.pregType > 1 ? `children have` : `child has`} already been taking away.`);
+		}
+	} else {
+		switch (slave.assignment) {
+			case "rest":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and ${he} is encouraged to keep resting.`);
+				} else {
+					r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and ${he} is encouraged to keep resting.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "be a subordinate slave":
+				bw = V.slaveIndices[slave.subTarget];
+				if (bw) {
+					({he2} = getPronouns(getSlave(slave.subTarget)).appendSuffix("2"));
+				}
+				if (slave.fetish === "mindbroken") {
+					if (slave.subTarget === 0) {
+						r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and ${he} is returned to your waiting slaves.`);
+					} else {
+						r.push(`${He} is placed with ${V.slaves[bw].slaveName} so that ${he2} may`);
+						if (canSee(V.slaves[bw])) {
+							r.push(`enjoy the show.`);
+						} else {
+							r.push(`be present.`);
+						}
+						r.push(`Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching audience. ${His} ${childrenAre} promptly taken and ${he} is tipped into ${V.slaves[bw].slaveName}'s eager lap.`);
+					}
+				} else {
+					if (slave.subTarget === 0) {
+						r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and`);
+						}
+						r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and ${he} is returned to your waiting slaves.`);
+						V.humiliation = 1;
+					} else {
+						r.push(`${He} is placed with ${V.slaves[bw].slaveName} so that ${he2} may`);
+						if (canSee(V.slaves[bw])) {
+							r.push(`watch.`);
+						} else {
+							r.push(`be present.`);
+						}
+						r.push(`With an intense blush, ${he} begins to push out ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and`);
+						}
+						r.push(`fully aware of ${V.slaves[bw].slaveName}'s`);
+						if (V.slaves[bw].fetish === "pregnancy") {
+							r.push(`hungry gaze.`);
+						} else {
+							r.push(`amused gaze.`);
+						}
+						r.push(`${His} ${childrenAre} promptly taken and ${he} is tipped into ${V.slaves[bw].slaveName}'s eager lap.`);
+						V.humiliation = 1;
+					}
+				}
+				break;
+
+			case "whore":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+				} else {
+					r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "serve the public":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+				} else {
+					r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "work a glory hole":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is locked, nude, in a glory hole box and ordered to suck. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} quickly extracted from the box. ${He} never notices, focused entirely on the fresh cock poking through the glory hole.`);
+				} else {
+					r.push(`${He} is locked, nude, in a glory hole box and ordered to suck. ${He} quickly finishes the dick off before wiggling ${himself} into a slightly, though not by much, more comfortable position. ${He} begins laboring on ${his} ${children}${UH}. As ${he} finishes, the box is opened and ${his} ${childrenAre} gathered and taken away before ${he} is forcefully repositioned with ${his} mouth over the glory hole.`);
+				}
+				break;
+
+			case "get milked":
+				if (slave.fetish === "mindbroken") {
+					if (V.dairyPregSetting > 0) {
+						r.push(`${He} is hooked up to a milking machine and allowed to continue ${his} assignment. ${He} shows little interest in ${his} coming birth, instead focusing on ${his} milky breasts. Instinctively, ${he} begins to push out ${his} ${babies}. ${He} shows no interest in ${his} ${children} being removed from the milking stall, nor when ${he} is hosed off.`);
+					} else {
+						r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning, ${he} is carried back to the milkers.`);
+					}
+				} else {
+					if (V.dairyPregSetting > 0) {
+						r.push(`${He} is hooked up to a milking machine and allowed to continue ${his} assignment. ${He} meekly protests ${his} situation, but ultimately excepts it. ${He} begins working on birthing ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process,`);
+						}
+						r.push(`and catches a glimpse of ${his} ${children} being removed from the milking stall, but quickly forgets when ${he} is hosed off.`);
+						V.humiliation = 1;
+					} else {
+						r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and`);
+						}
+						r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning, ${he} is carried back to the milkers.`);
+						V.humiliation = 1;
+					}
+				}
+				break;
+
+			case "please you":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is stripped and placed into your waiting arms upon your couch. Instinctively, ${he} begins to push out ${his} ${babies} as you tease ${his} breasts and belly, indifferent to you and ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and a fresh change of clothes, ${he} is returned to your office.`);
+				} else {
+					r.push(`${He} is stripped and placed into your waiting arms upon your couch.`);
+					if (slave.devotion > 50) {
+						r.push(`Feeling safe and secure, ${he}`);
+					} else if (slave.devotion > 20) {
+						r.push(`${He} squirms uncomfortably as ${he}`);
+					} else {
+						r.push(`${He} starts to panic as ${he}`);
+						V.humiliation = 1;
+					}
+					r.push(`begins to push out ${his} ${babies}`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process,`);
+					}
+					r.push(`as you tease ${his} breasts and belly. ${His} ${childrenAre} promptly taken and, following a cleaning and a fresh change of clothes, ${he} is returned to your office.`);
+				}
+				break;
+
+			case "stay confined":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed in a specially designed cell to give birth in. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is moved back into a standard cell.`);
+				} else {
+					r.push(`${He} is placed in a specially designed cell to give birth in. Reluctantly, ${he} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is moved back into a standard cell.`);
+				}
+				break;
+
+			case "work as a servant":
+			case "be a servant":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed on ${his} cot and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+				} else {
+					r.push(`${He} is placed on ${his} cot and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "serve in the master suite":
+				if (slave.fetish === "mindbroken") {
+					if (V.masterSuiteUpgradePregnancy === 1) {
+						r.push(`${He} is carried to the birthing chamber and comfortably positioned. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to`);
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`your big bed.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`the fuckpit.`);
+						} else {
+							r.push(`the main room of the master suite.`);
+						}
+					} else {
+						r.push(`${He} is placed on a soft cushion and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to`);
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`your big bed.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`the fuckpit.`);
+						} else {
+							r.push(`the main room of the master suite.`);
+						}
+					}
+				} else {
+					if (V.masterSuiteUpgradePregnancy === 1) {
+						r.push(`${He} is carried to the birthing chamber and comfortably positioned. Sinking into the luxury, ${he} begins working on birthing ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and`);
+						}
+						r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to`);
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`your big bed.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`the fuckpit.`);
+						} else {
+							r.push(`the main room of the master suite.`);
+						}
+						V.humiliation = 1;
+					} else {
+						r.push(`${He} is placed on a soft cushion and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and`);
+						}
+						r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to`);
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`your big bed.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`the fuckpit.`);
+						} else {
+							r.push(`the main room of the master suite.`);
+						}
+						V.humiliation = 1;
+					}
+				}
+				break;
+
+			case "serve in the club":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed in a private room in the back of the club before an audience of eager patrons. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} audience. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${him}.`);
+				} else {
+					r.push(`${He} is placed in a private room in the back of the club before an audience of eager patrons. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process, while`);
+					}
+					r.push(`fully aware of ${his} captive audience and blushing strongly. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${him}.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "choose her own job":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+				} else {
+					r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "rest in the spa":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed in a special flotation device and placed in a birthing pool. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning, ${he} is taken back to the spa.`);
+				} else {
+					r.push(`${He} is placed in a special flotation device and placed in a birthing pool. Giving birth to ${his} ${babies}`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process despite`);
+					} else {
+						r.push(`is easy under`);
+					}
+					r.push(`such relaxing circumstances. ${His} ${childrenAre} promptly taken and, following a cleaning, ${he} is carried back to the spa.`);
+				}
+				break;
+
+			case "learn in the schoolroom":
+				r.push(`${He} is placed on special seat at the front of the class and stripped. ${He} is being used as a learning aid in this lesson. Blushing strongly, ${he} begins working on birthing ${his} ${babies},`);
+				if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+					r.push(`convulsing with orgasms in the process and`);
+				}
+				r.push(`fully aware of the rapt attention of the other students. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} seat. ${He} can't help but`);
+				if (canSee(slave)) {
+					r.push(`notice some of the detailed notes the class took on ${his} genitals.`);
+				} else {
+					r.push(`overhear the descriptions of ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole`);
+					} else {
+						r.push(`vagina`);
+					}
+					r.push(`being passed between ${his} peers.`);
+				}
+				V.humiliation = 1;
+				break;
+
+			case "take classes":
+				r.push(`Or ${he} would have been, had ${V.assistant.name} allowed it. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, ${he} is forbidden from leaving. Additionally, ${his} birth will be turned into a live broadcast.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`Exhausted from the birth, ${he} is permitted a short break as ${his} ${childrenAre} removed to be cleaned up before the lesson is continued.`);
+				break;
+
+			case "work in the brothel":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed in a private room in the back of the brothel before an audience of eager patrons. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} audience. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${him}.`);
+				} else {
+					r.push(`${He} is placed in a private room in the back of the brothel before an audience of eager patrons. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process, while`);
+					}
+					r.push(`fully aware of ${his} captive audience and blushing strongly. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${him}.`);
+					V.humiliation = 1;
+				}
+				break;
+
+			case "be the Schoolteacher":
+				r.push(`${He} is stripped and placed on a specially designed seat before ${his} class. ${He} has been planning this lesson for several months now. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+				if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+					r.push(`convulsing with orgasms in the process and`);
+				}
+				r.push(`fully aware of ${his} watching students. ${He} demonstrates the proper ways to labor and, with the assistance of a helper, how to deliver a baby. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} resumes ${his} previous lesson.`);
+				V.humiliation = 1;
+				break;
+
+			case "be your Concubine":
+				if (slave.pregSource === -1 && slave.relationship === -3) {
+					r.push(`You make sure to find time in your busy schedule to be at your concubine ${wife}'s side as ${he} gives birth to your ${children}. You gently caress ${slave.slaveName}'s body as ${he} begins to push out your ${babies}${UH}. You help ${him} upright and hold your ${children} to ${his} ${breasts}. The two of you cuddle as you watch your ${newborns} suckle from their mother. Since ${he} is quite special to you, you allow ${him} the time to pick out names before ${his} ${children} must be taken away. When the time comes to pick up the ${newborns}, the slave servant is surprised to find`);
+					if (slave.pregType === 1) {
+						r.push(`a`);
+					}
+					r.push(`name-card`);
+					if (slave.pregType > 1) {
+						r.push(`s`);
+					}
+					r.push(`affixed to their ${(slave.pregType > 1) ? `blankets` : `blanket`}.`);
+					if (slave.fetish !== "mindbroken") {
+						r.push(`${He} can't help but feel more devoted to ${his} master after seeing such a touching act. Before you leave, ${slave.slaveName} expresses how cute ${he} found your ${children} and that ${he}'d love to bear more for you.`);
+					}
+				} else if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed by your side. You strip ${him} as ${he} instinctively begins to push out ${his} ${babies}, indifferent to your wandering hands. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} is carried back to your master suite.`);
+				} else {
+					r.push(`${He} is placed by your side. You strip ${him} as ${he} dutifully begins to push out ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process, while`);
+					}
+					r.push(`enjoying your wandering hands and attention. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} is carried back to your master suite. As ${he} leaves your office, ${he} throws you a wink, hoping to see you again soon.`);
+				}
+				break;
+
+			case "live with your Head Girl":
+				({he2} = getPronouns(S.HeadGirl).appendSuffix("2"));
+				if (slave.pregSource === V.HeadGirlID) {
+					r.push(`${S.HeadGirl.slaveName} makes sure that the mother of ${his2} ${children} is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. ${He2} carefully undresses ${slave.slaveName}, all the while whispering sweet nothings in ${his} ear. ${He} begins to push out ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process,`);
+					}
+					r.push(`and ${his} ${childrenAre} carefully collected by their father. Once they are out of the way, ${S.HeadGirl.slaveName} moves in to fondle ${slave.slaveName}'s tired body.`);
+				} else if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed with ${S.HeadGirl.slaveName}. ${He2} unwraps ${him} as ${he} instinctively begins to push out ${his} ${babies}, indifferent to ${his2} wandering hands. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is carried back to ${S.HeadGirl.slaveName}'s room.`);
+				} else {
+					r.push(`${He} is placed with ${S.HeadGirl.slaveName}. ${He2} unwraps ${him} as ${he} dutifully begins to push out ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`enjoying ${his2} wandering hands and attention. ${His} ${childrenAre} promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is carried back to ${S.HeadGirl.slaveName}'s room.`);
+				}
+				break;
+
+			case "be confined in the arcade":
+				r.push(`Or ${he} would have been, if ${he} weren't locked in an arcade cabinet. A gush of liquid pours from the ${slave.slaveName}'s cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on ${his} exposed rear. While ${his} mouth is filled with a customer's dick, ${his} body instinctively births ${his} ${children} into the waiting basket. As they are carried away, ${his} rear is cleaned up and the sign removed.`);
+				break;
+
+			case "get treatment in the clinic":
+				r.push(`${He} is taken to the clinic's maternity ward.`);
+				if (S.Nurse) {
+					r.push(S.Nurse.slaveName);
+				} else {
+					r.push(`A freelance nurse`);
+				}
+				r.push(`delivers ${his} ${children} before taking them away. Before long ${he} is returned to ${his} recovery room to rest.`);
+				break;
+
+			case "be confined in the cellblock":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed in a specially designed cell to give birth in. Instinctively, ${he} begins to push out ${his} ${babies}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is moved back into a standard cell.`);
+				} else {
+					r.push(`${He} is placed in a specially designed cell to give birth in. Reluctantly, ${he} begins to push out ${his} ${babies}${UH}. ${His} ${childrenAre} promptly taken and, after ${he} and the cell are hosed down, ${he} is moved back into a standard cell.`);
+				}
+				break;
+
+			default:
+				if (slave.fetish === "mindbroken") {
+					r.push(`${He} is placed on ${his} bed and stripped. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+				} else {
+					r.push(`${He} is placed on ${his} bed and stripped. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${his} ${babies},`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`fully aware of ${his} watching helper. ${His} ${childrenAre} promptly taken and, following a cleaning and fresh change of clothes, ${he} is carried back to ${his} station.`);
+					V.humiliation = 1;
+				}
+		}
+	}
+	App.Events.addParagraph(el, r);
+	return el;
+};
+
+/**
+ *
+ * @param {App.Entity.SlaveState} slave
+ * @returns {Node}
+ */
+globalThis.suddenBirth = function(slave) { // "SuddenBirth"
+	const el = document.createElement("p");
+	const {
+		He, His,
+		he, his, himself, him, girl
+	} = getPronouns(slave);
+	let He2, he2, his2, him2;
+	const {
+		HeU,
+		heU, himU, himselfU, girlU
+	} = getNonlocalPronouns(V.seeDicks).appendSuffix('U');
+	let r = [];
+	let bw;
+	const birthScene = random(1, 100);
+	const babies = slave.pregType > 1 ? `babies` : `baby`;
+	const children = slave.pregType > 1 ? `children` : `child`;
+	const childrenAre = slave.pregType > 1 ? `children are` : `child is`;
+	const breasts = slave.pregType > 1 ? `breasts` : `breast`;
+	const newborns = slave.pregType > 1 ? `newborns` : `newborn`;
+	const UH = (slave.geneticQuirks.uterineHypersensitivity === 2) ? `, convulsing with orgasms in the process` : ``;
+
+	if (random(1, 2) === 1 && canWalk(slave)) {
+		// at assignment else in halls/etc, only if able to move
+
+		if (slave.rivalry > 0) {
+			bw = V.slaveIndices[slave.rivalryTarget];
+			if (bw) {
+				({he2} = getPronouns(getSlave(slave.rivalryTarget)).appendSuffix("2"));
+			}
+		}
+
+		if (slave.fetish === "mindbroken") {
+			r.push(`While wandering the penthouse absentmindedly, ${slave.slaveName}'s water breaks. ${He} carries on until the contractions drag ${him} to the floor.`);
+			r.push(clothingBirth(slave));
+			r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes wandering aimlessly until a servant collects ${his} ${children} and sends ${him} someplace useful.`);
+		} else if (slave.fetish === "humiliation") {
+			r.push(`While waddling through the penthouse between assignments, ${slave.slaveName}'s water breaks. Sensing an opportunity, ${he} waddles to the nearest balcony overlooking the city. ${He} calls out, making sure all eyes are on ${him} for what happens next.`);
+			V.humiliation = 1;
+			r.push(clothingBirth(slave));
+			r.push(`${He} gathers ${his} ${newborns} and recovers ${his} strength before finding a servant to give ${his} ${children} to. ${He} resumes ${his} previous task, feeling much lighter.`);
+		} else {
+			if (birthScene < 40) {
+				r.push(`While`);
+				if (canWalk(slave)) {
+					r.push(`walking`);
+				} else {
+					r.push(`traveling`);
+				}
+				r.push(`through the penthouse on the way to ${his} next assignment, ${slave.slaveName}'s water breaks. Unable to reach the prepared birthing room in time, ${he} finds a secluded nook to give birth in.`);
+				r.push(clothingBirth(slave));
+				r.push(`${He} gathers ${his} ${newborns} and recovers ${his} strength before finding a servant to give ${his} ${children} to before hurrying to ${his} assignment.`);
+			} else if (birthScene > 66 && slave.rivalry === 3 && isSlaveAvailable(V.slaves[bw]) && canWalk(V.slaves[bw])) {
+				if (slave.pregSource === V.slaves[bw].ID) {
+					r.push(`While hustling through the penthouse on ${his} way to give birth, ${slave.slaveName} finds ${his} path blocked by ${V.slaves[bw].slaveName} — and a hospital gurney, of all things. ${He2} appears genuinely concerned for the (soon-to-be) mother of ${his2} ${children}, and helps ${him} onto the bed, then pushes the surprised ${girl} onwards. ${slave.slaveName}, focusing on ${his} labor, begins to rethink the animosity ${he} feels for ${him2} — until ${he} realizes ${V.slaves[bw].slaveName} has brought them to the cafeteria. With a smug pride in ${his2} potency, ${he2} introduces the shocked pregnant ${girl} to ${his} new audience. ${His} contractions becoming too frequent to move, ${he} begins giving birth in front of ${his} audience.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${V.slaves[bw].slaveName} gathers ${his2} ${babies} from ${his2} exhausted rival, roughly pushes ${him} off the gurney, then hands the ${children} to a servant that had been called in by the commotion. ${slave.slaveName}, humiliated by the spectacle and ${his} own naïveté, pushes through the jeering crowd and hastily heads back to ${his} bed to hide ${himself} from the mockery.`);
+				} else {
+					r.push(`While hustling through the penthouse on ${his} way to give birth, ${slave.slaveName} finds ${his} path blocked by ${V.slaves[bw].slaveName}. Seeing ${his} distress brings a grin to ${his2} face. ${He2} quickly rushes the laboring slave.slaveName, circling around behind ${him} and hooking ${him} under the arms. ${He2} forces the poor ${girl} into the cafeteria and holds ${him} in place, leaving ${him} with no other option than to begin giving birth in front of ${his} audience.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${V.slaves[bw].slaveName} releases ${him} and ${he} moves to gather ${his} ${newborns}. With a shove from ${his} rival, ${he} rushes out of the jeering crowd's sight. Finding a servant to give ${his} ${children} to, ${he} hastily heads back to ${his} bed to hide ${himself} from the mockery.`);
+				}
+			} else {
+				r.push(`While waddling through the penthouse on ${his} way to the cafeteria, ${slave.slaveName}'s water breaks. Unable to reach the prepared birthing room in time, ${he} finds ${himself} stranded in the middle of all the dining slaves.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`${He} gathers ${his} ${newborns} and recovers ${his} strength before rushing out of sight of the jeering crowd. Finding a servant to give ${his} ${children} to, ${he} hastily heads back to ${his} bed to hide ${himself} from the mockery.`);
+			}
+		}
+	} else {
+		switch (slave.assignment) {
+			case "rest":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes resting.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${his} ${newborns} and places them in the cradle readied for ${him}. ${He} is helped to the shower as your servants clean up and remove ${his} ${children}.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes resting.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${his} ${newborns} and places them in the cradle readied for ${him}. ${He} leaves to take a shower as your servants clean up and remove ${his} ${children}.`);
+					}
+				}
+				break;
+
+			case "be a subordinate slave":
+				bw = V.slaveIndices[slave.subTarget];
+				if (bw) {
+					({he2} = getPronouns(getSlave(slave.subTarget)).appendSuffix("2"));
+				}
+				if (slave.fetish === "mindbroken") {
+					if (slave.subTarget === 0) {
+						r.push(`While servicing your other slaves, ${slave.slaveName}'s water breaks, though it does nothing to deter ${him} from ${his} task.`);
+						r.push(clothingBirth(slave));
+						r.push(`No sooner than ${his} ${babies}`);
+						if (slave.pregType > 1) {
+							r.push(`are`);
+						} else {
+							r.push(`is`);
+						}
+						r.push(`born, a cock is shoved into ${his} gaping`);
+						if (slave.mpreg === 1) {
+							r.push(`asshole`);
+						} else {
+							r.push(`pussy`);
+						}
+						r.push(`as ${he} draws ${his} ${children} to ${his} ${breasts}.`);
+					} else {
+						r.push(`While servicing ${V.slaves[bw].slaveName}, ${slave.slaveName}'s water breaks, though it does nothing to deter ${him} from ${his} task.`);
+						r.push(clothingBirth(slave));
+						r.push(`No sooner than ${his} ${babies}`);
+						if (slave.pregType > 1) {
+							r.push(`are`);
+						} else {
+							r.push(`is`);
+						}
+						r.push(`born does ${he} go back to pleasuring ${his} dom.`);
+					}
+				} else {
+					if (slave.subTarget === 0) {
+						r.push(`While servicing your other slaves, ${slave.slaveName}'s water breaks, causing ${him} to immediately try to break off. However, a hand quickly hooks ${his} gravid bulk and ${he} is pulled back into another slave's crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} is allowed a moment to prepare ${his} ${children}`);
+						r.push(`to be sent off before returning to pleasuring your other slaves.`);
+					} else {
+						r.push(`While servicing ${V.slaves[bw].slaveName}, ${slave.slaveName}'s water breaks, causing ${him} to immediately try to break off. ${His} dom eagerly watches ${his2} pregnant sub's ordeal.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${V.slaves[bw].slaveName} collects the newborn ${childrenAre} to be sent off before returning and planting ${his2} crotch directly onto ${his2} exhausted sub's face.`);
+					}
+				}
+				break;
+
+			case "whore":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} as ${he} resumes whoring, oblivious to the free show ${he} just gave ${his} customers.`);
+					} else {
+						r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks, soaking ${him}. ${He} attempts to get someplace safe to give birth but finds it impossible.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} lies on the ground, exhausted and covered in sperm from the circle of men watching ${him}, until ${he} recovers enough to collect ${his} ${children} to be sent off.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} as ${he} resumes whoring, oblivious to the free show ${he} just gave ${his} customers.`);
+					} else {
+						r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks, soaking ${him}. ${He} attempts to get someplace safe to give birth but finds ${his} path blocked by rowdy johns.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} lies on the ground, exhausted and covered in sperm from the circle of men watching ${him}, until ${he} recovers enough to collect ${his} ${children} to be sent off.`);
+					}
+				}
+				break;
+
+			case "serve the public":
+				if (slave.fetish === "mindbroken") {
+					if (birthScene > 80 && canDoVaginal(slave)) {
+						r.push(`While riding a citizen's dick, ${slave.slaveName}'s water breaks on him. Showing no signs of stopping, he shoves ${his} bulk off of him. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to who may be watching ${his} naked crotch. ${He} draws ${his} ${children} to ${his} ${breasts} before seeking out the next citizen's cock.`);
+					} else if (birthScene > 60 && canDoAnal(slave)) {
+						r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} begins drawing ${his} ${children} to ${his} ${breasts} and seeking out the next citizen's cock.`);
+					} else if (birthScene > 40) {
+						r.push(`While sucking a citizen's dick, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+						r.push(clothingBirth(slave));
+						r.push(`He cums down ${his} throat before ${he} begins drawing ${his} ${children} to ${his} ${breasts} and seeking out the next citizen's cock.`);
+					} else {
+						r.push(`While licking a citizen's cunt, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so she allows ${him} to reposition and continue.`);
+						r.push(clothingBirth(slave));
+						r.push(`The citizen splashes across ${his} face before ${he} begins drawing ${his} ${children} to ${his} ${breasts} and seeking out the next citizen's cunt.`);
+					}
+				} else {
+					if (birthScene > 80 && canDoVaginal(slave)) {
+						r.push(`While riding a citizen's dick, ${slave.slaveName}'s water breaks on him. ${He} desperately tries to disengage but he grabs ${his} hips and slams ${him} back down. He thoroughly enjoys ${his} contracting cunt before pushing ${him} off and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+						if (slave.fetish === "humiliation") {
+							r.push(`but that only makes it more exciting.`);
+						} else {
+							r.push(`so ${he} bears with it.`);
+						}
+						r.push(`He cums over ${his} exhausted body and moves on leaving ${him} to recover and collect ${his} ${children} to be sent off.`);
+						V.humiliation = 1;
+					} else if (birthScene > 60 && canDoAnal(slave)) {
+						r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} hips and slams into ${him} hard. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+						if (slave.fetish === "humiliation") {
+							r.push(`but that only makes it more exciting.`);
+						} else {
+							r.push(`so ${he} bears with it.`);
+						}
+						r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses to the ground. ${He} quickly gathers ${his} ${children} to be sent off.`);
+						V.humiliation = 1;
+					} else if (birthScene > 40) {
+						r.push(`While sucking a citizen's dick, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`He cums down ${his} throat before letting ${him} collapse to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${his} ${children} to be sent off.`);
+					} else {
+						r.push(`While licking a citizen's cunt, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but she grabs ${his} head and slams ${him} back into her crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`She cums across ${his} face before helping ${him} to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${his} ${children} to be sent off.`);
+					}
+				}
+				break;
+
+			case "work a glory hole":
+				if (slave.fetish === "mindbroken") {
+					r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s water breaks. ${He} makes no effort to stop sucking the dicks presented to ${him}.`);
+					r.push(clothingBirth(slave));
+					r.push(`${His} ${childrenAre} quickly extracted from the box. ${He} never notices, having focused entirely on the fresh cock poking through the glory hole.`);
+				} else {
+					r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s water breaks. ${He} quickly finishes the dick off before seating ${himself} in the back of the box.`);
+					r.push(clothingBirth(slave));
+					r.push(`As ${he} finishes, ${he}`);
+					if (canSee(slave)) {
+						r.push(`could have sworn ${he} saw an eye`);
+					} else {
+						r.push(`swears ${he} can feel somebody`);
+					}
+					r.push(`peeping through the glory hole, watching the show. The box is opened and ${his} ${childrenAre} gathered and taken away as ${he} turns to suck the fresh cock poking through the hole.`);
+				}
+				break;
+
+			case "get milked":
+				if (slave.fetish === "mindbroken") {
+					r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} show little regard and continues kneading ${his} breasts.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} shows no interest in ${his} ${children} being removed from the milking stall, instead focusing entirely on draining ${his} breasts.`);
+				} else {
+					r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} shifts into a comfortable position to give birth while the milker works ${his} breasts.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} takes a break from milking to collect ${his} ${children} for removal and to catch ${his} breath before reattaching the milkers and coaxing ${his} milk to begin flowing anew.`);
+				}
+				break;
+
+			case "please you":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While sitting absentmindedly nearby, ${slave.slaveName}'s water breaks soaking the floor under ${him}. ${He} pays no heed to it and continues waiting for you to use ${him}.`);
+						r.push(clothingBirth(slave));
+						r.push(`You certainly enjoyed the show as you call for a servant to take away ${his} ${children} and to clean up the spill.`);
+					} else {
+						r.push(`While sitting nearby, ${slave.slaveName}'s water breaks, startling ${him}. ${He} looks to you for guidance and you shake your head "no". Without permission to leave ${he}`);
+						if (slave.devotion > 50) {
+							r.push(`decides to give you a show`);
+						} else if (slave.devotion > 20) {
+							r.push(`reluctantly decides giving birth in front of you isn't so bad.`);
+						} else {
+							r.push(`begins to panic as ${his} contractions come sooner and sooner.`);
+							V.humiliation = 1;
+						}
+						r.push(clothingBirth(slave));
+						r.push(`As thanks for the show, you help ${his} exhausted body onto the couch so ${he} can recover before returning to ${his} duties. You call for a servant to take away ${his} ${children} and to clean up your floor and your toy.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While standing absentmindedly nearby, ${slave.slaveName}'s water breaks soaking the floor under ${him}. ${He} pays no heed to it and continues waiting for you to use ${him}.`);
+						r.push(clothingBirth(slave));
+						r.push(`You certainly enjoyed the show as you call for a servant to take away ${his} ${children} and to clean up the spill.`);
+					} else {
+						r.push(`While standing nearby, ${slave.slaveName}'s water breaks, startling ${him}. ${He} looks to you for guidance and you shake your head "no". Without permission to leave ${he}`);
+						if (slave.devotion > 50) {
+							r.push(`decides to give you a show.`);
+						} else if (slave.devotion > 20) {
+							r.push(`reluctantly decides giving birth in front of you isn't so bad.`);
+						} else {
+							r.push(`begins to panic as ${his} contractions come sooner and sooner.`);
+							V.humiliation = 1;
+						}
+						r.push(clothingBirth(slave));
+						r.push(`As thanks for the show, you help ${his} exhausted body onto the couch so ${he} can recover before returning to ${his} duties. You call for a servant to take away ${his} ${children} and to clean up your floor and your toy.`);
+					}
+				}
+				break;
+
+			case "guard you":
+				r.push(`Refusing to leave your side even when on the verge of giving birth, ${slave.slaveName} continues to serve as your bodyguard despite ${his} condition. A splashing sound and a loud groan emit from behind you. Your bodyguard has gone into labor. You quickly help ${him} to the ground and prepare for the coming birth.`);
+				r.push(clothingBirth(slave));
+				r.push(`You sit by your loyal guard holding ${his} ${children} until a servant comes by to take them away. Once ${he} is thoroughly rested, you help ${him} up and lead ${him} back to the penthouse to shower and change.`);
+				break;
+
+			case "stay confined":
+				if (slave.fetish === "mindbroken") {
+					r.push(`While waiting in confinement, ${slave.slaveName}'s water breaks. ${He} assumes a birthing position.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes waiting.`);
+				} else {
+					r.push(`${slave.slaveName} is awoken from ${his} stupor by moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} collects ${his} ${children} and holds them close knowing someone will soon come to take them away from ${him}.`);
+				}
+				break;
+
+			case "recruit girls":
+				r.push(`While on a video call with a potential recruit, ${slave.slaveName}'s water breaks. ${He} attempts to play it cool and act like nothing is happening but the worsening contractions finally get to ${him}.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				if (birthScene > 50) {
+					r.push(`Exhausted from the birth and clutching ${his} newborn ${children}, ${he} returns to find that ${he} never ended the call. The prospective slave is blushing furiously and seems to have begun touching ${himselfU} to the show. Apologizing for the interruption, while red with embarrassment, ${slave.slaveName} resumes chatting with the somewhat more pliant ${girlU}.`);
+				} else {
+					r.push(`Exhausted from the birth and clutching ${his} newborn ${children}, ${he} returns to find that ${he} never ended the call. The prospective slave is grinning widely and states ${heU} has been recording the show. ${HeU} signs off, but not before saying ${heU}'ll be seeing more of ${slave.slaveName} around the internet.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`Your recruiter can't help but become aroused at the prospect.`);
+					} else {
+						r.push(`Your recruiter is terrified that ${his} birth video is out there for everyone to see, partly due to ${his} own shame and to the potential damage it will do to ${his} reputation.`);
+					}
+				}
+				break;
+
+			case "be your Head Girl":
+				r.push(`While overseeing your other slaves, ${slave.slaveName}'s water breaks. ${He} attempts to hold back the coming birth until ${he} can catch a break in ${his} duties but ultimately fails.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`Upon finishing, ${he} quickly collects ${his} ${children} and orders the mess to be cleaned promptly without breaking ${his} dominant appearance.`);
+				break;
+
+			case "work as a servant":
+			case "be a servant":
+				if (slave.fetish === "mindbroken") {
+					if (birthScene > 50) {
+						r.push(`While giving a slave oral service, ${slave.slaveName}'s water breaks. ${He} disregards this development and continues working.`);
+						r.push(clothingBirth(slave));
+						r.push(`The slave gets off quite strongly to the show and shoves ${him} out of the way, leaving ${him} to clean up ${his} mess. Instead, ${he} draws ${his} ${children} to ${his} ${breasts} until`);
+						if (S.Stewardess) {
+							r.push(S.Stewardess.slaveName);
+						} else if (S.HeadGirl) {
+							r.push(S.HeadGirl.slaveName);
+						} else {
+							r.push(`${V.assistant.name}`);
+						}
+						r.push(`shouts at ${him} to move ${his} useless ass.`);
+					} else {
+						r.push(`While scrubbing the penthouse floor, ${slave.slaveName}'s water breaks. ${He} turns to clean this new spill, disregarding what it means.`);
+						r.push(clothingBirth(slave));
+						r.push(`Instead of cleaning the fresh mess ${he} made, ${he} draws ${his} ${children} to ${his} ${breasts} until`);
+						if (S.Stewardess) {
+							r.push(S.Stewardess.slaveName);
+						} else if (S.HeadGirl) {
+							r.push(S.HeadGirl.slaveName);
+						} else {
+							r.push(`${V.assistant.name}`);
+						}
+						r.push(`shouts at ${him} to move ${his} useless ass.`);
+					}
+				} else {
+					if (birthScene > 50) {
+						r.push(`While giving a slave oral service, ${slave.slaveName}'s water breaks. ${He} desperately tries to pull away but they grab ${his} head and force ${him} back to their crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`The slave gets off quite strongly to the show and shoves ${him} out of the way, leaving ${him} to clean up ${his} mess. ${He} hurriedly tries to mop up the mess and collect ${his} ${children} before`);
+						if (S.Stewardess) {
+							r.push(S.Stewardess.slaveName);
+						} else if (S.HeadGirl) {
+							r.push(S.HeadGirl.slaveName);
+						} else {
+							r.push(`${V.assistant.name}`);
+						}
+						r.push(`shouts at ${him}.`);
+					} else {
+						r.push(`While scrubbing the penthouse floor, ${slave.slaveName}'s water breaks. ${He} panics at the thought of not cleaning up ${his} spill but ${his} worsening contractions force ${him} to find a secluded place to give birth.`);
+						r.push(clothingBirth(slave));
+						r.push(`Collecting ${his} ${children}, ${he} exits ${his} hiding place before coming under the eye of`);
+						if (S.Stewardess) {
+							r.push(`the glaring ${S.Stewardess.slaveName}.`);
+						} else if (V.HeadGirlID !== 0) {
+							r.push(`the glaring ${S.HeadGirl.slaveName}.`);
+						} else {
+							r.push(`${V.assistant.name}.`);
+						}
+						r.push(`${His} ${children} are promptly taken by other servants following a lecture about priorities and time management.`);
+					}
+				}
+				break;
+
+			case "serve in the master suite":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. Ignoring the mess, ${he} shifts into a more comfortable position.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting in your bed, ${he} draws ${his} ${children} to ${his} ${breasts} and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`${S.Concubine.slaveName} furiously orders ${his} ${children} removed, and ${him} forcefully ejected from the bed so it can be cleaned before your return.`);
+							}
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While at the bottom of the master suite's fuckpit, ${slave.slaveName}'s water breaks. While ${he} doesn't stop having sex, the fucktoys using ${him} do and drag ${him} from the pit to give birth. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to who may be watching ${his} naked crotch. Without a second thought about ${his} ${children}, ${he} slips back into the fuckpit.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} pays it no heed and continues blankly waiting.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting on the floor, ${he} draws ${his} ${children} to ${his} ${breasts} and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`${S.Concubine.slaveName} furiously orders ${his} ${children} removed and ${him} thoroughly cleaned before your return.`);
+							}
+						}
+					} else {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. ${He} quickly shifts ${himself} off the bed and calls for a servant before dropping to the floor.`);
+							r.push(clothingBirth(slave));
+							r.push(`Once ${his} ${childrenAre} removed, ${his} body cleaned, and the sheets changed, ${he} is helped back into bed to recover for your return.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While participating in the fuckpit orgy, ${slave.slaveName}'s water breaks. ${He} begs to be let out of the pit but the other fucktoys pull ${him} in and position themselves for ${him} to pleasure them while giving birth.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`Once the fucktoys are done tormenting the exhausted new mother, they hand ${his} ${children} off to a servant and pull ${him} into an embrace to allow ${him} to regain ${his} strength.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} tries to get to the prepared area but fails to untangle ${himself} from the toys ${he} was playing with. ${He} calls for a servant to hurry as ${he} begins laboring.`);
+							r.push(clothingBirth(slave));
+							r.push(`The servant collects ${his} ${children} and helps ${him} onto a cushion to recover for your return.`);
+							if (canDoAnal(slave) && slave.anus > 0) {
+								r.push(`With a little effort, ${he} pushes the vibrating dildo out of ${his} ass`);
+							} else {
+								r.push(`With things settling down, ${he} finally manages to switch off the bullet vibrators stuck to ${his} crotch`);
+							}
+							r.push(`before settling down for a nap.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. Ignoring the mess, ${he} shifts into a more comfortable position.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting in your bed, ${he} draws ${his} ${children} to ${his} ${breasts} and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`${S.Concubine.slaveName} furiously orders ${his} ${children} removed, and ${him} forcefully ejected from the bed so it can be cleaned before your return.`);
+							}
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While being the bottom of the master suite's fuckpit, ${slave.slaveName}'s water breaks. While ${he} doesn't stop having sex, the fucktoys using ${him} do and drag ${him} from the pit to give birth. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to who may be watching ${his} naked crotch. Without a second thought about ${his} ${children}, ${he} slips back into the fuckpit.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} pays it no heed and continues blankly waiting.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting on the floor, ${he} draws ${his} ${children} to ${his} ${breasts} and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`${S.Concubine.slaveName} furiously orders ${his} ${children} removed, and ${him} thoroughly cleaned before your return.`);
+							}
+						}
+					} else {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. ${He} quickly moves ${himself} off the bed and calls for a servant before dropping to the floor.`);
+							r.push(clothingBirth(slave));
+							r.push(`Once ${his} ${childrenAre} removed, ${his} body cleaned, and the sheets are changed, ${he} crawls back into bed to recover for your return.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While participating in the fuckpit orgy, ${slave.slaveName}'s water breaks. ${He} tries to crawl out of the pit but the other fucktoys pull ${him} back in and position themselves for ${him} to pleasure them while giving birth.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`Once the fucktoys are done tormenting the exhausted new mother, they hand ${his} ${children} off to a servant and pull ${him} into an embrace to allow ${him} to regain ${his} strength.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} tries to get to the prepared area but fails to untangle ${himself} from the toys ${he} was playing with. ${He} calls for a servant to hurry as ${he} begins laboring.`);
+							r.push(clothingBirth(slave));
+							r.push(`The servant collects ${his} ${children} and helps ${him} onto a cushion to recover for your return.`);
+							if (canDoAnal(slave) && slave.anus > 0) {
+								r.push(`With a little effort, ${he} pushes the vibrating dildo out of ${his} ass`);
+							} else {
+								r.push(`With things settling down, ${he} finally manages to switch off the bullet vibrators stuck to ${his} crotch`);
+							}
+							r.push(`before settling down for a nap.`);
+						}
+					}
+				}
+				break;
+
+			case "serve in the club":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens as well as ${he} can. During one of ${his} teases, ${his} water breaks, soaking the floor. ${He} keeps on teasing, despite ${his} condition, until ${his} contractions drag ${him} to the floor.`);
+						r.push(clothingBirth(slave));
+						r.push(`Multiple citizens drag ${him} into a booth so that they may tease ${his} exhausted body while the floor is dried and ${his} ${childrenAre} carried off.`);
+					} else if (slave.fetish === "humiliation") {
+						r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by "dancing" as well as ${he} can, all the while being a huge tease. During one of ${his} "dances", ${his} water breaks, soaking the floor. ${He} calls out to the crowd, hyping them up for ${his} new show.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`As ${his} ${children}`);
+						r.push(`are removed, ${he} is helped into one of the back rooms by several of ${his} aroused onlookers.`);
+					} else {
+						r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by "dancing" as well as ${his} body will let ${him}. During one of ${his} dances, ${his} water breaks, soaking the floor. ${He} hastily tries to find help to leave, but only finds hands groping ${his} body. ${He} is quickly pulled into one of the side rooms by a group of men looking forward to the show ${he}'s about to perform for them.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Only once the last of ${his} clients cums over ${his} body is ${he} allowed to gather ${his} ${children} and take a seat. ${He} enjoys a moment with ${his} ${newborns} before a servant comes to collect them.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, ${his} water breaks, soaking the dance floor. ${He} keeps on dancing, despite ${his} condition, until ${his} contractions drag ${him} to the floor.`);
+						r.push(clothingBirth(slave));
+						r.push(`Multiple citizens drag ${him} into a booth so that they may tease ${his} exhausted body while the dance floor is dried and ${his} ${childrenAre} carried off.`);
+					} else if (slave.fetish === "humiliation") {
+						r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by dancing as well as ${he} can, all the while flashing glimpses of ${his} crotch and nipples. During one of ${his} dances, ${his} water breaks, soaking the dance floor. ${He} calls out to the crowd, hyping them up for ${his} new show.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`As ${his} ${childrenAre} are removed from the dance floor, ${he} is helped into one of the back rooms by several of ${his} aroused onlookers.`);
+					} else {
+						r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, ${his} water breaks, soaking the dance floor. ${He} hastily tries to leave the dance floor only to find hands groping ${his} body. ${He} is quickly pulled into one of the side rooms by a group of men looking forward to the show ${he}'s about to perform for them.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Only once the last of ${his} clients cums over ${his} body is ${he} allowed to gather ${his} ${children} and take a seat. ${He} enjoys a moment with ${his} ${newborns} before a servant comes to collect them.`);
+					}
+				}
+				break;
+
+			case "choose her own job":
+				if (!canWalk(slave)) {
+					r.push(`While deciding on ${his} post, ${slave.slaveName}'s water breaks. Unable to reach the prepared birthing room in time, ${he} pulls ${himself} into a secluded nook to give birth in.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} ${children} and recovers ${his} strength before a servant finds ${him} and collects ${his} ${children}. ${He} decides to rest for the rest of the day before returning to choosing ${his} next task.`);
+				} else if (slave.fetish === "humiliation") {
+					r.push(`While wandering the penthouse deciding on ${his} post, ${slave.slaveName}'s water breaks. Sensing an opportunity, ${he} waddles to the nearest balcony overlooking the city. ${He} calls out, making sure all eyes are on ${him} for what happens next.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} ${newborns} and recovers ${his} strength before finding a servant to give ${his} ${children} to. ${He} decides to rest for the rest of the day before returning to choosing ${his} next task.`);
+				} else {
+					r.push(`While wandering the penthouse deciding on ${his} post, ${slave.slaveName}'s water breaks. Unable to reach the prepared birthing room in time, ${he} finds a secluded nook to give birth in.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} ${newborns} and recovers ${his} strength before finding a servant to give ${his} ${children} to. ${He} decides to rest for the rest of the day before returning to choosing ${his} next task.`);
+				}
+				break;
+
+			case "rest in the spa":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While soaking in the spa's pool, ${slave.slaveName}'s water breaks. As ${he} begins to ready ${himself} for birth,`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} pulls ${him} out of the pool and glares at ${him}.`);
+						} else {
+							r.push(`the other bathers watch curiously.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} and ${his} ${children} are quickly dried off as ${he} begins nursing them. A servant soon arrives to take ${his} ${children} away.`);
+					} else {
+						r.push(`While changing in the changing room before a nice soak,${slave.slaveName}'s water breaks. ${He} hurries to find someone to help ${him} but only finds curious onlookers. Without any choice left, ${he} assumes a birthing position.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Several of the other slaves present help ${him} with ${his} ${newborns} while the rest finish pleasuring themselves from the show.`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName}, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind.`);
+						} else {
+							r.push(`Soon a servant arrives to take ${his} ${children} away, and ${he} is helped into the bath to clean up and relax.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While soaking in the spa's pool, ${slave.slaveName}'s water breaks. As ${he} begins to ready ${himself} for birth,`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} pulls ${him} out of the pool and glares at ${him}.`);
+						} else {
+							r.push(`the other bathers watch curiously.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} and ${his} ${children} are quickly dried off as ${he} begins nursing them. A servant soon arrives to take ${his} ${children} away.`);
+					} else {
+						r.push(`While heading for the changing room before a nice soak,${slave.slaveName}'s water breaks. ${He} hurries into the changing room only to find it unusually crowded. Without any choice left, ${he} assumes a birthing position.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Several of the other slaves present help ${him} with ${his} ${newborns} while the rest finish pleasuring themselves from the show.`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName}, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind.`);
+						} else {
+							r.push(`Soon a servant arrives to take ${his} ${children} away, and ${he} is ushered into the bath to clean up and relax.`);
+						}
+					}
+				}
+				break;
+
+			case "work as a nanny":
+				r.push(`In the middle of`);
+				if (V.nurseryChildren) {
+					r.push(`changing a baby's diaper,`);
+				} else {
+					r.push(`cleaning ${V.nurseryName},`);
+				}
+				r.push(`${slave.slaveName}'s water breaks. ${He} hurries into a changing room and assumes a birthing position.`);
+				r.push(clothingBirth(slave));
+				r.push(`Several of the other slaves present help ${him} with ${his} ${newborns}.`);
+				if (S.Matron) {
+					r.push(`${S.Matron.slaveName}, lured in by the commotion, shoos the other slaves out and helps the new mother to a private room to unwind.`);
+				} else {
+					r.push(`Soon a servant arrives to take ${his} ${children} away, and ${he} is ushered into a shower to clean up and relax.`);
+				}
+				break;
+
+			case "learn in the schoolroom":
+				if (S.Schoolteacher) {
+					({he2, his2} = getPronouns(S.Schoolteacher).appendSuffix("2"));
+				}
+				if (!canWalk(slave)) {
+					r.push(`During a lesson in ${V.schoolroomName}, ${slave.slaveName}'s water breaks. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth. ${He} fails to do so and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					if (S.Schoolteacher) {
+						r.push(`${S.Schoolteacher.slaveName}, furious that ${his2} lesson was interrupted, drags ${him} from the class along with ${his} newborn ${children}.`);
+					} else {
+						r.push(`${He} gathers ${his} newborn ${children} up and is quickly helped from the class.`);
+					}
+					r.push(`${He} can feel all eyes watching ${him} leave.`);
+				} else {
+					r.push(`During a lesson in ${V.schoolroomName}, ${slave.slaveName}'s water breaks. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth. ${He} fails to do so and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					if (S.Schoolteacher) {
+						r.push(`${S.Schoolteacher.slaveName}, furious that ${his2} lesson was interrupted, dismisses ${him} from the class along with ${his} newborn ${children}.`);
+					} else {
+						r.push(`${He} gathers ${his} newborn ${children} up and quickly excuses ${himself} from the class.`);
+					}
+					r.push(`${He} can feel all eyes watching ${him} leave.`);
+				}
+				break;
+
+			case "take classes":
+				if (!canWalk(slave)) {
+					r.push(`During a lesson under ${V.assistant.name}, ${slave.slaveName}'s water breaks. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, ${he} is forbidden from leaving. Additionally, ${his} birth will be turned into a live broadcast.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Exhausted from the birth, ${he} is permitted a short break as ${his} ${childrenAre} gathered to be cleaned up before the lesson is continued.`);
+				} else {
+					r.push(`During a lesson under ${V.assistant.name}, ${slave.slaveName}'s water breaks. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, ${he} is forbidden from leaving. Additionally, ${his} birth will be turned into a live broadcast.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Exhausted from the birth, ${he} is permitted a short break as ${his} ${childrenAre} gathered to clean ${himself} up before the lesson is continued.`);
+				}
+				break;
+
+			case "work in the brothel":
+				if (slave.fetish === "mindbroken") {
+					if (birthScene > 80 && canDoVaginal(slave)) {
+						r.push(`While riding a customer's dick, ${slave.slaveName}'s water breaks on him. Showing no signs of stopping, he shoves ${his} gravid bulk off of him. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to who may be watching ${his} naked crotch. ${He} draws ${his} ${children} to ${his} ${breasts} before seeking out the next customer's cock.`);
+					} else if (birthScene > 60 && canDoAnal(slave)) {
+						r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively, ${he} begins to push out ${his} ${babies}, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} begins drawing ${his} ${children} to ${his} ${breasts} and seeking out the next customer's cock.`);
+					} else if (birthScene > 40) {
+						r.push(`While sucking a customer's dick, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+						r.push(clothingBirth(slave));
+						r.push(`He cums down ${his} throat before ${he} begins drawing ${his} ${children} to ${his} ${breasts} and seeking out the next customer's cock.`);
+					} else {
+						r.push(`While licking a customer's cunt, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so she allows ${him} to reposition and continue.`);
+						r.push(clothingBirth(slave));
+						r.push(`The customer splashes across ${his} face before ${he} begins drawing ${his} ${children} to ${his} ${breasts} and seeking out the next customer's cunt.`);
+					}
+				} else {
+					if (birthScene > 80 && canDoVaginal(slave)) {
+						r.push(`While riding a customer's dick, ${slave.slaveName}'s water breaks on him. ${He} desperately tries to disengage but he grabs ${his} hips and slams ${him} back down. He thoroughly enjoys ${his} contracting cunt before pushing ${him} off and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+						if (slave.fetish === "humiliation") {
+							r.push(`but that only makes it more exciting.`);
+						} else {
+							r.push(`so ${he} bears with it.`);
+						}
+						r.push(`He cums over ${his} exhausted body and moves on leaving ${him} to recover and collect ${his} ${children} to be sent off.`);
+						V.humiliation = 1;
+					} else if (birthScene > 60 && canDoAnal(slave)) {
+						r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} hips and slams into ${him} hard. Quickly, ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+						if (slave.fetish === "humiliation") {
+							r.push(`but that only makes it more exciting.`);
+						} else {
+							r.push(`so ${he} bears with it.`);
+						}
+						r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses to the ground. ${He} quickly gathers ${his} ${children} to be sent off.`);
+						V.humiliation = 1;
+					} else if (birthScene > 40) {
+						r.push(`While sucking a customer's dick, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`He cums down ${his} throat before letting ${him} collapse to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${his} ${children} to be sent off.`);
+					} else {
+						r.push(`While licking a customer's cunt, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but she grabs ${his} head and slams ${him} back into her crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`She cums across ${his} face before helping ${him} to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${his} ${children} to be sent off.`);
+					}
+				}
+				break;
+
+			case "be the DJ":
+				r.push(`While DJing ${V.clubName}, ${slave.slaveName}'s water breaks. ${He} can't stop ${his} setlist without drawing attention so ${he} tries ${his} best to ride out the contractions. As soon as the opportunity arises, ${he} attempts to sneak off stage. However, a number of fans block ${his} progress keeping ${him} on stage. Before long the contractions are too much to bear and ${he} drops to the ground.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`Exhausted, ${he} sits up and smiles to the crowd. ${His} show definitely drew attention to ${his} club. With a burst of energy ${he} leaps to ${his} feet, bows to the crowd, and gathers ${his} ${children}, before making ${his} way off stage. As ${he} leaves the public's gaze, ${he} shouts out with a wink "the next showing ought to be in about nine months".`);
+				break;
+
+			case "be the Attendant":
+				r.push(`While tending to the guests in the spa, ${slave.slaveName}'s water breaks. The slaves quickly come to ${his} aid as the contractions get closer and closer together. Their hands are all over ${his} laboring body, unsure of what they should be doing.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`${He} thanks ${his} charges for their less than helpful efforts and collects ${his} ${children} for removal. Upon returning, ${he} strips down and enters the pool, desperate for a break.`);
+				break;
+
+			case "be the Matron":
+				r.push(`While tending to the infants in ${V.nurseryName}, ${slave.slaveName}'s water breaks. The nannies quickly come to ${his} aid as the contractions get closer and closer together. They crowd around and watch, their curiosity getting the better of them.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`${He} thanks ${his} assistants for their less than helpful efforts and collects ${his} ${children} for removal.`);
+				break;
+
+			case "be the Madam":
+				r.push(`While managing ${V.brothelName}, ${slave.slaveName}'s water breaks. Knowing ${he} lacks the time to leave, ${he} sets up a sign reading "Birthshow: ${cashFormat(100)} a viewer" and takes a seat.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`Upon completing ${his} show, ${he} reclines with ${his} ${slave.pregType} ${children} and begins counting the credits ${he} bought in. In total ${he} made ${cashFormat(100 * birthScene)} and feels that business will be up in the brothel as patrons line up hoping another showing.`);
+				cashX((100 * birthScene), "birth", slave);
+				break;
+
+			case "be the Schoolteacher":
+				if (!canWalk(slave)) {
+					r.push(`While teaching a lesson, ${slave.slaveName}'s water breaks. Sensing ${he} wouldn't be able to make it to the birthing area, ${he} instead chooses to act on the opportunity. Today's lesson will be on childbirth.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Once ${he} recovers enough, ${he} gathers ${his} newborn ${children} and instructs the class to take notes on the lesson ${he} just demonstrated before being escorted out of the classroom.`);
+				} else {
+					r.push(`While teaching a lesson, ${slave.slaveName}'s water breaks. Sensing ${he} wouldn't be able to make it to the birthing area, ${he} instead chooses to act on the opportunity. Today's lesson will be on childbirth.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Once ${he} recovers enough, ${he} gathers ${his} ${newborns} and instructs the class to take notes on the lesson ${he} just demonstrated before leaving to drop off ${his} ${children} for removal.`);
+				}
+				break;
+
+			case "be the Stewardess":
+				r.push(`While overseeing the house servants, ${slave.slaveName}'s water breaks. ${He} has no time to strip down so ${he} takes a seat and readies ${himself}. Commandingly, ${he} snaps ${his} fingers and orders ${his} charges to clean up the floor, assist ${him} with ${his} clothes, and be ready to take ${his} ${children} away.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`Once ${he} catches ${his} breath, ${he} rises and takes the fresh change of clothing provided by ${his} servants before ordering them back to work.`);
+				break;
+
+			case "be the Milkmaid":
+				r.push(`While tending to ${his} stock, ${slave.slaveName}'s water breaks. ${He} hastily pulls ${himself} into a vacant stall and seats ${himself} in its corner.`);
+				r.push(clothingBirth(slave));
+				r.push(`Quickly, ${he} collects ${his} ${children} for removal before returning to ${V.dairyName}. The cows around ${his} stall all have a knowing look on their ${(V.dairyPregSetting > 0) ? `faces but with their own swollen bellies hanging heavily from them, they know that they soon will follow ${his} lead` : `faces`}.`);
+				break;
+
+			case "be the Farmer":
+				r.push(`While tending to some of ${his} livestock, ${slave.slaveName}'s water breaks. ${He} hastily finds a secluded corner and takes a seat on the (luckily fresh) hay.`);
+				r.push(clothingBirth(slave));
+				r.push(`Once ${he}'s finished, ${he} hands off ${his} ${children} to a nearby slave to look after for the time being before returning to what ${he} was previously doing.`);
+				break;
+
+			case "be the Wardeness":
+				if (slave.fetish === "mindbroken") {
+					r.push(`While punishing a slave, ${slave.slaveName}'s water breaks, soaking ${himU}. Indifferent, ${he} resumes beating ${himU} until the contractions are to much to bear. Settling to the floor, ${he} begins giving birth.`);
+					r.push(clothingBirth(slave));
+					r.push(`As soon as ${he} regains ${his} strength, ${he} resumes beating the confused slave. ${His} ${childrenAre} collected by a servant, who carefully hints that ${slave.slaveName} should take a break before returning to ${his} task.`);
+				} else {
+					r.push(`While punishing a rebellious slave, ${slave.slaveName}'s water breaks, soaking ${himU}. Noticing the slave's smirk, ${he} resumes beating ${himU} until the contractions are too much to bear. Relocking the cell, ${he} waddles into the nearest empty cell and drops ${his} weight onto the cot.`);
+					r.push(clothingBirth(slave));
+					r.push(`Quickly, ${he} collects ${his} ${children} for removal before returning to ${V.cellblockName}. On ${his} way past the cells, ${he} takes note of any slaves whispering or gesturing about what transpired for future punishment.`);
+				}
+				break;
+
+			case "be the Nurse":
+				r.push(`While tending to your unwell slaves, ${slave.slaveName}'s water breaks. Counting the time between contractions, ${he} knows ${he} has no time to get to ${his} prepared birthing chamber. ${He} waddles into the nearest empty room and hoists ${his} gravid body into the examination chair, placing ${his} feet in the stirrups.`);
+				r.push(clothingBirth(slave));
+				r.push(`Quickly, ${he} collects ${his} ${children} for removal before retiring to the recovery ward. Within an hour of rest, ${he} is back on ${his} feet tending to ${his} charges.`);
+				break;
+
+			case "be your Concubine":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${slave.slaveName} cradles ${his} swollen belly, waiting for your return, when ${his} water breaks. Saddened that you aren't there for the show, ${he} begins waddling off to find you. By the time ${he} reaches your office, ${he} is barely holding back ${his} ${children}. You rise to meet ${him} and help ${him} onto the couch, just before it's too late.`);
+					r.push(clothingBirth(slave));
+					r.push(`Cradling your ${newborns}, the two of you rest for a spell before sending them off and spending some more intimate time together.`);
+				} else {
+					r.push(`${slave.slaveName} cradles ${his} swollen belly, waiting for your return, when ${his} water breaks. Saddened that you aren't there for the show, ${he} begins waddling off to find you. By the time ${he} reaches your office, ${he} is barely holding back ${his} ${children}. You rise to meet ${him} and help ${him} onto the couch, just before it's too late.`);
+					r.push(clothingBirth(slave));
+					r.push(`Cradling your ${newborns}, the two of you rest for a spell before sending them off and spending some more intimate time together.`);
+				}
+				break;
+
+			case "live with your Head Girl":
+				({he2} = getPronouns(S.HeadGirl).appendSuffix("2"));
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes resting before ${S.HeadGirl.slaveName} returns from ${his2} duties.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${his} ${newborns} and places them in the cradle readied for ${him}. ${He} is helped to the shower as your servants clean up and remove ${his} ${children}. Freshened up, ${he} returns to resting knowing full well that ${S.HeadGirl.slaveName} will be eager to play with ${his} body upon returning.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes resting before ${S.HeadGirl.slaveName} returns from ${his2} duties.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${his} ${newborns} and places them in the cradle readied for ${him}. ${He} leaves to take a shower as your servants clean up and remove ${his} ${children}. Freshened up, ${he} returns to resting knowing full well that ${S.HeadGirl.slaveName} will be eager to play with ${his} body upon returning.`);
+					}
+				}
+				break;
+
+			case "be confined in the arcade":
+				r.push(`A gush of liquid pours from the ${slave.slaveName}'s cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on ${his} exposed rear. While ${his} mouth is filled with a customer's dick, ${his} body instinctively births ${his} ${children} into the waiting basket. As they are carried away, ${his} rear is cleaned up and the sign removed.`);
+				break;
+
+			case "get treatment in the clinic":
+				if (S.Nurse) {
+					({his2} = getPronouns(S.Nurse).appendSuffix("2"));
+				}
+				r.push(`${slave.slaveName} is in the perfect place to give birth when ${his} water breaks.`);
+				if (S.Nurse) {
+					r.push(S.Nurse.slaveName);
+				} else {
+					r.push(`A freelance nurse`);
+				}
+				r.push(`delivers ${his} ${children} before taking them away.`);
+				if (S.Nurse) {
+					r.push(`Before long ${he2} returns to attend to ${his2} patient's post-birth health.`);
+				} else {
+					r.push(`Another nurse takes over to attend to ${his} post-birth health.`);
+				}
+				break;
+
+			case "be confined in the cellblock":
+				if (slave.fetish === "mindbroken") {
+					r.push(`While waiting in a cell in ${V.cellblockName}, ${slave.slaveName}'s water breaks. ${He} assumes a birthing position,`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes waiting.`);
+				} else {
+					r.push(`${slave.slaveName} is awoken from ${his} stupor by moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} collects ${his} ${children} and holds them close knowing someone will soon come to take them away from ${him}.`);
+				}
+				break;
+
+			default:
+				App.Events.addParagraph(el, r);
+				App.UI.DOM.appendNewElement("div", el, `Assignment was "${slave.assignment}" and defaulted. Report this!`, "note");
+				r = [];
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes resting.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${his} ${newborns} and places them in the cradle readied for ${him}. ${He} is helped to the shower as your servants clean up and remove ${his} ${children}.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} ${children} to ${his} ${breasts} and resumes resting.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${his} ${newborns}and places them in the cradle readied for ${him}. ${He} heads to the shower as your servants clean up and remove ${his} ${children}.`);
+					}
+				}
+		}
+	}
+	App.Events.addParagraph(el, r);
+	return el;
+};
+
+/**
+ *
+ * @param {App.Entity.SlaveState} slave
+ * @param {number} curBabies
+ * @returns {Node}
+ */
+globalThis.deadlyBirth = function(slave, curBabies) { // "DeadlyBirth">>
+	const el = document.createElement("p");
+	const {
+		He, His,
+		he, his, himself
+	} = getPronouns(slave);
+	const{HeU, heU} = getNonlocalPronouns(V.seeDicks).appendSuffix('U');
+	let r = [];
+	V.slaveDead = 1;
+	const babies = slave.pregType > 1 ? `babies` : `baby`;
+	const children = slave.pregType > 1 ? `children` : `child`;
+
+	r.push(`Feeling childbirth approaching, ${slave.slaveName} is helped to ${his} prepared birthing area.`);
+
+	switch (slave.assignment) {
+		case "work a glory hole":
+			r.push(`Since ${he} is unable to leave ${his} box, ${he} doesn't have far to go. ${He} quickly finishes the waiting dick before shifting ${himself} into a slightly, though not by much, more comfortable position. ${He} begins laboring on ${his} ${babies}. However, ${he} soon finds that ${he} is incapable of actually giving birth to ${his} ${children}. As blood begins to seep from ${his} nethers, ${he} desperately tries to get anyone's attention.`);
+			App.Events.addParagraph(el, r);
+			r = [];
+			r.push(`Only after several complaints of a non-functional glory hole is ${he} checked up on. ${His} gravid corpse,`);
+			if (slave.mpreg === 1) {
+				r.push(`asshole`);
+			} else {
+				r.push(`vagina`);
+			}
+			r.push(`agape, is all that remains of the unfortunate ${slave.slaveName}.`);
+			break;
+
+		case "stay confined":
+			r.push(`Since ${he} is locked in a cell, ${he} doesn't have far to go. Reluctantly, ${he} begins laboring on ${his} ${babies}. However, ${he} soon finds that ${he} is incapable of actually giving birth to ${his} ${children}. As blood begins to seep from ${his} nethers, ${he} desperately tries to get anyone's attention.`);
+			App.Events.addParagraph(el, r);
+			r = [];
+			r.push(`Only once meal time comes around and food shoved into ${his} cell does anyone think something is amiss. When the food isn't desperately snatched away, ${his} cell is opened and ${he} checked up on. ${His} gravid corpse, propped up in the corner,`);
+			if (slave.mpreg === 1) {
+				r.push(`asshole`);
+			} else {
+				r.push(`vagina`);
+			}
+			r.push(`agape, is all that remains of the unfortunate ${slave.slaveName}.`);
+			break;
+
+		case "be confined in the arcade":
+			r.push(`Or ${he} would have been, if ${he} weren't locked in an arcade cabinet. A gush of liquid pours from the ${slave.slaveName}'s cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on ${his} exposed rear. While ${his} mouth is filled with a customer's dick, ${his} body instinctively attempts laboring on ${his} ${babies}. However, ${he} soon finds that ${he} is incapable of actually giving birth to ${his} ${children}. As blood begins to seep from ${his} nethers, ${he} desperately tries to get anyone's attention. The attendant rushes to ${his} aid, but fails to get the cabinet open in time to save ${slave.slaveName}. ${He} and ${his} ${children} were an unfortunate loss.`);
+			break;
+
+		case "be confined in the cellblock":
+			r.push(`Since ${he} is locked in a cell, ${he} doesn't have far to go. Reluctantly, ${he} begins laboring on ${his} ${babies}. However, ${he} soon finds that ${he} is incapable of actually giving birth to ${his} ${children}. As blood begins to seep from ${his} nethers, ${he} desperately tries to get anyone's attention.`);
+			App.Events.addParagraph(el, r);
+			r = [];
+			r.push(`Only once meal time comes around and food shoved into ${his} cell does anyone think something is amiss. When the food isn't desperately snatched away, ${his} cell is opened and ${he} checked up on. ${His} gravid corpse, propped up in the corner,`);
+			if (slave.mpreg === 1) {
+				r.push(`asshole`);
+			} else {
+				r.push(`vagina`);
+			}
+			r.push(`agape, is all that remains of the unfortunate ${slave.slaveName}.`);
+			break;
+
+		default:
+			r.push(`As ${he} is helped back to ${his} bed and to give birth, ${his} water breaks and ${he} slumps to the ground. As ${his} helper rushes off to find aid, ${he} begins laboring on ${his} ${babies}. However, ${he} soon finds that ${he} is incapable of actually giving birth to ${his} ${children}. As blood begins to seep from ${his} nethers, ${he} desperately tries to get anyone's attention.`);
+			App.Events.addParagraph(el, r);
+			r = [];
+			r.push(`${His} helper arrives with aid far too late.${HeU} screams when ${heU} sees ${slave.slaveName}'s gravid corpse,`);
+			if (slave.mpreg === 1) {
+				r.push(`asshole`);
+			} else {
+				r.push(`vagina`);
+			}
+			r.push(`agape. An unfortunate loss.`);
+	}
+	App.Events.addParagraph(el, r);
+	if (V.arcologies[0].FSRestart !== "unset" && slave.breedingMark === 1 && V.propOutcome === 1 && (slave.pregSource === -1 || slave.pregSource === -6) && V.eugenicsFullControl !== 1) {
+		const div = document.createElement("div");
+		div.append(`The Societal Elite `);
+		App.UI.DOM.appendNewElement("span", div, `are furious `, "red");
+		div.append(` you would allow an Elite child to perish under your watch`);
+		if (curBabies > 1) {
+			div.append(`, let alone multiple`);
+		}
+		div.append(`.`);
+		el.append(div);
+		V.failedElite += 100;
+	}
+
+	return el;
+};
+
+/**
+ *
+ * @param {App.Entity.SlaveState} slave
+ * @returns {Node}
+ */
+globalThis.clothingBirth = function(slave) { // widget "ClothingBirth">>
+	const el = document.createElement("p");
+	const {
+		He, His,
+		he, his, him
+	} = getPronouns(slave);
+	const r = [];
+	let clothesSeed = random(1, 100);
+	let undressed = 0;
+	const babies = slave.pregType > 1 ? `babies` : `baby`;
+	const children = slave.pregType > 1 ? `children` : `child`;
+	const newborns = slave.pregType > 1 ? `newborns` : `newborn`;
+	const UH = (slave.geneticQuirks.uterineHypersensitivity === 2) ? `, convulsing with orgasms in the process` : ``;
+	let babyIntro;
+
+	if (slave.fetish === "mindbroken") {
+		clothesSeed += 20;
+	}
+	if (slave.induce === 1) {
+		clothesSeed += 90;
+	}
+
+	switch (slave.bellyAccessory) {
+		case "a corset":
+			clothesSeed += 15;
+			break;
+		case "an extreme corset":
+			clothesSeed += 30;
+			break;
+		case "a support band":
+			clothesSeed += 5;
+			break;
+	}
+
+	switch (slave.clothes) {
+		case "a sports bra":
+		case "striped panties":
+		case "a scalemail bikini":
+		case "a string bikini":
+		case "a tube top and thong":
+		case "a bra":
+		case "a button-up shirt":
+		case "a sweater":
+		case "a tank-top":
+		case "a thong":
+		case "a tube top":
+		case "a one-piece swimsuit":
+		case "a striped bra":
+		case "a skimpy loincloth":
+		case "a t-shirt":
+		case "a tank-top and panties":
+		case "a t-shirt and thong":
+		case "an oversized t-shirt and boyshorts":
+		case "an oversized t-shirt":
+		case "boyshorts":
+		case "panties":
+		case "sport shorts and a t-shirt":
+		case "a t-shirt and panties":
+		case "panties and pasties":
+		case "pasties":
+		case "striped underwear":
+		case "sport shorts and a sports bra":
+		case "sport shorts":
+		case "a slutty outfit":
+		case "a bimbo outfit":
+		case "a courtesan dress":
+			// easy or pointless to remove
+			if (clothesSeed < 90) {
+				undressed = 1;
+			}
+			break;
+
+		case "attractive lingerie":
+		case "attractive lingerie for a pregnant woman":
+		case "kitty lingerie":
+		case "spats and a tank top":
+		case "stretch pants and a crop-top":
+		case "a button-up shirt and panties":
+		case "a slutty klan robe":
+		case "a sweater and panties":
+		case "a t-shirt and jeans":
+		case "cutoffs":
+		case "leather pants and pasties":
+		case "leather pants":
+		case "jeans":
+		case "a sweater and cutoffs":
+		case "leather pants and a tube top":
+		case "a chattel habit":
+		case "a fallen nuns habit":
+		case "a huipil":
+		case "a mini dress":
+		case "a toga":
+		case "an apron":
+		case "clubslut netting":
+		case "a leotard":
+		case "a monokini":
+		case "cutoffs and a t-shirt":
+			// easy to remove
+			if (clothesSeed < 80) {
+				undressed = 1;
+			}
+			break;
+
+		case "a ball gown":
+		case "a burqa":
+		case "a halter top dress":
+		case "a hijab and abaya":
+		case "a maternity dress":
+		case "a niqab and abaya":
+		case "a slave gown":
+		case "a klan robe":
+		case "a gothic lolita dress":
+		case "a hanbok":
+		case "a kimono":
+		case "a biyelgee costume":
+		case "a cheerleader outfit":
+		case "a dirndl":
+		case "a long qipao":
+		case "a schoolgirl outfit":
+		case "a slutty maid outfit":
+		case "a slutty nurse outfit":
+		case "a slutty qipao":
+		case "a succubus outfit":
+		case "harem gauze":
+		case "lederhosen":
+		case "a hijab and blouse":
+			// dresses and etc
+			if (clothesSeed < 60) {
+				undressed = 1;
+			}
+			break;
+
+		case "a bunny outfit":
+		case "a burkini":
+		case "a comfortable bodysuit":
+		case "a cybersuit":
+		case "a tight Imperial bodysuit":
+		case "a latex catsuit":
+		case "a nice maid outfit":
+		case "a nice nurse outfit":
+		case "battlearmor":
+		case "Imperial Plate":
+		case "battledress":
+		case "conservative clothing":
+		case "nice business attire":
+		case "a nice pony outfit":
+		case "a slutty pony outfit":
+		case "a police uniform":
+		case "a military uniform":
+		case "a mounty outfit":
+		case "a red army uniform":
+		case "a schutzstaffel uniform":
+		case "a slutty schutzstaffel uniform":
+		case "overalls":
+		case "slutty business attire":
+		case "slutty jewelry":
+		case "Western clothing":
+			// getting hard to get out of quickly
+			if (clothesSeed < 40) {
+				undressed = 1;
+			}
+			break;
+		case "chains":
+		case "restrictive latex":
+		case "shibari ropes":
+		case "uncomfortable straps":
+			// very hard to get out of quickly
+			if (clothesSeed < 20) {
+				undressed = 1;
+			}
+			break;
+	}
+
+	if (slave.broodmother > 0) {
+		if (slave.counter.birthsTotal === 0) {
+			babyIntro = `${his} first baby${UH}`;
+		} else {
+			babyIntro = `this week's baby${UH}`;
+		}
+	} else {
+		babyIntro = `${his} ${babies}${UH}`;
+	}
+
+	if (undressed === 0 && slave.clothes !== "no clothing" && slave.clothes !== "body oil") {
+		if (slave.fetish === "mindbroken") {
+			r.push(`Instinctively, ${he} begins to push out`);
+			if (slave.broodmother > 0) {
+				if (slave.counter.birthsTotal === 0) {
+					r.push(`${his} first`);
+				} else {
+					r.push(`this week's`);
+				}
+			} else {
+				r.push(his);
+			}
+		}
+		switch (slave.clothes) {
+			case "attractive lingerie":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} g-string stretches as ${his} newborn crowns into it before finally snapping and clearing the way for childbirth.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and shifts ${his} g-string aside before beginning to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "a succubus outfit":
+			case "slutty jewelry":
+			case "a fallen nuns habit":
+			case "harem gauze":
+			case "slutty business attire":
+			case "a slutty maid outfit":
+			case "a slutty nurse outfit":
+			case "a schoolgirl outfit":
+			case "restrictive latex":
+			case "a cheerleader outfit":
+			case "clubslut netting":
+			case "Western clothing":
+			case "a slutty qipao":
+			case "a chattel habit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his} naked`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole.`);
+					} else {
+						r.push(`crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "attractive lingerie for a pregnant woman":
+			case "kitty lingerie":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} panties stretch as ${his} baby crowns into them before finally snapping and clearing the way for childbirth.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and shifts ${his} panties aside before beginning to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "a maternity dress":
+			case "a slave gown":
+			case "a halter top dress":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} dress hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a string bikini":
+			case "a scalemail bikini":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} bikini bottom stretches as ${his} baby crowns into it before finally snapping and clearing the way for childbirth.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and shifts ${his} bikini bottom aside before beginning to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "striped panties":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} panties stretch as ${his} baby crowns into it before finally snapping and clearing the way for childbirth.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and shifts ${his} panties aside before beginning to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "cutoffs and a t-shirt":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching.`);
+					if (slave.mpreg === 1) {
+						r.push(`The seat of ${his}`);
+					} else {
+						r.push(his);
+					}
+					r.push(`jean cutoffs bulge as ${his} baby crowns into them as ${he} continues ${his} tasks, oblivious to the wetness and ${his} child's dilemma. Seeing ${him} in this state, someone manages to remove ${his} pants to allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} jean cutoffs but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} jeans, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "a slutty outfit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} pasties come off as ${his} baby crowns into it, clearing the way for childbirth.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and pulls ${his} pasties off before beginning to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "uncomfortable straps":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} straps are pushed taut as ${his} baby crowns into the steel ring covering ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole.`);
+					} else {
+						r.push(`vagina.`);
+					}
+					r.push(`${He} continues ${his} tasks, oblivious to ${his} child's dilemma, until someone manages to cut ${his} straps and allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to undo ${his} straps but fails to do so before having to push out ${babyIntro}. As ${he} crowns into the steel ring covering ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole,`);
+					} else {
+						r.push(`vagina,`);
+					}
+					r.push(`${he} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} bindings and finish giving birth.`);
+				}
+				break;
+
+			case "a penitent nuns habit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies} into ${his} habit, indifferent to their discomfort.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} habit hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+					r.push(`${He} tries to keep ${his} ${newborns} from being chafed by ${his} habit.`);
+				}
+				break;
+
+			case "nice business attire":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} business suit hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "stretch pants and a crop-top":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+					if (slave.pregType > 10 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} stretch pants as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. With nowhere left to go, ${his} newborns begin to slip down ${his} pantlegs, but that isn't enough to relieve the straining material. With a loud rip, the overburdened garment splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} stretch pants as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. With nowhere left to go, ${his} newborns begin to slip down ${his} pantlegs. ${He} struggles to carry on with ${his} task until someone helps free them from their cloth prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`of ${his} stretch pants until someone helps them from their cloth prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to pull down ${his} stretch pants but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs as the`);
+					if (slave.mpreg === 1) {
+						r.push(`seat`);
+					} else {
+						r.push(`front`);
+					}
+					r.push(`of ${his} pants bulges as ${his} child crowns,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help they are removed so that ${he} may finish giving birth.`);
+				}
+				break;
+
+			case "spats and a tank top":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+					r.push(`The material of ${his} spats is too tight to allow ${his} child to fully be born, trapping it in ${his} straining`);
+					if (slave.mpreg === 1) {
+						r.push(`anus.`);
+					} else {
+						r.push(`pussy.`);
+					}
+					r.push(`Ignoring the pain, ${he} begins anew on ${his} assigned task, ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`pants`);
+					} else {
+						r.push(`crotch`);
+					}
+					r.push(`bulging lewdly, until someone manages to pants ${him}. With the way clear, ${his} ${children}`);
+					if (slave.pregType > 1) {
+						r.push(`promptly slip from ${his} stretched`);
+					} else {
+						r.push(`quickly slips out of ${his} loosened`);
+					}
+					if (slave.mpreg === 1) {
+						r.push(`ass`);
+					} else {
+						r.push(`cunt`);
+					}
+					r.push(`and into the world.`);
+				} else {
+					r.push(`Quickly ${he} attempts to pull down ${his} spats but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs as the bulge in the`);
+					if (slave.mpreg === 1) {
+						r.push(`seat`);
+					} else {
+						r.push(`front`);
+					}
+					r.push(`of ${his} shorts steadily grows as ${his} child crowns,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The material is too tight to allow ${his} child to fully be born, trapping it in ${his} straining`);
+					if (slave.mpreg === 1) {
+						r.push(`anus.`);
+					} else {
+						r.push(`pussy.`);
+					}
+					r.push(`The sensation is far too powerful to allow ${him} to slip ${his} spats down, instead forcing ${him} to the ground where ${he} stays, ass up,`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`moaning`);
+					} else {
+						r.push(`sobbing`);
+					}
+					r.push(`into the floor.`);
+					if (slave.pregType > 1 && slave.broodmother !== 1) {
+						r.push(`${His} other ${children}`);
+						if (slave.pregType > 2) {
+							r.push(`refuse`);
+						} else {
+							r.push(`refuses`);
+						}
+						r.push(`to wait and quickly join their sister in birth. ${He} wails in anguish at the ever mounting pressure in ${his}`);
+						if (slave.mpreg === 1) {
+							r.push(`rear,`);
+						} else {
+							r.push(`birth canal,`);
+						}
+						r.push(`until a ripping sound brings ${him} back to ${his} senses. The`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} pants has begun splitting! ${He} has no time to get to ${his} knees as the combined force of ${his} eager children blow out both ${his}`);
+						if (slave.mpreg === 1) {
+							r.push(`anus`);
+						} else {
+							r.push(`vagina`);
+						}
+						r.push(`and spats on their way into the world.`);
+					} else {
+						r.push(`${He} struggles to push it out, beginning to lose hope, until a ripping sound brings ${him} back to ${his} senses. The`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} pants has begun splitting! ${He} gets to ${his} knees and pushes with all ${his} might, ${his} child moving little by little as the tear grows larger and larger. Finally ${his} child pops out the hole and the ordeal is over${(slave.broodmother > 0) ? `, for now at least` : ``}.`);
+					}
+				}
+				break;
+
+			case "a comfortable bodysuit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`ass.`);
+					} else {
+						r.push(`crotch.`);
+					}
+					if (slave.pregType > 20 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lies, still very much in labor. As the load of newborns reaches the bodysuit's limit, a loud rip sounds out as the overburdened garment splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 10 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lays until ${he} finishes giving birth. ${He} struggles to get to ${his} feet and carry on with ${his} task until someone helps free them from their nylon prison.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. ${He} struggles to carry on with ${his} task with the squirming mass between ${his} legs until someone helps free them from their nylon prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} bodysuit until someone helps them from their nylon prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} bodysuit but fails to do so before having to push out ${babyIntro}.  ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help ${his} child`);
+					if (slave.pregType > 1) {
+						r.push(`is freed from the taut nylon so that ${he} may continue giving birth.`);
+					} else {
+						r.push(`is freed from the taut nylon.`);
+					}
+				}
+				break;
+
+			case "overalls":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`ass.`);
+					} else {
+						r.push(`crotch.`);
+					}
+					if (slave.pregType > 30 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} overalls as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the thick shoulder straps tear apart, and the squirming mass pulls ${him} to the floor, where ${he} lies, still very much in labor. As the load of newborns reaches the garment's limit, a loud rip sounds out as the overstretched fabric splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 15 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} overalls as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the thick shoulder straps tear apart, and the squirming mass pulls ${him} to the floor, where ${he} lays until ${he} finishes giving birth. ${He} struggles to get to ${his} feet and carry on with ${his} task until someone helps free them from their denim prison.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} overalls as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. ${He} struggles to carry on with ${his} task with the squirming mass between ${his} legs until someone helps free them from their denim prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} overalls until someone helps them from their denim prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} overalls but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help ${his} child`);
+					if (slave.pregType > 1) {
+						r.push(`is freed from the tight denim so that ${he} may continue giving birth.`);
+					} else {
+						r.push(`is freed from the tight denim.`);
+					}
+				}
+				break;
+
+			case "a kimono":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} kimono hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a burqa":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} burqa hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a hijab and abaya":
+			case "a niqab and abaya":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} abaya hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a klan robe":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} robe hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a hijab and blouse":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} skirt hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "battledress":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching.`);
+					if (slave.mpreg === 1) {
+						r.push(`The seat of ${his} fatigues`);
+					} else {
+						r.push(`${His} fatigues`);
+					}
+					r.push(`bulge as ${his} baby crowns into them as ${he} continues ${his} tasks oblivious to the wetness and ${his} child's dilemma. Seeing ${him} in this state, someone manages to remove ${his} pants to allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} fatigues but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} pants, ${he} can't hide the wetness and bulge`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear,`);
+					} else {
+						r.push(`between ${his} legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "a nice maid outfit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} maid outfit hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "conservative clothing":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching.`);
+					if (slave.mpreg === 1) {
+						r.push(`The seat of ${his} pants`);
+					} else {
+						r.push(`${His} pants`);
+					}
+					r.push(`bulge as ${his} baby crowns into them as ${he} continues ${his} tasks oblivious to the wetness and ${his} child's dilemma. Seeing ${him} in this state, someone manages to remove ${his} pants to allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} pants but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} pants, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "chains":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} chains stretch as ${his} baby crowns into them before finally slipping to the side clearing the way for ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and shifts ${his} chains aside before beginning to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "shibari ropes":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} ropes are pulled taut as ${his} baby crowns into the rope covering ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole.`);
+					} else {
+						r.push(`vagina.`);
+					}
+					r.push(`${He} continues ${his} tasks, oblivious to ${his} child's dilemma, until someone manages to cut ${his} ropes and allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to undo ${his} ropes but fails to do so before having to push out ${babyIntro}. As ${he} crowns into the rope covering ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole,`);
+					} else {
+						r.push(`vagina,`);
+					}
+					r.push(`${he} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} bindings and finish giving birth.`);
+				}
+				break;
+
+			case "a toga":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} toga hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a huipil":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. ${He} can't hide what's going on with how skimpy the huipil is`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			case "a bunny outfit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching. ${His} teddy bulges as ${his} baby crowns into it as ${he} continues ${his} tasks, oblivious to the wetness and ${his} child's dilemma. Seeing ${him} in this state, someone manages to tear ${his} outfit open to allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} teddy but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} outfit, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} bunny suit and finish giving birth.`);
+				}
+				break;
+
+			case "a leotard":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`crotch.`);
+					} else {
+						r.push(`ass.`);
+					}
+					if (slave.pregType > 30 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} leotard as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lies, still very much in labor. As the load of newborns reaches the leotard's limit, a loud rip sounds out as the overburdened garment splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 10 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} leotard as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lays until ${he} finishes giving birth. ${He} struggles to get to ${his} feet and carry on with ${his} task until someone helps free them from their nylon prison.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} leotard as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. ${He} struggles to carry on with ${his} task with the squirming mass between ${his} legs until someone helps free them from their nylon prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} leotard until someone helps them from their nylon prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} leotard but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help ${he}'s freed to finish giving birth.`);
+				}
+				break;
+
+			case "a burkini":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`crotch.`);
+					} else {
+						r.push(`ass.`);
+					}
+					if (slave.pregType > 30 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} burkini as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lies, still very much in labor. As the load of newborns reaches the swimsuit's limit, a loud rip sounds out as the overburdened garment splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 10 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} burkini as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lays until ${he} finishes giving birth. ${He} struggles to get to ${his} feet and carry on with ${his} task until someone helps free them from their polyester prison.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} burkini as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. ${He} struggles to carry on with ${his} task with the squirming mass between ${his} legs until someone helps free them from their polyester prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} swimsuit until someone helps them from their polyester prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} burkini but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help ${he}'s freed to finish giving birth.`);
+				}
+				break;
+
+			case "a monokini":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`crotch.`);
+					} else {
+						r.push(`ass.`);
+					}
+					if (slave.pregType > 30 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} monokini as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lies, still very much in labor. As the load of newborns reaches the swimsuit's limit, a loud rip sounds out as the overburdened garment splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 10 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} monokini as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lays until ${he} finishes giving birth. ${He} struggles to get to ${his} feet and carry on with ${his} task until someone helps free them from their nylon prison.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} monokini as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. ${He} struggles to carry on with ${his} task with the squirming mass between ${his} legs until someone helps free them from their nylon prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} swimsuit until someone helps them from their nylon prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} monokini but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help ${he}'s freed to finish giving birth.`);
+				}
+				break;
+
+			case "a cybersuit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`crotch.`);
+					} else {
+						r.push(`ass.`);
+					}
+					if (slave.pregType > 30 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lies, still very much in labor. As the load of newborns reaches the bodysuit's limit, a loud rip sounds out as the overburdened garment splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 10 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lays until ${he} finishes giving birth. ${He} struggles to get to ${his} feet and carry on with ${his} task until someone helps free them from their rubber prison.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. ${He} struggles to carry on with ${his} task with the squirming mass between ${his} legs until someone helps free them from their rubber prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} bodysuit until someone helps them from their rubber prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} bodysuit but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help ${he}'s freed to finish giving birth.`);
+				}
+				break;
+
+
+			case "a tight Imperial bodysuit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`crotch.`);
+					} else {
+						r.push(`ass.`);
+					}
+					if (slave.pregType > 30 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lies, still very much in labor. As the load of newborns reaches the bodysuit's limit, a loud rip sounds out as the overburdened garment splits and frees ${his} brood into the world.`);
+					} else if (slave.pregType > 10 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. Eventually the squirming mass pulls ${him} to the floor, where ${he} lays until ${he} finishes giving birth. ${He} struggles to get to ${his} feet and carry on with ${his} task until someone helps free them from their rubber prison.`);
+					} else if (slave.pregType > 4 && slave.broodmother === 0) {
+						r.push(`Child after child is born into ${his} bodysuit as the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`front`);
+						}
+						r.push(`distends more and more. ${He} struggles to carry on with ${his} task with the squirming mass between ${his} legs until someone helps free them from their rubber prison.`);
+					} else {
+						r.push(`${He} finishes giving birth and begins anew on ${his} assigned task, ignoring the squirming ${babies} distending the`);
+						if (slave.mpreg === 1) {
+							r.push(`seat`);
+						} else {
+							r.push(`crotch`);
+						}
+						r.push(`of ${his} bodysuit until someone helps them from their rubber prison.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to remove ${his} bodysuit but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The tight material stretches as ${his} child is born into it and with a little help ${he}'s freed to finish giving birth.`);
+				}
+				break;
+
+			case "a ball gown":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} gown hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a latex catsuit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the closed zipper covering ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole.`);
+					} else {
+						r.push(`vagina.`);
+					}
+					r.push(`As ${his} child bulges the latex around ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`ass,`);
+					} else {
+						r.push(`pussy,`);
+					}
+					r.push(`someone rushes to try and undo the zipper. They succeed in clearing ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`anus,`);
+					} else {
+						r.push(`birth canal,`);
+					}
+					r.push(`allowing ${him} to carry on with childbirth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to undo ${his} zipper but fails to do so before having to push out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`The latex covering ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`ass`);
+					} else {
+						r.push(`crotch`);
+					}
+					r.push(`bulges as ${his} child is born into it, making it even harder to unzip. As ${he} struggles between the newborn stuck in ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`asshole`);
+					} else {
+						r.push(`vagina`);
+					}
+					r.push(`and the equally stuck zipper, someone comes to ${his} aid allowing ${him} to finish giving birth.`);
+				}
+				break;
+
+			case "a military uniform":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} skirt hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a schutzstaffel uniform":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} trousers but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} pants, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "a slutty schutzstaffel uniform":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} skirt hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a red army uniform":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} skirt hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a long qipao":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} dress hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "battlearmor":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} armor but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} armor, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} armor and finish giving birth.`);
+				}
+				break;
+
+			case "Imperial Plate":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} armor but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} armor, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} armor and finish giving birth.`);
+				}
+				break;
+
+			case "a mounty outfit":
+			case "a police uniform":
+			case "leather pants and pasties":
+			case "leather pants":
+			case "jeans":
+			case "leather pants and a tube top":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} slacks but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} pants, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "a dirndl":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} skirt hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "lederhosen":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} shorts but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} shorts, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "a biyelgee costume":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is disappointed that ${his} skirt hides what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a nice nurse outfit":
+			case "a t-shirt and jeans":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching.`);
+					if (slave.mpreg === 1) {
+						r.push(`The seat of ${his} trousers`);
+					} else {
+						r.push(`${His} trousers`);
+					}
+					r.push(`bulge as ${his} baby crowns into them as ${he} continues ${his} tasks oblivious to the wetness and ${his} child's dilemma. Seeing ${him} in this state, someone manages to remove ${his} pants to allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} trousers but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} pants, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "a nice pony outfit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching.`);
+					if (slave.mpreg === 1) {
+						r.push(`The seat of ${his} trousers`);
+					} else {
+						r.push(`${His} trousers`);
+					}
+					r.push(`bulge as ${his} baby crowns into them as ${he} continues ${his} tasks oblivious to the wetness and ${his} child's dilemma. Seeing ${him} in this state, someone manages to remove ${his} pants to allow ${his} body to finish giving birth.`);
+				} else {
+					r.push(`Quickly ${he} attempts to unfasten ${his} leather bodysuit but fails to do so before having to push out ${babyIntro}. As ${he} crowns into ${his} pants, ${he} can't hide the wetness and bulge between ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`buttocks,`);
+					} else {
+						r.push(`legs,`);
+					}
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+					r.push(`With a little help, ${he} manages to escape ${his} clothes and finish giving birth.`);
+				}
+				break;
+
+			case "a mini dress":
+			case "a Santa dress":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that ${his} short dress reveals what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a gothic lolita dress":
+			case "a hanbok":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that ${his} dress reveals what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a bra":
+			case "a button-up shirt":
+			case "a sweater":
+			case "a tank-top":
+			case "a tube top":
+			case "a striped bra":
+			case "a skimpy loincloth":
+			case "a sports bra":
+			case "a t-shirt":
+			case "an oversized t-shirt":
+			case "pasties":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that ${his} dress reveals what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "an apron":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that ${his} frilly apron reveals what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a button-up shirt and panties":
+			case "a slutty klan robe":
+			case "a slutty pony outfit":
+			case "a sweater and panties":
+			case "a t-shirt and panties":
+			case "a tank-top and panties":
+			case "an oversized t-shirt and boyshorts":
+			case "boyshorts":
+			case "panties":
+			case "panties and pasties":
+			case "striped underwear":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that ${his} underwear reveals what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a t-shirt and thong":
+			case "a thong":
+			case "a tube top and thong":
+			case "a bimbo outfit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the thong covering ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`anus.`);
+					} else {
+						r.push(`vagina.`);
+					}
+					r.push(`${He} crowns into the straining undergarment until the straps give out and clear ${his}`);
+					if (slave.mpreg === 1) {
+						r.push(`anus,`);
+					} else {
+						r.push(`birth canal,`);
+					}
+					r.push(`allowing ${him} to carry on with childbirth.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart, pulls ${his} thong aside, and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that what's happening between ${his} legs is visible for all to see.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "cutoffs":
+			case "sport shorts and a t-shirt":
+			case "sport shorts and a sports bra":
+			case "a sweater and cutoffs":
+			case "sport shorts":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}.`);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that ${his} shorts reveal what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a one-piece swimsuit":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to the obvious wetness forming`);
+					if (slave.mpreg === 1) {
+						r.push(`under ${his} rear.`);
+					} else {
+						r.push(`over ${his} crotch.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. `);
+					if (slave.fetish === "humiliation") {
+						r.push(`${He} is thrilled that ${his} swimsuit fully reveals what's happening between ${his} legs.`);
+					} else {
+						r.push(`${He} does ${his} best to hide what's happening between ${his} legs.`);
+					}
+				}
+				break;
+
+			case "a courtesan dress":
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching the show under ${his} parted dress.`);
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart, parting ${his} skirt, and begins pushing out ${babyIntro}. ${He} can't hide what's happening between ${his} legs since ${his} dress makes it clear something is going on down there,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+				break;
+
+			default:
+				if (slave.fetish === "mindbroken") {
+					r.push(`${babies}, indifferent to who may be watching ${his} naked`);
+					if (slave.mpreg === 1) {
+						r.push(`ass.`);
+					} else {
+						r.push(`pussy.`);
+					}
+				} else {
+					r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+					if (slave.fetish === "humiliation") {
+						r.push(`but that only makes it more exciting.`);
+					} else {
+						r.push(`so ${he} bears with it.`);
+					}
+				}
+		}
+	} else if (slave.clothes === "no clothing" || slave.clothes === "body oil") {
+		if (slave.fetish === "mindbroken") {
+			r.push(`Instinctively, ${he} begins to push out`);
+			if (slave.broodmother > 0) {
+				if (slave.counter.birthsTotal === 0) {
+					r.push(`${his} first`);
+				} else {
+					r.push(`this week's`);
+				}
+			} else {
+				r.push(his);
+			}
+			r.push(`${babies}, indifferent to who may be watching ${his} naked`);
+			if (slave.mpreg === 1) {
+				r.push(`ass.`);
+			} else {
+				r.push(`pussy.`);
+			}
+		} else {
+			r.push(`Quickly ${he} spreads ${his} legs apart and begins pushing out ${babyIntro}. ${He} can't hide what's happening between ${his} legs,`);
+			if (slave.fetish === "humiliation") {
+				r.push(`but that only makes it more exciting.`);
+			} else {
+				r.push(`so ${he} bears with it.`);
+			}
+		}
+	} else {
+		if (slave.fetish === "mindbroken") {
+			r.push(`${He} removes ${his}`);
+			switch (slave.clothes) {
+				case "a slutty pony outfit":
+					r.push(`slutty pony outfit`);
+					break;
+				case "a slutty klan robe":
+					r.push(`slutty klan robe`);
+					break;
+				case "a police uniform":
+					r.push(`police uniform`);
+					break;
+				case "a nice pony outfit":
+					r.push(`nice pony outfit`);
+					break;
+				case "a hanbok":
+					r.push(`hanbok`);
+					break;
+				case "a gothic lolita dress":
+					r.push(`gothic lolita dress`);
+					break;
+				case "a slutty maid outfit":
+					r.push(`slutty maid outfit`);
+					break;
+				case "a slutty nurse outfit":
+					r.push(`slutty nurse outfit`);
+					break;
+				case "a schoolgirl outfit":
+					r.push(`schoolgirl outfit`);
+					break;
+				case "a cheerleader outfit":
+					r.push(`cheerleader outfit`);
+					break;
+				case "a slutty qipao":
+					r.push(`slutty qipao`);
+					break;
+				case "a chattel habit":
+					r.push(`chattel habit`);
+					break;
+				case "a toga":
+					r.push(`toga`);
+					break;
+				case "a huipil":
+					r.push(`huipil`);
+					break;
+				case "a fallen nuns habit":
+					r.push(`fallen nun's habit`);
+					break;
+				case "a succubus outfit":
+					r.push(`succubus outfit`);
+					break;
+				case "a klan robe":
+					r.push(`klan robe`);
+					break;
+				case "cutoffs and a t-shirt":
+					r.push(`cutoffs and t-shirt`);
+					break;
+				case "a mini dress":
+					r.push(`mini dress`);
+					break;
+				case "a military uniform":
+					r.push(`military uniform`);
+					break;
+				case "a schutzstaffel uniform":
+					r.push(`schutzstaffel uniform`);
+					break;
+				case "a slutty schutzstaffel uniform":
+					r.push(`slutty schutzstaffel uniform`);
+					break;
+				case "a red army uniform":
+					r.push(`red army uniform`);
+					break;
+				case "a long qipao":
+					r.push(`long qipao`);
+					break;
+				case "battlearmor":
+					r.push(`battlearmor`);
+					break;
+				case "Imperial Plate":
+					r.push(`imperial armor	`);
+					break;
+				case "a mounty outfit":
+					r.push(`mounty uniform`);
+					break;
+				case "a dirndl":
+					r.push(`dirndl`);
+					break;
+				case "lederhosen":
+					r.push(`lederhosen`);
+					break;
+				case "a biyelgee costume":
+					r.push(`biyelgee costume`);
+					break;
+				case "an apron":
+					r.push(`apron`);
+					break;
+				case "a string bikini":
+					r.push(`string bikini`);
+					break;
+				case "a scalemail bikini":
+					r.push(`scalemail bikini`);
+					break;
+				case "a kimono":
+					r.push(`kimono`);
+					break;
+				case "a slave gown":
+					r.push(`slave gown`);
+					break;
+				case "a hijab and abaya":
+				case "a niqab and abaya":
+					r.push(`abaya`);
+					break;
+				case "a halter top dress":
+					r.push(`halter top dress`);
+					break;
+				case "a ball gown":
+					r.push(`ball gown`);
+					break;
+				case "a maternity dress":
+					r.push(`maternity dress`);
+					break;
+				case "a slutty outfit":
+					r.push(`slutty outfit`);
+					break;
+				case "a nice maid outfit":
+					r.push(`nice maid outfit`);
+					break;
+				case "a leotard":
+					r.push(`leotard`);
+					break;
+				case "a hijab and blouse":
+					r.push(`skirt`);
+					break;
+				case "a burqa":
+					r.push(`burqa`);
+					break;
+				case "a burkini":
+					r.push(`burkini`);
+					break;
+				case "a monokini":
+					r.push(`monokini`);
+					break;
+				case "a cybersuit":
+					r.push(`cybersuit`);
+					break;
+				case "a tight Imperial bodysuit":
+					r.push(`bodysuit`);
+					break;
+				case "a comfortable bodysuit":
+					r.push(`comfortable bodysuit`);
+					break;
+				case "a bunny outfit":
+					r.push(`bunny outfit`);
+					break;
+				case "a nice nurse outfit":
+					r.push(`nice nurse outfit`);
+					break;
+				case "a latex catsuit":
+					r.push(`latex catsuit`);
+					break;
+				case "stretch pants and a crop-top":
+					r.push(`stretch pants`);
+					break;
+				case "spats and a tank top":
+					r.push(`spats`);
+					break;
+				case "a tube top and thong":
+				case "a thong":
+				case "a t-shirt and thong":
+				case "a bimbo outfit":
+					r.push(`thong`);
+					break;
+				case "a button-up shirt and panties":
+					r.push(`panties`);
+					break;
+				case "a bra":
+					r.push(`bra`);
+					break;
+				case "a button-up shirt":
+					r.push(`button-up shirt`);
+					break;
+				case "a sweater":
+					r.push(`sweater`);
+					break;
+				case "a tank-top":
+					r.push(`tank-top`);
+					break;
+				case "a tube top":
+					r.push(`tube top`);
+					break;
+				case "a one-piece swimsuit":
+					r.push(`swimsuit`);
+					break;
+				case "a striped bra":
+					r.push(`bra`);
+					break;
+				case "a skimpy loincloth":
+					r.push(`loincloth`);
+					break;
+				case "a sports bra":
+					r.push(`sports bra`);
+					break;
+				case "a t-shirt":
+					r.push(`t-shirt`);
+					break;
+				case "an oversized t-shirt and boyshorts":
+					r.push(`boy shorts`);
+					break;
+				case "an oversized t-shirt":
+					r.push(`t-shirt`);
+					break;
+				case "a t-shirt and jeans":
+					r.push(`blue jeans`);
+					break;
+				case "boyshorts":
+					r.push(`boy shorts`);
+					break;
+				case "cutoffs":
+					r.push(`jean shorts`);
+					break;
+				case "leather pants and pasties":
+					r.push(`leather pants`);
+					break;
+				case "leather pants":
+					r.push(`leather pants`);
+					break;
+				case "panties":
+				case "a t-shirt and panties":
+				case "panties and pasties":
+				case "striped underwear":
+				case "a tank-top and panties":
+				case "a sweater and panties":
+					r.push(`panties`);
+					break;
+				case "sport shorts and a t-shirt":
+					r.push(`shorts`);
+					break;
+				case "sport shorts and a sports bra":
+					r.push(`shorts`);
+					break;
+				case "jeans":
+					r.push(`blue jeans`);
+					break;
+				case "a sweater and cutoffs":
+					r.push(`jean shorts`);
+					break;
+				case "leather pants and a tube top":
+					r.push(`leather pants`);
+					break;
+				case "sport shorts":
+					r.push(`shorts`);
+					break;
+				case "a Santa dress":
+					r.push(`Santa dress`);
+					break;
+				case "a courtesan dress":
+					r.push(`courtesan dress`);
+					break;
+				default:
+					r.push(`${slave.clothes}`);
+			}
+			r.push(`as instinct takes hold compelling ${him} to begin pushing. ${He} pays no mind to who may be watching ${his} naked`);
+			if (slave.mpreg === 1) {
+				r.push(`rear`);
+			} else {
+				r.push(`crotch`);
+			}
+			r.push(`as`);
+			if (slave.broodmother > 0) {
+				if (slave.counter.birthsTotal === 0) {
+					r.push(`${his} first`);
+				} else {
+					r.push(`this week's`);
+				}
+				r.push(`baby`);
+			} else {
+				r.push(his);
+				if (slave.pregType > 1) {
+					r.push(`first`);
+				}
+				r.push(`baby`);
+			}
+			r.push(`begins to crown.`);
+		} else {
+			r.push(`${He} hastily removes ${his}`);
+			switch (slave.clothes) {
+				case "a slutty pony outfit":
+					r.push(`slutty pony outfit`);
+					break;
+				case "a slutty klan robe":
+					r.push(`slutty klan robe`);
+					break;
+				case "a police uniform":
+					r.push(`police uniform`);
+					break;
+				case "a nice pony outfit":
+					r.push(`nice pony outfit`);
+					break;
+				case "a hanbok":
+					r.push(`hanbok`);
+					break;
+				case "a gothic lolita dress":
+					r.push(`gothic lolita dress`);
+					break;
+				case "a slutty maid outfit":
+					r.push(`slutty maid outfit`);
+					break;
+				case "a slutty nurse outfit":
+					r.push(`slutty nurse outfit`);
+					break;
+				case "a schoolgirl outfit":
+					r.push(`schoolgirl outfit`);
+					break;
+				case "a cheerleader outfit":
+					r.push(`cheerleader outfit`);
+					break;
+				case "a slutty qipao":
+					r.push(`slutty qipao`);
+					break;
+				case "a chattel habit":
+					r.push(`chattel habit`);
+					break;
+				case "a toga":
+					r.push(`toga`);
+					break;
+				case "a huipil":
+					r.push(`huipil`);
+					break;
+				case "a fallen nuns habit":
+					r.push(`fallen nun's habit`);
+					break;
+				case "a succubus outfit":
+					r.push(`succubus outfit`);
+					break;
+				case "a klan robe":
+					r.push(`klan robe`);
+					break;
+				case "cutoffs and a t-shirt":
+					r.push(`cutoffs and t-shirt`);
+					break;
+				case "a mini dress":
+					r.push(`mini dress`);
+					break;
+				case "a military uniform":
+					r.push(`military uniform`);
+					break;
+				case "a schutzstaffel uniform":
+					r.push(`schutzstaffel uniform`);
+					break;
+				case "a slutty schutzstaffel uniform":
+					r.push(`slutty schutzstaffel uniform`);
+					break;
+				case "a red army uniform":
+					r.push(`red army uniform`);
+					break;
+				case "a long qipao":
+					r.push(`long qipao`);
+					break;
+				case "battlearmor":
+					r.push(`battlearmor`);
+					break;
+				case "Imperial Plate":
+					r.push(`imperial armor	`);
+					break;
+				case "a mounty outfit":
+					r.push(`mounty uniform`);
+					break;
+				case "a dirndl":
+					r.push(`dirndl`);
+					break;
+				case "lederhosen":
+					r.push(`lederhosen`);
+					break;
+				case "a biyelgee costume":
+					r.push(`biyelgee costume`);
+					break;
+				case "an apron":
+					r.push(`apron`);
+					break;
+				case "a string bikini":
+					r.push(`string bikini`);
+					break;
+				case "a scalemail bikini":
+					r.push(`scalemail bikini`);
+					break;
+				case "a kimono":
+					r.push(`kimono`);
+					break;
+				case "a slave gown":
+					r.push(`slave gown`);
+					break;
+				case "a hijab and abaya":
+				case "a niqab and abaya":
+					r.push(`abaya`);
+					break;
+				case "a halter top dress":
+					r.push(`halter top dress`);
+					break;
+				case "a ball gown":
+					r.push(`ball gown`);
+					break;
+				case "a maternity dress":
+					r.push(`maternity dress`);
+					break;
+				case "a slutty outfit":
+					r.push(`slutty outfit`);
+					break;
+				case "a nice maid outfit":
+					r.push(`nice maid outfit`);
+					break;
+				case "a leotard":
+					r.push(`leotard`);
+					break;
+				case "a hijab and blouse":
+					r.push(`skirt`);
+					break;
+				case "a burqa":
+					r.push(`burqa`);
+					break;
+				case "a burkini":
+					r.push(`burkini`);
+					break;
+				case "a monokini":
+					r.push(`monokini`);
+					break;
+				case "a cybersuit":
+					r.push(`cybersuit`);
+					break;
+				case "a tight Imperial bodysuit":
+					r.push(`bodysuit`);
+					break;
+				case "a comfortable bodysuit":
+					r.push(`comfortable bodysuit`);
+					break;
+				case "a bunny outfit":
+					r.push(`bunny outfit`);
+					break;
+				case "a nice nurse outfit":
+					r.push(`nice nurse outfit`);
+					break;
+				case "a latex catsuit":
+					r.push(`latex catsuit`);
+					break;
+				case "stretch pants and a crop-top":
+					r.push(`stretch pants`);
+					break;
+				case "spats and a tank top":
+					r.push(`spats`);
+					break;
+				case "a tube top and thong":
+					r.push(`thong`);
+					break;
+				case "a button-up shirt and panties":
+					r.push(`panties`);
+					break;
+				case "a bra":
+					r.push(`bra`);
+					break;
+				case "a button-up shirt":
+					r.push(`button-up shirt`);
+					break;
+				case "a sweater":
+					r.push(`sweater`);
+					break;
+				case "a tank-top":
+					r.push(`tank-top`);
+					break;
+				case "a thong":
+					r.push(`thong`);
+					break;
+				case "a tube top":
+					r.push(`tube top`);
+					break;
+				case "a one-piece swimsuit":
+					r.push(`swimsuit`);
+					break;
+				case "a striped bra":
+					r.push(`bra`);
+					break;
+				case "a skimpy loincloth":
+					r.push(`loincloth`);
+					break;
+				case "a sports bra":
+					r.push(`sports bra`);
+					break;
+				case "a sweater and panties":
+					r.push(`panties`);
+					break;
+				case "a t-shirt":
+					r.push(`t-shirt`);
+					break;
+				case "a tank-top and panties":
+					r.push(`panties`);
+					break;
+				case "a t-shirt and thong":
+					r.push(`thong`);
+					break;
+				case "an oversized t-shirt and boyshorts":
+					r.push(`boy shorts`);
+					break;
+				case "an oversized t-shirt":
+					r.push(`t-shirt`);
+					break;
+				case "a t-shirt and jeans":
+					r.push(`blue jeans`);
+					break;
+				case "boyshorts":
+					r.push(`boy shorts`);
+					break;
+				case "cutoffs":
+					r.push(`jean shorts`);
+					break;
+				case "leather pants and pasties":
+					r.push(`leather pants`);
+					break;
+				case "leather pants":
+					r.push(`leather pants`);
+					break;
+				case "panties":
+					r.push(`panties`);
+					break;
+				case "sport shorts and a t-shirt":
+					r.push(`shorts`);
+					break;
+				case "a t-shirt and panties":
+					r.push(`panties`);
+					break;
+				case "panties and pasties":
+					r.push(`panties`);
+					break;
+				case "striped underwear":
+					r.push(`panties`);
+					break;
+				case "sport shorts and a sports bra":
+					r.push(`shorts`);
+					break;
+				case "jeans":
+					r.push(`blue jeans`);
+					break;
+				case "a sweater and cutoffs":
+					r.push(`jean shorts`);
+					break;
+				case "leather pants and a tube top":
+					r.push(`leather pants`);
+					break;
+				case "sport shorts":
+					r.push(`shorts`);
+					break;
+				case "a Santa dress":
+					r.push(`Santa dress`);
+					break;
+				case "a courtesan dress":
+					r.push(`courtesan dress`);
+					break;
+				case "a bimbo outfit":
+					r.push(`thong`);
+					break;
+				default:
+					r.push(`${slave.clothes}`);
+			}
+			r.push(`and tosses it aside. Quickly ${he} spreads ${his} legs and begins pushing out`);
+			if (slave.broodmother > 0) {
+				if (slave.counter.birthsTotal === 0) {
+					r.push(`${his} first`);
+				} else {
+					r.push(`this week's`);
+				}
+				r.push(`baby${UH}.`);
+			} else {
+				r.push(`${his} ${babies}${UH}.`);
+			}
+			r.push(`${He} can't hide what's happening between ${his} legs,`);
+			if (slave.fetish === "humiliation") {
+				r.push(`but that only makes it more exciting.`);
+			} else {
+				r.push(`so ${he} bears with it.`);
+			}
+		}
+	}
+	App.Events.addParagraph(el, r);
+	return el;
+};
+
+/**
+ *
+ * @param {App.Entity.SlaveState} slave
+ * @returns {Node}
+ */
+globalThis.broodmotherBirth = function(slave) {
+	const el = document.createElement("p");
+	const _birthScene = random(1, 100);
+	let r = [];
+	const {
+		He, His,
+		he, his, him, himself, wife, girl
+	} = getPronouns(slave);
+	let _tempSub;
+	let _HGL;
+	let his2, he2, him2;
+	const {HeU, hisU, heU, himU, himselfU, girlU} = getNonlocalPronouns(V.seeDicks).appendSuffix('U');
+	const children = slave.pregType > 1 ? `children` : `child`;
+	const childrenAre = slave.pregType > 1 ? `children are` : `child is`;
+	const UH = (slave.geneticQuirks.uterineHypersensitivity === 2) ? `, convulsing with orgasms in the process` : ``;
+	const firstText = (slave.counter.birthsTotal === 0) ? `${his} first` : `this week's`;
+
+	if (random(1, 2) === 1) {
+		// at assignment else in halls/etc
+
+		switch (slave.assignment) {
+			case "rest":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} is encouraged to keep resting.`);
+							if (hasAnyArms(slave)) {
+								r.push(`${He} runs ${his} hand`);
+								if (hasBothArms(slave)) {
+									r.push(`s`);
+								}
+								r.push(`across the still huge dome of ${his} middle; to`);
+							} else {
+								r.push(`To`);
+							}
+							r.push(`${him}, gravidity and birth is nothing out of the ordinary.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws ${firstText} baby to ${his} breast and resumes resting.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} is encouraged to keep resting. ${He} rolls over${(hasAnyArms(slave)) ? `, cradling ${his} heavily rounded middle,` : ``} and dozes off.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} struggles to collect ${firstText} child and places them in the cradle readied for ${him}. ${He} is helped to the shower as your servants clean up and remove ${his} child.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} is encouraged to keep resting.`);
+							if (hasAnyArms(slave)) {
+								r.push(`${He} runs ${his} hand`);
+								if (hasBothArms(slave)) {
+									r.push(`s`);
+								}
+								r.push(`across the still huge dome of ${his} middle; to`);
+							} else {
+								r.push(`To`);
+							}
+							r.push(`${him}, gravidity and birth is nothing out of the ordinary.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws ${firstText} baby to ${his} breast and resumes resting.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} is encouraged to keep resting. ${He} rolls over${(hasAnyArms(slave)) ? `, cradling ${his} heavily rounded middle,` : ``} and dozes off.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} struggles to collect ${firstText} child and places them in the cradle readied for ${him}. ${He} hefts ${his} still very gravid body out of bed to take a shower as your servants clean up and remove ${his} child.`);
+						}
+					}
+				}
+				break;
+			case "be a subordinate slave":
+				_tempSub = getSlave(slave.subTarget);
+				if (_tempSub) {
+					({his2} = getPronouns(_tempSub).appendSuffix("2"));
+				}
+				if (slave.fetish === "mindbroken") {
+					if (slave.subTarget === 0) {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests for a short while before returning to your waiting slaves.`);
+						} else {
+							r.push(`While servicing your other slaves, ${slave.slaveName}'s water breaks, though it does nothing to deter ${him} from ${his} task.`);
+							r.push(clothingBirth(slave));
+							r.push(`No sooner than ${firstText} baby is born, a cock is shoved into ${his} gaping, still very gravid`);
+							if (slave.mpreg === 1) {
+								r.push(`asshole`);
+							} else {
+								r.push(`pussy`);
+							}
+							r.push(`as ${he} draws ${his} child to ${his} breast.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is lead by ${_tempSub.slaveName} to a private room so that ${he2} may`);
+							if (canSee(_tempSub)) {
+								r.push(`watch.`);
+							} else {
+								r.push(`be present.`);
+							}
+							r.push(`Instinctively ${he} begins to push out ${firstText} baby, indifferent to ${his} watching audience. ${His} child is promptly taken and ${_tempSub.slaveName} eagerly descends upon ${his} defenseless and still very gravid body.`);
+						} else {
+							r.push(`While servicing ${_tempSub.slaveName}, ${slave.slaveName}'s water breaks, though it does nothing to deter ${him} from ${his} task.`);
+							r.push(clothingBirth(slave));
+							r.push(`No sooner than ${firstText} baby is born does ${he} go back to pleasuring ${his} dom.`);
+						}
+					}
+				} else {
+					if (slave.subTarget === 0) {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests for a short while before returning to your waiting slaves.`);
+						} else {
+							r.push(`While servicing your other slaves, ${slave.slaveName}'s water breaks, causing ${him} to immediately try to break off. However, a hand quickly hooks ${his} gravid bulk and ${he} is pulled back into another slave's crotch.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`${He} is allowed a moment to prepare ${firstText} child to be sent off before returning to pleasuring your other slaves.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is taken by ${_tempSub.slaveName} to a private room so that ${he2} may`);
+							if (canSee(_tempSub)) {
+								r.push(`watch.`);
+							} else {
+								r.push(`be present.`);
+							}
+							r.push(`Reluctantly, ${he} begins to push out ${firstText} baby, fully aware of ${_tempSub.slaveName}'s ${(_tempSub.fetish === "pregnancy") ? `hungry gaze` : `amused gaze`}${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, but is quickly overwhelmed by the pleasure from ${his} orgasmic birth` : ``}. ${His} child is promptly taken and ${_tempSub.slaveName} eagerly descends upon ${his} exhausted and still very gravid body.`);
+							V.humiliation = 1;
+						} else {
+							r.push(`While servicing ${_tempSub.slaveName}, ${slave.slaveName}'s water breaks, causing ${him} to immediately try to break off. ${His} dom eagerly watches ${his2} gravid sub's ordeal.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`${_tempSub.slaveName} collects the newborn child to be sent off before returning, caressing the swell of ${his} still huge belly and planting ${his2} crotch directly onto ${his2} exhausted sub's face.`);
+						}
+					}
+				}
+
+				break;
+			case "whore":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests awhile before returning to ${his} work as a pregnant whore.`);
+						} else {
+							r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} struggles to bring ${firstText} child to ${his} breast as ${he} resumes whoring, oblivious to the free show ${he} just gave ${his} customers.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to ${his} work as a pregnant whore.`);
+						} else {
+							r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks, soaking ${him}. ${He} attempts to get someplace safe to give birth but finds it impossible.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`${He} lies on the ground, exhausted and covered in sperm from the circle of men watching ${him}, until ${he} recovers enough to heft ${his} still very gravid body to its feet and collect ${firstText} child to be sent off.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests awhile before returning to ${his} work as a pregnant whore.`);
+						} else {
+							r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} struggles to bring ${firstText} child to ${his} breast as ${he} resumes whoring, oblivious to the free show ${he} just gave ${his} customers.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to ${his} work as a pregnant whore.`);
+						} else {
+							r.push(`While attempting to attract customers with ${his} gravid body, ${slave.slaveName}'s water breaks, soaking ${him}. ${He} attempts to get someplace safe to give birth but finds ${his} path blocked by rowdy johns.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`${He} lies on the ground, exhausted and covered in sperm from the circle of men watching ${him}, until ${he} recovers enough to push ${his} still very gravid body to its feet and collect ${firstText} child to be sent off.`);
+						}
+					}
+				}
+				break;
+
+			case "serve the public":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests awhile before returning to sharing ${his} gravid body with the public.`);
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a citizen's dick, ${slave.slaveName}'s water breaks on him. Showing no signs of stopping, he shoves ${his} bulk off of him. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. ${He} draws ${his} child to ${his} breast before seeking out the next citizen's cock.`);
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} struggles to reach ${his} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next citizen's cock.`);
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a citizen's cunt, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so she allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`The citizen splashes across ${his} face as ${he} struggles to reach ${firstText} baby around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next citizen's cunt.`);
+							} else {
+								r.push(`While sucking a citizen's dick, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat as ${he} struggles to reach ${firstText} baby around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next citizen's cock.`);
+							}
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to sharing ${his} gravid body with the public.`);
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a citizen's dick, ${slave.slaveName}'s water breaks on him. ${He} desperately tries to disengage but he grabs ${his} hips and slams ${him} back down. He thoroughly enjoys ${his} contracting cunt before pushing ${him} off and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He cums over ${his} heaving, still very gravid body and moves on leaving ${him} to recover and collect ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} hips and slams into ${him} hard. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} still very gravid belly and slips to ${his} side. ${He} quickly gathers ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a citizen's cunt, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but she grabs ${his} head and slams ${him} back into her crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`She cums across ${his} face before helping ${his} still very gravid body to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${firstText} child to be sent off.`);
+							} else {
+								r.push(`While sucking a citizen's dick, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat before letting ${him} collapse to the ground and leaving. When ${he} recovers and pushes ${his} still very gravid body upright, ${he} quickly gathers ${firstText} child to be sent off.`);
+							}
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests awhile before returning to sharing ${his} gravid body with the public.`);
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a citizen's dick, ${slave.slaveName}'s water breaks on him. Showing no signs of stopping, he shoves ${his} bulk off of him. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. ${He} draws ${his} child to ${his} breast before seeking out the next citizen's cock.`);
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} struggles to reach ${his} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next citizen's cock.`);
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a citizen's cunt, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so she allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`The citizen splashes across ${his} face as ${he} struggles to reach ${firstText} baby around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next citizen's cunt.`);
+							} else {
+								r.push(`While sucking a citizen's dick, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat as ${he} struggles to reach ${firstText} baby around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next citizen's cock.`);
+							}
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to sharing ${his} gravid body with the public.`);
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a citizen's dick, ${slave.slaveName}'s water breaks on him. ${He} desperately tries to disengage but he grabs ${his} hips and slams ${him} back down. He thoroughly enjoys ${his} contracting cunt before pushing ${him} off and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He cums over ${his} heaving, still very gravid body and moves on, leaving ${him} to recover and collect ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} hips and slams into ${him} hard. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} still very gravid belly and slips to ${his} side. ${He} quickly gathers ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a citizen's cunt, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but ${he} grabs ${his} head and slams ${him} back into her crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`She cums across ${his} face before helping ${his} still very gravid body to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${firstText} child to be sent off.`);
+							} else {
+								r.push(`While sucking a citizen's dick, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat before letting ${him} collapse to the ground and leaving. When ${he} recovers and pushes ${his} still very gravid body`);
+								if (hasBothLegs(slave)) {
+									r.push(`to its feet,`);
+								} else {
+									r.push(`into a standing position,`);
+								}
+								r.push(`${he} quickly gathers ${firstText} child to be sent off.`);
+							}
+						}
+					}
+				}
+				break;
+
+			case "work a glory hole":
+				if (slave.fetish === "mindbroken") {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`Since ${he} is unable to leave ${his} box, ${he} doesn't have far to go. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is quickly extracted from the box. ${He} never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of ${his} still very gravid middle rubbing the wall.`);
+					} else {
+						r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s water breaks. ${He} makes no effort to stop sucking the dicks presented to ${him}.`);
+						r.push(clothingBirth(slave));
+						if (slave.counter.birthsTotal === 0) {
+							r.push(`${His} first`);
+						} else {
+							r.push(`This week's`);
+						}
+						r.push(`child is quickly extracted from the box. ${He} never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of ${his} still very gravid middle rubbing the wall.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`Since ${he} is unable to leave ${his} box, ${he} doesn't have far to go. ${He} quickly finishes the waiting dick before shifting ${himself} into a slightly, though not by much, more comfortable position. ${He} begins laboring on ${firstText} child${UH}. As ${he} finishes, the box is opened and ${his} child is gathered and taken away before ${he} is ordered back to sucking.`);
+					} else {
+						r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s water breaks. ${He} quickly finishes the dick off before seating ${himself} in the back of the box.`);
+						r.push(clothingBirth(slave));
+						r.push(`As ${he} finishes, ${he}`);
+						if (canSee(slave)) {
+							r.push(`could have sworn ${he} saw an eye`);
+						} else {
+							r.push(`swears ${he} can feel somebody`);
+						}
+						r.push(`peeping through the glory hole, watching the show. The box is opened and ${firstText} child is gathered and taken away as ${he} struggles to reach the fresh cock poking through the hole.`);
+					}
+				}
+				break;
+
+			case "get milked":
+				if (slave.fetish === "mindbroken") {
+					if (V.dairyPregSetting > 0) {
+						r.push(`Since the dairy is designed for pregnant cows, ${he} stays hooked up to the milkers. ${He} shows little interest in ${his} coming birth, instead focusing on ${his} milky breasts. Instinctively, ${he} begins to push out ${firstText} baby. ${He} shows no interest in ${his} child being removed from the milking stall, nor when ${his} still very gravid body is hosed off.`);
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (!canWalk(slave)) {
+								r.push(`${He} is helped back to ${his} bed and stripped before slipping into it.`);
+							} else {
+								r.push(`${He} returns to ${his} bed and strips before slipping into it.`);
+							}
+							r.push(`Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests awhile before returning to the milkers to lighten ${his} swelling breasts.`);
+						} else {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} show little interest and continues kneading ${his} breasts.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} shows no interest in ${firstText} child being removed from the milking stall, nor ${his} still very gravid middle, instead focusing entirely on draining ${his} breasts.`);
+						}
+					}
+				} else {
+					if (V.dairyPregSetting > 0) {
+						r.push(`Since the dairy is designed for pregnant cows, ${he} stays hooked up to the milkers. ${He} meekly protests ${his} situation, but ultimately accepts it. ${He} begins working on birthing ${his} ${firstText} baby${UH}, and catches a glimpse of ${his} child being removed from the milking stall, but quickly forgets when ${he} is hosed off.`);
+						V.humiliation = 1;
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (!canWalk(slave)) {
+								r.push(`${He} is helped back to ${his} bed and stripped before slipping into it.`);
+							} else {
+								r.push(`${He} returns to ${his} bed and strips before slipping into it.`);
+							}
+							r.push(`${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to the milkers to lighten ${his} swelling breasts.`);
+						} else {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} shifts into a comfortable position to give birth while the milker works ${his} breasts.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} takes a break from milking to collect ${firstText} child for removal and to catch ${his} breath before reattaching the milkers and coaxing ${his} milk to begin flowing anew.`);
+						}
+					}
+				}
+				break;
+
+			case "work as a farmhand":	// TODO: this needs a rewrite
+				if (slave.fetish === "mindbroken") {
+					if (V.farmyardPregSetting > 0) {
+						r.push(`Since the farmyard is designed for pregnant cows, ${he} stays hooked up to the milkers. ${He} shows little interest in ${his} coming birth, instead focusing on ${his} milky breasts. Instinctively, ${he} begins to push out ${firstText} baby. ${He} shows no interest in ${his} child being removed from the milking stall, nor when ${his} still very gravid body is hosed off.`);
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (!canWalk(slave)) {
+								r.push(`${He} is helped back to ${his} bed and stripped before slipping into it.`);
+							} else {
+								r.push(`${He} returns to ${his} bed and strips before slipping into it.`);
+							}
+							r.push(`Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests awhile before returning to the milkers to lighten ${his} swelling breasts.`);
+						} else {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} show little interest and continues kneading ${his} breasts.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} shows no interest in ${firstText} child being removed from the milking stall, nor ${his} still very gravid middle, instead focusing entirely on draining ${his} breasts.`);
+						}
+					}
+				} else {
+					if (V.farmyardPregSetting > 0) {
+						r.push(`Since the farmyard is designed for pregnant cows, ${he} stays hooked up to the milkers. ${He} meekly protests ${his} situation, but ultimately accepts it. ${He} begins working on birthing ${his} ${firstText} baby${UH}, and catches a glimpse of ${his} child being removed from the milking stall, but quickly forgets when ${he} is hosed off.`);
+						V.humiliation = 1;
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (!canWalk(slave)) {
+								r.push(`${He} is helped back to ${his} bed and stripped before slipping into it.`);
+							} else {
+								r.push(`${He} returns to ${his} bed and strips before slipping into it.`);
+							}
+							r.push(`${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to the milkers to lighten ${his} swelling breasts.`);
+						} else {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} shifts into a comfortable position to give birth while the milker works ${his} breasts.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} takes a break from milking to collect ${firstText} child for removal and to catch ${his} breath before reattaching the milkers and coaxing ${his} milk to begin flowing anew.`);
+						}
+					}
+				}
+				break;
+
+			case "please you":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`You strip ${him} and help ${him} onto your couch. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} falls into a contented nap. You fondle ${his} still very gravid body until a servant comes to help clean ${him} up.`);
+						} else {
+							r.push(`While sitting absentmindedly nearby, ${slave.slaveName}'s water breaks soaking the floor under ${him}. ${He} pays no heed to it and continues waiting for you to use ${him}.`);
+							r.push(clothingBirth(slave));
+							r.push(`You certainly enjoyed the show as you call for a servant to take away ${firstText} child and to clean up the spill.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (slave.devotion > 20) {
+								r.push(`${He} moans lewdly at you and wiggles ${his} hips. As ${he} teases, ${he} begins pushing ${firstText} baby out${UH}. As ${he} crowns, you pull ${him} into your arms and hold ${him} close. You hold ${him} in a comforting embrace until ${he} finishes.`);
+							} else if (slave.devotion >= -20) {
+								r.push(`${He} releases a lewd moan and begins attempting to remove ${his} clothes. You approach ${him}, clearing ${his}`);
+								if (slave.mpreg === 1) {
+									r.push(`asshole`);
+								} else {
+									r.push(`vagina`);
+								}
+								r.push(`and helping ${him} onto the couch, where you take a seat next to ${him} to fondle ${his} vulnerable body. ${He} begins to push out ${firstText} baby${UH}. Once ${he} finishes, you give ${him} some time to catch ${his} breath.`);
+							} else {
+								r.push(`${He} begins desperately begging to be taken back to ${his} bed; instead you pull ${him} towards the couch and take a seat with ${him} in your lap, back against your front. Blushing thoroughly, ${he} gives a meek protest before focusing on the coming birth, rather than your wandering hands. ${He} begins to push out ${firstText} baby${UH}.`);
+								V.humiliation = 1;
+							}
+							r.push(`${His} child is promptly taken and, following a shower and a fresh change of clothes, ${he} is helped back to your office${(slave.devotion < -20) ? `where you are waiting to enjoy ${his} still very gravid body` : ``}.`);
+						} else {
+							r.push(`While sitting nearby, ${slave.slaveName}'s water breaks, startling ${him}. ${He} looks to you for guidance and you shake your head "no". Without permission to leave ${he}`);
+							if (slave.devotion > 50) {
+								r.push(`decides to give you a show.`);
+							} else if (slave.devotion > 20) {
+								r.push(`reluctantly decides giving birth in front of you isn't so bad.`);
+							} else {
+								r.push(`begins to panic as ${his} contractions come sooner and sooner.`);
+								V.humiliation = 1;
+							}
+							r.push(clothingBirth(slave));
+							r.push(`As thanks for the show, you help ${his} still very gravid body to the couch so ${he} can recover before returning to ${his} duties. You call for a servant to take away ${firstText} child and to clean up your floor and your toy.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} falls into a contented nap. That is until you drag ${his} still very gravid ass out of bed, inquiring where ${he} waddled off to without your permission.`);
+						} else {
+							r.push(`While standing absentmindedly nearby, ${slave.slaveName}'s water breaks soaking the floor under ${him}. ${He} pays no heed to it and continues waiting for you to use ${him}.`);
+							r.push(clothingBirth(slave));
+							r.push(`You certainly enjoyed the show as you call for a servant to take away ${firstText} child and to clean up the spill.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (slave.devotion > 20) {
+								r.push(`${He} seeks you out and begins slowly stripping. As ${he} teases, ${he} begins pushing ${firstText} baby out${UH}. As ${he} crowns, ${he} throws ${himself} into your waiting arms and holds ${himself} to you. You hold ${him} in a comforting embrace until ${he} finishes.`);
+							} else if (slave.devotion >= -20) {
+								r.push(`${He} approaches you and begins a very uncertain striptease. As ${he} lowers ${himself} to the floor to begin pushing, you overtake ${him} and fondle ${his} vulnerable body. ${He} begins to push out ${firstText} baby${UH}. Once ${he} finishes, you help ${him} to the couch to catch ${his} breath.`);
+							} else {
+								r.push(`${He} attempts to leave your office and return to ${his} bed, but you catch ${his} arm before ${he} slips out of reach. You order ${him} to strip and give you a show. Blushing thoroughly, ${he} gives a meek performance before falling to the floor. ${He} begins to push out ${firstText} baby${UH}.`);
+								V.humiliation = 1;
+							}
+							r.push(`${His} child is promptly taken and, following a shower and a fresh change of clothes, ${he} waddles back into your office${(slave.devotion < -20) ? `where you are waiting to enjoy ${his} still very gravid body` : ``}.`);
+						} else {
+							r.push(`While standing nearby, ${slave.slaveName}'s water breaks, startling ${him}. ${He} looks to you for guidance and you shake your head "no". Without permission to leave ${he}`);
+							if (slave.devotion > 50) {
+								r.push(`decides to give you a show.`);
+							} else if (slave.devotion > 20) {
+								r.push(`reluctantly decides giving birth in front of you isn't so bad.`);
+							} else {
+								r.push(`begins to panic as ${his} contractions come sooner and sooner.`);
+								V.humiliation = 1;
+							}
+							r.push(clothingBirth(slave));
+							r.push(`As thanks for the show, you help ${his} still very gravid body onto the couch so ${he} can recover before returning to ${his} duties. You call for a servant to take away ${firstText} child and to clean up your floor and your toy.`);
+						}
+					}
+				}
+				break;
+
+			case "stay confined":
+				if (slave.fetish === "mindbroken") {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`Since ${he} is locked in a cell, ${he} doesn't have far to go. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and, after ${his} still very gravid body and the cell are hosed down, ${he} is returned to isolation.`);
+					} else {
+						r.push(`While waiting in confinement, ${slave.slaveName}'s water breaks. ${He} assumes a birthing position.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to reach ${firstText} child around ${his} still very gravid middle and resumes waiting with it latched to ${his} breast.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`Since ${he} is locked in a cell, ${he} doesn't have far to go. Reluctantly, ${he} begins to push out ${firstText} baby${UH}. ${His} child is promptly taken and, after ${his} still very gravid body and the cell are hosed down, ${he} is returned to isolation.`);
+						V.humiliation = 1;
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} stupor by moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${firstText} child and holds it close knowing someone will soon come to take it away from ${him}.`);
+					}
+				}
+				break;
+
+			case "work as a servant":
+			case "be a servant":
+				if (slave.fetish === "mindbroken") {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} rests awhile before returning to ${his} role as your ever-pregnant maid.`);
+					} else {
+						if (_birthScene > 50) {
+							r.push(`While giving a slave oral service, ${slave.slaveName}'s water breaks. ${He} disregards this development and continues working.`);
+							r.push(clothingBirth(slave));
+							r.push(`The slave gets off quite strongly to the show and shoves ${him} out of the way, leaving ${him} to clean up ${his} mess. Instead, ${he} draws ${firstText} child to ${his} breast until`);
+							if (S.Stewardess) {
+								r.push(S.Stewardess.slaveName);
+							} else if (V.HeadGirlID !== 0) {
+								r.push(S.HeadGirl.slaveName);
+							} else {
+								r.push(V.assistant.name);
+							}
+							r.push(`shouts at ${him} to move ${his} useless pregnant ass.`);
+						} else {
+							r.push(`While scrubbing the penthouse floor, ${slave.slaveName}'s water breaks. ${He} turns to clean this new spill, disregarding what it means.`);
+							r.push(clothingBirth(slave));
+							r.push(`Instead of cleaning the fresh mess ${he} made, ${he} draws ${firstText} child to ${his} breast until`);
+							if (S.Stewardess) {
+								r.push(S.Stewardess.slaveName);
+							} else if (V.HeadGirlID !== 0) {
+								r.push(S.HeadGirl.slaveName);
+							} else {
+								r.push(V.assistant.name);
+							}
+							r.push(`shouts at ${him} to move ${his} useless pregnant ass.`);
+						}
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to ${his} role as your ever-pregnant maid.`);
+					} else {
+						if (_birthScene > 50) {
+							r.push(`While giving a slave oral service, ${slave.slaveName}'s water breaks. ${He} desperately tries to pull away but they grab ${his} head and force ${him} back to their crotch.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`The slave gets off quite strongly to the show and shoves ${him} out of the way, leaving ${him} to clean up ${his} mess. ${He} hurriedly tries to mop up the mess and collect ${firstText} child before`);
+							if (S.Stewardess) {
+								r.push(S.Stewardess.slaveName);
+							} else if (V.HeadGirlID !== 0) {
+								r.push(S.HeadGirl.slaveName);
+							} else {
+							}
+							r.push(`shouts at ${him} for dragging ${his} pregnant ass.`);
+						} else {
+							r.push(`While scrubbing the penthouse floor, ${slave.slaveName}'s water breaks. ${He} panics at the thought of not cleaning up ${his} spill but ${his} worsening contractions force ${him} to find a secluded place to give birth.`);
+							r.push(clothingBirth(slave));
+							r.push(`Collecting ${firstText} child, ${he} carefully exits ${his} hiding place before coming under the eye of`);
+							if (S.Stewardess) {
+								r.push(`the glaring ${S.Stewardess.slaveName}. ${His} child is promptly taken`);
+							} else if (V.HeadGirlID !== 0) {
+								r.push(`the glaring ${S.HeadGirl.slaveName}. ${His} child is promptly taken`);
+							} else {
+								r.push(`a glaring slave. ${His} child is promptly taken by other servants`);
+							}
+							r.push(`following a lecture about priorities and time management given ${his} constant pregnancy and predictable birth cycle.`);
+						}
+					}
+				}
+				break;
+
+			case "serve in the master suite":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							if (V.masterSuiteUpgradePregnancy === 1) {
+								r.push(`${He} is helping into the birthing chamber, stripped, and aided into the specialized chair. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`the main room of the master suite.`);
+								}
+							} else {
+								r.push(`After struggling to strip and tipping into one of the various seats around the room, ${he} prepares to give birth. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${him}. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} is helped back to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`${his} usual spot.`);
+								}
+							}
+						} else {
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. Ignoring the mess, ${he} shifts into a more comfortable position.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} struggles to reach ${firstText} child around ${his} still gravid figure before bringing it to ${his} breast and resuming ${his} wait.`);
+								if (S.Concubine) {
+									r.push(`${S.Concubine.slaveName} furiously orders ${his} child removed and ${his} still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.`);
+								}
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`While being the bottom of the master suite's fuckpit, ${slave.slaveName}'s water breaks. While ${he} doesn't stop having sex, the fucktoys using ${him} do and drag ${him} from the pit to give birth. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. Without a second thought about ${his} child, ${he} slips back into the fuckpit.`);
+							} else {
+								r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} pays it no heed and continues blankly waiting.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} struggles to reach ${firstText} child around ${his} still gravid figure before bringing it to ${his} breast and resuming ${his} wait`);
+								if (S.Concubine) {
+									r.push(`${S.Concubine.slaveName} furiously orders ${his} child removed and ${his} still very pregnant ass thoroughly cleaned before your return.`);
+								}
+							}
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (V.masterSuiteUpgradePregnancy === 1) {
+								r.push(`${He} is helping into the birthing chamber, stripped, and aided into the specialized chair. Finding it quite comfortable, ${he} begins to push out ${firstText} baby${UH}. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`the main room of the master suite.`);
+								}
+							} else {
+								r.push(`After struggling to strip and tipping into one of the various seats around the room, ${he} prepares to give birth. ${He} gets comfortable and begins to push out ${firstText} baby${UH}. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} is returned to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`${his} preferred spot.`);
+								}
+							}
+						} else {
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. ${He} quickly shifts ${himself} off the bed and calls for a servant before dropping to the floor.`);
+								r.push(clothingBirth(slave));
+								r.push(`Once ${firstText} child is removed, ${his} still very gravid body cleaned up, and the sheets are changed, ${he} is helped back into bed to recover for your return.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`While participating in the fuckpit orgy, ${slave.slaveName}'s water breaks. ${He} begs to be let out of the pit but the other fucktoys pull ${him} in and position themselves for ${him} to pleasure them while giving birth.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`Once the fucktoys are done tormenting the still very gravid new mother, they hand ${firstText} child off to the help and pull ${him} into an embrace to allow ${him} to regain ${his} strength.`);
+							} else {
+								r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} tries to get to the prepared area but fails to untangle ${himself} from the toys ${he} was playing with. ${He} calls for a servant to hurry as ${he} begins laboring.`);
+								r.push(clothingBirth(slave));
+								r.push(`The servant collects ${firstText} child and helps ${his} still very gravid body onto a cushion to recover for your return.`);
+								if (canDoAnal(slave) && slave.anus > 0) {
+									r.push(`With a little effort, ${he} pushes the vibrating dildo out of ${his} ass`);
+								} else {
+									r.push(`With things settling down, ${he} finally manages to switch off the bullet vibrators stuck to ${his} crotch`);
+								}
+								r.push(`before settling down for a nap.`);
+							}
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							if (V.masterSuiteUpgradePregnancy === 1) {
+								r.push(`${He} enters the birthing chamber, strips, and seats ${himself} in the specialized chair. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`the main room of the master suite.`);
+								}
+							} else {
+								r.push(`${He} strips and settles into one of the various seats around the room. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${him}. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`${his} usual spot.`);
+								}
+							}
+						} else {
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. Ignoring the mess, ${he} shifts into a more comfortable position.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} struggles to reach ${firstText} child around ${his} still gravid figure before bringing it to ${his} breast and resuming ${his} wait.`);
+								if (S.Concubine) {
+									r.push(`${S.Concubine.slaveName} furiously orders ${his} child removed and ${his} still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.`);
+								}
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`While being the bottom of the master suite's fuckpit, ${slave.slaveName}'s water breaks. While ${he} doesn't stop having sex, the fucktoys using ${him} do and drag ${him} from the pit to give birth. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. Without a second thought about ${his} child, ${he} slips back into the fuckpit.`);
+							} else {
+								r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} pays it no heed and continues blankly waiting.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} struggles to reach ${firstText} child around ${his} still gravid figure before bringing it to ${his} breast and resuming ${his} wait`);
+								if (S.Concubine) {
+									r.push(`S.Concubine.slaveName furiously orders ${his} child removed and ${his} still very pregnant ass thoroughly cleaned before your return.`);
+								}
+							}
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							if (V.masterSuiteUpgradePregnancy === 1) {
+								r.push(`${He} enters the birthing chamber, strips, and seats ${himself} in the specialized chair. Finding it quite comfortable, ${he} begins to push out ${firstText} baby${UH}. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`the main room of the master suite.`);
+								}
+							} else {
+								r.push(`${He} strips and settles into one of the various seats around the room. ${He} gets comfortable and begins to push out ${firstText} baby${UH}. ${His} child is promptly taken and, following a shower and fresh change of clothes, ${he} returns to`);
+								if (V.masterSuiteUpgradeLuxury === 1) {
+									r.push(`your big bed.`);
+								} else if (V.masterSuiteUpgradeLuxury === 2) {
+									r.push(`the fuckpit.`);
+								} else {
+									r.push(`${his} preferred spot.`);
+								}
+							}
+						} else {
+							if (V.masterSuiteUpgradeLuxury === 1) {
+								r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s water breaks thoroughly soaking the sheets. ${He} quickly moves ${himself} off the bed and calls for a servant before dropping to the floor.`);
+								r.push(clothingBirth(slave));
+								r.push(`Once ${firstText} child is removed, ${his} still very gravid body cleaned up, and the sheets are changed, ${he} crawls back into bed to recover for your return.`);
+							} else if (V.masterSuiteUpgradeLuxury === 2) {
+								r.push(`While participating in the fuckpit orgy, ${slave.slaveName}'s water breaks. ${He} tries to crawl out of the pit but the other fucktoys pull ${him} back in and position themselves for ${him} to pleasure them while giving birth.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`Once the fucktoys are done tormenting the exhausted`);
+								if (slave.counter.birthsTotal === 0) {
+									r.push(`new`);
+								} else {
+									r.push(`brood`);
+								}
+								r.push(`mother, they hand ${his} child off to the help and pull ${him} into an embrace to allow ${him} to regain ${his} strength.`);
+							} else {
+								r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s water breaks. ${He} tries to get to the prepared area but fails to untangle ${himself} from the toys ${he} was playing with. ${He} calls for a servant to hurry as ${he} begins laboring.`);
+								r.push(clothingBirth(slave));
+								r.push(`The servant collects ${firstText} child and helps ${his} still very gravid body onto a cushion to recover for your return.`);
+								if (canDoAnal(slave) && slave.anus > 0) {
+									r.push(`With a little effort, ${he} pushes the vibrating dildo out of ${his} ass`);
+								} else {
+									r.push(`With things settling down, ${he} finally manages to switch off the bullet vibrators stuck to ${his} crotch`);
+								}
+								r.push(`before settling down for a nap.`);
+							}
+						}
+					}
+				}
+				break;
+
+			case "serve in the club":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped into a private room in the back of the club by a group of eager patrons. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to ${his} audience. ${His} child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${his} still very gravid body.`);
+						} else {
+							r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens as well as ${he} can. During one of ${his} teases, ${his} water breaks, soaking the floor. ${He} keeps on teasing, despite ${his} condition, until ${his} contractions drag ${him} to the floor.`);
+							r.push(clothingBirth(slave));
+							r.push(`Multiple citizens pull ${his} still very pregnant form into a booth so that they may tease ${his} exhausted body while the floor is dried and ${firstText} child carried off.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped to a private room in the back of the club by several patrons who just can't keep their hands off ${him}. ${He} settles ${himself} onto a patron's lap and begins working on birthing ${firstText} baby, basking in the attention of ${his} audience${UH}. ${His} child is promptly taken and ${he} beckons the audience to enjoy ${his} still very gravid body.`);
+						} else {
+							if (slave.fetish === "humiliation") {
+								r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by "dancing" as well as ${he} can, all the while being a huge tease. During one of ${his} "dances", ${his} water breaks, soaking the floor. ${He} calls out to the crowd, hyping them up for ${his} new show.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`As ${firstText} child are removed, ${he} is helped into one of the back rooms by several of ${his} aroused onlookers.`);
+							} else {
+								r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by "dancing" as well as ${his} figure will let ${him}. During one of ${his} dances, ${his} water breaks, soaking the floor. ${He} hastily tries to find help to leave, but only finds hands groping ${his} body. ${He} is quickly pulled into one of the side rooms by a group of men looking forward to the show ${he}'s about to perform for them.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`Only once the last of ${his} clients cums over ${his} still very pregnant body is ${he} allowed to gather ${firstText} child and take a seat. ${He} enjoys a moment with ${his} newborn before the servant comes to collect it.`);
+							}
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} heads to a private room in the back of the club filled with eager patrons. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to ${his} audience. ${His} child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${his} still very gravid body.`);
+						} else {
+							r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, ${his} water breaks, soaking the dance floor. ${He} keeps on dancing, despite ${his} condition, until ${his} contractions drag ${him} to the floor.`);
+							r.push(clothingBirth(slave));
+							r.push(`Multiple citizens pull ${his} still very pregnant form into a booth so that they may tease ${his} exhausted body while the dance floor is dried and ${firstText} child carried off.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} heads to a private room in the back of the club accompanied by several patrons who just can't keep their hands off ${him}. ${He} settles ${himself} onto a patron's lap and begins working on birthing ${firstText} baby, basking in the attention of ${his} audience${UH}. ${His} child is promptly taken and ${he} beckons the audience to enjoy ${his} still very gravid body.`);
+						} else {
+							if (slave.fetish === "humiliation") {
+								r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by dancing as well as ${he} can, all the while flashing glimpses of ${his} crotch and nipples. During one of ${his} dances, ${his} water breaks, soaking the dance floor. ${He} calls out to the crowd, hyping them up for ${his} new show.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`As ${firstText} child is removed from the dance floor, ${his} still very pregnant form is helped into one of the back rooms by several of ${his} aroused onlookers.`);
+							} else {
+								r.push(`${slave.slaveName} is showing off ${his} gravid body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, ${his} water breaks, soaking the dance floor. ${He} hastily tries to escape the public's gaze only to find hands groping ${his} body. ${He} is quickly pulled into one of the side rooms by a group of men looking forward to the show ${he}'s about to perform for them.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`Only once the last of ${his} clients cums over ${his} still very pregnant figure is ${he} allowed to gather ${firstText} child and take a seat. ${He} enjoys a moment with ${his} newborn before the servant comes to collect it.`);
+							}
+						}
+					}
+				}
+
+				break;
+			case "choose her own job":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and, after a short rest, ${he} waits for someone to help ${his} still very gravid form to ${his} next job, having forgotten ${he} was choosing it.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} stupor by a strong contraction. ${He} runs a hand across ${his} middle as another contraction runs through it.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${firstText} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes waiting for someone to tell ${him} what to do.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and, after a short rest, ${he} returns to pondering what assignment would be best for a still very gravid girl.`);
+						} else {
+							r.push(`While deciding on ${his} post, ${slave.slaveName}'s water breaks. Unable to reach the prepared birthing room in time, ${he} pulls ${himself} into a secluded nook to give birth in.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} gathers ${firstText} child and recovers ${his} strength before a servant finds ${him} and collects ${his} baby. ${He} decides to rest for the rest of the day before returning to pondering what assignment would be best for a still very gravid girl.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and, after a short rest, ${he} returns to waddling around the penthouse.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} stupor by a strong contraction. ${He} runs a hand across ${his} middle as another contraction runs through it.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes waiting for someone to tell ${him} what to do.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and, after a short rest, ${he} returns to pondering what assignment would be best for a still very gravid girl.`);
+						} else {
+							if (slave.fetish === "humiliation") {
+								r.push(`While wandering the penthouse deciding on ${his} post, ${slave.slaveName}'s water breaks. Sensing an opportunity, ${he} waddles to the nearest balcony overlooking the city. ${He} calls out, making sure all eyes are on ${him} for what happens next.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`${He} gathers ${firstText} child and recovers ${his} strength before finding a servant to give it to. ${He} decides to rest for the rest of the day before returning to figuring out what assignment would be most humiliating for a still very gravid girl.`);
+							} else {
+								r.push(`While wandering the penthouse deciding on ${his} post, ${slave.slaveName}'s water breaks. Unable to reach the prepared birthing room in time, ${he} finds a secluded nook to give birth in.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} gathers ${firstText} child and recovers ${his} strength before finding a servant to give it to. ${He} decides to rest for the rest of the day before returning to deciding what assignment would be best for a still very gravid girl.`);
+							}
+						}
+					}
+				}
+
+				break;
+			case "rest in the spa":
+				if (S.Attendant) {
+					({he2, him2} = getPronouns(S.Attendant).appendSuffix("2"));
+				}
+				if (slave.fetish === "mindbroken") {
+					if (random(1, 20) > V.suddenBirth) {
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} leads ${him} to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${him2},`);
+						} else {
+							r.push(`${He} is lead to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${his} assistant,`);
+						}
+						r.push(`${he} begins to push out ${firstText} baby, indifferent to ${his} watching caretaker. ${His} child is promptly taken and, following a cleaning of ${his} still very gravid body, ${he} is taken back to the spa.`);
+					} else {
+						r.push(`While soaking in the spa's pool, ${slave.slaveName}'s water breaks. As ${he} begins to ready ${himself} for birth,`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} pulls ${him} out of the pool and glares at ${him}.`);
+						} else {
+							r.push(`the other bathers watch curiously.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} and ${firstText} child are quickly dried off as ${he} begins nursing it. A servant soon arrives to take ${his} child away.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} escorts ${him} to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${him2},`);
+						} else {
+							r.push(`${He} is escorted to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${his} assistant,`);
+						}
+						r.push(`${he} begins to push out ${firstText} baby,`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and being`);
+						}
+						r.push(`aided by ${his} caretaker. ${His} child is promptly taken and, following a cleaning of ${his} still very gravid body, ${he} is taken back to the spa.`);
+					} else {
+						if (!canWalk(slave)) {
+							r.push(`While changing in the changing room before a nice soak, ${slave.slaveName}'s water breaks. ${He} hurries to find someone to help ${him} but only finds curious onlookers.`);
+						} else {
+							r.push(`While heading for the changing room before a nice soak, ${slave.slaveName}'s water breaks. ${He} hurries into the changing room only to find it unusually crowded.`);
+						}
+						r.push(`Without any choice left, ${he} assumes a birthing position.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Several of other slaves present help ${him} with ${firstText} child while the rest finish pleasuring themselves over the show.`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName}, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind.`);
+						} else {
+							r.push(`Soon a servant arrives to take ${his} child away and ${he} is ushered into the bath to clean up and relax.`);
+						}
+					}
+				}
+				break;
+
+			case "work as a nanny":		// TODO: this needs a rewrite
+				if (V.MatronID !== 0) {
+					({he2} = getPronouns(S.Matron).appendSuffix("2"));
+				}
+				if (slave.fetish === "mindbroken") {
+					if (random(1, 20) > V.suddenBirth) {
+						if (V.MatronID !== 0) {
+							r.push(`${S.Matron.slaveName} leads ${him} to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${him2},`);
+						} else {
+							r.push(`${He} is lead to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${his} assistant,`);
+						}
+						r.push(`${he} begins to push out ${firstText} baby, indifferent to ${his} watching caretaker. ${His} child is promptly taken and, following a cleaning of ${his} still very gravid body, ${he} is taken back to the nursery.`);
+					} else {
+						r.push(`While soaking in the nursery's pool, ${slave.slaveName}'s water breaks. As ${he} begins to ready ${himself} for birth,`);
+						if (V.MatronID !== 0) {
+							r.push(`${S.Matron.slaveName} pulls ${him} out of the pool and glares at ${him}.`);
+						} else {
+							r.push(`the other bathers watch curiously.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} and ${firstText} child are quickly dried off as ${he} begins nursing it. A servant soon arrives to take ${his} child away.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						if (V.MatronID !== 0) {
+							r.push(`${S.Matron.slaveName} escorts ${him} to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${him2},`);
+						} else {
+							r.push(`${He} is escorted to a special pool designed to give birth in. Once ${he} is safely in the water alongside ${his} assistant,`);
+						}
+						r.push(`${he} begins to push out ${firstText} baby,`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`convulsing with orgasms in the process and being`);
+						}
+						r.push(`aided by ${his} caretaker. ${His} child is promptly taken and, following a cleaning of ${his} still very gravid body, ${he} is taken back to the nursery.`);
+					} else {
+						if (!canWalk(slave)) {
+							r.push(`While changing in the changing room before a nice soak, ${slave.slaveName}'s water breaks. ${He} hurries to find someone to help ${him} but only finds curious onlookers.`);
+						} else {
+							r.push(`While heading for the changing room before a nice soak, ${slave.slaveName}'s water breaks. ${He} hurries into the changing room only to find it unusually crowded.`);
+						}
+						r.push(`Without any choice left, ${he} assumes a birthing position.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Several of other slaves present help ${him} with ${firstText} child while the rest finish pleasuring themselves over the show.`);
+						if (V.MatronID !== 0) {
+							r.push(`${S.Matron.slaveName}, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind.`);
+						} else {
+							r.push(`Soon a servant arrives to take ${his} child away and ${he} is ushered into the bath to clean up and relax.`);
+						}
+					}
+				}
+				break;
+
+			case "learn in the schoolroom":
+				if (S.Schoolteacher) {
+					({he2} = getPronouns(S.Schoolteacher).appendSuffix("2"));
+				}
+				if (!canWalk(slave)) {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`Having been notified in the weeks leading up to ${his}`);
+						if (slave.counter.birthsTotal === 0) {
+							r.push(`first`);
+						} else {
+							r.push(`regular`);
+						}
+						r.push(`birth, ${he} is helped to the front of the class and stripped; ${he} is being used as a learning aid in this lesson. Blushing strongly, ${he} begins working on birthing ${firstText} baby, fully aware of the rapt attention of the other students.`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`However ${he} quickly forgets about the audience as orgasms, one after another, hit ${him}.`);
+						}
+						r.push(`${His} child is promptly taken and, following a cleaning and fresh change of clothes, ${he} is helped back to ${his} seat. ${He} can't help but`);
+						if (canSee(slave)) {
+							r.push(`notice some of the detailed notes the class took on ${his} genitals.`);
+						} else {
+							r.push(`overhear some of the lewd comments about ${his} still very gravid figure.`);
+						}
+						V.humiliation = 1;
+					} else {
+						r.push(`During a lesson in ${V.schoolroomName}, ${slave.slaveName}'s water breaks. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth of ${firstText} baby. ${He} fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						if (S.Schoolteacher) {
+							r.push(`${S.Schoolteacher.slaveName}, furious that ${his2} lesson was interrupted, drags ${his} still very pregnant ass from the class along with ${his} newborn child.`);
+						} else {
+							r.push(`${He} gathers ${his} newborn child up and is quickly helped from the class.`);
+						}
+						r.push(`${He} can feel all the eyes watching ${him} leave.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`Having been notified in the weeks leading up to ${his}`);
+						if (slave.counter.birthsTotal === 0) {
+							r.push(`first`);
+						} else {
+							r.push(`regular`);
+						}
+						r.push(`birth, ${he} heads to the front of the class and strips; ${he} is being used as a learning aid in this lesson. Blushing strongly, ${he} begins working on birthing ${firstText} baby, fully aware of the rapt attention of the other students.`);
+						if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+							r.push(`However ${he} quickly forgets about the audience as orgasms, one after another, hit ${him}.`);
+						}
+						r.push(`${His} child is promptly taken and, following a cleaning and fresh change of clothes, ${he} returns to ${his} seat. ${He} can't help but`);
+						if (canSee(slave)) {
+							r.push(`notice some of the detailed notes the class took on ${his} genitals.`);
+						} else {
+							r.push(`overhear some of the lewd comments about ${his} still very gravid figure.`);
+						}
+						V.humiliation = 1;
+					} else {
+						r.push(`During a lesson in ${V.schoolroomName}, ${slave.slaveName}'s water breaks. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth of ${firstText} baby. ${He} fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						if (S.Schoolteacher) {
+							r.push(`${S.Schoolteacher.slaveName}, furious that ${his2} lesson was interrupted, dismisses ${him} from the class along with ${his} newborn child.`);
+						} else {
+							r.push(`${He} gathers ${his} newborn child up and quickly excuses ${himself} from the class.`);
+						}
+						r.push(`${He} can feel all the eyes staring at ${his} still very gravid middle.`);
+					}
+				}
+				break;
+
+			case "take classes":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`Or ${he} would have, had ${V.assistant.name} allowed it. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in ${his} life, ${his} birth will be turned into a live broadcast. Blushing strongly, ${he} begins working on birthing ${firstText} baby, trying ${his} best to hide ${his} shame.`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`However ${he} quickly forgets about the audience as orgasms, one after another, hit ${him}.`);
+					}
+					r.push(`Exhausted from the birth, ${he} is permitted a short break as ${his} child is collected to clean ${himself} up before the lesson is continued.`);
+					V.humiliation = 1;
+				} else {
+					r.push(`During a lesson under ${V.assistant.name}, ${slave.slaveName}'s water breaks. Since ${he} can't leave the lesson, ${he} tries ${his} best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in ${his} life, ${he} is forbidden from leaving. Additionally, ${his} birth will be turned into a live broadcast.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Exhausted from the birth, ${he} is permitted a short break as ${firstText} child is gathered to`);
+					if (!canWalk(slave)) {
+						r.push(`be cleaned`);
+					} else {
+						r.push(`clean ${himself}`);
+					}
+					r.push(`up before the lesson is continued.`);
+				}
+				break;
+
+			case "work in the brothel":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped to a private room in the back of the brothel by a group of eager patrons. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to ${his} audience. ${His} child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${his} still very gravid body.`);
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a customer's dick, ${slave.slaveName}'s water breaks on him. Showing no signs of stopping, he shoves ${his} bulk off of him. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. ${He} draws ${his} child to ${his} breast before seeking out the next customer's cock.`);
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} struggles to reach ${his} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next customer's cock.`);
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a customer's cunt, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so she allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`The customer splashes across ${his} face as ${he} struggles to reach ${firstText} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next customer's cunt.`);
+							} else {
+								r.push(`While sucking a customer's dick, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat as ${he} struggles to reach ${firstText} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next customer's cock.`);
+							}
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped to a private room in the back of the brothel by several patrons who paid quite a handsome price to enjoy this moment.`);
+							if (slave.devotion > 20) {
+								r.push(`${He} settles ${himself} onto a patron's lap and begins working on birthing ${firstText} baby, basking in the attention of ${his} audience${UH}. ${His} ${childrenAre} promptly taken and ${he} beckons the audience to enjoy ${his} still very gravid body.`);
+							} else if (slave.devotion >= -20) {
+								r.push(`${He} hesitantly begins to pose, but one of the patrons grabs ${him} by the swollen waist and pulls ${him} onto his lap. ${He} winces as his dick slips over ${his} exposed crotch, but can do nothing to stop ${firstText} baby from being born. ${He} hates that the first thing ${his} child will touch is an erect cock; a bitter reminder${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, which even ${his} powerful orgasm can't erase,` : ``} of what its future will likely hold. ${His} fully born child is promptly taken and ${his} clients descend upon ${his} vulnerable, still very gravid, body.`);
+							} else {
+								r.push(`${He} stands shaking, ${his} waters flowing down ${his}`);
+								if (hasAnyLegs(slave)) {
+									r.push(`${hasBothLegs(slave) ? `legs` : `leg`},`);
+								} else {
+									r.push(`body,`);
+								}
+								r.push(`until one of the patrons grabs ${him} by the swollen waist and pulls ${him} onto his lap. ${He} cries out as his dick slips over ${his} exposed crotch, but can do nothing to stop ${firstText} baby from being born. ${He} hates that the first thing ${his} child will touch is an erect cock; a bitter reminder${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, which even powerful orgasm can't erase,` : ``} of what its future will likely hold. ${His} fully born child is promptly taken and ${his} clients descend upon ${his} vulnerable, still very gravid, body.`);
+							}
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a customer's dick, ${slave.slaveName}'s water breaks on him. ${He} desperately tries to disengage but he grabs ${his} hips and slams ${him} back down. He thoroughly enjoys ${his} contracting cunt before pushing ${him} off and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He cums over ${his} heaving, still very gravid body and moves on leaving ${him} to recover and collect ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} hips and slams into ${him} hard. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} still very gravid belly and slips to ${his} side. ${He} quickly gathers ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a customer's cunt, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but she grabs ${his} head and slams ${him} back into ${his} crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`She cums across ${his} face before helping ${his} still very gravid body to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${firstText} child to be sent off.`);
+							} else {
+								r.push(`While sucking a customer's dick, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat before letting ${him} collapse to the ground and leaving. When ${he} recovers and pushes ${his} still very gravid body upright, ${he} quickly gathers ${firstText} child to be sent off.`);
+							}
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} heads to a private room in the back of the brothel filled with eager patrons. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to ${his} audience. ${His} child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with ${his} still very gravid body.`);
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a customer's dick, ${slave.slaveName}'s water breaks on him. Showing no signs of stopping, he shoves ${his} bulk off of him. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. ${He} draws ${his} child to ${his} breast before seeking out the next customer's cock.`);
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively, ${he} begins to push out ${firstText} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} struggles to reach ${his} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next customer's cock.`);
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a customer's cunt, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so she allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`The customer splashes across ${his} face as ${he} struggles to reach ${his} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next customer's cunt.`);
+							} else {
+								r.push(`While sucking a customer's dick, ${slave.slaveName}'s water breaks. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat as ${he} struggles to reach ${his} child around ${his} still very gravid middle. Once ${he} has brought ${his} child to ${his} breast, ${he} seeks out the next customer's cock.`);
+							}
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} heads to a private room in the back of the brothel accompanied by several patrons who paid quite a handsome price to enjoy this moment.`);
+							if (slave.devotion > 20) {
+								r.push(`${He} settles ${himself} onto a patron's lap and begins working on birthing ${firstText} baby, basking in the attention of ${his} audience${UH}. ${His} ${childrenAre} promptly taken and ${he} beckons the audience to enjoy ${his} still very gravid body.`);
+							} else if (slave.devotion >= -20) {
+								r.push(`${He} hesitantly begins to pose, but one of the patrons grabs ${him} by the swollen waist and pulls ${him} onto his lap. ${He} winces as his dick slips over ${his} exposed crotch, but can do nothing to stop ${firstText} baby from being born. ${He} hates that the first thing ${his} child will touch is an erect cock; a bitter reminder${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, which even ${his} powerful orgasm can't erase,` : ``} of what its future will likely hold. ${His} fully born child is promptly taken and ${his} clients descend upon ${his} vulnerable, still very gravid, body.`);
+							} else {
+								r.push(`${He} stands shaking, ${his} waters flowing down ${his}`);
+								if (hasAnyLegs(slave)) {
+									r.push(`${(hasBothLegs(slave)) ? `legs` : `leg`},`);
+								} else {
+									r.push(`body,`);
+								}
+								r.push(`until one of the patrons grabs ${him} by the swollen waist and pulls ${him} onto his lap. ${He} cries out as his dick slips over ${his} exposed crotch, but can do nothing to stop ${firstText} baby from being born. ${He} hates that the first thing ${his} child will touch is an erect cock; a bitter reminder${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, which even ${his} powerful orgasm can't erase,` : ``} of what its future will likely hold. ${His} fully born child is promptly taken and ${his} clients descend upon ${his} vulnerable, still very gravid, body.`);
+							}
+						} else {
+							if ((_birthScene > 80) && canDoVaginal(slave)) {
+								r.push(`While riding a customer's dick, ${slave.slaveName}'s water breaks on him. ${He} desperately tries to disengage but he grabs ${his} hips and slams ${him} back down. He thoroughly enjoys ${his} contracting cunt before pushing ${him} off and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He cums over ${his} heaving, still very gravid body and moves on leaving ${him} to recover and collect ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 60) && canDoAnal(slave)) {
+								r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} hips and slams into ${him} hard. Quickly ${he} spreads ${his} legs apart and begins pushing out ${firstText} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+								if (slave.fetish === "humiliation") {
+									r.push(`but that only makes it more exciting.`);
+								} else {
+									r.push(`so ${he} bears with it.`);
+								}
+								r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} still very gravid belly and slips to ${his} side. ${He} quickly gathers ${his} child to be sent off.`);
+								V.humiliation = 1;
+							} else if ((_birthScene > 40)) {
+								r.push(`While licking a customer's cunt, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but she grabs ${his} head and slams ${him} back into her crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`She cums across ${his} face before helping ${his} still very gravid body to the ground and leaving. When ${he} recovers, ${he} quickly gathers ${firstText} child to be sent off.`);
+							} else {
+								r.push(`While sucking a customer's dick, ${slave.slaveName}'s water breaks. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+								V.humiliation = 1;
+								r.push(clothingBirth(slave));
+								r.push(`He cums down ${his} throat before letting ${him} collapse to the ground and leaving. When ${he} recovers and pushes ${his} still very gravid body`);
+								if (hasBothLegs(slave)) {
+									r.push(`to its feet,`);
+								} else {
+									r.push(`into a standing position,`);
+								}
+								r.push(`${he} quickly gathers ${firstText} child to be sent off.`);
+							}
+						}
+					}
+				}
+
+				break;
+			case "be the Schoolteacher":
+				if (!canWalk(slave)) {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} calls for ${his} teaching aid to help position ${him} so the class may receive a lesson on childbirth. ${He} begins working on birthing ${firstText} baby, fully aware of ${his} watching students. ${He} demonstrates the proper ways to labor and how to deliver a baby${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `even if your body is wracked by nonstop orgasm` : ``}. ${He} explains the infant's future as ${his} child taken and excuses the class for a short break in order to freshen up. Upon their return, ${he} begins a lesson on being a broodmother, as there is always a curious face locked onto ${his} still very gravid middle.`);
+						V.humiliation = 1;
+					} else {
+						r.push(`While teaching a lesson, ${slave.slaveName}'s water breaks. Sensing ${he} wouldn't be able to make it to the birthing area, ${he} instead chooses to act on the opportunity. Today's lesson will be on childbirth.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Once ${he} recovers enough, ${he} gathers ${firstText} newborn child and instructs the class to take notes on the lesson ${he} just demonstrated before being escorted out of the classroom. All eyes are locked onto ${his} still very gravid middle; it's clear the class will need a lecture on broodmothers and their weekly routine.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`While stripping, ${he} makes ${his} way to the front of the classroom and settles ${himself} in a way ${his} entire class can see. Birth`);
+						if (slave.counter.birthsTotal === 0) {
+							r.push(`will be`);
+						} else {
+							r.push(`is`);
+						}
+						r.push(`a regular occurrence in ${his} life and it would be a waste to not work it into ${his} lesson plan. ${He} wiggles ${himself} into a comfortable spot and begins working on birthing ${firstText} baby, fully aware of ${his} watching students. ${He} demonstrates the proper ways to labor and how to deliver a baby${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `even if your body is wracked by nonstop orgasm` : ``}. ${He} explains the infant's future as ${his} child is taken and excuses the class for a short break in order to freshen up. Upon their return, ${he} begins a lesson on being a broodmother, as there is always a curious face locked onto ${his} still very gravid middle.`);
+						V.humiliation = 1;
+					} else {
+						r.push(`While teaching a lesson, ${slave.slaveName}'s water breaks. Sensing ${he} wouldn't be able to make it to the birthing area, ${he} instead chooses to act on the opportunity. Today's lesson will be on childbirth.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Once ${he} recovers enough, ${he} gathers ${firstText} newborn child and instructs the class to take notes on the lesson ${he} just demonstrated before leaving to drop off ${his} child for removal. ${He} feels all the eyes on ${his} still very pregnant body as ${he} waddles past. It's clear the class will need a review on broodmothers when ${he} returns.`);
+					}
+				}
+				break;
+
+			case "be your Concubine":
+				if (slave.pregSource === -1 && slave.relationship === -3) {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`You make sure to find time in your busy schedule to be at your concubine ${wife}'s side as ${he} gives birth to your children, even if it's`);
+						if (slave.counter.birthsTotal === 0) {
+							r.push(`to be`);
+						}
+						r.push(`a weekly occurrence. You gently caress ${slave.slaveName}'s body as ${he} begins to push out ${firstText} baby${UH}. You help ${him} upright and hold your child to ${his} breasts. The two of you cuddle as you watch your newborn suckle from its mother. Since ${he} is quite special to you, you allow ${him} the time to pick out names before ${his} child has to be taken away. When the time comes to pick up the newborn, the slave servant is surprised to find a name-card affixed to its blanket.`);
+						if (slave.fetish !== "mindbroken") {
+							r.push(`${He} can't help but feel more devoted to ${his} master after seeing such a touching act. Before you leave, ${slave.slaveName} expresses how cute ${he} found your child and that ${he} can't wait to see the next one.`);
+						}
+					} else {
+						r.push(`Your sleep is awoken by a moist sensation and a loud moan beside you. As you help your concubine ${wife} up, ${he} can't hold back the coming birth.`);
+						r.push(clothingBirth(slave));
+						r.push(`As you swaddle ${firstText} baby, you cuddle up to the still very gravid ${girl}. Bringing your child to ${his} breast, you enjoy each other's comfort until a servant comes to clean up. Since ${he} is quite special to you, you allow ${him} the time to pick out names before ${his} child has to be taken away. The slave servant is somewhat surprised by your actions, but understands those closest to you are afforded luxuries far beyond ${hisU} peers.`);
+					}
+				} else if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is assisted in reaching your side. You call ${him} over and strip ${him} as ${he} instinctively begins to push out ${firstText} baby, indifferent to your wandering hands. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} is helped back to your master suite.`);
+						} else {
+							r.push(`${slave.slaveName} cradles ${his} gravid belly, waiting for your return, when ${his} water breaks. This disturbance of ${his} usual routine spurs ${him} to look for you and ${he} begins struggling to find you. You find ${him} in the halls, halfway to your office, just barely holding back ${firstText} child. You help ${him} the rest of the way, just before it's too late.`);
+							r.push(clothingBirth(slave));
+							r.push(`Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is assisted in reaching your side. You beckon ${him} over and strip ${him} as ${he} dutifully begins to push out ${firstText} baby, enjoying your wandering hands and attention${UH}. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} is helped back to your master suite. As ${he} leaves your office, ${he} throws you a wink, hoping to see you again soon.`);
+						} else {
+							r.push(`${slave.slaveName} cradles ${his} gravid belly, waiting for your return, when ${his} water breaks. Saddened that you aren't there for the show, ${he} begins struggling to crawl to you. By the time ${he} reaches your office, ${he} is barely holding back ${his} child. You rise to meet ${him} and help ${him} onto the couch, just before it's too late.`);
+							r.push(clothingBirth(slave));
+							r.push(`Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} wanders the penthouse until ${he} finds you. You call ${him} over and strip ${him} as ${he} instinctively begins to push out ${firstText} baby, indifferent to your wandering hands. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} returns to your master suite.`);
+						} else {
+							r.push(`${slave.slaveName} cradles ${his} gravid belly, waiting for your return, when ${his} water breaks. This disturbance of ${his} usual routine spurs ${him} to look for you and ${he} begins waddling off to find you. As ${he} inches into your office, it's abundantly clear ${firstText} child is just beginning to crown. You help ${him} to the couch, just as the show begins.`);
+							r.push(clothingBirth(slave));
+							r.push(`Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} wanders the penthouse until ${he} finds you. You beckon ${him} over and strip ${him} as ${he} dutifully begins to push out ${firstText} baby, enjoying your wandering hands and attention${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, while convulsing with orgasms in the process` : ``}. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, ${he} returns to your master suite. As ${he} waddles from your office, ${he} throws you a wink, hoping to see you again soon.`);
+						} else {
+							r.push(`${slave.slaveName} cradles ${his} gravid belly, waiting for your return, when ${his} water breaks. Saddened that you aren't there for the show, ${he} begins waddling off to find you. By the time ${he} reaches your office, ${he} is barely holding back ${his} ${children}. You rise to meet ${him} and help ${him} onto the couch, just before it's too late.`);
+							r.push(clothingBirth(slave));
+							r.push(`Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together.`);
+						}
+					}
+				}
+				break;
+
+			case "live with your Head Girl":
+				({he2} = getPronouns(S.HeadGirl).appendSuffix("2"));
+				if (slave.pregSource === V.HeadGirlID) {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${S.HeadGirl.slaveName} makes sure that the mother of ${his2} child is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. ${he2} carefully undresses slave.slaveName, all the while whispering sweet nothings in ${his} ear. ${He} begins to push out ${firstText} baby${UH}, and ${his} child is carefully collected by their father. Once they are out of the way, ${S.HeadGirl.slaveName} moves in to fondle ${slave.slaveName}'s tired, still very gravid body.`);
+					} else {
+					}
+				} else {
+					if (!canWalk(slave)) {
+						if (slave.fetish === "mindbroken") {
+							if (random(1, 20) > V.suddenBirth) {
+								r.push(`${He} is aided in finding ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} instinctively begins to push out ${firstText} baby, indifferent to ${his2} wandering hands. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is taken back to ${S.HeadGirl.slaveName}' room.`);
+							} else {
+								r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes resting before ${S.HeadGirl.slaveName} returns from ${his2} duties.`);
+							}
+						} else {
+							if (random(1, 20) > V.suddenBirth) {
+								r.push(`${He} is aided in seeking out ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} dutifully begins to push out, enjoying ${his2} wandering hands and attention${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, while convulsing with orgasms in the process` : ``}. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is helped back to ${S.HeadGirl.slaveName}'s room.`);
+							} else {
+								r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} collects ${firstText} child and places it in the cradle readied for ${him}. ${He} is helped to the shower as your servants clean up and remove ${his} newborn. Freshened up, ${he} returns to resting knowing full well that ${S.HeadGirl.slaveName} will be eager to play with ${his} still very pregnant body when ${he2} finishes ${his2} rounds.`);
+							}
+						}
+					} else {
+						if (slave.fetish === "mindbroken") {
+							if (random(1, 20) > V.suddenBirth) {
+								r.push(`${He} wanders until ${he} finds ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} instinctively begins to push out ${firstText} baby, indifferent to ${his2} wandering hands. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} is lead back to ${S.HeadGirl.slaveName}' room.`);
+							} else {
+								r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes resting before ${S.HeadGirl.slaveName} returns from ${his2} duties.`);
+							}
+						} else {
+							if (random(1, 20) > V.suddenBirth) {
+								r.push(`${He} seeks out ${S.HeadGirl.slaveName}, who undresses ${him} as ${he} dutifully begins to push out ${firstText} baby, enjoying ${his2} wandering hands and attention${(slave.geneticQuirks.uterineHypersensitivity === 2) ? `, while convulsing with orgasms in the process` : ``}. ${His} child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, ${he} returns to ${S.HeadGirl.slaveName}'s room.`);
+							} else {
+								r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+								r.push(clothingBirth(slave));
+								r.push(`${He} collects ${firstText} child and places it in the cradle readied for ${him}. ${He} waddles off to shower as your servants clean up and remove ${his} newborn. Freshened up, ${he} returns to resting knowing full well that ${S.HeadGirl.slaveName} will be eager to play with ${his} still very pregnant body when ${he2} finishes ${his2} rounds.`);
+							}
+						}
+					}
+				}
+				break;
+
+			case "be confined in the arcade":
+				r.push(`Or ${he} would have been, if ${he} weren't locked in an arcade cabinet. A gush of liquid pours from ${slave.slaveName}'s cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on ${his} exposed rear. While ${his} mouth is filled with a customer's dick, ${his}`);
+				if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+					r.push(`orgasming`);
+				}
+				r.push(`body instinctively births ${firstText} baby into a waiting basket. As it is carried away, ${his} rear is cleaned up and the sign removed.`);
+				break;
+
+			case "get treatment in the clinic":
+				if (S.Nurse) {
+					({he2} = getPronouns(S.Nurse).appendSuffix("2"));
+				}
+				if (!canWalk(slave)) {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} is helped to the clinic's maternity ward.`);
+						if (S.Nurse) {
+							r.push(S.Nurse.slaveName);
+						} else {
+							r.push(`A freelance nurse`);
+						}
+						r.push(`delivers ${firstText} child before taking it away. Before long ${he} is returned to ${his} recovery room to rest.`);
+					} else {
+						r.push(`${slave.slaveName} is in the perfect place to give birth when ${his} water breaks.`);
+						if (S.Nurse) {
+							r.push(S.Nurse.slaveName);
+						} else {
+							r.push(`A freelance nurse`);
+						}
+						r.push(`delivers ${firstText} child before taking it away. Before long ${he2} returns to attend to ${his2} patient's post-birth health.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} is guided to the clinic's maternity ward.`);
+						if (S.Nurse) {
+							r.push(S.Nurse.slaveName);
+						} else {
+							r.push(`A freelance nurse`);
+						}
+						r.push(`delivers ${firstText} child before taking it away. Before long ${he} is returned to ${his} recovery room to rest.`);
+					} else {
+						r.push(`${slave.slaveName} is in the perfect place to give birth when ${his} water breaks.`);
+						if (S.Nurse) {
+							r.push(S.Nurse.slaveName);
+						} else {
+							r.push(`A freelance nurse`);
+						}
+						r.push(`delivers ${firstText} child before taking it away. Before long ${he2} returns to attend to ${his2} patient's post-birth health.`);
+					}
+				}
+				break;
+
+			case "be confined in the cellblock":
+				if (slave.fetish === "mindbroken") {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} is forced into a specially designed cell to give birth in. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and, after ${his} still very gravid body and the cell are hosed down, ${he} is moved back into a standard cell.`);
+					} else {
+						r.push(`While waiting in a cell in ${V.cellblockName}, ${slave.slaveName}'s water breaks. ${He} assumes a birthing position,`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to reach ${firstText} child around ${his} still very gravid middle and resumes waiting with it latched to ${his} breast.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} is forced into a specially designed cell to give birth in. Reluctantly, ${he} begins to push out ${firstText} baby${UH}. ${His} child is promptly taken and, after ${his} still very gravid body and the cell are hosed down, ${he} is moved back into a standard cell.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} stupor by moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} collects ${his} ${firstText} child and holds it close knowing someone will soon come to take it away from ${him}.`);
+					}
+				}
+				break;
+
+			case "be the DJ":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} heads to a private room in the back of the club accompanied by an influential patron. ${He} settles ${himself} onto his lap and begins working on ${firstText} baby, basking in his attention${UH}. Placing ${his} child outside the room, ${he} returns to pleasure ${his} tease.`);
+				} else {
+					r.push(`While DJing ${V.clubName}, ${slave.slaveName}'s water breaks. ${He} can't stop ${his} setlist without drawing attention, so ${he} tries ${his} best to ride out the contractions. As soon as the opportunity arises, ${he} attempts to sneak off stage. However, a number of fans block ${his} progress keeping ${him} on stage. Before long the contractions are too much to bear and ${he} drops to the ground.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Exhausted, ${he} sits up and smiles to the crowd. ${His} show definitely drew attention to ${his} club. With a burst of energy ${he} hefts ${his} still very gravid body to its feet, bows to the crowd, and gathers ${firstText} child before making ${his} way off stage. As ${he} leaves the public's gaze, ${he} shouts out with a wink "Same time next week!"`);
+				}
+				break;
+
+			case "be the Attendant":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${S.Attendant.slaveName} waddles to a special pool designed to give birth in. Once ${he} is safely in the water, ${he} begins to push out ${firstText} baby,`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process, which is`);
+					}
+					r.push(`something ${he} has been trained for. ${His} child is promptly taken and, following a cleaning, ${he} heads back to the main pool.`);
+				} else {
+					r.push(`While tending to the guests in the spa, ${slave.slaveName}'s water breaks. The slaves quickly come to ${his} aid as the contractions get closer and closer together. Their hands are all over ${his} laboring body, unsure of what they should be doing.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${He} thanks ${his} charges for their, less than helpful, efforts and collects ${firstText} child for removal. Upon returning, ${he} strips down and enters the pool, desperate for a break and eager to take the weight off ${his} still very gravid body.`);
+				}
+				break;
+
+			case "be the Madam":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} heads to a private room in the back of the club accompanied by an influential patron. ${He} settles ${himself} onto his lap and begins working on birthing ${firstText} baby,`);
+					if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+						r.push(`convulsing with orgasms in the process and`);
+					}
+					r.push(`basking in his attention as he strips ${him}. Placing ${his} child outside the room, ${he} returns to get more intimate with ${his} catch.`);
+				} else {
+					r.push(`While managing ${V.brothelName}, ${slave.slaveName}'s water breaks. Knowing ${he} lacks the time to leave, ${he} sets up a sign reading "Birthshow ${cashFormat(100)} a viewer" and takes a seat.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Upon completing ${his} show, ${he} reclines with ${firstText} child and begins counting the credits ${he} bought in. In total ${he} made ${cashFormat(100 * _birthScene)} and feels that business will be up in the brothel as patrons line up hoping another showing.`);
+					cashX((100 * _birthScene), "birth", slave);
+				}
+				break;
+
+			case "be the Stewardess":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} strips and settles ${himself} into ${his} favorite chair while calling several servants to ${his} aid. ${He} begins to push out ${firstText} baby into the arms of ${his} waiting charges${UH}. ${His} child is promptly taken and ${he} reclines while ${his} servants clean and dress ${his} still very gravid body. Once ${he} has had enough, ${he} orders them to help ${him} up and get back to work on the penthouse.`);
+				} else {
+					r.push(`While overseeing the house servants, ${slave.slaveName}'s water breaks. ${He} has no time to strip down so ${he} takes a seat and readies ${himself}. Commandingly, ${he} snaps ${his} fingers and orders ${his} charges to clean up the floor, assist ${him} with ${his} clothes, and be ready to take ${firstText} child away.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Once ${he} catches ${his} breath, ${he} struggles to`);
+					if (hasBothLegs(slave)) {
+						r.push(`${his} feet`);
+					} else {
+						r.push(`get upright`);
+					}
+					r.push(`and takes the fresh change of clothing provided by ${his} servants before ordering them back to work.`);
+				}
+				break;
+
+			case "be the Milkmaid":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${He} is quite experienced in delivering ${his} cows' children, but ${he} finds it much more difficult to apply ${his} knowledge to ${himself}. ${His} child is promptly taken and, after a short rest, ${he} returns to caring for your cows, as gravid as ever.`);
+				} else {
+					r.push(`While tending to ${his} stock, ${slave.slaveName}'s water breaks. ${He} hastily pulls ${himself} into a vacant stall and seats ${himself} in its corner.`);
+					r.push(clothingBirth(slave));
+					r.push(`Quickly, ${he} collects ${firstText} child for removal before returning to ${V.dairyName}. The cows around ${his} stall all have a knowing look on their`);
+					if (V.dairyPregSetting > 0) {
+						r.push(`faces but with their own swollen bellies hanging heavily from them, they know that they soon will follow ${his} lead.`);
+					} else {
+						r.push(`faces.`);
+					}
+				}
+				break;
+
+			case "be the Farmer":	// TODO: this needs a rewrite
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${He} is quite experienced in delivering ${his} cows' children, but ${he} finds it much more difficult to apply ${his} knowledge to ${himself}. ${His} child is promptly taken and, after a short rest, ${he} returns to caring for your cows, as gravid as ever.`);
+				} else {
+					r.push(`While tending to ${his} stock, ${slave.slaveName}'s water breaks. ${He} hastily pulls ${himself} into a vacant stall and seats ${himself} in its corner.`);
+					r.push(clothingBirth(slave));
+					r.push(`Quickly, ${he} collects ${firstText} child for removal before returning to ${V.farmyardName}. The cows around ${his} stall all have a knowing look on their`);
+					if (V.farmyardPregSetting > 0) {
+						r.push(`faces but with their own swollen bellies hanging heavily from them, they know that they soon will follow ${his} lead.`);
+					} else {
+						r.push(`faces.`);
+					}
+				}
+				break;
+
+			case "be the Wardeness":
+				if (slave.fetish === "mindbroken") {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} enters an empty cell, strips, and seats ${himself} on the cot. ${He} instinctively begins birthing ${firstText} baby. ${His} child is promptly taken and ${he} returns to mindlessly breaking the confined slaves.`);
+					} else {
+						r.push(`While punishing a slave, ${slave.slaveName}'s water breaks, soaking ${himU}. Indifferent, ${he} resumes beating ${himU} until the contractions are too much to bear. Settling to the floor, ${he} begins giving birth.`);
+						r.push(clothingBirth(slave));
+						r.push(`As soon as ${he} regains ${his} strength, ${he} resumes beating the confused slave.`);
+						if (slave.counter.birthsTotal === 0) {
+							r.push(`${His} first`);
+						} else {
+							r.push(`This week's`);
+						}
+						r.push(`is collected by a servant, who carefully hints that ${slave.slaveName} should take a break before returning to ${his} task.`);
+					}
+				} else {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to the cellblock.`);
+					} else {
+						r.push(`While punishing a rebellious slave, ${slave.slaveName}'s water breaks, soaking ${himU}. Noticing the slave's smirk, ${he} resumes beating ${himU} until the contractions are too much to bear. Relocking the cell, ${he} waddles into the nearest empty cell and drops ${his} weight onto the cot.`);
+						r.push(clothingBirth(slave));
+						r.push(`Quickly, ${he} collects ${firstText} child for removal before returning to ${V.cellblockName}. On ${his} way past the cells, ${he} takes note of any slaves whispering or gesturing about what transpired for future punishment.`);
+					}
+				}
+				break;
+
+			case "be the Nurse":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} waddles to ${his} maternity ward and strips before settling into an open bed. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}as ${his} assistants watch. ${His} child is promptly taken and ${he} is helped to the recovery ward until ${he} recovers enough to take over ${V.clinicName} again.`);
+				} else {
+					r.push(`While tending to your unwell slaves, ${slave.slaveName}'s water breaks. Counting the time between contractions, ${he} knows ${he} has no time to get to ${his} prepared birthing chamber. ${He} waddles into the nearest empty room and hoists ${his} gravid body into the examination chair, placing ${his} feet in the stirrups.`);
+					r.push(clothingBirth(slave));
+					r.push(`Quickly, ${he} collects ${firstText} child for removal before retiring to the recovery ward. Within an hour of rest, ${he} is back on ${his} feet tending to ${his} charges.`);
+				}
+				break;
+
+			case "be your Head Girl":
+				if (random(1, 20) > V.suddenBirth) {
+					_HGL = App.Entity.facilities.headGirlSuite.employeesIDs().size;
+					r.push(`${He} returns to`);
+					if (V.HGSuite === 1) {
+						r.push(`${his} room's bed`);
+					} else {
+						r.push(`${his} bed`);
+					}
+					r.push(`and strips before slipping into it. ${He} makes ${himself} comfortable${(_HGL !== 0) ? `, as ${his} slave rushes to ${his} side,` : ``} and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken`);
+					if (_HGL !== 0) {
+						r.push(`by ${his} roommate`);
+					}
+					r.push(`and ${he} rests awhile before returning to managing your slaves.`);
+				} else {
+					r.push(`While overseeing your other slaves, ${slave.slaveName}'s water breaks. ${He} attempts to hold back the coming birth until ${he} can catch a break in ${his} duties but ultimately fails.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`Upon finishing, ${he} quickly collects ${firstText} child and orders the mess to be cleaned promptly without breaking ${his} dominant appearance.`);
+				}
+				break;
+
+			case "guard you":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`Or ${he} would have, if ${he}'d stop refusing to leave your side. You lead ${him} someplace private and help ${him} undress. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. You call for a servant to quickly gather ${his} child as you help ${him} into the shower, making sure to wait outside for your loyal guardian to finish.`);
+				} else {
+					r.push(`Refusing to leave your side even when on the verge of giving birth, ${slave.slaveName} continues to serve as your bodyguard despite ${his} condition. A splashing sound and a loud groan emit from behind you; your bodyguard has gone into labor. You quickly help ${him} to the ground and prepare for the coming birth.`);
+					r.push(clothingBirth(slave));
+					r.push(`You sit by your loyal guard holding ${firstText} child until a servant comes by to take them away. Once ${he} is thoroughly rested, you help ${him} up and lead ${him} back to the penthouse to shower and change.`);
+				}
+				break;
+
+			case "recruit girls":
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} rests awhile before returning to finding new slaves for you.`);
+				} else {
+					r.push(`While on a video call with a potential recruit, ${slave.slaveName}'s water breaks. ${He} attempts to play it cool and act like nothing is happening but the worsening contractions finally get to ${him}.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					if (_birthScene > 50) {
+						r.push(`Exhausted from the birth and clutching ${firstText} baby, ${he} returns to find that ${he} never ended the call. The prospective slave is blushing furiously and seems to have begun touching ${himselfU} to the show. Apologizing for the interruption, while red with embarrassment, ${slave.slaveName} resumes chatting with the somewhat more pliant ${girlU}.`);
+					} else {
+						r.push(`Exhausted from the birth and clutching ${firstText} baby, ${he} returns to find that ${he} never ended the call. The prospective slave is grinning widely and states ${heU} has been recording the show. ${HeU} signs off, but not before saying ${heU}'ll be seeing more of ${slave.slaveName} around the internet.`);
+						if (slave.fetish === "humiliation") {
+							r.push(`Your recruiter can't help but become aroused at the prospect.`);
+						} else {
+							r.push(`Your recruiter is terrified that ${his} birth video is out there for everyone to see, partly due to ${his} own shame and to the potential damage it will do to ${his} reputation.`);
+						}
+					}
+				}
+				break;
+
+			case "work in the dairy":
+				if (V.dairyRestraintsSetting > 1 && slave.career === "a bioreactor") {
+					if (random(1, 20) > V.suddenBirth) {
+						r.push(`As ${slave.slaveName}'s water breaks, a mechanical basket is extended under ${his} laboring`);
+						if (slave.mpreg === 1) {
+							r.push(`ass.`);
+						} else {
+							r.push(`cunt.`);
+						}
+						r.push(`Once ${firstText} baby is secure, the basket retracts to allow ${his}`);
+						if (slave.mpreg === 1) {
+							r.push(`rear`);
+						} else {
+							r.push(`vagina`);
+						}
+						r.push(`to be cleaned.`);
+					} else {
+						r.push(`Without warning, ${slave.slaveName}'s water breaks and ${his} body begins to rapidly push out ${firstText} baby. ${He} manages to force out the squirming child before the basket could extend, flagging ${his} unit for maintenance.`);
+					}
+					r.push(`All these events are meaningless to ${him}, as ${his} consciousness has long since been snuffed out.`);
+				} else if (V.dairyRestraintsSetting > 1) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`As ${slave.slaveName}'s water breaks, a mechanical basket is extended under ${his} laboring`);
+							if (slave.mpreg === 1) {
+								r.push(`ass.`);
+							} else {
+								r.push(`cunt.`);
+							}
+							r.push(`Once ${firstText} baby is secure, the basket retracts to allow ${his}`);
+							if (slave.mpreg === 1) {
+								r.push(`rear`);
+							} else {
+								r.push(`vagina`);
+							}
+							r.push(`to be cleaned.`);
+						} else {
+							r.push(`Without warning, ${slave.slaveName}'s water breaks and ${his} body begins to rapidly push out ${firstText} baby. ${He} manages to force out the squirming child before the basket could extend, flagging ${his} unit for maintenance.`);
+						}
+						r.push(`${He} doesn't care about any of this, as the only thoughts left in ${his} empty mind revolve around the sensations in ${his} crotch and breasts.`);
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`As ${slave.slaveName}'s water breaks, a mechanical basket is extended under ${his} laboring`);
+							if (slave.mpreg === 1) {
+								r.push(`ass.`);
+							} else {
+								r.push(`cunt.`);
+							}
+							r.push(`${He} struggles in ${his} bindings, attempting to break free in order to birth ${firstText} baby, but ${his} efforts are pointless.`);
+							if (slave.geneticQuirks.uterineHypersensitivity === 2) {
+								r.push(`Soon ${he} is convulsing with powerful orgasms while giving birth,`);
+							} else {
+								r.push(`${He} is forced to give birth,`);
+							}
+							r.push(`restrained, into the waiting holder. Once the ${childrenAre} secure, the basket retracts, allowing access to ${his}`);
+							if (slave.mpreg === 1) {
+								r.push(`asshole.`);
+							} else {
+								r.push(`vagina.`);
+							}
+						} else {
+							r.push(`Without warning, ${slave.slaveName}'s water breaks and ${he} uncontrollably births ${firstText} baby${UH}. ${He} manages to force out the screaming child before the basket could fully extend, flagging ${his} unit for maintenance and causing quite the scene. ${He} knows full well there is nothing ${he} can do to hide ${his} shame.`);
+						}
+						r.push(`${His} mind slips slightly more as ${he} focuses on ${his} fate as nothing more than an animal destined to be milked and bare offspring until ${his} body gives out.`);
+						V.humiliation = 1;
+						slave.trust -= 10;
+						slave.devotion -= 10;
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} shows little interest and continues kneading ${his} breasts. Instinctively, ${he} begins to push out ${firstText} ${He} pays no heed to ${his} child being removed from the milking stall, instead focusing entirely on draining ${his} breasts and getting comfortable with ${his} still very gravid middle.`);
+						} else {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks. ${He} show little interest and continues kneading ${his} breasts.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} shows no interest in ${firstText} child being removed from the milking stall, nor ${his} still very gravid middle, instead focusing entirely on draining ${his} breasts.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks,`);
+							if (V.dairyPregSetting > 0) {
+								r.push(`this is a regular occurrence to ${him} now so`);
+							} else {
+								r.push(`but`);
+							}
+							r.push(`${he} continues enjoying ${his} milking while ${he} works to push out ${firstText} baby${UH}. ${He} catches`);
+							if (canSee(slave)) {
+								r.push(`a glimpse`);
+							} else if (canHear(slave)) {
+								r.push(`the sound`);
+							} else {
+								r.push(`the feeling`);
+							}
+							r.push(`of ${his} child being removed from the milking stall before returning ${his} focus to draining ${his} breasts.`);
+						} else {
+							r.push(`While getting milked, ${slave.slaveName}'s water breaks. Knowing ${he} can't leave yet, ${he} shifts into a more comfortable position for the impending birth.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} takes a break from milking to collect ${firstText} child for removal and to catch ${his} breath before reattaching the milkers and coaxing ${his} milk to begin flowing anew.`);
+						}
+					}
+				}
+				break;
+
+			default:
+				App.Events.addParagraph(el, r);
+				App.UI.DOM.appendNewElement("div", el, `Assignment was "${slave.assignment}" so why did we default? Report this!`, "note");
+				r = [];
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} is encouraged to keep resting.`);
+							if (hasAnyArms(slave)) {
+								r.push(`${He} runs ${his} hand`);
+								if (hasBothArms(slave)) {
+									r.push(`s`);
+								}
+								r.push(`across the still huge dome of ${his} middle; to`);
+							} else {
+								r.push(`To`);
+							}
+							r.push(`${him}, gravidity and birth is nothing out of the ordinary.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes resting.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} is encouraged to keep resting. ${He} rolls over${(hasAnyArms(slave)) ? `, cradling ${his} heavily rounded middle,` : ``} and dozes off.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} struggles to collect ${his} child and places them in the cradle readied for ${him}. ${He} is helped to the shower as your servants clean up and remove ${his} child.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} is encouraged to keep resting.`);
+							if (hasAnyArms(slave)) {
+								r.push(`${He} runs ${his} hand`);
+								if (hasBothArms(slave)) {
+									r.push(`s`);
+								}
+								r.push(`across the still huge dome of ${his} middle; to`);
+							} else {
+								r.push(`To`);
+							}
+							r.push(`${him}, gravidity and birth is nothing out of the ordinary.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes resting.`);
+						}
+					} else {
+						if (random(1, 20) > V.suddenBirth) {
+							r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} ${childrenAre} promptly taken and ${he} is encouraged to keep resting. ${He} rolls over${(hasAnyArms(slave)) ? `, cradling ${his} heavily rounded middle,` : ``} and dozes off.`);
+						} else {
+							r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} struggles to collect ${his} child and places them in the cradle readied for ${him}. ${He} hefts ${his} still very gravid body out of bed to take a shower as your servants clean up and remove ${his} child.`);
+						}
+					}
+				}
+		}
+	} else {
+		// add extra events here (moving between jobs | after work)
+		if (!canWalk(slave)) {
+			if (slave.fetish === "mindbroken") {
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} is encouraged to keep resting.`);
+					if (hasAnyArms(slave)) {
+						r.push(`${He} runs ${his} hand`);
+						if (hasBothArms(slave)) {
+							r.push(`s`);
+						}
+						r.push(`across the still huge dome of ${his} middle; to`);
+					} else {
+						r.push(`To`);
+					}
+					r.push(`${him}, gravidity and birth is nothing out of the ordinary.`);
+				} else {
+					if (_birthScene >= 50) {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes resting.`);
+					} else {
+						r.push(`While stroking ${his} pregnancy absentmindedly, ${slave.slaveName}'s body begins to birth ${firstText} baby. ${He} carries on until the contractions drag ${him} to`);
+						if (hasBothLegs(slave)) {
+							r.push(`${his} knees.`);
+						} else {
+							r.push(`the floor.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} rolls onto ${his} side and rests with ${his} child to ${his} breast until a servant collects ${his} child and helps ${him} to ${his} bed.`);
+					}
+				}
+			} else {
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} is helped back to ${his} bed and stripped before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} is encouraged to keep resting. ${He} rolls over${(hasAnyArms(slave)) ? `, cradling ${his} heavily rounded middle,` : ``} and dozes off.`);
+				} else {
+					if (_birthScene >= 70) {
+						r.push(`While waiting to be helped to ${his} next assignment, ${slave.slaveName}'s body begins to birth ${firstText} baby. Unable to do anything, ${he} is forced to give birth where ${he} is.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} gathers ${his} child and recovers ${his} strength while resuming ${his} wait a servant to help ${him} to ${his} assignment.`);
+					} else if (_birthScene >= 30) {
+						r.push(`While eating in the cafeteria, ${slave.slaveName}'s body begins to birth ${firstText} baby. Unable to walk without assistance, ${he} finds ${himself} stranded in the middle of all the dining slaves.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} gathers ${his} child and waits to be rescued from the vicious mockery, fully aware of all the jeering and laughter.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to collect ${his} child and places them in the cradle readied for ${him}. ${He} is helped to the shower as your servants clean up and remove ${his} child.`);
+					}
+				}
+			}
+		} else {
+			if (slave.fetish === "mindbroken") {
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. Instinctively, ${he} begins to push out ${firstText} baby. ${His} child is promptly taken and ${he} is encouraged to keep resting.`);
+					if (hasAnyArms(slave)) {
+						r.push(`${He} runs ${his} hand`);
+						if (hasBothArms(slave)) {
+							r.push(`s`);
+						}
+						r.push(`across the still huge dome of ${his} middle; to`);
+					} else {
+						r.push(`To`);
+					}
+					r.push(`${him}, gravidity and birth is nothing out of the ordinary.`);
+				} else {
+					if (_birthScene >= 50) {
+						r.push(`While wandering the penthouse absentmindedly, ${slave.slaveName}'s body begins to birth ${firstText} baby. ${He} carries on until the contractions drag ${him} to`);
+						if (hasBothLegs(slave)) {
+							r.push(`${his} knees.`);
+						} else {
+							r.push(`the floor.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} rolls onto ${his} side and rests with ${his} child to ${his} breast until a servant collects ${his} child and helps ${him} to ${his} bed.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} fishes around under ${his} still huge dome of a stomach searching for ${his} newborn. Once ${he} finds it, ${he} draws it to ${his} breast and resumes resting.`);
+					}
+				}
+			} else if (slave.fetish === "humiliation" && _birthScene >= 50) {
+				r.push(`While waddling through the penthouse between assignments, ${slave.slaveName}'s body begins to birth ${firstText} baby. Sensing an opportunity, ${he} waddles to the nearest balcony overlooking the city. ${He} calls out, making sure all eyes are on ${him} for what happens next.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to. ${He} resumes ${his} previous task, eager for the next child to move into position.`);
+			} else {
+				if (random(1, 20) > V.suddenBirth) {
+					r.push(`${He} returns to ${his} bed and strips before slipping into it. ${He} makes ${himself} comfortable and begins working on birthing ${firstText} baby${UH}. ${His} child is promptly taken and ${he} is encouraged to keep resting. ${He} rolls over${(hasAnyArms(slave)) ? `, cradling ${his} heavily rounded middle,` : ``} and dozes off.`);
+				} else {
+					if (_birthScene >= 70) {
+						r.push(`While waddling through the penthouse on the way to ${his} next assignment, ${slave.slaveName}'s body begins to birth ${firstText} baby. Unable to reach the prepared birthing room in time, ${he} finds a secluded room to give birth in.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to before shuffling to ${his} assignment, a hand on ${his} still very gravid middle.`);
+					} else if (_birthScene >= 30) {
+						r.push(`While waddling through the penthouse on ${his} way to the cafeteria, ${slave.slaveName}'s body begins to birth ${firstText} baby. Unable to reach the prepared birthing room in time, ${he} finds ${himself} stranded in the middle of all the dining slaves.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} gathers ${his} child and recovers ${his} strength before trying to escape out of sight of the jeering crowd. Finding a servant to give ${his} child to, ${he} hastily heads back to ${his} bed to hide ${himself} from the mockery. ${He} runs a hand across ${his} still very gravid middle; ${he}'ll have to be more careful in the future as there are plenty more children growing within ${him}.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a moist sensation followed by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to collect ${his} child and places them in the cradle readied for ${him}. ${He} hefts ${his} still very gravid body out of bed to take a shower as your servants clean up and remove ${his} child.`);
+					}
+				}
+			}
+		}
+	}
+	App.Events.addParagraph(el, r);
+	return el;
+};
+
+/**
+ *
+ * @param {App.Entity.SlaveState} slave
+ * @returns {Node}
+ */
+globalThis.hyperBroodmotherBirth = function(slave) {
+	const el = document.createElement("p");
+	const {
+		He, His,
+		he, his, himself, him
+	} = getPronouns(slave);
+	let he2, his2;
+	const r = [];
+	let _tempSub;
+	let _pbw;
+	const babies = slave.pregType > 1 ? `babies` : `baby`;
+	const children = slave.pregType > 1 ? `children` : `child`;
+	const UH = (slave.geneticQuirks.uterineHypersensitivity === 2) ? `, convulsing with orgasms in the process` : ``;
+
+	if (random(1, 2) === 1) {
+		// at assignment else in halls/etc
+
+		switch (slave.assignment) {
+			case "rest":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to draw ${his} child to ${his} breast and resumes resting.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a contraction. ${He} struggles to roll over, and failing that, clutches ${his} gravid belly as another contraction wracks ${his} body. Since this has already happened several times this week, ${he} knows what to expect.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is collected and ${his} body cleaned before ${he} is allowed to resume ${his} rest.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to draw ${his} child to ${his} breast and resumes resting.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a contraction. ${He} rolls over and clutches ${his} gravid belly as another contraction wracks ${his} body. Since this has already happened several times this week, ${he} knows what to expect.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is collected and ${his} body cleaned before ${he} is allowed to resume ${his} rest.`);
+					}
+				}
+				break;
+
+			case "be a subordinate slave":
+				_tempSub = getSlave(slave.subTarget);
+				if (_tempSub) {
+					({he2} = getPronouns(_tempSub).appendSuffix("2"));
+				}
+				if (slave.fetish === "mindbroken") {
+					if (slave.subTarget === 0) {
+						r.push(`While servicing your other slaves, ${slave.slaveName}'s body begins to birth another of ${his} brood, though it does nothing to deter ${him} from ${his} task.`);
+						r.push(clothingBirth(slave));
+						r.push(`No sooner than ${his} baby is born, a cock is shoved into ${his} gaping pussy as ${he} draws ${his} child to ${his} breast.`);
+					} else {
+						r.push(`While servicing ${_tempSub.slaveName}, ${slave.slaveName}'s body begins to birth another of ${his} brood, though it does nothing to deter ${him} from ${his} task.`);
+						r.push(clothingBirth(slave));
+						r.push(`No sooner than ${his} baby is born does ${he} go back to pleasuring ${his} dom.`);
+					}
+				} else {
+					if (slave.subTarget === 0) {
+						r.push(`While servicing your other slaves, ${slave.slaveName}'s body begins to birth another of ${his} brood, causing ${him} to immediately try to break off. However, several hands quickly hook ${his} enormous bulk and ${he} is pulled back into another slave's crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Since ${he} is too pregnant to collect ${his} child, it is done for ${him}. ${His} exhausted form is slumped onto ${his} huge belly as another slave helps themselves to ${his} vulnerable body.`);
+					} else {
+						r.push(`While servicing ${_tempSub.slaveName}, ${slave.slaveName}'s body begins to birth another of ${his} brood, causing ${him} to immediately try to break off. ${His} dom eagerly watches ${his2} pregnant sub's ordeal.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${_tempSub.slaveName} collects the newborn child to be sent off before returning and planting ${his2} crotch directly over ${his2} exhausted sub's face.`);
+					}
+				}
+				break;
+
+			case "whore":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While attempting to attract customers to fuck ${his} grotesquely distended body, ${slave.slaveName}'s body begins to birth another of ${his} brood.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to bring ${his} child to ${his} breast as ${he} resumes whoring, oblivious to the free show ${he} just gave ${his} customers.`);
+					} else {
+						r.push(`While attempting to attract customers to fuck ${his} grotesquely distended body, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to move and rapidly crowning, ${he} manages to get several men to help ${him} out.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} lies stranded on the ground, exhausted and covered in sperm from the circle of men watching ${him}, until ${he} is helped into a sitting position and handed ${his} child.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While attempting to attract customers with ${his} grotesquely distended body, ${slave.slaveName}'s body begins to birth another of ${his} brood.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} child to ${his} breast as ${he} resumes whoring, oblivious to the free show ${he} just gave ${his} customers.`);
+					} else {
+						r.push(`While attempting to attract customers with ${his} grotesquely distended body, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} knows it is pointless to try to waddle away, as large as ${he} is, so ${he} convinces several men to help ${him} out.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} lies on the ground, exhausted and covered in sperm from the circle of men watching ${him}, until ${he} is helped`);
+						if (hasBothLegs(slave)) {
+							r.push(`to ${his} feet`);
+						} else {
+							r.push(`upright`);
+						}
+						r.push(`and handed ${his} child.`);
+					}
+				}
+				break;
+
+			case "serve the public":
+				_pbw = random(1, 100);
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (_pbw > 80) {
+							r.push(`While taking a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood out on him. Showing no signs of stopping, he struggles to shoves ${his} bulk off of him. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. ${He} is handed ${his} child, which ${he} clutches to ${his} breast before beckoning for the next citizen's cock.`);
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before placing ${his} child on ${his} breast, as ${he} starts beckoning for the next citizen's cock.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a citizen's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so ${he} allows ${him} to continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`The citizen splashes across ${his} face before placing ${his} child on ${his} breast, as ${he} begins beckoning for the next citizen's cunt.`);
+						} else {
+							r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to continue. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass before handing ${him} ${his} child. ${He} brings it to ${his} breast before beckoning for the next citizen's cock.`);
+						}
+					} else {
+						if (_pbw > 80) {
+							r.push(`While riding a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately struggles to disengage encouraging him to shove ${him} onto ${his} bloated womb and mount ${him}. He thoroughly enjoys ${his} contracting cunt before pulling out and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He comes over ${his} exhausted body and moves on leaving ${him} to recover and await ${his} child to be sent off.`);
+							V.humiliation = 1;
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since ${he} is incapable of moving ${himself}, ${he} carries on sucking.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before letting ${him} collapse onto ${his} bloated form. When ${he} recovers, ${he} gathers ${his} child to be sent off.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a citizen's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since ${he} is incapable of moving ${himself}, ${he} carries on licking.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`She cums across ${his} face before helping ${him} to ${his} rear and handing ${him} the newborn child.`);
+						} else {
+							r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately struggles to disengage but he shoves ${him} onto ${his} bloated womb and mounts ${him}. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} bloated womb. Once ${he} recovers enough to collect ${his} child, ${he} awaits for it to be sent off.`);
+							V.humiliation = 1;
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (_pbw > 80) {
+							r.push(`While taking a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood out on him. Showing no signs of stopping, he struggles to shoves ${his} bulk off of him. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. ${He} is handed ${his} child, which ${he} clutches to ${his} breast before seeking out the next citizen's cock.`);
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before placing ${his} child on ${his} breast, as ${he} begins seeking out the next citizen's cock.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a citizen's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so ${he} allows ${him} to reposition and continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`The citizen splashes across ${his} face before placing ${his} child on ${his} breast, as ${he} begins seeking out the next citizen's cunt.`);
+						} else {
+							r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass before handing ${him} ${his} child. ${He} brings it to ${his} breast before seeking out the next citizen's cock.`);
+						}
+					} else {
+						if (_pbw > 80) {
+							r.push(`While riding a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but he shoves ${him} onto ${his} bloated womb and mounts ${him}. He thoroughly enjoys ${his} contracting cunt before pulling out and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He comes over ${his} exhausted body and moves on leaving ${him} to recover and collect ${his} child to be sent off.`);
+							V.humiliation = 1;
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a citizen's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before letting ${him} collapse onto ${his} bloated form. When ${he} recovers, ${he} gathers ${his} child to be sent off.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a citizen's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but she grabs ${his} head and slams ${him} back into her crotch.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`She cums across ${his} face before helping ${him}`);
+							if (hasBothLegs(slave)) {
+								r.push(`to ${his} feet`);
+							} else {
+								r.push(`upright`);
+							}
+							r.push(`and handing ${him} the newborn child.`);
+						} else {
+							r.push(`While taking a citizen's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but he shoves ${him} onto ${his} bloated womb and mounts ${him}. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} bloated womb. Once ${he} recovers enough to get`);
+							if (hasBothLegs(slave)) {
+								r.push(`to ${his} feet,`);
+							} else {
+								r.push(`upright,`);
+							}
+							r.push(`${he} gathers ${his} child to be sent off.`);
+							V.humiliation = 1;
+						}
+					}
+				}
+				break;
+
+			case "work a glory hole":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} makes no effort to stop sucking the dicks presented to ${him}.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is taken as it is born from ${his} rear hanging out of the box. ${He} never notices, focused entirely on the fresh cock poking through the glory hole.`);
+					} else {
+						r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} quickly finishes the dick off and sighs, knowing full well ${he} couldn't move even if ${he} weren't confined. Another dick is shoved into ${his} trapped face and ${he} is forced to keep sucking.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is taken as it is born from ${his} rear hanging out of the box. ${He} never got a look at it, being unable to turn even slightly.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} makes no effort to stop sucking the dicks presented to ${him}.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is taken as it is born from ${his} rear hanging out of the box. ${He} never notices, focused entirely on the fresh cock poking through the glory hole.`);
+					} else {
+						r.push(`While sucking a dick through the hole of ${his} confining box, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} quickly finishes the dick off before realizing there is no way ${he} can move ${his} bloated form in the box. Another dick is shoved into ${his} trapped face and ${he} is forced to keep sucking.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is taken as it is born from ${his} rear hanging out of the box. ${He} never got a look at it, being unable to turn even slightly.`);
+					}
+				}
+				break;
+
+			case "get milked":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While getting milked, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} show little interest and continues kneading ${his} breasts.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} shows no interest in ${his} ${children}`);
+						r.push(`being removed from the milking stall, instead focusing entirely on draining breasts.`);
+					} else {
+						r.push(`While getting milked, ${slave.slaveName}'s body begins to birth another of ${his} brood. Between the milkers and ${his} immobilizing belly, ${he} ends up stranded atop ${his} immense pregnancy.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is carried away and ${he} struggles to get off of ${himself}. ${He} groans as ${he} realizes the milk tank is nearly full, having been filled with the copious amounts of milk ${his} body is producing for ${his} brood.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While getting milked, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} show little interest and continues kneading ${his} breasts.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} shows no interest in ${his} ${children}`);
+						r.push(`being removed from the milking stall, instead focusing entirely on draining breasts.`);
+					} else {
+						r.push(`While getting milked, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shifts into a comfortable position to give birth while the milker works ${his} breasts.`);
+						r.push(clothingBirth(slave));
+						r.push(`${His} child is carried away and ${he} rests with ${his} back against the wall. ${He} groans as ${he} realizes the milk tank is nearly full, having been filled with the copious amounts of milk ${his} body is producing for ${his} brood.`);
+					}
+				}
+				break;
+
+			case "please you":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While sitting absentmindedly nearby, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} pays no heed to it and continues waiting for you to use ${him}.`);
+						r.push(clothingBirth(slave));
+						r.push(`You certainly enjoyed the show as you call for a servant to take away ${his} child and to clean up the still oblivious broodmother.`);
+					} else {
+						r.push(`While resting against ${his} belly nearby, ${slave.slaveName}'s body begins to birth another of ${his} brood, startling ${him}. ${He} looks to you for guidance and you shake your head "no". Without permission to move ${he}`);
+						if (slave.devotion > 50) {
+							r.push(`decides to give you a show.`);
+						} else if (slave.devotion > 20) {
+							r.push(`reluctantly decides giving birth in front of you isn't so bad.`);
+						} else {
+							r.push(`begins to panic as ${his} contractions come sooner and sooner.`);
+							V.humiliation = 1;
+						}
+						r.push(clothingBirth(slave));
+						r.push(`As thanks for the show, you help ${his} exhausted body onto the couch so ${he} can recover before returning to ${his} duties. You call for a servant to take away ${his} child and clean up your toy.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While sitting absentmindedly nearby, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} pays no heed to it and continues waiting for you to use ${him}.`);
+						r.push(clothingBirth(slave));
+						r.push(`You certainly enjoyed the show as you call for a servant to take away ${his} child and to clean up the still oblivious broodmother.`);
+					} else {
+						r.push(`While standing nearby, ${slave.slaveName}'s body begins to birth another of ${his} brood, startling ${him}. ${He} looks to you for guidance and you shake your head "no". Without permission to leave ${he}`);
+						if (slave.devotion > 50) {
+							r.push(`decides to give you a show.`);
+						} else if (slave.devotion > 20) {
+							r.push(`reluctantly decides giving birth in front of you isn't so bad.`);
+						} else {
+							r.push(`begins to panic as ${his} contractions come sooner and sooner.`);
+							V.humiliation = 1;
+						}
+						r.push(clothingBirth(slave));
+						r.push(`As thanks for the show, you help ${his} exhausted body onto the couch so ${he} can recover before returning to ${his} duties. You call for a servant to take away ${his} child and clean up your toy.`);
+					}
+				}
+				break;
+
+			case "stay confined":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While waiting in confinement, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since ${he} can't move, ${he} just lets things happen.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles for a minute before realizing ${he} is incapable of reaching ${his} child. The servant that has to crawl under ${his} bloated body to get ${his} child is less than pleased, especially since this is the third time this week ${he} has had to do it.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} stupor by ${his} body beginning to birth another of ${his} brood. ${He} struggles to get into position but ends up getting stuck atop ${his} massive belly.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} spills out of the cell when the servant comes once more to collect ${his} child. ${He} hastily tries to cram ${his} bulk back into ${his} cell before ${he} gets chastised.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While waiting in confinement, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} assumes a birthing position.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles for a minute before realizing ${his} pregnancy takes up most of the cell and that ${he} can't reach ${his} child. The servant that has to crawl under ${his} bloated body to get ${his} child is less than pleased, especially since this is the third time this week ${he} has had to do it.`);
+					} else {
+						r.push(`${slave.slaveName} is awoken from ${his} stupor by ${his} body beginning to birth another of ${his} brood. ${He} struggles to get into position but ends up getting stuck standing thanks to ${his} massive belly.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} spills out of the cell when the servant comes once more to collect ${his} child. ${He} hastily tries to cram ${his} bulk back into ${his} cell before ${he} gets chastised.`);
+					}
+				}
+				break;
+
+			case "work as a servant":
+			case "be a servant":
+				if (slave.fetish === "mindbroken") {
+					if (random(0, 1) === 1) {
+						r.push(`While giving a slave oral service, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} disregards this development and continues working.`);
+						r.push(clothingBirth(slave));
+						r.push(`The slave gets off quite strongly to the show and shoves ${him} out of the way, leaving ${him} to clean up ${his} mess. Instead, ${he} struggles to bring ${his} child to ${his} breast until`);
+						if (S.Stewardess) {
+							r.push(`${S.Stewardess.slaveName} shouts at ${him} to move ${his} useless ass.`);
+						} else if (V.HeadGirlID !== 0) {
+							r.push(`${S.HeadGirl.slaveName} shouts at ${him} to move ${his} useless ass.`);
+						} else {
+							r.push(`shouts at ${him} to move ${his} useless ass.`);
+						}
+					} else {
+						r.push(`While struggling to scrub the penthouse floor, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} carries on trying to clean as ${he} drags ${his} belly along the floor.`);
+						r.push(clothingBirth(slave));
+						r.push(`Instead of carrying on ${his} task, ${he} draws ${his} child to ${his} breast until`);
+						if (S.Stewardess) {
+							r.push(`${S.Stewardess.slaveName} shouts at ${him} to move ${his} useless ass.`);
+						} else if (V.HeadGirlID !== 0) {
+							r.push(`${S.HeadGirl.slaveName} shouts at ${him} to move ${his} useless ass.`);
+						} else {
+							r.push(`shouts at ${him} to move ${his} useless ass.`);
+						}
+					}
+				} else {
+					if (random(0, 1) === 1) {
+						r.push(`While giving a slave oral service, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to pull away but they grab ${his} head and force ${him} back to their crotch.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`The slave gets off quite strongly to the show and shoves ${him} to the ground, leaving ${him} struggling to get up before`);
+						if (S.Stewardess) {
+							r.push(`${S.Stewardess.slaveName} shouts at ${him}.`);
+						} else if (V.HeadGirlID !== 0) {
+							r.push(`${S.HeadGirl.slaveName} shouts at ${him}.`);
+						} else {
+							r.push(`shouts at ${him}.`);
+						}
+					} else {
+						r.push(`While using ${his} bloated belly to scrub the penthouse floor, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since this isn't the first time this week this happened, ${he} readies ${himself} for the coming birth.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} makes a pass around the room before scooping up ${his} child and struggling to ${his} feet. ${He} slowly waddles to drop off ${his} child.`);
+					}
+				}
+				break;
+
+			case "serve in the master suite":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} struggles to shift into a more comfortable position before giving up.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting in your bed, ${he} draws ${his} child to ${his} breast and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`${S.Concubine.slaveName} furiously orders ${his} ${children}`);
+								r.push(`removed, and ${him} forcefully ejected from the bed so it can be cleaned before your return.`);
+							}
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While being the bottom of the master suite's fuckpit, ${slave.slaveName}'s body begins to birth another of ${his} brood. While ${he} doesn't stop having sex, the fucktoys using ${him} do and attempt to drag ${him} from the pit to give birth. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. The fucktoys give up their efforts to haul ${his} bloated form out of the pit and allow ${him} to settle at the bottom. Without a second thought about ${his} child, ${he} attempts to coax the other slaves back into an orgy.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} pays it no heed and continues blankly waiting.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting on ${his} belly, ${he} draws ${his} child to ${his} breast and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`S.Concubine.slaveName furiously orders ${his} ${children}`);
+								r.push(`removed, and ${him} thoroughly cleaned before your return.`);
+							}
+						}
+					} else {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. Knowing there is nothing ${he} can do, ${he} accepts that ${he} is going to give birth in your bed.`);
+							r.push(clothingBirth(slave));
+							r.push(`Once ${his} child is removed, ${he}'s cleaned up, and the sheets changed, ${he} struggles back into bed to recover for your return.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While participating in the fuckpit orgy, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} knows ${he} stands no chance of escaping the fuckpit, so ${he} leaves ${himself} at the mercy of the other fucktoys. They happily position themselves for ${him} to pleasure them while giving birth.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`Once the fucktoys are done tormenting the exhausted broodmother, they hand ${his} child off to the help and snuggle up to ${his} enormous pregnancy as ${he} recovers ${his} strength.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} knows ${he} stands no chance of reaching ${his} sex toys, so ${he} does ${his} best to conceal them. ${He} calls for a servant to hurry as ${he} begins laboring.`);
+							r.push(clothingBirth(slave));
+							r.push(`The servant collects ${his} child and helps ${him} onto the largest cushion in the room to recover for your return. With a little effort ${he} pushes the vibrating dildo out of ${his} ass before settling down for a nap.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shifts into a more comfortable position.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting in your bed, ${he} draws ${his} child to ${his} breast and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`${S.Concubine.slaveName} furiously orders ${his} ${children}`);
+								r.push(`removed, and ${him} forcefully ejected from the bed so it can be cleaned before your return.`);
+							}
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While being the bottom of the master suite's fuckpit, ${slave.slaveName}'s body begins to birth another of ${his} brood. While ${he} doesn't stop having sex, the fucktoys using ${him} do and attempt to drag ${him} from the pit to give birth. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. The fucktoys give up their efforts to haul ${his} bloated form out of the pit and allow ${him} to settle a the bottom. Without a second thought about ${his} child, ${he} attempts to coax the other slaves back into an orgy.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} pays it no heed and continues blankly waiting.`);
+							r.push(clothingBirth(slave));
+							r.push(`Resting on ${his} belly, ${he} draws ${his} child to ${his} breast and resumes waiting for you.`);
+							if (S.Concubine) {
+								r.push(`${S.Concubine.slaveName} furiously orders ${his} ${children}`);
+								r.push(`removed, and ${him} thoroughly cleaned before your return.`);
+							}
+						}
+					} else {
+						if (V.masterSuiteUpgradeLuxury === 1) {
+							r.push(`While awaiting your return on the big bed in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} quickly moves ${himself} off the bed and calls for a servant before dropping onto ${his} bloated stomach.`);
+							r.push(clothingBirth(slave));
+							r.push(`Once ${his} child is removed, ${he}'s cleaned up, and the sheets changed, ${he} struggles back into bed to recover for your return.`);
+						} else if (V.masterSuiteUpgradeLuxury === 2) {
+							r.push(`While participating in the fuckpit orgy, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} tries to crawl out of the pit but the other fucktoys easily pull ${him} back in and position themselves for ${him} to pleasure them while giving birth.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`Once the fucktoys are done tormenting the exhausted broodmother, they hand ${his} child off to the help and snuggle up to ${his} enormous pregnancy as ${he} recovers ${his} strength.`);
+						} else {
+							r.push(`While awaiting your return in the master suite, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} tries to get to the prepared area but fails to untangle ${himself} from the toys ${he} was playing with. ${He} calls for a servant to hurry as ${he} begins laboring.`);
+							r.push(clothingBirth(slave));
+							r.push(`The servant collects ${his} child and helps ${him} onto the largest cushion in the room to recover for your return. With a little effort ${he} pushes the vibrating dildo out of ${his} ass before settling down for a nap.`);
+						}
+					}
+				}
+				break;
+
+			case "serve in the club":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is showing off ${his} grotesque body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, ${his} body begins to birth another of ${his} brood. ${He} keeps on dancing, despite ${his} condition, until ${his} contractions drag ${him} onto ${his} bloated stomach.`);
+						r.push(clothingBirth(slave));
+						r.push(`Multiple citizens drag ${him} into a booth so that they may tease ${his} enormous exhausted body while the dance floor is dried and ${his} child is carried off.`);
+					} else if (slave.fetish === "humiliation") {
+						r.push(`${slave.slaveName} is showing off ${his} grotesque body and trying to attract citizens by dancing as well as ${he} can, all the while flashing glimpses of ${his} crotch and nipples. During one of ${his} dances, ${his} body begins to birth another of ${his} brood. ${He} calls out to the crowd, hyping them up for ${his} new show.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`As ${his} child is removed from the dance floor, ${he} is helped into one of the back rooms by several of ${his} aroused onlookers.`);
+					} else {
+						r.push(`${slave.slaveName} is showing off ${his} grotesque body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, slave.slaveName's body begins to birth another of ${his} brood. ${He} frantically struggles to move drawing even more attention to ${his} helpless state. ${He} is roughly pulled into one of the side rooms by a group of men looking forward to the show ${he}'s about to perform for them.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Only once the last of ${his} clients cums over ${his} bloated body is ${he} handed ${his} child and allowed to rest. ${He} enjoys a moment with ${his} newborn before the servant comes to collect them.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is showing off ${his} grotesque body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, ${his} body begins to birth another of ${his} brood. ${He} keeps on dancing, despite ${his} condition, until ${his} contractions drag ${him} onto ${his} bloated stomach.`);
+						r.push(clothingBirth(slave));
+						r.push(`Multiple citizens drag ${him} into a booth so that they may tease ${his} enormous exhausted body while the dance floor is dried and ${his} child is carried off.`);
+					} else if (slave.fetish === "humiliation") {
+						r.push(`${slave.slaveName} is showing off ${his} grotesque body and trying to attract citizens by dancing as well as ${he} can, all the while flashing glimpses of ${his} crotch and nipples. During one of ${his} dances, ${his} body begins to birth another of ${his} brood. ${He} calls out to the crowd, hyping them up for ${his} new show.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`As ${his} child is removed from the dance floor, ${he} is helped into one of the back rooms by several of ${his} aroused onlookers.`);
+					} else {
+						r.push(`${slave.slaveName} is showing off ${his} grotesque body and trying to attract citizens by dancing as well as ${he} can. During one of ${his} dances, slave.slaveName's body begins to birth another of ${his} brood. ${He} clumsily tries to leave the dance floor only to find hands groping ${his} titanic belly. ${He} is roughly pulled into one of the side rooms by a group of men looking forward to the show ${he}'s about to perform for them.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`Only once the last of ${his} clients cums over ${his} bloated body is ${he} handed ${his} child and allowed to rest. ${He} enjoys a moment with ${his} newborn before the servant comes to collect them.`);
+					}
+				}
+				break;
+
+			case "choose her own job":
+				if (!canWalk(slave)) {
+					r.push(`While thinking about what job to take as an immobile womb, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to do anything but labor, ${he} gives in to what's coming.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to. ${He} decides to rest for the rest of the day before returning to choosing ${his} next task.`);
+				} else {
+					if (slave.fetish === "humiliation") {
+						r.push(`While slowly wandering the penthouse deciding on ${his} post, ${slave.slaveName}'s body begins to birth another of ${his} brood. Sensing an opportunity, ${he} waddles to the nearest balcony overlooking the city. ${He} calls out, making sure all eyes are on ${him} for what happens next.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to. ${He} decides to rest for the rest of the day before returning to choosing ${his} next task.`);
+					} else {
+						r.push(`While slowly wandering the penthouse deciding on ${his} post, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to reach the prepared birthing room in time, ${he} finds a secluded room to give birth in.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to. ${He} decides to rest for the rest of the day before returning to choosing ${his} next task.`);
+					}
+				}
+				break;
+
+			case "rest in the spa":
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While soaking in the spa's pool, ${slave.slaveName}'s body begins to birth another of ${his} brood. As ${he} begins to ready ${himself} for birth,`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} struggles to pull ${him} out of the pool and glares at ${him}.`);
+						} else {
+							r.push(`the other bathers watch curiously.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} and ${his} child are quickly dried off as ${he} begins nursing them. A servant soon arrives to take ${his} children away.`);
+					} else {
+						r.push(`While soaking in the spa's pool, ${slave.slaveName}'s body begins to birth another of ${his} brood. As ${he} begins to ready ${himself} for a water birth,`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} shifts into position to aid ${him}.`);
+						} else {
+							r.push(`the other bathers watch curiously.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} and ${his} child are quickly dried off as ${he} begins nursing them. A servant soon arrives to take ${his} children away.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While soaking in the spa's pool, ${slave.slaveName}'s body begins to birth another of ${his} brood. As ${he} begins to ready ${himself} for birth,`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName} struggles to pull ${him} out of the pool and glares at ${him}.`);
+						} else {
+							r.push(`the other bathers watch curiously.`);
+						}
+						r.push(clothingBirth(slave));
+						r.push(`${He} and ${his} child are quickly dried off as ${he} begins nursing them. A servant soon arrives to take ${his} children away.`);
+					} else {
+						r.push(`While heading for the changing room before a nice soak, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} hurries into the changing room only to find it unusually crowded. Without any choice left, ${he} assumes a birthing position.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`The several of other slaves present, that aren't pinned by ${his} sudden intrusion, help ${him} with ${his} child while the rest enjoy the show.`);
+						if (S.Attendant) {
+							r.push(`${S.Attendant.slaveName}, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind.`);
+						} else {
+							r.push(`Soon a servant arrives to take ${his} child away, and ${he} is ushered into the bath to clean up and relax.`);
+						}
+					}
+				}
+				break;
+
+			case "learn in the schoolroom":
+				if (!canWalk(slave)) {
+					r.push(`During a lesson in ${V.schoolroomName}, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since this isn't the first time ${he} interrupted the lesson this week, and ${he} is too heavy to move, ${he} is allowed to give birth right where ${he} is.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${He} struggles to gather ${his} newborn child as class slowly resume. Looking around, ${he} can't help but notice all the other students giggling and gesturing at ${him}.`);
+				} else {
+					r.push(`During a lesson in ${V.schoolroomName}, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since this isn't the first time ${he} interrupted the lesson this week, ${he} is helped into an adjacent storage room.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${He} struggles to gather ${his} newborn child and slowly excuses ${himself} from the class. ${He} can't help but notice all the other students giggling and gesturing as ${he} waddles out.`);
+				}
+				break;
+
+			case "take classes":
+				if (!canWalk(slave)) {
+					r.push(`During a lesson under ${V.assistant.name}, ${slave.slaveName}'s body begins to birth another of ${his} brood. Your assistant pauses and waits for ${him} to finish, having given up after the last several times`);
+					r.push(clothingBirth(slave));
+					r.push(`Exhausted from the birth, ${he} is permitted a short break as ${his} child is collected to be cleaned up before the lesson is continued.`);
+				} else {
+					r.push(`During a lesson under ${V.assistant.name}, ${slave.slaveName}'s body begins to birth another of ${his} brood. Your assistant pauses and waits for ${him} to finish, having given up after the last several times`);
+					r.push(clothingBirth(slave));
+					r.push(`Exhausted from the birth, ${he} is permitted a short break as ${his} child is collected to clean ${himself} up before the lesson is continued.`);
+				}
+				break;
+
+			case "work in the brothel":
+				_pbw = random(1, 100);
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						if (_pbw > 80) {
+							r.push(`While taking a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood out on him. Showing no signs of stopping, he struggles to shoves ${his} bulk off of him. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. ${He} is handed ${his} child, which ${he} clutches to ${his} breast before beckoning for the next customer's cock.`);
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before placing ${his} child on ${his} breast, as ${he} beckoning for the next customer's cock.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a customer's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so she allows ${him} to continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`The customer splashes across ${his} face before placing ${his} child on ${his} breast, as ${he} begins beckoning for the next customer's cunt.`);
+						} else {
+							r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to continue. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass before handing ${him} ${his} child. ${He} brings it to ${his} breast before beckoning for the next customer's cock.`);
+						}
+					} else {
+						if (_pbw > 80) {
+							r.push(`While riding a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately struggles to disengage encouraging him to shove ${him} onto ${his} bloated womb and mount ${him}. He thoroughly enjoys ${his} contracting cunt before pulling out and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} baby${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He comes over ${his} exhausted body and moves on leaving ${him} to recover and await ${his} child to be sent off.`);
+							V.humiliation = 1;
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since ${he} is incapable of moving ${himself}, ${he} carries on sucking.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before letting ${him} collapse onto ${his} bloated form. When ${he} recovers, ${he} gathers ${his} child to be sent off.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a customer's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. Since ${he} is incapable of moving ${himself}, ${he} carries on licking.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`She cums across ${his} face before helping ${him} to ${his} rear and handing ${him} the newborn child.`);
+						} else {
+							r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately struggles to disengage but he shoves ${him} onto ${his} bloated womb and mounts ${him}. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} bloated womb. Once ${he} recovers enough to collect ${his} child, ${he} awaits for it to be sent off.`);
+							V.humiliation = 1;
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						if (_pbw > 80) {
+							r.push(`While taking a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood out on him. Showing no signs of stopping, he struggles to shoves ${his} bulk off of him. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. ${He} is handed ${his} child, which ${he} clutches to ${his} breast before seeking out the next citizen's cock.`);
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before placing ${his} child on ${his} breast, as ${he} begins seeking out the next citizen's cock.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a customer's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so she allows ${him} to reposition and continue.`);
+							r.push(clothingBirth(slave));
+							r.push(`The customer splashes across ${his} face before placing ${his} child on ${his} breast, as ${he} begins seeking out the next customer's cunt.`);
+						} else {
+							r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} shows no signs of slowing down, so he allows ${him} to reposition and continue. Instinctively ${he} begins to push out ${his} baby, indifferent to who may be watching ${his} naked crotch. He came strongly thanks to ${him} and gives ${him} a slap on the ass before handing ${him} ${his} child. ${He} brings it to ${his} breast before seeking out the next customer's cock.`);
+						}
+					} else {
+						if (_pbw > 80) {
+							r.push(`While riding a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but he shoves ${him} onto ${his} bloated womb and mounts ${him}. He thoroughly enjoys ${his} contracting cunt before pulling out and standing over ${him}, jacking off. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He comes over ${his} exhausted body and moves on leaving ${him} to recover and collect ${his} child to be sent off.`);
+							V.humiliation = 1;
+						} else if ((_pbw > 60)) {
+							r.push(`While sucking a customer's dick, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but he grabs ${his} head and slams ${him} back into his crotch.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`He cums down ${his} throat before letting ${him} collapse onto ${his} bloated form. When ${he} recovers, ${he} gathers ${his} child to be sent off.`);
+						} else if ((_pbw > 40)) {
+							r.push(`While licking a customer's cunt, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but she grabs ${his} head and slams ${him} back into ${his} crotch.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`She cums across ${his} face before helping ${him}`);
+							if (hasBothLegs(slave)) {
+								r.push(`to ${his} feet`);
+							} else {
+								r.push(`upright`);
+							}
+							r.push(`and handing ${him} the newborn child.`);
+						} else {
+							r.push(`While taking a customer's dick in ${his} ass, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} desperately tries to disengage but he shoves ${him} onto ${his} bloated womb and mounts ${him}. Quickly ${he} spreads ${his} legs apart and begins pushing out ${his} ${babies}${UH}. ${He} can't hide what's happening between ${his} legs,`);
+							if (slave.fetish === "humiliation") {
+								r.push(`but that only makes it more exciting.`);
+							} else {
+								r.push(`so ${he} bears with it.`);
+							}
+							r.push(`He came strongly thanks to ${him} and gives ${him} a slap on the ass as ${he} collapses onto ${his} bloated womb. Once ${he} recovers enough to get`);
+							if (hasBothLegs(slave)) {
+								r.push(`to ${his} feet,`);
+							} else {
+								r.push(`upright,`);
+							}
+							r.push(`${he} gathers ${his} child to be sent off.`);
+							V.humiliation = 1;
+						}
+					}
+				}
+				break;
+
+			case "be your Concubine":
+				if (slave.fetish === "mindbroken") {
+				} else {
+					r.push(`${slave.slaveName} cradles ${his} swollen belly, waiting for your return, when ${his} body begins to birth another of ${his} brood. Saddened that you aren't there for the show, ${he} begins waddling off to find you. By the time ${he} reaches your office, ${he} is barely holding back ${his} child. You rise to meet ${him} and struggle to help ${him} onto the couch, just before it's to late.`);
+					r.push(clothingBirth(slave));
+					r.push(`Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together. You make sure to pay special attention to ${his} overstimulated belly before you help ${him} back to your suite.`);
+				}
+				break;
+
+			case "live with your Head Girl":
+				({he2, his2} = getPronouns(S.HeadGirl).appendSuffix("2"));
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks ${his} body. ${His} body begins to birth another of ${his} brood.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} child to ${his} breast and resumes resting before ${S.HeadGirl.slaveName} returns from ${his2} duties.`);
+					} else {
+						r.push(`${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} attempts to roll over, and failing that, claws at ${his} massive belly as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to collect ${his} child and brings them to ${his} breast. ${He} waits for ${S.HeadGirl.slaveName} to return, hoping ${he2} will arrive before another baby makes its way out of ${him}.`);
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`${slave.slaveName} is awoken from ${his} rest by a strong contraction. ${He} rolls over and begins to fall back to sleep as another contraction wracks ${his} body. ${His} body begins to birth another of ${his} brood.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} child to ${his} breast and resumes resting before ${S.HeadGirl.slaveName} returns from ${his2} duties.`);
+					} else {
+						r.push(`${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} rolls over and claws at ${his} massive belly as another contraction wracks ${his} body.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} struggles to collect ${his} child and places them in the cradle readied for ${him}. ${He} waddles off to take a bath as your servants clean up and remove ${his} child. Cleaned up, ${he} returns to resting knowing full well that ${S.HeadGirl.slaveName} will be eager to play with ${his} body upon returning.`);
+					}
+				}
+				break;
+
+			case "be confined in the arcade":
+				r.push(`A gush of liquid pours from the ${slave.slaveName}'s cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on ${his} exposed rear. While ${his} mouth is filled with a customer's dick, ${his} body instinctively births ${his} child into the waiting basket. As they are carried away, ${his} rear is cleaned up and the sign removed.`);
+				break;
+
+			case "get treatment in the clinic":
+				if (S.Nurse) {
+					({he2, his2} = getPronouns(S.Nurse).appendSuffix("2"));
+				}
+				r.push(`${slave.slaveName} is in the perfect place to give birth when ${his} body begins to push out another of ${his} brood.`);
+				if (S.Nurse) {
+					r.push(S.Nurse.slaveName);
+				} else {
+					r.push(`A freelance nurse`);
+				}
+				r.push(`delivers ${his} child before taking them away. Before long ${he2} returns to attend to ${his2} patient's perpetual pregnancy.`);
+				break;
+
+			case "be confined in the cellblock":
+				if (slave.fetish === "mindbroken") {
+					r.push(`While waiting in confinement, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} assumes a birthing position.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} struggles for a minute before realizing ${his} pregnancy takes up most of the cell and that ${he} can't reach ${his} child. The servant that has to crawl under ${his} bloated body to get ${his} child is less than pleased, especially since this is the third time this week ${he} has had to do it.`);
+				} else {
+					r.push(`${slave.slaveName} is awoken from ${his} stupor by ${his} body beginning to birth another of ${his} brood. ${He} struggles to get into position but ends up getting stuck thanks to ${his} massive belly and inability to properly move ${himself}.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${He} spills out of the cell when the servant comes once more to collect ${his} child. ${He} hastily tries to cram ${his} bulk back into ${his} cell before ${he} gets chastised.`);
+				}
+				break;
+
+			default:
+				if (!canWalk(slave)) {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While stroking ${his} pregnancy absentmindedly, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} carries on until the contractions drag ${him} onto ${his} swollen belly.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} child to ${his} breast and rests upon ${his} mass until a servant collects ${his} child and helps ${him} back to ${his} bed.`);
+					} else {
+						if (random(0, 1) === 1) {
+							r.push(`While waiting to be helped to ${his} next assignment, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to do anything, ${he} is forced to give birth where ${he} is.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} gathers ${his} child and recovers ${his} strength while resuming ${his} wait for a servant to help ${him} to ${his} assignment.`);
+						} else {
+							r.push(`While eating in the cafeteria, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to move, ${he} finds ${himself} stranded in the middle of all the dining slaves.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`${He} gathers ${his} child and waits to be rescued from the vicious mockery, fully aware of all the jeering and laughter.`);
+						}
+					}
+				} else {
+					if (slave.fetish === "mindbroken") {
+						r.push(`While stroking ${his} pregnancy absentmindedly, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} carries on until the contractions drag ${him} onto ${his} swollen belly.`);
+						r.push(clothingBirth(slave));
+						r.push(`${He} draws ${his} child to ${his} breast and rests upon ${his} mass until a servant collects ${his} child and helps ${him} back to ${his} bed.`);
+					} else if (slave.fetish === "humiliation") {
+						r.push(`While waddling through the penthouse between assignments, ${slave.slaveName}'s body begins to birth another of ${his} brood. Sensing an opportunity, ${he} waddles to the nearest balcony overlooking the city. ${He} calls out, making sure all eyes are on ${him} for what happens next.`);
+						V.humiliation = 1;
+						r.push(clothingBirth(slave));
+						r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to. ${He} resumes ${his} previous task, eager for the next child to move into position.`);
+					} else {
+						if (random(0, 1) === 1) {
+							r.push(`While waddling through the penthouse on ${his} way to ${his} next assignment, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to reach the prepared birthing room in time, ${he} finds a secluded room to give birth in.`);
+							r.push(clothingBirth(slave));
+							r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to before shuffling to ${his} assignment.`);
+						} else {
+							r.push(`While waddling through the penthouse on ${his} way to the cafeteria, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to reach the prepared birthing room in time, ${he} finds ${himself} stranded in the middle of all the dining slaves.`);
+							V.humiliation = 1;
+							r.push(clothingBirth(slave));
+							r.push(`${He} gathers ${his} child and recovers ${his} strength before trying to escape out of sight of the jeering crowd. Finding a servant to give ${his} child to, ${he} hastily heads back to ${his} bed to hide ${himself} from the mockery, though ${his} enormous belly keeps ${his} blanket from covering ${him}.`);
+						}
+					}
+				}
+		}
+	} else {
+		// add extra events here (moving between jobs | after work)
+		if (!canWalk(slave)) {
+			if (slave.fetish === "mindbroken") {
+				r.push(`While stroking ${his} pregnancy absentmindedly, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} carries on until the contractions drag ${him} onto ${his} swollen belly.`);
+				r.push(clothingBirth(slave));
+				r.push(`${He} draws ${his} child to ${his} breast and rests upon ${his} mass until a servant collects ${his} child and helps ${him} back to ${his} bed.`);
+			} else {
+				if (random(0, 1) === 1) {
+					r.push(`While waiting to be helped to ${his} next assignment, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to do anything, ${he} is forced to give birth where ${he} is.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} child and recovers ${his} strength while resuming ${his} wait for a servant to help ${him} to ${his} assignment.`);
+				} else {
+					r.push(`While eating in the cafeteria, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to move, ${he} finds ${himself} stranded in the middle of all the dining slaves.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} child and waits to be rescued from the vicious mockery, fully aware of all the jeering and laughter.`);
+				}
+			}
+		} else {
+			if (slave.fetish === "mindbroken") {
+				r.push(`While wandering the penthouse absentmindedly, ${slave.slaveName}'s body begins to birth another of ${his} brood. ${He} carries on until the contractions drag ${him} onto ${his} swollen belly.`);
+				r.push(clothingBirth(slave));
+				r.push(`${He} draws ${his} child to ${his} breast and rests upon ${his} mass until a servant collects ${his} child and helps ${him} back`);
+				if (hasBothLegs(slave)) {
+					r.push(`to ${his} feet.`);
+				} else {
+					r.push(`upright.`);
+				}
+			} else if (slave.fetish === "humiliation") {
+				r.push(`While waddling through the penthouse between assignments, ${slave.slaveName}'s body begins to birth another of ${his} brood. Sensing an opportunity, ${he} waddles to the nearest balcony overlooking the city. ${He} calls out, making sure all eyes are on ${him} for what happens next.`);
+				V.humiliation = 1;
+				r.push(clothingBirth(slave));
+				r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to. ${He} resumes ${his} previous task, eager for the next child to move into position.`);
+			} else {
+				if (random(0, 1) === 1) {
+					r.push(`While waddling through the penthouse on the way to ${his} next assignment, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to reach the prepared birthing room in time, ${he} finds a secluded room to give birth in.`);
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} child and recovers ${his} strength before finding a servant to give ${his} child to before shuffling to ${his} assignment.`);
+				} else {
+					r.push(`While waddling through the penthouse on ${his} way to the cafeteria, ${slave.slaveName}'s body begins to birth another of ${his} brood. Unable to reach the prepared birthing room in time, ${he} finds ${himself} stranded in the middle of all the dining slaves.`);
+					V.humiliation = 1;
+					r.push(clothingBirth(slave));
+					r.push(`${He} gathers ${his} child and recovers ${his} strength before trying to escape out of sight of the jeering crowd. Finding a servant to give ${his} child to, ${he} hastily heads back to ${his} bed to hide ${himself} from the mockery, though ${his} enormous belly keeps ${his} blanket from covering ${him}.`);
+				}
+			}
+		}
+	}
+	App.Events.addParagraph(el, r);
+	return el;
+};
diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw
deleted file mode 100644
index dce4922f9bf3baf0beafe60a0315a201d412e015..0000000000000000000000000000000000000000
--- a/src/pregmod/widgets/pregmodBirthWidgets.tw
+++ /dev/null
@@ -1,1887 +0,0 @@
-:: pregmod birth widgets [widget nobr]
-
-<<widget "BroodmotherBirth">>
-
-<<set _birthScene = random(1,100)>>
-
-<br>
-
-<<if random(1,2) == 1>> /* at assignment else in halls/etc */
-
-<<switch $slaves[$i].assignment>>
-
-<<case "rest">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. <<if hasAnyArms($slaves[$i])>>$He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across the still huge dome of $his middle; to<<else>>To<</if>> $him, gravidity and birth is nothing out of the ordinary.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby to $his breast and resumes resting.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He struggles to collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. <<if hasAnyArms($slaves[$i])>>$He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across the still huge dome of $his middle; to<<else>>To<</if>> $him, gravidity and birth is nothing out of the ordinary.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby to $his breast and resumes resting.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He struggles to collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places them in the cradle readied for $him. $He hefts $his still very gravid body out of bed to take a shower as your servants clean up and remove $his child.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "be a subordinate slave">>
-	<<set _tempSub = getSlave($slaves[$i].subTarget)>>
-	<<if def _tempSub>>
-		<<setLocalPronouns _tempSub 2>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $slaves[$i].subTarget == 0>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests for a short while before returning to your waiting slaves.
-			<<else>>
-				While servicing your other slaves, $slaves[$i].slaveName's water breaks, though it does nothing to deter $him from $his task.
-				<<ClothingBirth>>
-				No sooner than <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is born, a cock is shoved into $his gaping, still very gravid <<if $slaves[$i].mpreg == 1>>asshole<<else>>pussy<</if>> as $he draws $his child to $his breast.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is lead by _tempSub.slaveName to a private room so that _he2 may <<if canSee(_tempSub)>>watch<<else>>be present<</if>>. Instinctively $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his watching audience. $His child is promptly taken and _tempSub.slaveName eagerly descends upon $his defenseless and still very gravid body.
-			<<else>>
-				While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, though it does nothing to deter $him from $his task.
-				<<ClothingBirth>>
-				No sooner than <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is born does $he go back to pleasuring $his dom.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].subTarget == 0>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests for a short while before returning to your waiting slaves.
-			<<else>>
-				While servicing your other slaves, $slaves[$i].slaveName's water breaks, causing $him to immediately try to break off. However, a hand quickly hooks $his gravid bulk and $he is pulled back into another slave's crotch.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$He is allowed a moment to prepare <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off before returning to pleasuring your other slaves.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is taken by _tempSub.slaveName to a private room so that _he2 may <<if canSee(_tempSub)>>watch<<else>>be present<</if>>. Reluctantly, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of _tempSub.slaveName's <<if _tempSub.fetish == "pregnancy">>hungry gaze<<else>>amused gaze<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, but is quickly overwhelmed by the pleasure from $his orgasmic birth<</if>>. $His child is promptly taken and _tempSub.slaveName eagerly descends upon $his exhausted and still very gravid body.
-				<<set $humiliation = 1>>
-			<<else>>
-				While servicing _tempSub.slaveName, $slaves[$i].slaveName's water breaks, causing $him to immediately try to break off. $His dom eagerly watches _his2 gravid sub's ordeal.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				_tempSub.slaveName collects the newborn child to be sent off before returning, caressing the swell of $his still huge belly and planting _his2 crotch directly onto _his2 exhausted sub's face.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "whore">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
-			<<else>>
-				While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks.
-				<<ClothingBirth>>
-				$He struggles to bring <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
-			<<else>>
-				While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds it impossible.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to heft $his still very gravid body to its feet and collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
-			<<else>>
-				While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks.
-				<<ClothingBirth>>
-				$He struggles to bring <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to $his work as a pregnant whore.
-			<<else>>
-				While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds $his path blocked by rowdy johns.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to push $his still very gravid body to its feet and collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "serve the public">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next citizen's cock.
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
-				<<elseif (_birthScene > 40)>>
-					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
-					<<ClothingBirth>>
-					The citizen splashes across $his face as $he struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cunt.
-				<<else>>
-					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-					<<ClothingBirth>>
-					He cums down $his throat as $he struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on leaving $him to recover and collect $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 40)>>
-					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<<else>>
-					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body upright, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next citizen's cock.
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
-				<<elseif (_birthScene > 40)>>
-					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
-					<<ClothingBirth>>
-					The citizen splashes across $his face as $he struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cunt.
-				<<else>>
-					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-					<<ClothingBirth>>
-					He cums down $his throat as $he struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next citizen's cock.
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to sharing $his gravid body with the public.
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on, leaving $him to recover and collect $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 40)>>
-					While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but $he grabs $his head and slams $him back into her crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<<else>>
-					While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body <<if hasBothLegs($slaves[$i])>>to its feet<<else>>into a standing position<</if>>, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "work a glory hole">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if (random(1,20) > $suddenBirth)>>
-			Since $he is unable to leave $his box, $he doesn't have far to go. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of $his still very gravid middle rubbing the wall.
-		<<else>>
-			While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's water breaks. $He makes no effort to stop sucking the dicks presented to $him.
-			<<ClothingBirth>>
-			<<if $slaves[$i].counter.birthsTotal == 0>>$His first<<else>>This week's<</if>> child is quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole and the sensation of $his still very gravid middle rubbing the wall.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			Since $he is unable to leave $his box, $he doesn't have far to go. $He quickly finishes the waiting dick before shifting $himself into a slightly, though not by much, more comfortable position. $He begins laboring on <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he finishes, the box is opened and $his child is gathered and taken away before $he is ordered back to sucking.
-		<<else>>
-			While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's water breaks. $He quickly finishes the dick off before seating $himself in the back of the box.
-			<<ClothingBirth>>
-			As $he finishes, $he <<if canSee($slaves[$i])>>could have sworn $he saw an eye<<else>>swears $he can feel somebody<</if>> peeping through the glory hole, watching the show. The box is opened and <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child is gathered and taken away as $he struggles to reach the fresh cock poking through the hole.
-		<</if>>
-	<</if>>
-
-<<case "get milked">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $dairyPregSetting > 0>>
-			Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He shows little interest in $his coming birth, instead focusing on $his milky breasts. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He shows no interest in $his child being removed from the milking stall, nor when $his still very gravid body is hosed off.
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
-			<<else>>
-				While getting milked, $slaves[$i].slaveName's water breaks. $He show little interest and continues kneading $his breasts.
-				<<ClothingBirth>>
-				$He shows no interest in <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child being removed from the milking stall, nor $his still very gravid middle, instead focusing entirely on draining $his breasts.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $dairyPregSetting > 0>>
-			Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He meekly protests $his situation, but ultimately accepts it. $He begins working on birthing $his <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>, and catches a glimpse of $his child being removed from the milking stall, but quickly forgets when $he is hosed off.
-			<<set $humiliation = 1>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
-			<<else>>
-				While getting milked, $slaves[$i].slaveName's water breaks. $He shifts into a comfortable position to give birth while the milker works $his breasts.
-				<<ClothingBirth>>
-				$He takes a break from milking to collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal and to catch $his breath before reattaching the milkers and coaxing $his milk to begin flowing anew.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "work as a farmhand">>	/* TODO: this needs a rewrite */
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $farmyardPregSetting > 0>>
-			Since the farmyard is designed for pregnant cows, $he stays hooked up to the milkers. $He shows little interest in $his coming birth, instead focusing on $his milky breasts. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He shows no interest in $his child being removed from the milking stall, nor when $his still very gravid body is hosed off.
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
-			<<else>>
-				While getting milked, $slaves[$i].slaveName's water breaks. $He show little interest and continues kneading $his breasts.
-				<<ClothingBirth>>
-				$He shows no interest in <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child being removed from the milking stall, nor $his still very gravid middle, instead focusing entirely on draining $his breasts.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $farmyardPregSetting > 0>>
-			Since the farmyard is designed for pregnant cows, $he stays hooked up to the milkers. $He meekly protests $his situation, but ultimately accepts it. $He begins working on birthing $his <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>, and catches a glimpse of $his child being removed from the milking stall, but quickly forgets when $he is hosed off.
-			<<set $humiliation = 1>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
-			<<else>>
-				While getting milked, $slaves[$i].slaveName's water breaks. $He shifts into a comfortable position to give birth while the milker works $his breasts.
-				<<ClothingBirth>>
-				$He takes a break from milking to collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal and to catch $his breath before reattaching the milkers and coaxing $his milk to begin flowing anew.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "please you">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				You strip $him and help $him onto your couch. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he falls into a contented nap. You fondle $his still very gravid body until a servant comes to help clean $him up.
-			<<else>>
-				While sitting absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him.
-				<<ClothingBirth>>
-				You certainly enjoyed the show as you call for a servant to take away <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up the spill.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if $slaves[$i].devotion > 20>>
-					$He moans lewdly at you and wiggles $his hips. As $he teases, $he begins pushing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby out<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns, you pull $him into your arms and hold $him close. You hold $him in a comforting embrace until $he finishes.
-				<<elseif $slaves[$i].devotion >= -20>>
-					$He releases a lewd moan and begins attempting to remove $his clothes. You approach $him, clearing $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> and helping $him onto the couch, where you take a seat next to $him to fondle $his vulnerable body. $He begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. Once $he finishes, you give $him some time to catch $his breath.
-				<<else>>
-					$He begins desperately begging to be taken back to $his bed; instead you pull $him towards the couch and take a seat with $him in your lap, back against your front. Blushing thoroughly, $he gives a meek protest before focusing on the coming birth, rather than your wandering hands. $He begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.
-					<<set $humiliation = 1>>
-				<</if>>
-				$His child is promptly taken and, following a shower and a fresh change of clothes, $he is helped back to your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy $his still very gravid body<</if>>.
-			<<else>>
-				While sitting nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
-				<<ClothingBirth>>
-				As thanks for the show, you help $his still very gravid body to the couch so $he can recover before returning to $his duties. You call for a servant to take away <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up your floor and your toy.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he falls into a contented nap. That is until you drag $his still very gravid ass out of bed, inquiring where $he waddled off to without your permission.
-			<<else>>
-				While standing absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him.
-				<<ClothingBirth>>
-				You certainly enjoyed the show as you call for a servant to take away <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up the spill.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if $slaves[$i].devotion > 20>>
-					$He seeks you out and begins slowly stripping. As $he teases, $he begins pushing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby out<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns, $he throws $himself into your waiting arms and holds $himself to you. You hold $him in a comforting embrace until $he finishes.
-				<<elseif $slaves[$i].devotion >= -20>>
-					$He approaches you and begins a very uncertain striptease. As $he lowers $himself to the floor to begin pushing, you overtake $him and fondle $his vulnerable body. $He begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. Once $he finishes, you help $him to the couch to catch $his breath.
-				<<else>>
-					$He attempts to leave your office and return to $his bed, but you catch $his arm before $he slips out of reach. You order $him to strip and give you a show. Blushing thoroughly, $he gives a meek performance before falling to the floor. $He begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.
-					<<set $humiliation = 1>>
-				<</if>>
-				$His child is promptly taken and, following a shower and a fresh change of clothes, $he waddles back into your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy $his still very gravid body<</if>>.
-			<<else>>
-				While standing nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
-				<<ClothingBirth>>
-				As thanks for the show, you help $his still very gravid body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and to clean up your floor and your toy.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "stay confined">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if (random(1,20) > $suddenBirth)>>
-			Since $he is locked in a cell, $he doesn't have far to go. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is returned to isolation.
-		<<else>>
-			While waiting in confinement, $slaves[$i].slaveName's water breaks. $He assumes a birthing position.
-			<<ClothingBirth>>
-			$He struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle and resumes waiting with it latched to $his breast.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is returned to isolation.
-			<<set $humiliation = 1>>
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his stupor by moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-			<<ClothingBirth>>
-			$He collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and holds it close knowing someone will soon come to take it away from $him.
-		<</if>>
-	<</if>>
-
-<<case "work as a servant" "be a servant">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He returns to $his bed and strips before slipping into it. Instinctively $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he rests awhile before returning to $his role as your ever-pregnant maid.
-		<<else>>
-			<<if _birthScene > 50>>
-				While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He disregards this development and continues working.
-				<<ClothingBirth>>
-				The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. Instead, $he draws <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast until <<if _S.Stewardess>>_S.Stewardess.slaveName<<elseif $HeadGirlID != 0>>_S.HeadGirl.slaveName<<else>>$assistant.name<</if>> shouts at $him to move $his useless pregnant ass.
-			<<else>>
-				While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He turns to clean this new spill, disregarding what it means.
-				<<ClothingBirth>>
-				Instead of cleaning the fresh mess $he made, $he draws <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to $his breast until <<if _S.Stewardess>>_S.Stewardess.slaveName<<elseif HeadGirlID != 0>>_S.HeadGirl.slaveName<<else>>$assistant.name<</if>> shouts at $him to move $his useless pregnant ass.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to $his role as your ever-pregnant maid.
-		<<else>>
-			<<if _birthScene > 50>>
-				While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He desperately tries to pull away but they grab $his head and force $him back to their crotch.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. $He hurriedly tries to mop up the mess and collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child before <<if _S.Stewardess>>_S.Stewardess.slaveName<<elseif $HeadGirlID != 0>>_S.HeadGirl.slaveName<<else>><</if>> shouts at $him for dragging $his pregnant ass.
-			<<else>>
-				While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He panics at the thought of not cleaning up $his spill but $his worsening contractions force $him to find a secluded place to give birth.
-				<<ClothingBirth>>
-				Collecting <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child, $he carefully exits $his hiding place before coming under the eye of <<if _S.Stewardess>>the glaring _S.Stewardess.slaveName. $His child is promptly taken<<elseif $HeadGirlID != 0>>the glaring _S.HeadGirl.slaveName. $His child is promptly taken <<else>>. $His child is promptly taken by other servants<</if>> following a lecture about priorities and time management given $his constant pregnancy and predictable birth cycle.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "serve in the master suite">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if $masterSuiteUpgradePregnancy == 1>>
-					$He is helping into the birthing chamber, stripped, and aided into the specialized chair. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-				<<else>>
-					After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $him. $His child is promptly taken and, following a shower and fresh change of clothes, $he is helped back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his usual spot<</if>>.
-				<</if>>
-			<<else>>
-				<<if $masterSuiteUpgradeLuxury == 1>>
-					While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position.
-					<<ClothingBirth>>
-					$He struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.<</if>>
-				<<elseif $masterSuiteUpgradeLuxury == 2>>
-					While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using $him do and drag $him from the pit to give birth. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. Without a second thought about $his child, $he slips back into the fuckpit.
-				<<else>>
-					While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting.
-					<<ClothingBirth>>
-					$He struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass thoroughly cleaned before your return.<</if>>
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if $masterSuiteUpgradePregnancy == 1>>
-					$He is helping into the birthing chamber, stripped, and aided into the specialized chair. Finding it quite comfortable, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-				<<else>>
-					After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. $He gets comfortable and begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child> is promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his preferred spot<</if>>.
-				<</if>>
-			<<else>>
-				<<if $masterSuiteUpgradeLuxury == 1>>
-					While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly shifts $himself off the bed and calls for a servant before dropping to the floor.
-					<<ClothingBirth>>
-					Once <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed, $his still very gravid body cleaned up, and the sheets are changed, $he is helped back into bed to recover for your return.
-				<<elseif $masterSuiteUpgradeLuxury == 2>>
-					While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He begs to be let out of the pit but the other fucktoys pull $him in and position themselves for $him to pleasure them while giving birth.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					Once the fucktoys are done tormenting the still very gravid new mother, they hand <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child off to the help and pull $him into an embrace to allow $him to regain $his strength.
-				<<else>>
-					While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
-					<<ClothingBirth>>
-					The servant collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and helps $his still very gravid body onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of $his ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to $his crotch<</if>> before settling down for a nap.
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if $masterSuiteUpgradePregnancy == 1>>
-					$He enters the birthing chamber, strips, and seats $himself in the specialized chair. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-				<<else>>
-					$He strips and settles into one of the various seats around the room. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $him. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his usual spot<</if>>.
-				<</if>>
-			<<else>>
-				<<if $masterSuiteUpgradeLuxury == 1>>
-					While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position.
-					<<ClothingBirth>>
-					$He struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass forcefully ejected from the bed so it can be cleaned before your return.<</if>>
-				<<elseif $masterSuiteUpgradeLuxury == 2>>
-					While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using $him do and drag $him from the pit to give birth. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. Without a second thought about $his child, $he slips back into the fuckpit.
-				<<else>>
-					While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting.
-					<<ClothingBirth>>
-					$He struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still gravid figure before bringing it to $his breast and resuming $his wait <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child removed and $his still very pregnant ass thoroughly cleaned before your return.<</if>>
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				<<if $masterSuiteUpgradePregnancy == 1>>
-					$He enters the birthing chamber, strips, and seats $himself in the specialized chair. Finding it quite comfortable, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-				<<else>>
-					$He strips and settles into one of the various seats around the room. $He gets comfortable and begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his preferred spot<</if>>.
-				<</if>>
-			<<else>>
-				<<if $masterSuiteUpgradeLuxury == 1>>
-					While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly moves $himself off the bed and calls for a servant before dropping to the floor.
-					<<ClothingBirth>>
-					Once <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed, $his still very gravid body cleaned up, and the sheets are changed, $he crawls back into bed to recover for your return.
-				<<elseif $masterSuiteUpgradeLuxury == 2>>
-					While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He tries to crawl out of the pit but the other fucktoys pull $him back in and position themselves for $him to pleasure them while giving birth.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					Once the fucktoys are done tormenting the exhausted <<if $slaves[$i].counter.birthsTotal == 0>>new <<else>>brood<</if>>mother, they hand $his child off to the help and pull $him into an embrace to allow $him to regain $his strength.
-				<<else>>
-					While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
-					<<ClothingBirth>>
-					The servant collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and helps $his still very gravid body onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of $his ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to $his crotch<</if>> before settling down for a nap.
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "serve in the club">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped into a private room in the back of the club by a group of eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
-			<<else>>
-				$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens as well as $he can. During one of $his teases, $his water breaks, soaking the floor. $He keeps on teasing, despite $his condition, until $his contractions drag $him to the floor.
-				<<ClothingBirth>>
-				Multiple citizens pull $his still very pregnant form into a booth so that they may tease $his exhausted body while the floor is dried and <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child carried off.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped to a private room in the back of the club by several patrons who just can't keep their hands off $him. $He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he beckons the audience to enjoy $his still very gravid body.
-			<<else>>
-				<<if $slaves[$i].fetish == "humiliation">>
-					$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by "dancing" as well as $he can, all the while being a huge tease. During one of $his "dances", $his water breaks, soaking the floor. $He calls out to the crowd, hyping them up for $his new show.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					As <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child are removed, $he is helped into one of the back rooms by several of $his aroused onlookers.
-				<<else>>
-					$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by "dancing" as well as $his figure will let $him. During one of $his dances, $his water breaks, soaking the floor. $He hastily tries to find help to leave, but only finds hands groping $his body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					Only once the last of $his clients cums over $his still very pregnant body is $he allowed to gather <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and take a seat. $He enjoys a moment with $his newborn before the servant comes to collect it.
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He heads to a private room in the back of the club filled with eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
-			<<else>>
-				$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his water breaks, soaking the dance floor. $He keeps on dancing, despite $his condition, until $his contractions drag $him to the floor.
-				<<ClothingBirth>>
-				Multiple citizens pull $his still very pregnant form into a booth so that they may tease $his exhausted body while the dance floor is dried and <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child carried off.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He heads to a private room in the back of the club accompanied by several patrons who just can't keep their hands off $him. $He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he beckons the audience to enjoy $his still very gravid body.
-			<<else>>
-				<<if $slaves[$i].fetish == "humiliation">>
-					$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his water breaks, soaking the dance floor. $He calls out to the crowd, hyping them up for $his new show.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					As <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child is removed from the dance floor, $his still very pregnant form is helped into one of the back rooms by several of $his aroused onlookers.
-				<<else>>
-					$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his water breaks, soaking the dance floor. $He hastily tries to escape the public's gaze only to find hands groping $his body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					Only once the last of $his clients cums over $his still very pregnant figure is $he allowed to gather <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and take a seat. $He enjoys a moment with $his newborn before the servant comes to collect it.
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "choose her own job">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he waits for someone to help $his still very gravid form to $his next job, having forgotten $he was choosing it.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his stupor by a strong contraction. $He runs a hand across $his middle as another contraction runs through it.
-				<<ClothingBirth>>
-				$He fishes around under $his still huge dome of a stomach searching for <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn. Once $he finds it, $he draws it to $his breast and resumes waiting for someone to tell $him what to do.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and, after a short rest, $he returns to pondering what assignment would be best for a still very gravid girl.
-			<<else>>
-				While deciding on $his post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he pulls $himself into a secluded nook to give birth in.
-				<<ClothingBirth>>
-				$He gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers $his strength before a servant finds $him and collects $his baby. $He decides to rest for the rest of the day before returning to pondering what assignment would be best for a still very gravid girl.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after a short rest, $he returns to waddling around the penthouse.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his stupor by a strong contraction. $He runs a hand across $his middle as another contraction runs through it.
-				<<ClothingBirth>>
-				$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes waiting for someone to tell $him what to do.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and, after a short rest, $he returns to pondering what assignment would be best for a still very gravid girl.
-			<<else>>
-				<<if $slaves[$i].fetish == "humiliation">>
-					While wandering the penthouse deciding on $his post, $slaves[$i].slaveName's water breaks. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					$He gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers $his strength before finding a servant to give it to. $He decides to rest for the rest of the day before returning to figuring out what assignment would be most humiliating for a still very gravid girl.
-				<<else>>
-					While wandering the penthouse deciding on $his post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he finds a secluded nook to give birth in.
-					<<ClothingBirth>>
-					$He gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and recovers $his strength before finding a servant to give it to. $He decides to rest for the rest of the day before returning to deciding what assignment would be best for a still very gravid girl.
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "rest in the spa">>
-	<<if (_S.Attendant)>>
-		<<setLocalPronouns _S.Attendant 2>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if (random(1,20) > $suddenBirth)>>
-			<<if _S.Attendant>>_S.Attendant.slaveName leads $him to a special pool designed to give birth in. Once $he is safely in the water alongside _him2,<<else>>$He is lead to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his watching caretaker. $His child is promptly taken and, following a cleaning of $his still very gravid body, $he is taken back to the spa.
-		<<else>>
-			While soaking in the spa's pool, $slaves[$i].slaveName's water breaks. As $he begins to ready $himself for birth, <<if _S.Attendant>>_S.Attendant.slaveName pulls $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
-			<<ClothingBirth>>
-			$He and <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child are quickly dried off as $he begins nursing it. A servant soon arrives to take $his child away.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			<<if _S.Attendant>>_S.Attendant.slaveName escorts $him to a special pool designed to give birth in. Once $he is safely in the water alongside _him2,<<else>>$He is escorted to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and being<</if>> aided by $his caretaker. $His child is promptly taken and, following a cleaning of $his still very gravid body, $he is taken back to the spa.
-		<<else>>
-			<<if !canWalk($slaves[$i])>>While changing in the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries to find someone to help $him but only finds curious onlookers<<else>>While heading for the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded<</if>>. Without any choice left, $he assumes a birthing position.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Several of other slaves present help $him with <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child while the rest finish pleasuring themselves over the show. <<if _S.Attendant>>_S.Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child away and $he is ushered into the bath to clean up and relax<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "work as a nanny">>		/* TODO: this needs a rewrite */
-	<<if ($MatronID != 0)>>
-		<<setLocalPronouns _S.Matron 2>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if (random(1,20) > $suddenBirth)>>
-			<<if $MatronID != 0>>_S.Matron.slaveName leads $him to a special pool designed to give birth in. Once $he is safely in the water alongside _him2,<<else>>$He is lead to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his watching caretaker. $His child is promptly taken and, following a cleaning of $his still very gravid body, $he is taken back to the nursery.
-		<<else>>
-			While soaking in the nursery's pool, $slaves[$i].slaveName's water breaks. As $he begins to ready $himself for birth, <<if $MatronID != 0>>_S.Matron.slaveName pulls $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
-			<<ClothingBirth>>
-			$He and <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child are quickly dried off as $he begins nursing it. A servant soon arrives to take $his child away.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			<<if $MatronID != 0>>_S.Matron.slaveName escorts $him to a special pool designed to give birth in. Once $he is safely in the water alongside _him2,<<else>>$He is escorted to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and being<</if>> aided by $his caretaker. $His child is promptly taken and, following a cleaning of $his still very gravid body, $he is taken back to the nursery.
-		<<else>>
-			<<if !canWalk($slaves[$i])>>While changing in the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries to find someone to help $him but only finds curious onlookers<<else>>While heading for the changing room before a nice soak, $slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded<</if>>. Without any choice left, $he assumes a birthing position.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Several of other slaves present help $him with <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child while the rest finish pleasuring themselves over the show. <<if $MatronID != 0>>_S.Matron.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child away and $he is ushered into the bath to clean up and relax<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "learn in the schoolroom">>
-	<<if _S.Schoolteacher>>
-		<<setLocalPronouns _S.Schoolteacher 2>>
-	<</if>>
-	<<if !canWalk($slaves[$i])>>
-		<<if (random(1,20) > $suddenBirth)>>
-			Having been notified in the weeks leading up to $his <<if $slaves[$i].counter.birthsTotal == 0>>first<<else>>regular<</if>> birth, $he is helped to the front of the class and stripped; $he is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of the rapt attention of the other students.<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> However $he quickly forgets about the audience as orgasms, one after another, hit $him.<</if>> $His child is promptly taken and, following a cleaning and fresh change of clothes, $he is helped back to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear some of the lewd comments about $his still very gravid figure<</if>>.
-			<<set $humiliation = 1>>
-		<<else>>
-			During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth of <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			<<if _S.Schoolteacher>>_S.Schoolteacher.slaveName, furious that _his2 lesson was interrupted, drags $his still very pregnant ass from the class along with $his newborn child<<else>>$He gathers $his newborn child up and is quickly helped from the class<</if>>. $He can feel all the eyes watching $him leave.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			Having been notified in the weeks leading up to $his <<if $slaves[$i].counter.birthsTotal == 0>>first<<else>>regular<</if>> birth, $he heads to the front of the class and strips; $he is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of the rapt attention of the other students.<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> However $he quickly forgets about the audience as orgasms, one after another, hit $him.<</if>> $His child is promptly taken and, following a cleaning and fresh change of clothes, $he returns to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear some of the lewd comments about $his still very gravid figure<</if>>.
-			<<set $humiliation = 1>>
-		<<else>>
-			During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth of <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He fails to manage and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			<<if _S.Schoolteacher>>_S.Schoolteacher.slaveName, furious that _his2 lesson was interrupted, dismisses $him from the class along with $his newborn child<<else>>$He gathers $his newborn child up and quickly excuses $himself from the class<</if>>. $He can feel all the eyes staring at $his still very gravid middle.
-		<</if>>
-	<</if>>
-
-<<case "take classes">>
-	<<if (random(1,20) > $suddenBirth)>>
-		Or $he would have, had $assistant.name allowed it. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in $his life, $his birth will be turned into a live broadcast. Blushing strongly, $he begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, trying $his best to hide $his shame.<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> However $he quickly forgets about the audience as orgasms, one after another, hit $him.<</if>> Exhausted from the birth, $he is permitted a short break as $his child is collected to clean $himself up before the lesson is continued.
-		<<set $humiliation = 1>>
-	<<else>>
-		During a lesson under $assistant.name, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, especially since this will be a weekly occurrence in $his life, $he is forbidden from leaving. Additionally, $his birth will be turned into a live broadcast.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Exhausted from the birth, $he is permitted a short break as <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child is gathered to <<if !canWalk($slaves[$i])>>be cleaned<<else>>clean $himself<</if>> up before the lesson is continued.
-	<</if>>
-
-<<case "work in the brothel">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped to a private room in the back of the brothel by a group of eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a customer's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next customer's cock.
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a customer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next customer's cock.
-				<<elseif (_birthScene > 40)>>
-					While licking a customer's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
-					<<ClothingBirth>>
-					The customer splashes across $his face as $he struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next customer's cunt.
-				<<else>>
-					While sucking a customer's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-					<<ClothingBirth>>
-					He cums down $his throat as $he struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next customer's cock.
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped to a private room in the back of the brothel by several patrons who paid quite a handsome price to enjoy this moment.
-				<<if $slaves[$i].devotion > 20>>
-					$He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>and convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $his still very gravid body.
-				<<elseif $slaves[$i].devotion >= -20>>
-					$He hesitantly begins to pose, but one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He winces as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, which even $his powerful orgasm can't erase,<</if>> of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
-				<<else>>
-					$He stands shaking, $his waters flowing down $his <<if hasAnyLegs($slaves[$i])>>leg<<if hasBothLegs($slaves[$i])>>s<</if>><<else>>body<</if>>, until one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He cries out as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, which even powerful orgasm can't erase,<</if>> of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
-				<</if>>
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a customer's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on leaving $him to recover and collect $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a customer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 40)>>
-					While licking a customer's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into $his crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<<else>>
-					While sucking a customer's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body upright, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He heads to a private room in the back of the brothel filled with eager patrons. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to $his audience. $His child is promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $his still very gravid body.
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a customer's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. $He draws $his child to $his breast before seeking out the next customer's cock.
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a customer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next customer's cock.
-				<<elseif (_birthScene > 40)>>
-					While licking a customer's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
-					<<ClothingBirth>>
-					The customer splashes across $his face as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next customer's cunt.
-				<<else>>
-					While sucking a customer's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-					<<ClothingBirth>>
-					He cums down $his throat as $he struggles to reach $his child around $his still very gravid middle. Once $he has brought $his child to $his breast, $he seeks out the next customer's cock.
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He heads to a private room in the back of the brothel accompanied by several patrons who paid quite a handsome price to enjoy this moment.
-				<<if $slaves[$i].devotion > 20>>
-					$He settles $himself onto a patron's lap and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in the attention of $his audience<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>and convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $his still very gravid body.
-				<<elseif $slaves[$i].devotion >= -20>>
-					$He hesitantly begins to pose, but one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He winces as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, which even $his powerful orgasm can't erase,<</if>> of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
-				<<else>>
-					$He stands shaking, $his waters flowing down $his <<if hasAnyLegs($slaves[$i])>>leg<<if hasBothLegs($slaves[$i])>>s<</if>><<else>>body<</if>>, until one of the patrons grabs $him by the swollen waist and pulls $him onto his lap. $He cries out as his dick slips over $his exposed crotch, but can do nothing to stop <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby from being born. $He hates that the first thing $his child will touch is an erect cock; a bitter reminder<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, which even $his powerful orgasm can't erase,<</if>> of what its future will likely hold. $His fully born child is promptly taken and $his clients descend upon $his vulnerable, still very gravid, body.
-				<</if>>
-			<<else>>
-				<<if (_birthScene > 80) && canDoVaginal($slaves[$i])>>
-					While riding a customer's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his heaving, still very gravid body and moves on leaving $him to recover and collect $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 60) && canDoAnal($slaves[$i])>>
-					While taking a customer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his still very gravid belly and slips to $his side. $He quickly gathers $his child to be sent off.
-					<<set $humiliation = 1>>
-				<<elseif (_birthScene > 40)>>
-					While licking a customer's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					She cums across $his face before helping $his still very gravid body to the ground and leaving. When $he recovers, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<<else>>
-					While sucking a customer's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers and pushes $his still very gravid body <<if hasBothLegs($slaves[$i])>>to its feet<<else>>into a standing position<</if>>, $he quickly gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child to be sent off.
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "be the Schoolteacher">>
-	<<if !canWalk($slaves[$i])>>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He calls for $his teaching aid to help position $him so the class may receive a lesson on childbirth. $He begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of $his watching students. $He demonstrates the proper ways to labor and how to deliver a baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> even if your body is wracked by nonstop orgasm<</if>>. $He explains the infant's future as $his child taken and excuses the class for a short break in order to freshen up. Upon their return, $he begins a lesson on being a broodmother, as there is always a curious face locked onto $his still very gravid middle.
-			<<set $humiliation = 1>>
-		<<else>>
-			While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Once $he recovers enough, $he gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn child and instructs the class to take notes on the lesson $he just demonstrated before being escorted out of the classroom. All eyes are locked onto $his still very gravid middle; it's clear the class will need a lecture on broodmothers and their weekly routine.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			While stripping, $he makes $his way to the front of the classroom and settles $himself in a way $his entire class can see. Birth <<if $slaves[$i].counter.birthsTotal == 0>>will be<<else>>is<</if>> a regular occurrence in $his life and it would be a waste to not work it into $his lesson plan. $He wiggles $himself into a comfortable spot and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, fully aware of $his watching students. $He demonstrates the proper ways to labor and how to deliver a baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> even if your body is wracked by nonstop orgasm<</if>>. $He explains the infant's future as $his child is taken and excuses the class for a short break in order to freshen up. Upon their return, $he begins a lesson on being a broodmother, as there is always a curious face locked onto $his still very gravid middle.
-			<<set $humiliation = 1>>
-		<<else>>
-			While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Once $he recovers enough, $he gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> newborn child and instructs the class to take notes on the lesson $he just demonstrated before leaving to drop off $his child for removal. $He feels all the eyes on $his still very pregnant body as $he waddles past. It's clear the class will need a review on broodmothers when $he returns.
-		<</if>>
-	<</if>>
-
-<<case "be your Concubine">>
-	<<setNonlocalPronouns $seeDicks>>
-	<<if $slaves[$i].pregSource == -1 && $slaves[$i].relationship == -3>>
-		<<if (random(1,20) > $suddenBirth)>>
-			You make sure to find time in your busy schedule to be at your concubine $wife's side as $he gives birth to your children, even if it's <<if $slaves[$i].counter.birthsTotal == 0>>to be <</if>> a weekly occurrence. You gently caress $slaves[$i].slaveName's body as $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. You help $him upright and hold your child to $his breasts. The two of you cuddle as you watch your newborn suckle from its mother. Since $he is quite special to you, you allow $him the time to pick out names before $his child has to be taken away. When the time comes to pick up the newborn, the slave servant is surprised to find a name-card affixed to its blanket.<<if $slaves[$i].fetish != "mindbroken">> $He can't help but feel more devoted to $his master after seeing such a touching act. Before you leave, $slaves[$i].slaveName expresses how cute $he found your child and that $he can't wait to see the next one.<</if>>
-		<<else>>
-			Your sleep is awoken by a moist sensation and a loud moan beside you. As you help your concubine $wife up, $he can't hold back the coming birth.
-			<<ClothingBirth>>
-			As you swaddle <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, you cuddle up to the still very gravid $girl. Bringing your child to $his breast, you enjoy each other's comfort until a servant comes to clean up. Since $he is quite special to you, you allow $him the time to pick out names before $his child has to be taken away. The slave servant is somewhat surprised by your actions, but understands those closest to you are afforded luxuries far beyond _hisU peers.
-		<</if>>
-	<<elseif !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is assisted in reaching your side. You call $him over and strip $him as $he instinctively begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to your wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite.
-			<<else>>
-				$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. This disturbance of $his usual routine spurs $him to look for you and $he begins struggling to find you. You find $him in the halls, halfway to your office, just barely holding back <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child. You help $him the rest of the way, just before it's too late.
-				<<ClothingBirth>>
-				Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is assisted in reaching your side. You beckon $him over and strip $him as $he dutifully begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite. As $he leaves your office, $he throws you a wink, hoping to see you again soon.
-			<<else>>
-				$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. Saddened that you aren't there for the show, $he begins struggling to crawl to you. By the time $he reaches your office, $he is barely holding back $his child. You rise to meet $him and help $him onto the couch, just before it's too late.
-				<<ClothingBirth>>
-				Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He wanders the penthouse until $he finds you. You call $him over and strip $him as $he instinctively begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to your wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite.
-			<<else>>
-				$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. This disturbance of $his usual routine spurs $him to look for you and $he begins waddling off to find you. As $he inches into your office, it's abundantly clear <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child is just beginning to crown. You help $him to the couch, just as the show begins.
-				<<ClothingBirth>>
-				Cradling your child, the two of you rest for a spell before sending it off and spending some more intimate time together.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He wanders the penthouse until $he finds you. You beckon $him over and strip $him as $he dutifully begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying your wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, while convulsing with orgasms in the process<</if>>. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite. As $he waddles from your office, $he throws you a wink, hoping to see you again soon.
-			<<else>>
-				$slaves[$i].slaveName cradles $his gravid belly, waiting for your return, when $his water breaks. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. You rise to meet $him and help $him onto the couch, just before it's too late.
-				<<ClothingBirth>>
-				Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "live with your Head Girl">>
-	<<setLocalPronouns _S.HeadGirl 2>>
-	<<if $slaves[$i].pregSource == $HeadGirlID>>
-		<<if (random(1,20) > $suddenBirth)>>
-			_S.HeadGirl.slaveName makes sure that the mother of _his2 child is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. _He2 carefully undresses $slaves[$i].slaveName, all the while whispering sweet nothings in $his ear. $He begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>, and $his child is carefully collected by their father. Once they are out of the way, _S.HeadGirl.slaveName moves in to fondle $slaves[$i].slaveName's tired, still very gravid body.
-		<<else>>
-		<</if>>
-	<<else>>
-		<<if !canWalk($slaves[$i])>>
-			<<if $slaves[$i].fetish == "mindbroken">>
-				<<if (random(1,20) > $suddenBirth)>>
-					$He is aided in finding _S.HeadGirl.slaveName, who undresses $him as $he instinctively begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to _his2 wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is taken back to _S.HeadGirl.slaveName' room.
-				<<else>>
-					$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting before _S.HeadGirl.slaveName returns from _his2 duties.
-				<</if>>
-			<<else>>
-				<<if (random(1,20) > $suddenBirth)>>
-					$He is aided in seeking out _S.HeadGirl.slaveName, who undresses $him as $he dutifully begins to push out, enjoying _his2 wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, while convulsing with orgasms in the process<</if>>. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is helped back to _S.HeadGirl.slaveName's room.
-				<<else>>
-					$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places it in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his newborn. Freshened up, $he returns to resting knowing full well that _S.HeadGirl.slaveName will be eager to play with $his still very pregnant body when _he2 finishes _his2 rounds.
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if $slaves[$i].fetish == "mindbroken">>
-				<<if (random(1,20) > $suddenBirth)>>
-					$He wanders until $he finds _S.HeadGirl.slaveName, who undresses $him as $he instinctively begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, indifferent to _his2 wandering hands. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is lead back to _S.HeadGirl.slaveName' room.
-				<<else>>
-					$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting before _S.HeadGirl.slaveName returns from _his2 duties.
-				<</if>>
-			<<else>>
-				<<if (random(1,20) > $suddenBirth)>>
-					$He seeks out _S.HeadGirl.slaveName, who undresses $him as $he dutifully begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, enjoying _his2 wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, while convulsing with orgasms in the process<</if>>. $His child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he returns to _S.HeadGirl.slaveName's room.
-				<<else>>
-					$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and places it in the cradle readied for $him. $He waddles off to shower as your servants clean up and remove $his newborn. Freshened up, $he returns to resting knowing full well that _S.HeadGirl.slaveName will be eager to play with $his still very pregnant body when _he2 finishes _his2 rounds.
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "be confined in the arcade">>
-	Or $he would have been, if $he weren't locked in an arcade cabinet. A gush of liquid pours from $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his <<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>orgasming <</if>>body instinctively births <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby into a waiting basket. As it is carried away, $his rear is cleaned up and the sign removed.
-
-<<case "get treatment in the clinic">>
-	<<if _S.Nurse>>
-		<<setLocalPronouns _S.Nurse 2>>
-	<</if>>
-	<<if !canWalk($slaves[$i])>>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He is helped to the clinic's maternity ward. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he is returned to $his recovery room to rest.
-		<<else>>
-			$slaves[$i].slaveName is in the perfect place to give birth when $his water breaks. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long _he2 returns to attend to _his2 patient's post-birth health.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He is guided to the clinic's maternity ward. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long $he is returned to $his recovery room to rest.
-		<<else>>
-			$slaves[$i].slaveName is in the perfect place to give birth when $his water breaks. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child before taking it away. Before long _he2 returns to attend to _his2 patient's post-birth health.
-		<</if>>
-	<</if>>
-
-<<case "be confined in the cellblock">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He is forced into a specially designed cell to give birth in. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is moved back into a standard cell.
-		<<else>>
-			While waiting in a cell in $cellblockName, $slaves[$i].slaveName's water breaks. $He assumes a birthing position,
-			<<ClothingBirth>>
-			$He struggles to reach <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child around $his still very gravid middle and resumes waiting with it latched to $his breast.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He is forced into a specially designed cell to give birth in. Reluctantly, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and, after $his still very gravid body and the cell are hosed down, $he is moved back into a standard cell.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his stupor by moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-			<<ClothingBirth>>
-			$He collects $his <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and holds it close knowing someone will soon come to take it away from $him.
-		<</if>>
-	<</if>>
-
-<<case "be the DJ">>
-	<<if (random(1,20) > $suddenBirth)>>
-		$He heads to a private room in the back of the club accompanied by an influential patron. $He settles $himself onto his lap and begins working on <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. Placing $his child outside the room, $he returns to pleasure $his tease.
-	<<else>>
-		While DJing $clubName, $slaves[$i].slaveName's water breaks. $He can't stop $his setlist without drawing attention, so $he tries $his best to ride out the contractions. As soon as the opportunity arises, $he attempts to sneak off stage. However, a number of fans block $his progress keeping $him on stage. Before long the contractions are too much to bear and $he drops to the ground.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Exhausted, $he sits up and smiles to the crowd. $His show definitely drew attention to $his club. With a burst of energy $he hefts $his still very gravid body to its feet, bows to the crowd, and gathers <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child before making $his way off stage. As $he leaves the public's gaze, $he shouts out with a wink "Same time next week!"
-	<</if>>
-
-<<case "be the Attendant">>
-	<<if (random(1,20) > $suddenBirth)>>
-		_S.Attendant.slaveName waddles to a special pool designed to give birth in. Once $he is safely in the water, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process, which is<</if>> something $he has been trained for. $His child is promptly taken and, following a cleaning, $he heads back to the main pool.
-	<<else>>
-		While tending to the guests in the spa, $slaves[$i].slaveName's water breaks. The slaves quickly come to $his aid as the contractions get closer and closer together. Their hands are all over $his laboring body, unsure of what they should be doing.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He thanks $his charges for their, less than helpful, efforts and collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal. Upon returning, $he strips down and enters the pool, desperate for a break and eager to take the weight off $his still very gravid body.
-	<</if>>
-
-<<case "be the Madam">>
-	<<if (random(1,20) > $suddenBirth)>>
-		$He heads to a private room in the back of the club accompanied by an influential patron. $He settles $himself onto his lap and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> basking in his attention as he strips $him. Placing $his child outside the room, $he returns to get more intimate with $his catch.
-	<<else>>
-		While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "Birthshow <<print cashFormat(100)>> a viewer" and takes a seat.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Upon completing $his show, $he reclines with <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and begins counting the credits $he bought in. In total $he made <<print cashFormat(100*_birthScene)>> and feels that business will be up in the brothel as patrons line up hoping another showing.
-		<<run cashX((100*_birthScene), "birth", $slaves[$i])>>
-	<</if>>
-
-<<case "be the Stewardess">>
-	<<if (random(1,20) > $suddenBirth)>>
-		$He strips and settles $himself into $his favorite chair while calling several servants to $his aid. $He begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby into the arms of $his waiting charges<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he reclines while $his servants clean and dress $his still very gravid body. Once $he has had enough, $he orders them to help $him up and get back to work on the penthouse.
-	<<else>>
-		While overseeing the house servants, $slaves[$i].slaveName's water breaks. $He has no time to strip down so $he takes a seat and readies $himself. Commandingly, $he snaps $his fingers and orders $his charges to clean up the floor, assist $him with $his clothes, and be ready to take <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child away.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Once $he catches $his breath, $he struggles to <<if hasBothLegs($slaves[$i])>>$his feet<<else>>get upright<</if>> and takes the fresh change of clothing provided by $his servants before ordering them back to work.
-	<</if>>
-
-<<case "be the Milkmaid">>
-	<<if (random(1,20) > $suddenBirth)>>
-		$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He is quite experienced in delivering $his cows' children, but $he finds it much more difficult to apply $his knowledge to $himself. $His child is promptly taken and, after a short rest, $he returns to caring for your cows, as gravid as ever.
-	<<else>>
-		While tending to $his stock, $slaves[$i].slaveName's water breaks. $He hastily pulls $himself into a vacant stall and seats $himself in its corner.
-		<<ClothingBirth>>
-		Quickly, $he collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before returning to $dairyName. The cows around $his stall all have a knowing look on their faces<<if $dairyPregSetting > 0>> but with their own swollen bellies hanging heavily from them, they know that they soon will follow $his lead.<<else>>.<</if>>
-	<</if>>
-
-<<case "be the Farmer">>	/* TODO: this needs a rewrite */
-	<<if (random(1,20) > $suddenBirth)>>
-		$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He is quite experienced in delivering $his cows' children, but $he finds it much more difficult to apply $his knowledge to $himself. $His child is promptly taken and, after a short rest, $he returns to caring for your cows, as gravid as ever.
-	<<else>>
-		While tending to $his stock, $slaves[$i].slaveName's water breaks. $He hastily pulls $himself into a vacant stall and seats $himself in its corner.
-		<<ClothingBirth>>
-		Quickly, $he collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before returning to $farmyardName. The cows around $his stall all have a knowing look on their faces<<if $farmyardPregSetting > 0>> but with their own swollen bellies hanging heavily from them, they know that they soon will follow $his lead.<<else>>.<</if>>
-	<</if>>
-
-<<case "be the Wardeness">>
-	<<setNonlocalPronouns $seeDicks>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He enters an empty cell, strips, and seats $himself on the cot. $He instinctively begins birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he returns to mindlessly breaking the confined slaves.
-		<<else>>
-			While punishing a slave, $slaves[$i].slaveName's water breaks, soaking _himU. Indifferent, $he resumes beating _himU until the contractions are too much to bear. Settling to the floor, $he begins giving birth.
-			<<ClothingBirth>>
-			As soon as $he regains $his strength, $he resumes beating the confused slave. <<if $slaves[$i].counter.birthsTotal == 0>>$His first<<else>>This week's<</if>> is collected by a servant, who carefully hints that $slaves[$i].slaveName should take a break before returning to $his task.
-		<</if>>
-	<<else>>
-		<<if (random(1,20) > $suddenBirth)>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to the cellblock.
-		<<else>>
-			While punishing a rebellious slave, $slaves[$i].slaveName's water breaks, soaking _himU. Noticing the slave's smirk, $he resumes beating _himU until the contractions are too much to bear. Relocking the cell, $he waddles into the nearest empty cell and drops $his weight onto the cot.
-			<<ClothingBirth>>
-			Quickly, $he collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before returning to $cellblockName. On $his way past the cells, $he takes note of any slaves whispering or gesturing about what transpired for future punishment.
-		<</if>>
-	<</if>>
-
-<<case "be the Nurse">>
-	<<if (random(1,20) > $suddenBirth)>>
-		$He waddles to $his maternity ward and strips before settling into an open bed. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>> as $his assistants watch. $His child is promptly taken and $he is helped to the recovery ward until $he recovers enough to take over $clinicName again.
-	<<else>>
-		While tending to your unwell slaves, $slaves[$i].slaveName's water breaks. Counting the time between contractions, $he knows $he has no time to get to $his prepared birthing chamber. $He waddles into the nearest empty room and hoists $his gravid body into the examination chair, placing $his feet in the stirrups.
-		<<ClothingBirth>>
-		Quickly, $he collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal before retiring to the recovery ward. Within an hour of rest, $he is back on $his feet tending to $his charges.
-	<</if>>
-
-<<case "be your Head Girl">>
-	<<if (random(1,20) > $suddenBirth)>>
-		<<set _HGL = App.Entity.facilities.headGirlSuite.employeesIDs().size>>
-		$He returns to <<if $HGSuite == 1>>$his room's bed<<else>>$his bed<</if>> and strips before slipping into it. $He makes $himself comfortable<<if _HGL != 0>>, as $his slave rushes to $his side,<</if>> and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken<<if _HGL != 0>> by $his roommate<</if>> and $he rests awhile before returning to managing your slaves.
-	<<else>>
-		While overseeing your other slaves, $slaves[$i].slaveName's water breaks. $He attempts to hold back the coming birth until $he can catch a break in $his duties but ultimately fails.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Upon finishing, $he quickly collects <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child and orders the mess to be cleaned promptly without breaking $his dominant appearance.
-	<</if>>
-
-<<case "guard you">>
-	<<if (random(1,20) > $suddenBirth)>>
-		Or $he would have, if $he'd stop refusing to leave your side. You lead $him someplace private and help $him undress. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. You call for a servant to quickly gather $his child as you help $him into the shower, making sure to wait outside for your loyal guardian to finish.
-	<<else>>
-		Refusing to leave your side even when on the verge of giving birth, $slaves[$i].slaveName continues to serve as your bodyguard despite $his condition. A splashing sound and a loud groan emit from behind you; your bodyguard has gone into labor. You quickly help $him to the ground and prepare for the coming birth.
-		<<ClothingBirth>>
-		You sit by your loyal guard holding <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child until a servant comes by to take them away. Once $he is thoroughly rested, you help $him up and lead $him back to the penthouse to shower and change.
-	<</if>>
-
-<<case "recruit girls">>
-	<<setNonlocalPronouns $seeDicks>>
-	<<if (random(1,20) > $suddenBirth)>>
-		$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he rests awhile before returning to finding new slaves for you.
-	<<else>>
-		While on a video call with a potential recruit, $slaves[$i].slaveName's water breaks. $He attempts to play it cool and act like nothing is happening but the worsening contractions finally get to $him.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		<<if _birthScene > 50>>
-			Exhausted from the birth and clutching <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, $he returns to find that $he never ended the call. The prospective slave is blushing furiously and seems to have begun touching _himselfU to the show. Apologizing for the interruption, while red with embarrassment, $slaves[$i].slaveName resumes chatting with the somewhat more pliant _girlU.
-		<<else>>
-			Exhausted from the birth and clutching <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, $he returns to find that $he never ended the call. The prospective slave is grinning widely and states _heU has been recording the show. _HeU signs off, but not before saying _heU'll be seeing more of $slaves[$i].slaveName around the internet. <<if $slaves[$i].fetish == "humiliation">>Your recruiter can't help but become aroused at the prospect<<else>>Your recruiter is terrified that $his birth video is out there for everyone to see, partly due to $his own shame and to the potential damage it will do to $his reputation<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "work in the dairy">>
-	<<if $dairyRestraintsSetting > 1 && $slaves[$i].career == "a bioreactor">>
-		<<if (random(1,20) > $suddenBirth)>>
-			As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $his laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. Once <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is secure, the basket retracts to allow $his <<if $slaves[$i].mpreg == 1>>rear<<else>>vagina<</if>> to be cleaned.
-		<<else>>
-			Without warning, $slaves[$i].slaveName's water breaks and $his body begins to rapidly push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He manages to force out the squirming child before the basket could extend, flagging $his unit for maintenance.
-		<</if>>
-		All these events are meaningless to $him, as $his consciousness has long since been snuffed out.
-	<<elseif $dairyRestraintsSetting > 1>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $his laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. Once <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby is secure, the basket retracts to allow $his <<if $slaves[$i].mpreg == 1>>rear<<else>>vagina<</if>> to be cleaned.
-			<<else>>
-				Without warning, $slaves[$i].slaveName's water breaks and $his body begins to rapidly push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He manages to force out the squirming child before the basket could extend, flagging $his unit for maintenance.
-			<</if>>
-			$He doesn't care about any of this, as the only thoughts left in $his empty mind revolve around the sensations in $his crotch and breasts.
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				As $slaves[$i].slaveName's water breaks, a mechanical basket is extended under $his laboring <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>>. $He struggles in $his bindings, attempting to break free in order to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, but $his efforts are pointless. <<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>Soon $he is convulsing with powerful orgasms while giving birth<<else>>$He is forced to give birth<</if>>, restrained, into the waiting holder. Once the child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> secure, the basket retracts, allowing access to $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>>.
-			<<else>>
-				Without warning, $slaves[$i].slaveName's water breaks and $he uncontrollably births <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He manages to force out the screaming child before the basket could fully extend, flagging $his unit for maintenance and causing quite the scene. $He knows full well there is nothing $he can do to hide $his shame.
-			<</if>>
-			$His mind slips slightly more as $he focuses on $his fate as nothing more than an animal destined to be milked and bare offspring until $his body gives out.
-			<<set $humiliation = 1>>
-			<<set $slaves[$i].trust -= 10, $slaves[$i].devotion -= 10>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				While getting milked, $slaves[$i].slaveName's water breaks. $He shows little interest and continues kneading $his breasts. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>>. $He pays no heed to $his child being removed from the milking stall, instead focusing entirely on draining $his breasts and getting comfortable with $his still very gravid middle.
-			<<else>>
-				While getting milked, $slaves[$i].slaveName's water breaks. $He show little interest and continues kneading $his breasts.
-				<<ClothingBirth>>
-				$He shows no interest in <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child being removed from the milking stall, nor $his still very gravid middle, instead focusing entirely on draining $his breasts.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				While getting milked, $slaves[$i].slaveName's water breaks,<<if $dairyPregSetting > 0>> this is a regular occurrence to $him now so<<else>> but<</if>> $he continues enjoying $his milking while $he works to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He catches <<if canSee($slaves[$i])>>a glimpse<<elseif canHear($slaves[$i])>>the sound<<else>>the feeling<</if>> of $his child being removed from the milking stall before returning $his focus to draining $his breasts.
-			<<else>>
-				While getting milked, $slaves[$i].slaveName's water breaks. Knowing $he can't leave yet, $he shifts into a more comfortable position for the impending birth.
-				<<ClothingBirth>>
-				$He takes a break from milking to collect <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> child for removal and to catch $his breath before reattaching the milkers and coaxing $his milk to begin flowing anew.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<default>>
-	//Assignment was $slaves[$i].assignment so why did we default? Report this!//
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. <<if hasAnyArms($slaves[$i])>>$He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across the still huge dome of $his middle; to<<else>>To<</if>> $him, gravidity and birth is nothing out of the ordinary.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He struggles to collect $his child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. <<if hasAnyArms($slaves[$i])>>$He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across the still huge dome of $his middle; to<<else>>To<</if>> $him, gravidity and birth is nothing out of the ordinary.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
-			<<else>>
-				$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-				<<ClothingBirth>>
-				$He struggles to collect $his child and places them in the cradle readied for $him. $He hefts $his still very gravid body out of bed to take a shower as your servants clean up and remove $his child.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<</switch>>
-
-<<else>> /* add extra events here (moving between jobs | after work) */
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. <<if hasAnyArms($slaves[$i])>>$He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across the still huge dome of $his middle; to<<else>>To<</if>> $him, gravidity and birth is nothing out of the ordinary.
-			<<else>>
-				<<if _birthScene >= 50>>
-					$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
-				<<else>>
-					While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He carries on until the contractions drag $him to <<if hasBothLegs($slaves[$i])>>$his knees<<else>>the floor<</if>>.
-					<<ClothingBirth>>
-					$He rolls onto $his side and rests with $his child to $his breast until a servant collects $his child and helps $him to $his bed.
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
-			<<else>>
-				<<if _birthScene >= 70>>
-					While waiting to be helped to $his next assignment, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to do anything, $he is forced to give birth where $he is.
-					<<ClothingBirth>>
-					$He gathers $his child and recovers $his strength while resuming $his wait a servant to help $him to $his assignment.
-				<<elseif _birthScene >= 30>>
-					While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to walk without assistance, $he finds $himself stranded in the middle of all the dining slaves.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					$He gathers $his child and waits to be rescued from the vicious mockery, fully aware of all the jeering and laughter.
-				<<else>>
-					$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He struggles to collect $his child and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child.
-				<</if>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. <<if hasAnyArms($slaves[$i])>>$He runs $his hand<<if hasBothArms($slaves[$i])>>s<</if>> across the still huge dome of $his middle; to<<else>>To<</if>> $him, gravidity and birth is nothing out of the ordinary.
-			<<else>>
-				<<if _birthScene >= 50>>
-					While wandering the penthouse absentmindedly, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $He carries on until the contractions drag $him to <<if hasBothLegs($slaves[$i])>>$his knees<<else>>the floor<</if>>.
-					<<ClothingBirth>>
-					$He rolls onto $his side and rests with $his child to $his breast until a servant collects $his child and helps $him to $his bed.
-				<<else>>
-					$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He fishes around under $his still huge dome of a stomach searching for $his newborn. Once $he finds it, $he draws it to $his breast and resumes resting.
-				<</if>>
-			<</if>>
-		<<elseif $slaves[$i].fetish == "humiliation" && _birthScene >= 50>>
-			While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He resumes $his previous task, eager for the next child to move into position.
-		<<else>>
-			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
-			<<else>>
-				<<if _birthScene >= 70>>
-					While waddling through the penthouse on the way to $his next assignment, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
-					<<ClothingBirth>>
-					$He gathers $his child and recovers $his strength before finding a servant to give $his child to before shuffling to $his assignment, a hand on $his still very gravid middle.
-				<<elseif _birthScene >= 30>>
-					While waddling through the penthouse on $his way to the cafeteria, $slaves[$i].slaveName's body begins to birth <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. Unable to reach the prepared birthing room in time, $he finds $himself stranded in the middle of all the dining slaves.
-					<<set $humiliation = 1>>
-					<<ClothingBirth>>
-					$He gathers $his child and recovers $his strength before trying to escape out of sight of the jeering crowd. Finding a servant to give $his child to, $he hastily heads back to $his bed to hide $himself from the mockery. $He runs a hand across $his still very gravid middle; $he'll have to be more careful in the future as there are plenty more children growing within $him.
-				<<else>>
-					$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
-					<<ClothingBirth>>
-					$He struggles to collect $his child and places them in the cradle readied for $him. $He hefts $his still very gravid body out of bed to take a shower as your servants clean up and remove $his child.
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<</if>>
-
-<</widget>>
-
-<<widget "HyperBroodmotherBirth">>
-
-<br>
-
-<<if random(1,2) == 1>> /* at assignment else in halls/etc */
-
-<<switch $slaves[$i].assignment>>
-
-<<case "rest">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks $his body.
-			<<ClothingBirth>>
-			$He struggles to draw $his child to $his breast and resumes resting.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a contraction. $He struggles to roll over, and failing that, clutches $his gravid belly as another contraction wracks $his body. Since this has already happened several times this week, $he knows what to expect.
-			<<ClothingBirth>>
-			$His child is collected and $his body cleaned before $he is allowed to resume $his rest.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body.
-			<<ClothingBirth>>
-			$He struggles to draw $his child to $his breast and resumes resting.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body. Since this has already happened several times this week, $he knows what to expect.
-			<<ClothingBirth>>
-			$His child is collected and $his body cleaned before $he is allowed to resume $his rest.
-		<</if>>
-	<</if>>
-
-<<case "be a subordinate slave">>
-	<<set _tempSub = getSlave($slaves[$i].subTarget)>>
-	<<if def _tempSub>>
-		<<setLocalPronouns _tempSub 2>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $slaves[$i].subTarget == 0>>
-			While servicing your other slaves, $slaves[$i].slaveName's body begins to birth another of $his brood, though it does nothing to deter $him from $his task.
-			<<ClothingBirth>>
-			No sooner than $his baby is born, a cock is shoved into $his gaping pussy as $he draws $his child to $his breast.
-		<<else>>
-			While servicing _tempSub.slaveName, $slaves[$i].slaveName's body begins to birth another of $his brood, though it does nothing to deter $him from $his task.
-			<<ClothingBirth>>
-			No sooner than $his baby is born does $he go back to pleasuring $his dom.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].subTarget == 0>>
-			While servicing your other slaves, $slaves[$i].slaveName's body begins to birth another of $his brood, causing $him to immediately try to break off. However, several hands quickly hook $his enormous bulk and $he is pulled back into another slave's crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Since $he is too pregnant to collect $his child, it is done for $him. $His exhausted form is slumped onto $his huge belly as another slave helps themselves to $his vulnerable body.
-		<<else>>
-			While servicing _tempSub.slaveName, $slaves[$i].slaveName's body begins to birth another of $his brood, causing $him to immediately try to break off. $His dom eagerly watches _his2 pregnant sub's ordeal.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			_tempSub.slaveName collects the newborn child to be sent off before returning and planting _his2 crotch directly over _his2 exhausted sub's face.
-		<</if>>
-	<</if>>
-
-<<case "whore">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While attempting to attract customers to fuck $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood.
-			<<ClothingBirth>>
-			$He struggles to bring $his child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
-		<<else>>
-			While attempting to attract customers to fuck $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to move and rapidly crowning, $he manages to get several men to help $him out.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He lies stranded on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he is helped into a sitting position and handed $his child.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While attempting to attract customers with $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood.
-			<<ClothingBirth>>
-			$He draws $his child to $his breast as $he resumes whoring, oblivious to the free show $he just gave $his customers.
-		<<else>>
-			While attempting to attract customers with $his grotesquely distended body, $slaves[$i].slaveName's body begins to birth another of $his brood. $He knows it is pointless to try to waddle away, as large as $he is, so $he convinces several men to help $him out.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he is helped <<if hasBothLegs($slaves[$i])>>to $his feet<<else>>upright<</if>> and handed $his child.
-		<</if>>
-	<</if>>
-
-<<case "serve the public">>
-	<<set _pbw = random(1,100)>>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (_pbw > 80)>>
-				While taking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before beckoning for the next citizen's cock.
-			<<elseif (_pbw > 60)>>
-				While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue.
-				<<ClothingBirth>>
-				He cums down $his throat before placing $his child on $his breast, as $he starts beckoning for the next citizen's cock.
-			<<elseif (_pbw > 40)>>
-				While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so $he allows $him to continue.
-				<<ClothingBirth>>
-				The citizen splashes across $his face before placing $his child on $his breast, as $he begins beckoning for the next citizen's cunt.
-			<<else>>
-				While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before beckoning for the next citizen's cock.
-			<</if>>
-		<<else>>
-			<<if (_pbw > 80)>>
-				While riding a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage encouraging him to shove $him onto $his bloated womb and mount $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and await $his child to be sent off.
-				<<set $humiliation = 1>>
-			<<elseif (_pbw > 60)>>
-				While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on sucking.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
-			<<elseif (_pbw > 40)>>
-				While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on licking.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				She cums across $his face before helping $him to $his rear and handing $him the newborn child.
-			<<else>>
-				While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to collect $his child, $he awaits for it to be sent off.
-				<<set $humiliation = 1>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (_pbw > 80)>>
-				While taking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before seeking out the next citizen's cock.
-			<<elseif (_pbw > 60)>>
-				While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-				<<ClothingBirth>>
-				He cums down $his throat before placing $his child on $his breast, as $he begins seeking out the next citizen's cock.
-			<<elseif (_pbw > 40)>>
-				While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so $he allows $him to reposition and continue.
-				<<ClothingBirth>>
-				The citizen splashes across $his face before placing $his child on $his breast, as $he begins seeking out the next citizen's cunt.
-			<<else>>
-				While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before seeking out the next citizen's cock.
-			<</if>>
-		<<else>>
-			<<if (_pbw > 80)>>
-				While riding a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and collect $his child to be sent off.
-				<<set $humiliation = 1>>
-			<<elseif (_pbw > 60)>>
-				While sucking a citizen's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
-			<<elseif (_pbw > 40)>>
-				While licking a citizen's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				She cums across $his face before helping $him <<if hasBothLegs($slaves[$i])>>to $his feet<<else>>upright<</if>> and handing $him the newborn child.
-			<<else>>
-				While taking a citizen's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to get <<if hasBothLegs($slaves[$i])>>to $his feet<<else>>upright<</if>>, $he gathers $his child to be sent off.
-				<<set $humiliation = 1>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "work a glory hole">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He makes no effort to stop sucking the dicks presented to $him.
-			<<ClothingBirth>>
-			$His child is taken as it is born from $his rear hanging out of the box. $He never notices, focused entirely on the fresh cock poking through the glory hole.
-		<<else>>
-			While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He quickly finishes the dick off and sighs, knowing full well $he couldn't move even if $he weren't confined. Another dick is shoved into $his trapped face and $he is forced to keep sucking.
-			<<ClothingBirth>>
-			$His child is taken as it is born from $his rear hanging out of the box. $He never got a look at it, being unable to turn even slightly.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He makes no effort to stop sucking the dicks presented to $him.
-			<<ClothingBirth>>
-			$His child is taken as it is born from $his rear hanging out of the box. $He never notices, focused entirely on the fresh cock poking through the glory hole.
-		<<else>>
-			While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's body begins to birth another of $his brood. $He quickly finishes the dick off before realizing there is no way $he can move $his bloated form in the box. Another dick is shoved into $his trapped face and $he is forced to keep sucking.
-			<<ClothingBirth>>
-			$His child is taken as it is born from $his rear hanging out of the box. $He never got a look at it, being unable to turn even slightly.
-		<</if>>
-	<</if>>
-
-<<case "get milked">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. $He show little interest and continues kneading $his breasts.
-			<<ClothingBirth>>
-			$He shows no interest in $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining breasts.
-		<<else>>
-			While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. Between the milkers and $his immobilizing belly, $he ends up stranded atop $his immense pregnancy.
-			<<ClothingBirth>>
-			$His child is carried away and $he struggles to get off of $himself. $He groans as $he realizes the milk tank is nearly full, having been filled with the copious amounts of milk $his body is producing for $his brood.
-			<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. $He show little interest and continues kneading $his breasts.
-			<<ClothingBirth>>
-			$He shows no interest in $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining breasts.
-		<<else>>
-			While getting milked, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shifts into a comfortable position to give birth while the milker works $his breasts.
-			<<ClothingBirth>>
-			$His child is carried away and $he rests with $his back against the wall. $He groans as $he realizes the milk tank is nearly full, having been filled with the copious amounts of milk $his body is producing for $his brood.
-		<</if>>
-	<</if>>
-
-<<case "please you">>
-	<<if !canWalk($slaves[$i])>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While sitting absentmindedly nearby, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays no heed to it and continues waiting for you to use $him.
-		<<ClothingBirth>>
-		You certainly enjoyed the show as you call for a servant to take away $his child and to clean up the still oblivious broodmother.
-	<<else>>
-		While resting against $his belly nearby, $slaves[$i].slaveName's body begins to birth another of $his brood, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to move $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad.<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
-		<<ClothingBirth>>
-		As thanks for the show, you help $his exhausted body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away $his child and clean up your toy.
-	<</if>>
-	<<else>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While sitting absentmindedly nearby, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays no heed to it and continues waiting for you to use $him.
-		<<ClothingBirth>>
-		You certainly enjoyed the show as you call for a servant to take away $his child and to clean up the still oblivious broodmother.
-	<<else>>
-		While standing nearby, $slaves[$i].slaveName's body begins to birth another of $his brood, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad.<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
-		<<ClothingBirth>>
-		As thanks for the show, you help $his exhausted body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away $his child and clean up your toy.
-	<</if>>
-	<</if>>
-
-<<case "stay confined">>
-	<<if !canWalk($slaves[$i])>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he can't move, $he just lets things happen.
-		<<ClothingBirth>>
-		$He struggles for a minute before realizing $he is incapable of reaching $his child. The servant that has to crawl under $his bloated body to get $his child is less than pleased, especially since this is the third time this week $he has had to do it.
-	<<else>>
-		$slaves[$i].slaveName is awoken from $his stupor by $his body beginning to birth another of $his brood. $He struggles to get into position but ends up getting stuck atop $his massive belly.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He spills out of the cell when the servant comes once more to collect $his child. $He hastily tries to cram $his bulk back into $his cell before $he gets chastised.
-	<</if>>
-	<<else>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of $his brood. $He assumes a birthing position.
-		<<ClothingBirth>>
-		$He struggles for a minute before realizing $his pregnancy takes up most of the cell and that $he can't reach $his child. The servant that has to crawl under $his bloated body to get $his child is less than pleased, especially since this is the third time this week $he has had to do it.
-	<<else>>
-		$slaves[$i].slaveName is awoken from $his stupor by $his body beginning to birth another of $his brood. $He struggles to get into position but ends up getting stuck standing thanks to $his massive belly.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He spills out of the cell when the servant comes once more to collect $his child. $He hastily tries to cram $his bulk back into $his cell before $he gets chastised.
-	<</if>>
-	<</if>>
-
-<<case "work as a servant" "be a servant">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if random(0,1) == 1>>
-			While giving a slave oral service, $slaves[$i].slaveName's body begins to birth another of $his brood. $He disregards this development and continues working.
-			<<ClothingBirth>>
-			The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. Instead, $he struggles to bring $his child to $his breast until <<if _S.Stewardess>>_S.Stewardess.slaveName shouts at $him to move $his useless ass<<elseif $HeadGirlID != 0>>_S.HeadGirl.slaveName shouts at $him to move $his useless ass<<else>>shouts at $him to move $his useless ass<</if>>.
-		<<else>>
-			While struggling to scrub the penthouse floor, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on trying to clean as $he drags $his belly along the floor.
-			<<ClothingBirth>>
-			Instead of carrying on $his task, $he draws $his child to $his breast until <<if _S.Stewardess>>_S.Stewardess.slaveName shouts at $him to move $his useless ass<<elseif $HeadGirlID != 0>>_S.HeadGirl.slaveName shouts at $him to move $his useless ass<<else>>shouts at $him to move $his useless ass<</if>>.
-		<</if>>
-	<<else>>
-		<<if random(0,1) == 1>>
-			While giving a slave oral service, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to pull away but they grab $his head and force $him back to their crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			The slave gets off quite strongly to the show and shoves $him to the ground, leaving $him struggling to get up before <<if _S.Stewardess>>_S.Stewardess.slaveName shouts at $him<<elseif $HeadGirlID != 0>>_S.HeadGirl.slaveName shouts at $him <<else>>shouts at $him<</if>>.
-		<<else>>
-			While using $his bloated belly to scrub the penthouse floor, $slaves[$i].slaveName's body begins to birth another of $his brood. Since this isn't the first time this week this happened, $he readies $himself for the coming birth.
-			<<ClothingBirth>>
-			$He makes a pass around the room before scooping up $his child and struggling to $his feet. $He slowly waddles to drop off $his child.
-		<</if>>
-	<</if>>
-
-<<case "serve in the master suite">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He struggles to shift into a more comfortable position before giving up.
-				<<ClothingBirth>>
-				Resting in your bed, $he draws $his child to $his breast and resumes waiting for you. <<if _S.Concubine>>_S.Concubine furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him forcefully ejected from the bed so it can be cleaned before your return.<</if>>
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's body begins to birth another of $his brood. While $he doesn't stop having sex, the fucktoys using $him do and attempt to drag $him from the pit to give birth. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. The fucktoys give up their efforts to haul $his bloated form out of the pit and allow $him to settle at the bottom. Without a second thought about $his child, $he attempts to coax the other slaves back into an orgy.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays it no heed and continues blankly waiting.
-				<<ClothingBirth>>
-				Resting on $his belly, $he draws $his child to $his breast and resumes waiting for you. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him thoroughly cleaned before your return.<</if>>
-			<</if>>
-		<<else>>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. Knowing there is nothing $he can do, $he accepts that $he is going to give birth in your bed.
-				<<ClothingBirth>>
-				Once $his child is removed, $he's cleaned up, and the sheets changed, $he struggles back into bed to recover for your return.
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While participating in the fuckpit orgy, $slaves[$i].slaveName's body begins to birth another of $his brood. $He knows $he stands no chance of escaping the fuckpit, so $he leaves $himself at the mercy of the other fucktoys. They happily position themselves for $him to pleasure them while giving birth.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				Once the fucktoys are done tormenting the exhausted broodmother, they hand $his child off to the help and snuggle up to $his enormous pregnancy as $he recovers $his strength.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He knows $he stands no chance of reaching $his sex toys, so $he does $his best to conceal them. $He calls for a servant to hurry as $he begins laboring.
-				<<ClothingBirth>>
-				The servant collects $his child and helps $him onto the largest cushion in the room to recover for your return. With a little effort $he pushes the vibrating dildo out of $his ass before settling down for a nap.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shifts into a more comfortable position.
-				<<ClothingBirth>>
-				Resting in your bed, $he draws $his child to $his breast and resumes waiting for you. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him forcefully ejected from the bed so it can be cleaned before your return.<</if>>
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's body begins to birth another of $his brood. While $he doesn't stop having sex, the fucktoys using $him do and attempt to drag $him from the pit to give birth. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. The fucktoys give up their efforts to haul $his bloated form out of the pit and allow $him to settle a the bottom. Without a second thought about $his child, $he attempts to coax the other slaves back into an orgy.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He pays it no heed and continues blankly waiting.
-				<<ClothingBirth>>
-				Resting on $his belly, $he draws $his child to $his breast and resumes waiting for you. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him thoroughly cleaned before your return.<</if>>
-			<</if>>
-		<<else>>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He quickly moves $himself off the bed and calls for a servant before dropping onto $his bloated stomach.
-				<<ClothingBirth>>
-				Once $his child is removed, $he's cleaned up, and the sheets changed, $he struggles back into bed to recover for your return.
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While participating in the fuckpit orgy, $slaves[$i].slaveName's body begins to birth another of $his brood. $He tries to crawl out of the pit but the other fucktoys easily pull $him back in and position themselves for $him to pleasure them while giving birth.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				Once the fucktoys are done tormenting the exhausted broodmother, they hand $his child off to the help and snuggle up to $his enormous pregnancy as $he recovers $his strength.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's body begins to birth another of $his brood. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
-				<<ClothingBirth>>
-				The servant collects $his child and helps $him onto the largest cushion in the room to recover for your return. With a little effort $he pushes the vibrating dildo out of $his ass before settling down for a nap.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "serve in the club">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his body begins to birth another of $his brood. $He keeps on dancing, despite $his condition, until $his contractions drag $him onto $his bloated stomach.
-			<<ClothingBirth>>
-			Multiple citizens drag $him into a booth so that they may tease $his enormous exhausted body while the dance floor is dried and $his child is carried off.
-		<<elseif $slaves[$i].fetish == "humiliation">>
-			$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his body begins to birth another of $his brood. $He calls out to the crowd, hyping them up for $his new show.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			As $his child is removed from the dance floor, $he is helped into one of the back rooms by several of $his aroused onlookers.
-		<<else>>
-			$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $slaves[$i].slaveName's body begins to birth another of $his brood. $He frantically struggles to move drawing even more attention to $his helpless state. $He is roughly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Only once the last of $his clients cums over $his bloated body is $he handed $his child and allowed to rest. $He enjoys a moment with $his newborn before the servant comes to collect them.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his body begins to birth another of $his brood. $He keeps on dancing, despite $his condition, until $his contractions drag $him onto $his bloated stomach.
-			<<ClothingBirth>>
-			Multiple citizens drag $him into a booth so that they may tease $his enormous exhausted body while the dance floor is dried and $his child is carried off.
-		<<elseif $slaves[$i].fetish == "humiliation">>
-			$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his body begins to birth another of $his brood. $He calls out to the crowd, hyping them up for $his new show.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			As $his child is removed from the dance floor, $he is helped into one of the back rooms by several of $his aroused onlookers.
-		<<else>>
-			$slaves[$i].slaveName is showing off $his grotesque body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $slaves[$i].slaveName's body begins to birth another of $his brood. $He clumsily tries to leave the dance floor only to find hands groping $his titanic belly. $He is roughly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Only once the last of $his clients cums over $his bloated body is $he handed $his child and allowed to rest. $He enjoys a moment with $his newborn before the servant comes to collect them.
-		<</if>>
-	<</if>>
-
-<<case "choose her own job">>
-	<<if !canWalk($slaves[$i])>>
-		While thinking about what job to take as an immobile womb, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to do anything but labor, $he gives in to what's coming.
-		<<ClothingBirth>>
-		$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He decides to rest for the rest of the day before returning to choosing $his next task.
-	<<else>>
-		<<if $slaves[$i].fetish == "humiliation">>
-			While slowly wandering the penthouse deciding on $his post, $slaves[$i].slaveName's body begins to birth another of $his brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He decides to rest for the rest of the day before returning to choosing $his next task.
-		<<else>>
-			While slowly wandering the penthouse deciding on $his post, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
-			<<ClothingBirth>>
-			$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He decides to rest for the rest of the day before returning to choosing $his next task.
-		<</if>>
-	<</if>>
-
-<<case "rest in the spa">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready $himself for birth, <<if _S.Attendant>>_S.Attendant.slaveName struggles to pull $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
-			<<ClothingBirth>>
-			$He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away.
-		<<else>>
-			While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready $himself for a water birth, <<if _S.Attendant>>_S.Attendant.slaveName shifts into position to aid $him<<else>>the other bathers watch curiously<</if>>.
-			<<ClothingBirth>>
-			$He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While soaking in the spa's pool, $slaves[$i].slaveName's body begins to birth another of $his brood. As $he begins to ready $himself for birth, <<if _S.Attendant>>_S.Attendant.slaveName struggles to pull $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
-			<<ClothingBirth>>
-			$He and $his child are quickly dried off as $he begins nursing them. A servant soon arrives to take $his children away.
-		<<else>>
-			While heading for the changing room before a nice soak, $slaves[$i].slaveName's body begins to birth another of $his brood. $He hurries into the changing room only to find it unusually crowded. Without any choice left, $he assumes a birthing position.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			The several of other slaves present, that aren't pinned by $his sudden intrusion, help $him with $his child while the rest enjoy the show. <<if _S.Attendant>>_S.Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child away, and $he is ushered into the bath to clean up and relax<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "learn in the schoolroom">>
-	<<if !canWalk($slaves[$i])>>
-		During a lesson in $schoolroomName, $slaves[$i].slaveName's body begins to birth another of $his brood. Since this isn't the first time $he interrupted the lesson this week, and $he is too heavy to move, $he is allowed to give birth right where $he is.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He struggles to gather $his newborn child as class slowly resume. Looking around, $he can't help but notice all the other students giggling and gesturing at $him.
-	<<else>>
-		During a lesson in $schoolroomName, $slaves[$i].slaveName's body begins to birth another of $his brood. Since this isn't the first time $he interrupted the lesson this week, $he is helped into an adjacent storage room.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He struggles to gather $his newborn child and slowly excuses $himself from the class. $He can't help but notice all the other students giggling and gesturing as $he waddles out.
-	<</if>>
-
-<<case "take classes">>
-	<<if !canWalk($slaves[$i])>>
-		During a lesson under $assistant.name, $slaves[$i].slaveName's body begins to birth another of $his brood. Your assistant pauses and waits for $him to finish, having given up after the last several times
-		<<ClothingBirth>>
-		Exhausted from the birth, $he is permitted a short break as $his child is collected to be cleaned up before the lesson is continued.
-	<<else>>
-		During a lesson under $assistant.name, $slaves[$i].slaveName's body begins to birth another of $his brood. Your assistant pauses and waits for $him to finish, having given up after the last several times
-		<<ClothingBirth>>
-		Exhausted from the birth, $he is permitted a short break as $his child is collected to clean $himself up before the lesson is continued.
-	<</if>>
-
-<<case "work in the brothel">>
-	<<set _pbw = random(1,100)>>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (_pbw > 80)>>
-				While taking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before beckoning for the next customer's cock.
-			<<elseif (_pbw > 60)>>
-				While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue.
-				<<ClothingBirth>>
-				He cums down $his throat before placing $his child on $his breast, as $he beckoning for the next customer's cock.
-			<<elseif (_pbw > 40)>>
-				While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so she allows $him to continue.
-				<<ClothingBirth>>
-				The customer splashes across $his face before placing $his child on $his breast, as $he begins beckoning for the next customer's cunt.
-			<<else>>
-				While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before beckoning for the next customer's cock.
-			<</if>>
-		<<else>>
-			<<if (_pbw > 80)>>
-				While riding a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage encouraging him to shove $him onto $his bloated womb and mount $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his baby<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and await $his child to be sent off.
-				<<set $humiliation = 1>>
-			<<elseif (_pbw > 60)>>
-				While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on sucking.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
-			<<elseif (_pbw > 40)>>
-				While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. Since $he is incapable of moving $himself, $he carries on licking.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				She cums across $his face before helping $him to $his rear and handing $him the newborn child.
-			<<else>>
-				While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately struggles to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to collect $his child, $he awaits for it to be sent off.
-				<<set $humiliation = 1>>
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if (_pbw > 80)>>
-				While taking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood out on him. Showing no signs of stopping, he struggles to shoves $his bulk off of him. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. $He is handed $his child, which $he clutches to $his breast before seeking out the next citizen's cock.
-			<<elseif (_pbw > 60)>>
-				While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-				<<ClothingBirth>>
-				He cums down $his throat before placing $his child on $his breast, as $he begins seeking out the next citizen's cock.
-			<<elseif (_pbw > 40)>>
-				While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so she allows $him to reposition and continue.
-			<<ClothingBirth>>
-				The customer splashes across $his face before placing $his child on $his breast, as $he begins seeking out the next customer's cunt.
-			<<else>>
-				While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively $he begins to push out $his baby, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass before handing $him $his child. $He brings it to $his breast before seeking out the next customer's cock.
-			<</if>>
-		<<else>>
-			<<if (_pbw > 80)>>
-				While riding a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. He thoroughly enjoys $his contracting cunt before pulling out and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He comes over $his exhausted body and moves on leaving $him to recover and collect $his child to be sent off.
-				<<set $humiliation = 1>>
-			<<elseif (_pbw > 60)>>
-				While sucking a customer's dick, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				He cums down $his throat before letting $him collapse onto $his bloated form. When $he recovers, $he gathers $his child to be sent off.
-			<<elseif (_pbw > 40)>>
-				While licking a customer's cunt, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but she grabs $his head and slams $him back into $his crotch.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				She cums across $his face before helping $him <<if hasBothLegs($slaves[$i])>>to $his feet<<else>>upright<</if>> and handing $him the newborn child.
-			<<else>>
-				While taking a customer's dick in $his ass, $slaves[$i].slaveName's body begins to birth another of $his brood. $He desperately tries to disengage but he shoves $him onto $his bloated womb and mounts $him. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses onto $his bloated womb. Once $he recovers enough to get <<if hasBothLegs($slaves[$i])>>to $his feet<<else>>upright<</if>>, $he gathers $his child to be sent off.
-				<<set $humiliation = 1>>
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "be your Concubine">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-	<<else>>
-		$slaves[$i].slaveName cradles $his swollen belly, waiting for your return, when $his body begins to birth another of $his brood. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back $his child. You rise to meet $him and struggle to help $him onto the couch, just before it's to late.
-		<<ClothingBirth>>
-		Cradling your child, the two of you rest for a spell before sending them off and spending some more intimate time together. You make sure to pay special attention to $his overstimulated belly before you help $him back to your suite.
-	<</if>>
-
-<<case "live with your Head Girl">>
-	<<setLocalPronouns _S.HeadGirl 2>>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He attempts to roll over, and failing that, begins to fall back to sleep as another contraction wracks $his body. $His body begins to birth another of $his brood.
-			<<ClothingBirth>>
-			$He draws $his child to $his breast and resumes resting before _S.HeadGirl.slaveName returns from _his2 duties.
-		<<else>>
-			$slaves[$i].slaveName's body begins to birth another of $his brood. $He attempts to roll over, and failing that, claws at $his massive belly as another contraction wracks $his body.
-			<<ClothingBirth>>
-			$He struggles to collect $his child and brings them to $his breast. $He waits for _S.HeadGirl.slaveName to return, hoping _he2 will arrive before another baby makes its way out of $him.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another contraction wracks $his body. $His body begins to birth another of $his brood.
-			<<ClothingBirth>>
-			$He draws $his child to $his breast and resumes resting before _S.HeadGirl.slaveName returns from _his2 duties.
-		<<else>>
-			$slaves[$i].slaveName's body begins to birth another of $his brood. $He rolls over and claws at $his massive belly as another contraction wracks $his body.
-			<<ClothingBirth>>
-			$He struggles to collect $his child and places them in the cradle readied for $him. $He waddles off to take a bath as your servants clean up and remove $his child. Cleaned up, $he returns to resting knowing full well that _S.HeadGirl.slaveName will be eager to play with $his body upon returning.
-		<</if>>
-	<</if>>
-
-<<case "be confined in the arcade">>
-	A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively births $his child into the waiting basket. As they are carried away, $his rear is cleaned up and the sign removed.
-
-<<case "get treatment in the clinic">>
-	<<if _S.Nurse>>
-		<<setLocalPronouns _S.Nurse 2>>
-	<</if>>
-	$slaves[$i].slaveName is in the perfect place to give birth when $his body begins to push out another of $his brood. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child before taking them away. Before long _he2 returns to attend to _his2 patient's perpetual pregnancy.
-
-<<case "be confined in the cellblock">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While waiting in confinement, $slaves[$i].slaveName's body begins to birth another of $his brood. $He assumes a birthing position.
-		<<ClothingBirth>>
-		$He struggles for a minute before realizing $his pregnancy takes up most of the cell and that $he can't reach $his child. The servant that has to crawl under $his bloated body to get $his child is less than pleased, especially since this is the third time this week $he has had to do it.
-	<<else>>
-		$slaves[$i].slaveName is awoken from $his stupor by $his body beginning to birth another of $his brood. $He struggles to get into position but ends up getting stuck thanks to $his massive belly and inability to properly move $himself.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He spills out of the cell when the servant comes once more to collect $his child. $He hastily tries to cram $his bulk back into $his cell before $he gets chastised.
-	<</if>>
-
-<<default>>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
-			<<ClothingBirth>>
-			$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back to $his bed.
-		<<else>>
-			<<if random(0,1) == 1>>
-				While waiting to be helped to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to do anything, $he is forced to give birth where $he is.
-				<<ClothingBirth>>
-				$He gathers $his child and recovers $his strength while resuming $his wait for a servant to help $him to $his assignment.
-			<<else>>
-				While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to move, $he finds $himself stranded in the middle of all the dining slaves.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$He gathers $his child and waits to be rescued from the vicious mockery, fully aware of all the jeering and laughter.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
-			<<ClothingBirth>>
-			$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back to $his bed.
-		<<elseif $slaves[$i].fetish == "humiliation">>
-			While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth another of $his brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He resumes $his previous task, eager for the next child to move into position.
-		<<else>>
-			<<if random(0,1) == 1>>
-				While waddling through the penthouse on $his way to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
-				<<ClothingBirth>>
-				$He gathers $his child and recovers $his strength before finding a servant to give $his child to before shuffling to $his assignment.
-			<<else>>
-				While waddling through the penthouse on $his way to the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds $himself stranded in the middle of all the dining slaves.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$He gathers $his child and recovers $his strength before trying to escape out of sight of the jeering crowd. Finding a servant to give $his child to, $he hastily heads back to $his bed to hide $himself from the mockery, though $his enormous belly keeps $his blanket from covering $him.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<</switch>>
-
-<<else>> /* add extra events here (moving between jobs | after work) */
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While stroking $his pregnancy absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
-			<<ClothingBirth>>
-			$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back to $his bed.
-		<<else>>
-			<<if random(0,1) == 1>>
-				While waiting to be helped to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to do anything, $he is forced to give birth where $he is.
-				<<ClothingBirth>>
-				$He gathers $his child and recovers $his strength while resuming $his wait for a servant to help $him to $his assignment.
-			<<else>>
-				While eating in the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to move, $he finds $himself stranded in the middle of all the dining slaves.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$He gathers $his child and waits to be rescued from the vicious mockery, fully aware of all the jeering and laughter.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While wandering the penthouse absentmindedly, $slaves[$i].slaveName's body begins to birth another of $his brood. $He carries on until the contractions drag $him onto $his swollen belly.
-			<<ClothingBirth>>
-			$He draws $his child to $his breast and rests upon $his mass until a servant collects $his child and helps $him back <<if hasBothLegs($slaves[$i])>>to $his feet<<else>>upright<</if>>.
-		<<elseif $slaves[$i].fetish == "humiliation">>
-			While waddling through the penthouse between assignments, $slaves[$i].slaveName's body begins to birth another of $his brood. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He gathers $his child and recovers $his strength before finding a servant to give $his child to. $He resumes $his previous task, eager for the next child to move into position.
-		<<else>>
-			<<if random(0,1) == 1>>
-				While waddling through the penthouse on the way to $his next assignment, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds a secluded room to give birth in.
-				<<ClothingBirth>>
-				$He gathers $his child and recovers $his strength before finding a servant to give $his child to before shuffling to $his assignment.
-			<<else>>
-				While waddling through the penthouse on $his way to the cafeteria, $slaves[$i].slaveName's body begins to birth another of $his brood. Unable to reach the prepared birthing room in time, $he finds $himself stranded in the middle of all the dining slaves.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$He gathers $his child and recovers $his strength before trying to escape out of sight of the jeering crowd. Finding a servant to give $his child to, $he hastily heads back to $his bed to hide $himself from the mockery, though $his enormous belly keeps $his blanket from covering $him.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<</if>>
-
-<</widget>>
diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 0f93b20ad932842ea3ab93aa8911edda7c1f8c13..2da2dbffe97fef29e9db8190885aa5642f34dd40 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -215,22 +215,22 @@
 	<<if $slaves[$i].broodmother == 0 || $slaves[$i].broodmotherCountDown == 1>>
 		<<if $slaves[$i].assignment != "work in the dairy">>
 			<<if $universalRulesCSec == 1 || ($slaves[$i].mpreg == 0 && $slaves[$i].vagina < 0)>>
-				<<Birth>>
+				<<includeDOM birth($slaves[$i])>>
 			<<else>>
 				<<if hasAnyLegs($slaves[$i])>> /* legless slaves are always carried in time */
 					<<if (random(1,20) > $suddenBirth) || ($universalRulesBirthing == 1)>> /* did she make it to her birthing area? */
 						Feeling childbirth approaching, <<if !canWalk($slaves[$i])>>$slaves[$i].slaveName is helped<<else>>$slaves[$i].slaveName makes $his way<</if>> to $his prepared birthing area.
-						<<Birth>>
+						<<includeDOM birth($slaves[$i])>>
 					<<else>> /* did not make it to birthing area */
 						<<if (($birthDamage > 15 && random(1,100) > 50) || ($birthDamage > 20)) && ($slaves[$i].assignment != "be the Nurse" && $slaves[$i].assignment != "get treatment in the clinic")>>
-							<<DeadlyBirth>>
+							<<includeDOM deadlyBirth($slaves[$i], _curBabies)>>
 						<<else>>
-							<<SuddenBirth>>
+							<<includeDOM suddenBirth($slaves[$i])>>
 						<</if>> /* closes deadly birth */
 					<</if>> /* closes reg birth */
 				<<else>> /* made it to birthing area */
 					With childbirth approaching, $slaves[$i].slaveName is carried to $his prepared birthing area.
-					<<AmpBirth>>
+					<<includeDOM ampBirth($slaves[$i])>>
 				<</if>> /* close amp birth */
 			<</if>> /* close always c-sec */
 		<<else>>
@@ -258,11 +258,11 @@
 	<<else>>
 		<<if !hasAnyLegs($slaves[$i])>>
 			With childbirth approaching, $slaves[$i].slaveName is carried to $his prepared birthing area.
-			<<AmpBirth>>
+			<<includeDOM ampBirth($slaves[$i])>>
 		<<elseif $slaves[$i].broodmother == 1>>
-			<<BroodmotherBirth>>
+			<<includeDOM broodmotherBirth($slaves[$i])>>
 		<<else>>
-			<<HyperBroodmotherBirth>>
+			<<includeDOM hyperBroodmotherBirth($slaves[$i])>>
 		<</if>>
 	<</if>> /* close broodmother birth */
 <<else>> /* Fuckdoll birth */
@@ -341,7 +341,6 @@
 <<widget "seBirthMainScene">>
 <<set _curBabies = $slaves[$i].curBabies.length>>
 <<set _curStill = $slaves[$i].curStillBirth>>
-
 /* -------- cow birth variant ---------------------------------------------------------------------*/
 <br>
 <br>
diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
deleted file mode 100644
index 935308acc1dfb88b5b09fafa7fd7fe7994f05134..0000000000000000000000000000000000000000
--- a/src/utility/birthWidgets.tw
+++ /dev/null
@@ -1,2212 +0,0 @@
-:: birth widgets [widget nobr]
-
-<<widget "Birth">>
-<br>
-<<if $birthDamage > 5 || $universalRulesCSec == 1>>
-	<<if $universalRulesCSec == 1 || ($slaves[$i].mpreg == 0 && $slaves[$i].vagina < 0)>>
-		<<set $csec = 1>>
-		<<run App.Medicine.Modification.addScar($slaves[$i], "belly", "c-section")>>
-		<<if $clinic != 0>>
-			$slaves[$i].slaveName is taken to $clinicName since $he
-			<<if ($slaves[$i].mpreg == 0 && $slaves[$i].vagina < 0)>>
-				will require a cesarean section to give birth.
-			<<else>>
-				is scheduled for a cesarean section.
-			<</if>>
-			$He is helped from $his clothes and into a comfortable hospital bed to relax until the surgery suite is prepped. After several minutes, $he is transferred to the surgery wing. Following $his c-section, $he is returned to the recovery wing to rest. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is left under observation to make sure $he recovers.
-		<<else>>
-			$slaves[$i].slaveName is taken to the autosurgery, since $he
-			<<if ($slaves[$i].mpreg == 0 && $slaves[$i].vagina < 0)>>
-				will require a cesarean section to give birth. $He is stripped from $his clothes and set up on the operating table. $He is quickly sedated, and subjected to a c-section as $he has no hole to give birth through.
-			<<else>>
-				is scheduled for a cesarean section. $He is stripped from $his clothes and set up on the operating table. $He is quickly sedated, and subjected to a c-section in order to avoid potential problems and preserve $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>>.
-			<</if>>
-			The surgery is quick, and $he is moved to a bed to recover. When $he awakes, $his child<<if $slaves[$i].pregType > 1>>ren have<<else>> has<</if>> already been taken away.
-		<</if>>
-	<<else>>
-		<<if $clinic != 0>>
-			$He is lead to $clinicName since $he is likely to face complications with childbirth. $He is helped from $his clothes and into a comfortable hospital bed to relax until $he is ready. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of $his watching helpers.<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> $His body is so sensitive that even difficult birth is an intensely pleasurable experience for $him.<</if>> <<if $birthDamage > 10>><<set $csec = 1>><<run App.Medicine.Modification.addScar($slaves[$i], "belly", "c-section")>>After several hours of intense labor, $he is transferred to the surgery wing. Following an emergency c-section, $he is returned to the recovery wing to rest<<else>>After several hours,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity != 1>> and a touch of morphine,<</if>> $he has successfully given birth<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is left under observation to make sure $he recovers.
-		<<else>>
-			<<set $csec = 1>>
-			<<run App.Medicine.Modification.addScar($slaves[$i], "belly", "c-section")>>
-			$He is lead to the autosurgery, since $he is likely to face complications with childbirth. $He is stripped from $his clothes and set up on the operating table. $He is quickly sedated and subjected to a c-section in order to avoid potential problems. The surgery is quick, and $he is moved to a bed to recover. When $he awakes, $his child<<if $slaves[$i].pregType > 1>>ren have<<else>> has<</if>> already been taken away.
-		<</if>>
-	<</if>>
-
-<<else>>
-
-<<switch $slaves[$i].assignment>>
-
-<<case "rest">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting.
-		<<else>>
-			$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting.
-		<<else>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting.
-		<</if>>
-	<</if>>
-
-<<case "be a subordinate slave">>
-	<<set _bw = $slaveIndices[$slaves[$i].subTarget]>>
-	<<if def _bw>>
-		<<setLocalPronouns $slaves[_bw] 2>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $slaves[$i].subTarget == 0>>
-			$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests for a short while before returning to your waiting slaves.
-		<<else>>
-			$He is lead by $slaves[_bw].slaveName to a private room so that _he2 may <<if canSee($slaves[_bw])>>watch<<else>>be present<</if>>. Instinctively $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $slaves[_bw].slaveName eagerly descends upon $his defenseless body.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].subTarget == 0>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests for a short while before returning to your waiting slaves.
-		<<else>>
-			$He is taken by $slaves[_bw].slaveName to a private room so that _he2 may <<if canSee($slaves[_bw])>>watch<<else>>be present<</if>>. Reluctantly, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>, fully aware of $slaves[_bw].slaveName's <<if $slaves[_bw].fetish == "pregnancy">>hungry gaze<<else>>amused gaze<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $slaves[_bw].slaveName eagerly descends upon $his exhausted body.
-			<<set $humiliation = 1>>
-		<</if>>
-	<</if>>
-
-<<case "whore">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to whoring.
-		<<else>>
-			$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to whoring.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to whoring.
-		<<else>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to whoring.
-		<</if>>
-	<</if>>
-
-<<case "serve the public">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to slutting.
-		<<else>>
-			$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to slutting.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to slutting.
-		<<else>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to slutting.
-		<</if>>
-	<</if>>
-
-<<case "work a glory hole">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Since $he is unable to leave $his box, $he doesn't have far to go. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole.
-	<<else>>
-		Since $he is unable to leave $his box, $he doesn't have far to go. $He quickly finishes the waiting dick before shifting $himself into a slightly, though not by much, more comfortable position. $He begins laboring on $his child<<if $slaves[$i].pregType > 1>>ren<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he finishes, the box is opened and $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> gathered and taken away before $he is ordered back to sucking.
-	<</if>>
-
-<<case "get milked">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $dairyPregSetting > 0>>
-			Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He shows little interest in $his coming birth, instead focusing on $his milky breasts. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He pays no heed to $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, nor when $he is hosed off.
-		<<else>>
-			<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
-		<</if>>
-	<<else>>
-		<<if $dairyPregSetting > 0>>
-			Since the dairy is designed for pregnant cows, $he stays hooked up to the milkers. $He meekly protests $his situation, but ultimately accepts it. $He begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>, and catches a glimpse of $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, but quickly forgets when $he is hosed off.
-			<<set $humiliation = 1>>
-		<<else>>
-			<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to the milkers to lighten $his swelling breasts.
-		<</if>>
-	<</if>>
-
-<<case "work as a farmhand">>
-	<<set _animals = []>>
-	<<if $canines.length > 0>>
-		<<set _roll = random(0, $canines.length)>>
-		<<set _animals.push($canines[_roll])>>
-	<</if>>
-	<<if $hooved.length > 0>>
-		<<set _roll = random(0, $hooved.length)>>
-		<<set _animals.push($hooved[_roll])>>
-	<</if>>
-	<<if $canines.length > 0>>
-		<<set _roll = random(0, $canines.length)>>
-		<<set _animals.push($canines[_roll])>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $farmyardShows && $seeBestiality>>
-			<<set _roll = random(0, _animals.length)>>
-			$He shows no interest in $his coming birth as $he continues being rutted by a <<print _animals[_roll].species>>, so <<if _S.Farmer > 0>>_S.Farmer.slaveName<<else>>another slave<</if>> has to pull the animal off of $him and drag $him into the nearest birthing stall. $He also shows almost no reaction when $his child<<if $slaves[$i].pregType > 1>>ren<</if>> begin<<if $slaves[$i].pregType <= 1>>s<</if>> to come out, or when $he is subsequently hosed off before being led back to $farmyardName.
-		<<else>>
-			$He shows no interest in $his coming birth as $he continues <<print either("loading hay bales", "milking a cow", "pulling weeds")>>, until $his contractions become so strong that $he collapses to $his knees. <<if $FarmerID > 0>>_S.Farmer.name<<else>>Another slave<</if>> is at $his side in an instant, pulling $him to $his feet and into a birthing stall. $He also shows almost no reaction when $his child<<if $slaves[$i].pregType > 1>>ren<</if>> begin<<if $slaves[$i].pregType <= 1>>s<</if>> to come out, or when $he is subsequently hosed off before being led back to $farmyardName.
-		<</if>>
-	<<else>>
-		<<if $farmyardShows && $seeBestiality>>
-			<<set _roll = random(0, _animals.length)>>
-			<<if _S.Farmer>>_S.Farmer.slaveName<<else>>Another slave<</if>> pulls the <<print _animals[_roll].species>> off of $him after $he begins to feel contractions coming. $He begins to give birth where $he is<<if $farmyardRestraints>>, restraints still on,<</if>> and gives $his viewers a different kind of show than the kind they were expecting. The crowd is appreciative, and after $he has finished, a slave takes $his child<<if $slaves[$i].pregType > 1>>ren<</if>> from $him and leads $him back to $his room to shower and rest before $he is expected to return to $his shows.
-			<<set $humiliation = 1>>
-		<<else>>
-			<<if !canWalk($slaves[$i])>>$He is helped back to $his bed and stripped before slipping into it<<else>>$He returns to $his bed and strips before slipping into it<</if>>. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to $farmyardName to continue <<print either("loading hay bales", "milking cows", "pulling weeds")>>.
-		<</if>>
-	<</if>>
-
-<<case "please you">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			You strip $him and help $him onto your couch. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he falls into a contented nap. You enjoy $his exhausted body until a servant comes to help clean $him up.
-		<<else>>
-			<<if $slaves[$i].devotion > 20>>$He moans lewdly at you and wiggles $his hips. As $he teases, $he begins pushing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> out. As $he crowns, you pull $him into your arms and hold $him close. You hold $him in a comforting embrace until $he finishes<<elseif $slaves[$i].devotion >= -20>>$He releases a lewd moan and begins attempting to remove $his clothes. You approach $him, clearing $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> and helping $him onto the couch, where you take a seat next to $him to fondle $his vulnerable body. Once $he finishes, you give $him some time to catch $his breath<<else>>$He begins desperately begging to be taken back to $his bed; instead you pull $him towards the couch and take a seat with $him in your lap, back against your front. Blushing thoroughly, $he gives a meek protest before focusing on the coming birth, rather than your wandering hands<<set $humiliation = 1>><</if>>. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and a fresh change of clothes, $he is helped back to your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy $his exhausted body<</if>>.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he falls into a contented nap. That is until you wake $him up, inquiring where $he waddled off to without your permission.
-		<<else>>
-			<<if $slaves[$i].devotion > 20>>$He seeks you out and begins slowly stripping. As $he teases, $he begins pushing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> out. As $he crowns, $he throws $himself into your waiting arms and holds $himself to you. You hold $him in a comforting embrace until $he finishes<<elseif $slaves[$i].devotion >= -20>>$He approaches you and begins a very uncertain striptease. As $he lowers $himself to the floor to begin pushing, you overtake $him and fondle $his vulnerable body. Once $he finishes, you help $him to the couch to catch $his breath<<else>>$He attempts to leave your office and return to $his bed, but you catch $his arm before $he slips out of reach. You order $him to strip and give you a show. Blushing thoroughly, $he gives a meek performance before falling to the floor<<set $humiliation = 1>><</if>>. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and a fresh change of clothes, $he returns to your office<<if $slaves[$i].devotion < -20>> where you are waiting to enjoy $his exhausted body<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "stay confined">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Since $he is locked in a cell, $he doesn't have far to go. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is returned to isolation.
-	<<else>>
-		Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is returned to isolation.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "work as a servant" "be a servant">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He returns to $his bed and strips before slipping into it. Instinctively $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to service your penthouse.
-	<<else>>
-		$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to service your penthouse.
-	<</if>>
-
-<<case "serve in the master suite">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if $masterSuiteUpgradePregnancy == 1>>
-				$He is helping into the birthing chamber, stripped, and aided into the specialized chair. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-			<<else>>
-				After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to whoever may be watching $him. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he is helped back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his usual spot<</if>>.
-			<</if>>
-		<<else>>
-			<<if $masterSuiteUpgradePregnancy == 1>>
-				$He is helping into the birthing chamber, stripped, and aided into the specialized chair. Finding it quite comfortable, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-			<<else>>
-				After struggling to strip and tipping into one of the various seats around the room, $he prepares to give birth. $He gets comfortable and begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he is returned to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his preferred spot<</if>>.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if $masterSuiteUpgradePregnancy == 1>>
-				$He enters the birthing chamber, strips, and seats $himself in the specialized chair. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-			<<else>>
-				$He strips and settles into one of the various seats around the room. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to whoever may be watching $him. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his usual spot<</if>>.
-			<</if>>
-		<<else>>
-			<<if $masterSuiteUpgradePregnancy == 1>>
-				$He enters the birthing chamber, strips, and seats $himself in the specialized chair. Finding it quite comfortable, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-			<<else>>
-				$He strips and settles into one of the various seats around the room. $He gets comfortable and begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a shower and fresh change of clothes, $he returns to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>$his preferred spot<</if>>.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "serve in the club">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is helped into a private room in the back of the club by a group of eager patrons. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience has their way with $him.
-		<<else>>
-			$He is helped to a private room in the back of the club by several patrons who just can't keep their hands off $him. $He settles $himself onto a patron's lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> basking in the attention of $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $him.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He heads to a private room in the back of the club filled with eager patrons. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $him.
-		<<else>>
-			$He heads to a private room in the back of the club accompanied by several patrons who just can't keep their hands off $him. $He settles $himself onto a patron's lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> basking in the attention of $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $him.
-		<</if>>
-	<</if>>
-
-<<case "choose her own job">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after a short rest, $he waits for someone to help $him to $his next job having forgotten $he was choosing it.
-		<<else>>
-			$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after a short rest, $he returns to pondering $his preferred assignment.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is lead back to $his bed and strips before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after a short rest, $he returns to wandering the penthouse.
-		<<else>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after a short rest, $he returns to pondering $his preferred assignment.
-		<</if>>
-	<</if>>
-
-<<case "rest in the spa">>
-	<<if _S.Attendant>>_S.Attendant.slaveName <<if $slaves[$i].fetish == "mindbroken">>leads<<else>>escorts<</if>> $him to a special pool designed to give birth in. Once $he is safely in the water alongside _S.Attendant.slaveName,<<else>>$He is escorted to a special pool designed to give birth in. Once $he is safely in the water alongside $his assistant,<</if>> $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, <<if $slaves[$i].fetish == "mindbroken">>indifferent to<<else>>aided by<</if>> $his helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he is taken back to the spa.
-
-<<case "work as a nanny">>
-	$He finishes <<if $nurseryChildren>>changing the child's diaper<<else>>cleaning the area of $nurseryName that $he's been working on<</if>> and heads back to $his little room before stripping and getting into bed. $He begins the ordeal of childbirth, and after $he is finished, rests for a bit while $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> collected. After a short shower, $he returns to $his duties in $nurseryName.
-
-<<case "learn in the schoolroom">>
-	Having been notified in the weeks leading up to $his birth, $he <<if canWalk($slaves[$i])>>heads<<else>>is helped<</if>> to the front of the class and strips. $He is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of the rapt attention of the other students. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he returns to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear the descriptions of $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> being passed between $his peers<</if>>.
-	<<set $humiliation = 1>>
-
-<<case "take classes">>
-	Or $he would have, had $assistant.name allowed it. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, $his birth will be turned into a live broadcast. Blushing strongly, $he begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, trying $his best to hide $his shame<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, which isn't helped by the fact that $he is convulsing with orgasms in the process<</if>>. Exhausted from the birth, $he is permitted a short break as $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> collected to clean $himself up before the lesson is continued.
-	<<set $humiliation = 1>>
-
-<<case "work in the brothel">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is helped to a private room in the back of the brothel by a group of eager patrons. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $him.
-		<<else>>
-			$He is helped to a private room in the back of the brothel by several patrons who paid quite a handsome price to enjoy this moment. $He settles $himself onto a patron's lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> basking in the attention of $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $him.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He heads to a private room in the back of the brothel filled with eager patrons. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $him.
-		<<else>>
-			$He heads to a private room in the back of the brothel accompanied by several patrons who paid quite a handsome price to enjoy this moment. $He settles $himself onto a patron's lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> basking in the attention of $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he beckons the audience to enjoy $him.
-		<</if>>
-	<</if>>
-
-<<case "be the Schoolteacher">>
-	<<if !canWalk($slaves[$i])>>
-		The class has been wondering why $he was sitting strangely, nude at the front of the class the last several weeks, today they learn why. $He has been planning this lesson for several months now. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process, while being<</if>> fully aware of $his watching students. $He demonstrates the proper ways to labor and how to deliver a baby. $He explains the infant's future as $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> taken and excuses the class for a short break in order to freshen up.
-		<<set $humiliation = 1>>
-	<<else>>
-		While stripping, $he makes $his way to the front of the classroom and settles $himself in a way $his entire class can see. $He has been planning this lesson for several months now. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process, while being<</if>> fully aware of $his watching students. $He demonstrates the proper ways to labor and how to deliver a baby. $He explains the infant's future as $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> taken and excuses the class for a short break in order to freshen up.
-		<<set $humiliation = 1>>
-	<</if>>
-
-
-<<case "be your Concubine">>
-	<<if $slaves[$i].pregSource == -1 && $slaves[$i].relationship == -3>>
-		You make sure to find time in your busy schedule to be at your concubine $wife's side as $he gives birth to your child<<if $slaves[$i].pregType > 1>>ren<</if>>. You gently caress $slaves[$i].slaveName's body as $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. You help $him upright and hold your child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breasts. The two of you cuddle as you watch your newborn<<if $slaves[$i].pregType > 1>>s<</if>> suckle from their mother. Since $he is quite special to you, you allow $him the time to pick out names before $his child<<if $slaves[$i].pregType > 1>>ren<</if>> must be taken away. When the time comes to pick up the newborn<<if $slaves[$i].pregType > 1>>s<</if>>, the slave servant is surprised to find <<if $slaves[$i].pregType == 1>>a <</if>>name-card<<if $slaves[$i].pregType > 1>>s<</if>> affixed to their blanket<<if $slaves[$i].pregType > 1>>s<</if>>.<<if $slaves[$i].fetish != "mindbroken">> $He can't help but feel more devoted to $his master after seeing such a touching act. Before you leave, $slaves[$i].slaveName expresses how cute $he found your child<<if $slaves[$i].pregType > 1>>ren<</if>> and that $he'd love to bear more for you.<</if>>
-	<<elseif !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is assisted in reaching your side. You call $him over and strip $him as $he instinctively begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to your wandering hands. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite.
-		<<else>>
-			$He is assisted in reaching your side. You beckon $him over and strip $him as $he dutifully begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, enjoying your wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is helped back to your master suite. As $he leaves your office, $he throws you a wink, hoping to see you again soon.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He wanders the penthouse until $he finds you. You call $him over and strip $him as $he instinctively begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to your wandering hands. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite.
-		<<else>>
-			$He wanders the penthouse until $he finds you. You beckon $him over and strip $him as $he dutifully begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, enjoying your wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he returns to your master suite. As $he leaves your office, $he throws you a wink, hoping to see you again soon.
-		<</if>>
-	<</if>>
-
-<<case "live with your Head Girl">>
-	<<setLocalPronouns _S.HeadGirl 2>>
-	<<if $slaves[$i].pregSource == $HeadGirlID>>
-		_S.HeadGirl.slaveName makes sure that the mother of _his2 child<<if $slaves[$i].pregType > 1>>ren<</if>> is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. _He2 carefully undresses $slaves[$i].slaveName, all the while whispering sweet nothings in $his ear. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process,<</if>> and $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> carefully collected by their father. Once they are out of the way, _S.HeadGirl.slaveName moves in to fondle $slaves[$i].slaveName's tired body.
-	<<elseif !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is aided in finding _S.HeadGirl.slaveName, who undresses $him as $he instinctively begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to _his2 wandering hands. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is taken back to _S.HeadGirl.slaveName's room.
-		<<else>>
-			$He is aided in seeking out _S.HeadGirl.slaveName, who undresses $him as $he dutifully begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, enjoying _his2 wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is helped back to _S.HeadGirl.slaveName's room.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He wanders until $he finds _S.HeadGirl.slaveName, who undresses $him as $he instinctively begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to _his2 wandering hands. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is lead back to _S.HeadGirl.slaveName's room.
-		<<else>>
-			$He seeks out _S.HeadGirl.slaveName, who undresses $him as $he dutifully begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, enjoying _his2 wandering hands and attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he returns to _S.HeadGirl.slaveName's room.
-		<</if>>
-	<</if>>
-
-<<case "be confined in the arcade">>
-	Or $he would have been, if $he weren't locked in an arcade cabinet. A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively births $his child<<if $slaves[$i].pregType > 1>>ren<</if>> into the waiting basket<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As they are carried away, $his rear is cleaned up and the sign removed.
-
-<<case "get treatment in the clinic">>
-	<<if !canWalk($slaves[$i])>>
-		$He is helped to the clinic's maternity ward. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before taking <<if $slaves[$i].pregType > 1>>them<<else>> it<</if>> away. Before long $he is returned to $his recovery room to rest.
-	<<else>>
-		$He is guided to the clinic's maternity ward. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before taking <<if $slaves[$i].pregType > 1>>them<<else>> it<</if>> away. Before long $he is returned to $his recovery room to rest.
-	<</if>>
-
-<<case "be confined in the cellblock">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is forced into a specially designed cell to give birth in. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is moved back into a standard cell.
-	<<else>>
-		$He is forced into a specially designed cell to give birth in. Reluctantly, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is moved back into a standard cell.
-	<</if>>
-
-<<case "be the DJ">>
-	$He heads to a private room in the back of the club accompanied by an influential patron. $He settles $himself onto his lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, basking in his attention<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> and convulsing with orgasms in the process<</if>>. Placing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> outside the room, $he returns to pleasure $his tease.
-
-<<case "be the Attendant">>
-	_S.Attendant.slaveName waddles to a special pool designed to give birth in. Once $he is safely in the water, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, something $he has been trained for<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, even if $he was convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he heads back to the main pool.
-
-<<case "be the Matron">>
-	$He quickly waddles back to $his private room before stripping and calling in several slaves to assist $him in childbirth. $He has quite a bit of experience in taking care of children, but not as much in delivering them, and less so in delivering $his own. $He soon figures it out, though, and after an exhausting birthing ordeal, $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> taken from $him, and $he is allowed a shower and a rest before returning to work.
-
-<<case "be the Madam">>
-	$He heads to a private room in the back of the club accompanied by an influential patron. $He settles $himself onto his lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> basking in his attention as he strips $him. Placing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> outside the room, $he returns to get more intimate with $his catch.
-
-<<case "be the Stewardess">>
-	$He strips and settles $himself into $his favorite chair, while calling several servants to $his aid. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> into the arms of $his waiting charges<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he reclines while $his servants clean and dress $him. Once $he has had enough, $he orders them back to work on the penthouse.
-
-<<case "be the Milkmaid">>
-	$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He is quite experienced in delivering $his cows' children, but $he finds it much more difficult to apply $his knowledge to $himself. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after a short rest, $he returns to caring for your cows.
-
-<<case "be the Farmer">>
-	$He heads to $his private room before stripping and calling in a couple of nearby slaves to aid $him. Though $he has delivered more than a few of $his livestocks' offspring, delivering $his own proves to be a slightly more difficult ordeal. $He manages, though, and after $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> taken from $him and $he's had a shower and a short rest, $he returns to looking after $farmyardName.
-
-<<case "be the Wardeness">>
-	<<if $slaves[$i].fetish == "mindbroken">>	/* FIXME: can Wardens be mindbroken? */
-		$He enters an empty cell, strips, and seats $himself on the cot. $He instinctively begins birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he returns to mindlessly breaking the confined slaves.
-	<<else>>
-		$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to the cellblock.
-	<</if>>
-
-<<case "be the Nurse">>
-	$He waddles to $his maternity ward and strips before laying on an open bed. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>> as $his assistants watch. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is helped to the recovery ward until $he recovers enough to take over $clinicName again.
-
-<<case "be your Head Girl">>
-<<set _HGL = App.Entity.facilities.headGirlSuite.hostedSlaves>>
-	$He returns to <<if $HGSuite == 1>>$his room's bed<<else>>$his bed<</if>> and strips before slipping into it. $He makes $himself comfortable<<if _HGL != 0>> as $his slave rushes to $his side,<</if>> and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken<<if _HGL != 0>> by $his roommate<</if>> and $he rests awhile before returning to managing your slaves.
-
-<<case "guard you">>
-	Or $he would have, if $he'd stop refusing to leave your side. You lead $him someplace private and help $him undress. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. You call for a servant to quickly gather $his child<<if $slaves[$i].pregType > 1>>ren<</if>> as you help $him into the shower, making sure to wait outside for your loyal guardian to finish.
-
-<<case "recruit girls">>
-	$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to finding new slaves for you.
-
-<<default>>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He is helped back to $his bed and stripped before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to $his task.
-		<<else>>
-			$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to $his task.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$He returns to $his bed and strips before slipping into it. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to $his task.
-		<<else>>
-			$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he rests awhile before returning to $his task.
-		<</if>>
-	<</if>>
-
-<</switch>>
-
-<</if>>
-
-<</widget>>
-
-<<widget "AmpBirth">>
-
-<br>
-<<if $birthDamage > 5>>
-	<<set $csec = 1>>
-	<<if $clinic != 0>>
-		$He is carried to $clinicName, since $he is likely to face complications with childbirth. $He is stripped from $his clothes and set up in a comfortable hospital bed to relax until $he is ready. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, fully aware of $his watching helpers.<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> $His body is so sensitive that even difficult birth is an intensely pleasurable experience for $him.<</if>> <<if $birthDamage > 10>><<set $csec = 1>><<run App.Medicine.Modification.addScar($slaves[$i], "belly", "c-section")>>After several hours of intense labor, $he is transferred to the surgery wing. Following an emergency c-section, $he is returned to the recovery wing to rest<<else>>After several hours,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity != 1>> and a touch of morphine,<</if>> $he has successfully given birth<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is left under observation to make sure $he recovers.
-	<<else>>
-		<<set $csec = 1>>
-		<<run App.Medicine.Modification.addScar($slaves[$i], "belly", "c-section")>>
-		$He is carried to the autosurgery, since $he is likely to face complications with childbirth. $He is stripped from $his clothes and set up on the operating table. $He is quickly sedated and subjected to a c-section in order to avoid potential problems. The surgery is quick and $he is moved to a bed to recover. When $he awakes, $his child<<if $slaves[$i].pregType > 1>>ren have<<else>> has<</if>> already been taking away.
-	<</if>>
-
-<<else>>
-
-<<switch $slaves[$i].assignment>>
-
-<<case "rest">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed on $his bed and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting.
-	<<else>>
-		$He is placed on $his bed and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is encouraged to keep resting.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "be a subordinate slave">>
-	<<set _bw = $slaveIndices[$slaves[$i].subTarget]>>
-	<<if def _bw>>
-		<<setLocalPronouns $slaves[_bw] 2>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $slaves[$i].subTarget == 0>>
-			$He is placed on $his bed and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is returned to your waiting slaves.
-		<<else>>
-			$He is placed with $slaves[_bw].slaveName so that _he2 may <<if canSee($slaves[_bw])>>enjoy the show<<else>>be present<</if>>. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is tipped into $slaves[_bw].slaveName's eager lap.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].subTarget == 0>>
-			$He is placed on $his bed and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is returned to your waiting slaves.
-			<<set $humiliation = 1>>
-		<<else>>
-			$He is placed with $slaves[_bw].slaveName so that _he2 may <<if canSee($slaves[_bw])>>watch<<else>>be present<</if>>. With an intense blush, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $slaves[_bw].slaveName's <<if $slaves[_bw].fetish == "pregnancy">>hungry gaze<<else>>amused gaze<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he is tipped into $slaves[_bw].slaveName's eager lap.
-			<<set $humiliation = 1>>
-		<</if>>
-	<</if>>
-
-<<case "whore">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed on $his bed and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-	<<else>>
-		$He is placed on $his bed and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "serve the public">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed on $his bed and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-	<<else>>
-		$He is placed on $his bed and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "work a glory hole">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is locked, nude, in a glory hole box and ordered to suck. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> quickly extracted from the box. $He never notices, focused entirely on the fresh cock poking through the glory hole.
-	<<else>>
-		$He is locked, nude, in a glory hole box and ordered to suck. $He quickly finishes the dick off before wiggling $himself into a slightly, though not by much, more comfortable position. $He begins laboring on $his child<<if $slaves[$i].pregType > 1>>ren<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he finishes, the box is opened and $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> gathered and taken away before $he is forcefully repositioned with $his mouth over the glory hole.
-	<</if>>
-
-<<case "get milked">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $dairyPregSetting > 0>>
-			$He is hooked up to a milking machine and allowed to continue $his assignment. $He shows little interest in $his coming birth, instead focusing on $his milky breasts. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He shows no interest in $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, nor when $he is hosed off.
-		<<else>>
-			$He is placed on $his bed and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he is carried back to the milkers.
-		<</if>>
-	<<else>>
-		<<if $dairyPregSetting > 0>>
-			$He is hooked up to a milking machine and allowed to continue $his assignment. $He meekly protests $his situation, but ultimately excepts it. $He begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process,<</if>> and catches a glimpse of $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, but quickly forgets when $he is hosed off.
-			<<set $humiliation = 1>>
-		<<else>>
-			$He is placed on $his bed and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he is carried back to the milkers.
-			<<set $humiliation = 1>>
-		<</if>>
-	<</if>>
-
-<<case "please you">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is stripped and placed into your waiting arms upon your couch. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> as you tease $his breasts and belly, indifferent to you and $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and a fresh change of clothes, $he is returned to your office.
-	<<else>>
-		$He is stripped and placed into your waiting arms upon your couch. <<if $slaves[$i].devotion > 50>>Feeling safe and secure, $he<<elseif $slaves[$i].devotion > 20>>$He squirms uncomfortably as $he<<else>>$He starts to panic as $he<<set $humiliation = 1>><</if>> begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process,<</if>> as you tease $his breasts and belly. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and a fresh change of clothes, $he is returned to your office.
-	<</if>>
-
-<<case "stay confined">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed in a specially designed cell to give birth in. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is moved back into a standard cell.
-	<<else>>
-		$He is placed in a specially designed cell to give birth in. Reluctantly, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is moved back into a standard cell.
-	<</if>>
-
-<<case "work as a servant" "be a servant">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed on $his cot and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-	<<else>>
-		$He is placed on $his cot and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "serve in the master suite">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $masterSuiteUpgradePregnancy == 1>>
-			$He is carried to the birthing chamber and comfortably positioned. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-		<<else>>
-			$He is placed on a soft cushion and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-		<</if>>
-	<<else>>
-		<<if $masterSuiteUpgradePregnancy == 1>>
-			$He is carried to the birthing chamber and comfortably positioned. Sinking into the luxury, $he begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-			<<set $humiliation = 1>>
-		<<else>>
-			$He is placed on a soft cushion and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to <<if $masterSuiteUpgradeLuxury == 1>>your big bed<<elseif $masterSuiteUpgradeLuxury == 2>>the fuckpit<<else>>the main room of the master suite<</if>>.
-			<<set $humiliation = 1>>
-		<</if>>
-	<</if>>
-
-<<case "serve in the club">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed in a private room in the back of the club before an audience of eager patrons. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $him.
-	<<else>>
-		$He is placed in a private room in the back of the club before an audience of eager patrons. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process, while<</if>> fully aware of $his captive audience and blushing strongly. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $him.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "choose her own job">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed on $his bed and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-	<<else>>
-		$He is placed on $his bed and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "rest in the spa">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed in a special flotation device and placed in a birthing pool. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he is taken back to the spa.
-	<<else>>
-		$He is placed in a special flotation device and placed in a birthing pool. Giving birth to $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process despite<<else>> is easy under<</if>> such relaxing circumstances. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, $he is carried back to the spa.
-	<</if>>
-
-<<case "learn in the schoolroom">>
-	$He is placed on special seat at the front of the class and stripped. $He is being used as a learning aid in this lesson. Blushing strongly, $he begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of the rapt attention of the other students. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his seat. $He can't help but <<if canSee($slaves[$i])>>notice some of the detailed notes the class took on $his genitals<<else>>overhear the descriptions of $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> being passed between $his peers<</if>>.
-	<<set $humiliation = 1>>
-
-<<case "take classes">>
-	Or $he would have been, had $assistant.name allowed it. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, $he is forbidden from leaving. Additionally, $his birth will be turned into a live broadcast.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	Exhausted from the birth, $he is permitted a short break as $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> removed to be cleaned up before the lesson is continued.
-
-<<case "work in the brothel">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed in a private room in the back of the brothel before an audience of eager patrons. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his audience. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $him.
-	<<else>>
-		$He is placed in a private room in the back of the brothel before an audience of eager patrons. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process, while<</if>> fully aware of $his captive audience and blushing strongly. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, the audience is allowed to have their way with $him.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<<case "be the Schoolteacher">>
-	$He is stripped and placed on a specially designed seat before $his class. $He has been planning this lesson for several months now. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching students. $He demonstrates the proper ways to labor and, with the assistance of a helper, how to deliver a baby. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he resumes $his previous lesson.
-	<<set $humiliation = 1>>
-
-<<case "be your Concubine">>
-	<<if $slaves[$i].pregSource == -1 && $slaves[$i].relationship == -3>>
-		You make sure to find time in your busy schedule to be at your concubine $wife's side as $he gives birth to your child<<if $slaves[$i].pregType > 1>>ren<</if>>. You gently caress $slaves[$i].slaveName's body as $he begins to push out your bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. You help $him upright and hold your child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>>. The two of you cuddle as you watch your newborn<<if $slaves[$i].pregType > 1>>s<</if>> suckle from their mother. Since $he is quite special to you, you allow $him the time to pick out names before $his child<<if $slaves[$i].pregType > 1>>ren<</if>> must be taken away. When the time comes to pick up the newborn<<if $slaves[$i].pregType > 1>>s<</if>>, the slave servant is surprised to find <<if $slaves[$i].pregType == 1>>a <</if>>name-card<<if $slaves[$i].pregType > 1>>s<</if>> affixed to their blanket<<if $slaves[$i].pregType > 1>>s<</if>>.<<if $slaves[$i].fetish != "mindbroken">> $He can't help but feel more devoted to $his master after seeing such a touching act. Before you leave, $slaves[$i].slaveName expresses how cute $he found your child<<if $slaves[$i].pregType > 1>>ren<</if>> and that $he'd love to bear more for you.<</if>>
-	<<elseif $slaves[$i].fetish == "mindbroken">>
-		$He is placed by your side. You strip $him as $he instinctively begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to your wandering hands. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is carried back to your master suite.
-	<<else>>
-		$He is placed by your side. You strip $him as $he dutifully begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process, while<</if>> enjoying your wandering hands and attention. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with you, $he is carried back to your master suite. As $he leaves your office, $he throws you a wink, hoping to see you again soon.
-	<</if>>
-
-<<case "live with your Head Girl">>
-	<<setLocalPronouns _S.HeadGirl 2>>
-	<<if $slaves[$i].pregSource == $HeadGirlID>>
-		_S.HeadGirl.slaveName makes sure that the mother of _his2 child<<if $slaves[$i].pregType > 1>>ren<</if>> is happy and comfortable for the upcoming birth, even if they won't be spending much time with their offspring. _He2 carefully undresses $slaves[$i].slaveName, all the while whispering sweet nothings in $his ear. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process,<</if>> and $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> carefully collected by their father. Once they are out of the way, _S.HeadGirl.slaveName moves in to fondle $slaves[$i].slaveName's tired body.
-	<<elseif $slaves[$i].fetish == "mindbroken">>
-		$He is placed with _S.HeadGirl.slaveName. _He2 unwraps $him as $he instinctively begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to _his2 wandering hands. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is carried back to _S.HeadGirl.slaveName's room.
-	<<else>>
-		$He is placed with _S.HeadGirl.slaveName. _He2 unwraps $him as $he dutifully begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> enjoying _his2 wandering hands and attention. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your Head Girl, $he is carried back to _S.HeadGirl.slaveName's room.
-	<</if>>
-
-<<case "be confined in the arcade">>
-	Or $he would have been, if $he weren't locked in an arcade cabinet. A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively births $his child<<if $slaves[$i].pregType > 1>>ren<</if>> into the waiting basket. As they are carried away, $his rear is cleaned up and the sign removed.
-
-<<case "get treatment in the clinic">>
-	$He is taken to the clinic's maternity ward. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before taking them away. Before long $he is returned to $his recovery room to rest.
-
-<<case "be confined in the cellblock">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed in a specially designed cell to give birth in. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is moved back into a standard cell.
-	<<else>>
-		$He is placed in a specially designed cell to give birth in. Reluctantly, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, after $he and the cell are hosed down, $he is moved back into a standard cell.
-	<</if>>
-
-<<default>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He is placed on $his bed and stripped. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-	<<else>>
-		$He is placed on $his bed and stripped. $He wiggles $himself into a comfortable spot and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> convulsing with orgasms in the process and<</if>> fully aware of $his watching helper. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and, following a cleaning and fresh change of clothes, $he is carried back to $his station.
-		<<set $humiliation = 1>>
-	<</if>>
-
-<</switch>>
-
-<</if>>
-
-<</widget>>
-
-<<widget "SuddenBirth">>
-
-<<set _birthScene = random(1,100)>>
-<<if random(1,2) == 1 && canWalk($slaves[$i])>> /* at assignment else in halls/etc, only if able to move */
-
-	<<if $slaves[$i].rivalry > 0>>
-		<<set _bw = $slaveIndices[$slaves[$i].rivalryTarget]>>
-		<<if def _bw>>
-			<<setLocalPronouns $slaves[_bw] 2>>
-		<</if>>
-	<</if>>
-
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While wandering the penthouse absentmindedly, $slaves[$i].slaveName's water breaks. $He carries on until the contractions drag $him to the floor.
-		<<ClothingBirth>>
-		$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes wandering aimlessly until a servant collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and sends $him someplace useful.
-	<<elseif $slaves[$i].fetish == "humiliation">>
-		While waddling through the penthouse between assignments, $slaves[$i].slaveName's water breaks. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and recovers $his strength before finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to. $He resumes $his previous task, feeling much lighter.
-	<<else>>
-		<<if _birthScene < 40>>
-			While <<if canWalk($slaves[$i])>>walking<<else>>traveling<</if>> through the penthouse on the way to $his next assignment, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he finds a secluded nook to give birth in.
-			<<ClothingBirth>>
-			$He gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and recovers $his strength before finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to before hurrying to $his assignment.
-		<<elseif _birthScene > 66 && $slaves[$i].rivalry == 3 && isSlaveAvailable($slaves[_bw]) && canWalk($slaves[_bw])>>
-			<<if $slaves[$i].pregSource == $slaves[_bw].ID>>
-				While hustling through the penthouse on $his way to give birth, $slaves[$i].slaveName finds $his path blocked by $slaves[_bw].slaveName — and a hospital gurney, of all things. _He2 appears genuinely concerned for the (soon-to-be) mother of _his2 child<<if $slaves[$i].pregType > 1>>ren<</if>>, and helps $him onto the bed, then pushes the surprised $girl onwards. $slaves[$i].slaveName, focusing on $his labor, begins to rethink the animosity $he feels for _him2 — until $he realizes $slaves[_bw].slaveName has brought them to the cafeteria. With a smug pride in _his2 potency, _he2 introduces the shocked pregnant $girl to $his new audience. $His contractions becoming too frequent to move, $he begins giving birth in front of $his audience.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$slaves[_bw].slaveName gathers _his2 bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> from _his2 exhausted rival, roughly pushes $him off the gurney, then hands the child<<if $slaves[$i].pregType > 1>>ren<</if>> to a servant that had been called in by the commotion. $slaves[$i].slaveName, humiliated by the spectacle and $his own naïveté, pushes through the jeering crowd and hastily heads back to $his bed to hide $himself from the mockery.
-			<<else>>
-				While hustling through the penthouse on $his way to give birth, $slaves[$i].slaveName finds $his path blocked by $slaves[_bw].slaveName. Seeing $his distress brings a grin to _his2 face. _He2 quickly rushes the laboring $slaves[$i].slaveName, circling around behind $him and hooking $him under the arms. _He2 forces the poor $girl into the cafeteria and holds $him in place, leaving $him with no other option than to begin giving birth in front of $his audience.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				$slaves[_bw].slaveName releases $him and $he moves to gather $his newborn<<if $slaves[$i].pregType > 1>>s<</if>>. With a shove from $his rival, $he rushes out of the jeering crowd's sight. Finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to, $he hastily heads back to $his bed to hide $himself from the mockery.
-			<</if>>
-		<<else>>
-			While waddling through the penthouse on $his way to the cafeteria, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he finds $himself stranded in the middle of all the dining slaves.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and recovers $his strength before rushing out of sight of the jeering crowd. Finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to, $he hastily heads back to $his bed to hide $himself from the mockery.
-		<</if>>
-	<</if>>
-
-<<else>>
-
-<<switch $slaves[$i].assignment>>
-
-<<case "rest">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another wracks $his body.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes resting.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-			<<ClothingBirth>>
-			$He collects $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child<<if $slaves[$i].pregType > 1>>ren<</if>>.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another wracks $his body.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes resting.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-			<<ClothingBirth>>
-			$He collects $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and places them in the cradle readied for $him. $He leaves to take a shower as your servants clean up and remove $his child<<if $slaves[$i].pregType > 1>>ren<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "be a subordinate slave">>
-	<<set _bw = $slaveIndices[$slaves[$i].subTarget]>>
-	<<if def _bw>>
-		<<setLocalPronouns $slaves[_bw] 2>>
-	<</if>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if $slaves[$i].subTarget == 0>>
-			While servicing your other slaves, $slaves[$i].slaveName's water breaks, though it does nothing to deter $him from $his task.
-			<<ClothingBirth>>
-			No sooner than $his bab<<if $slaves[$i].pregType > 1>>ies are<<else>>y is<</if>> born, a cock is shoved into $his gaping <<if $slaves[$i].mpreg == 1>>asshole<<else>>pussy<</if>> as $he draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>>.
-		<<else>>
-			While servicing $slaves[_bw].slaveName, $slaves[$i].slaveName's water breaks, though it does nothing to deter $him from $his task.
-			<<ClothingBirth>>
-			No sooner than $his bab<<if $slaves[$i].pregType > 1>>ies are<<else>>y is<</if>> born does $he go back to pleasuring $his dom.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].subTarget == 0>>
-			While servicing your other slaves, $slaves[$i].slaveName's water breaks, causing $him to immediately try to break off. However, a hand quickly hooks $his gravid bulk and $he is pulled back into another slave's crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He is allowed a moment to prepare $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off before returning to pleasuring your other slaves.
-		<<else>>
-			While servicing $slaves[_bw].slaveName, $slaves[$i].slaveName's water breaks, causing $him to immediately try to break off. $His dom eagerly watches _his2 pregnant sub's ordeal.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$slaves[_bw].slaveName collects the newborn child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off before returning and planting _his2 crotch directly onto _his2 exhausted sub's face.
-		<</if>>
-	<</if>>
-
-<<case "whore">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> as $he resumes whoring, oblivious to the free show $he just gave $his customers.
-		<<else>>
-			While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds it impossible.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> as $he resumes whoring, oblivious to the free show $he just gave $his customers.
-		<<else>>
-			While attempting to attract customers with $his gravid body, $slaves[$i].slaveName's water breaks, soaking $him. $He attempts to get someplace safe to give birth but finds $his path blocked by rowdy johns.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			$He lies on the ground, exhausted and covered in sperm from the circle of men watching $him, until $he recovers enough to collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-		<</if>>
-	<</if>>
-
-<<case "serve the public">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if _birthScene > 80 && canDoVaginal($slaves[$i])>>
-			While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his bulk off of him. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching $his naked crotch. $He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> before seeking out the next citizen's cock.
-		<<elseif _birthScene > 60 && canDoAnal($slaves[$i])>>
-			While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he begins drawing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and seeking out the next citizen's cock.
-		<<elseif _birthScene > 40>>
-			While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-			<<ClothingBirth>>
-			He cums down $his throat before $he begins drawing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and seeking out the next citizen's cock.
-		<<else>>
-			While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
-			<<ClothingBirth>>
-			The citizen splashes across $his face before $he begins drawing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and seeking out the next citizen's cunt.
-		<</if>>
-	<<else>>
-		<<if _birthScene > 80 && canDoVaginal($slaves[$i])>>
-			While riding a citizen's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his exhausted body and moves on leaving $him to recover and collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-			<<set $humiliation = 1>>
-		<<elseif _birthScene > 60 && canDoAnal($slaves[$i])>>
-			While taking a citizen's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses to the ground. $He quickly gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-			<<set $humiliation = 1>>
-		<<elseif _birthScene > 40>>
-			While sucking a citizen's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers, $he quickly gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-		<<else>>
-			While licking a citizen's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			She cums across $his face before helping $him to the ground and leaving. When $he recovers, $he quickly gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-		<</if>>
-	<</if>>
-
-<<case "work a glory hole">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's water breaks. $He makes no effort to stop sucking the dicks presented to $him.
-		<<ClothingBirth>>
-		$His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> quickly extracted from the box. $He never notices, having focused entirely on the fresh cock poking through the glory hole.
-	<<else>>
-		While sucking a dick through the hole of $his confining box, $slaves[$i].slaveName's water breaks. $He quickly finishes the dick off before seating $himself in the back of the box.
-		<<ClothingBirth>>
-		As $he finishes, $he <<if canSee($slaves[$i])>>could have sworn $he saw an eye<<else>>swears $he can feel somebody<</if>> peeping through the glory hole, watching the show. The box is opened and $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> gathered and taken away as $he turns to suck the fresh cock poking through the hole.
-	<</if>>
-
-<<case "get milked">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While getting milked, $slaves[$i].slaveName's water breaks. $He show little regard and continues kneading $his breasts.
-		<<ClothingBirth>>
-		$He shows no interest in $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, instead focusing entirely on draining $his breasts.
-	<<else>>
-		While getting milked, $slaves[$i].slaveName's water breaks. $He shifts into a comfortable position to give birth while the milker works $his breasts.
-		<<ClothingBirth>>
-		$He takes a break from milking to collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal and to catch $his breath before reattaching the milkers and coaxing $his milk to begin flowing anew.
-	<</if>>
-
-<<case "please you">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While sitting absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him.
-			<<ClothingBirth>>
-			You certainly enjoyed the show as you call for a servant to take away $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and to clean up the spill.
-		<<else>>
-			While sitting nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
-			<<ClothingBirth>>
-			As thanks for the show, you help $his exhausted body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and to clean up your floor and your toy.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While standing absentmindedly nearby, $slaves[$i].slaveName's water breaks soaking the floor under $him. $He pays no heed to it and continues waiting for you to use $him.
-			<<ClothingBirth>>
-			You certainly enjoyed the show as you call for a servant to take away $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and to clean up the spill.
-		<<else>>
-			While standing nearby, $slaves[$i].slaveName's water breaks, startling $him. $He looks to you for guidance and you shake your head "no". Without permission to leave $he <<if $slaves[$i].devotion > 50>>decides to give you a show<<elseif $slaves[$i].devotion > 20>>reluctantly decides giving birth in front of you isn't so bad<<else>>begins to panic as $his contractions come sooner and sooner<<set $humiliation = 1>><</if>>.
-			<<ClothingBirth>>
-			As thanks for the show, you help $his exhausted body onto the couch so $he can recover before returning to $his duties. You call for a servant to take away $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and to clean up your floor and your toy.
-		<</if>>
-	<</if>>
-
-<<case "guard you">>
-	Refusing to leave your side even when on the verge of giving birth, $slaves[$i].slaveName continues to serve as your bodyguard despite $his condition. A splashing sound and a loud groan emit from behind you. Your bodyguard has gone into labor. You quickly help $him to the ground and prepare for the coming birth.
-	<<ClothingBirth>>
-	You sit by your loyal guard holding $his child<<if $slaves[$i].pregType > 1>>ren<</if>> until a servant comes by to take them away. Once $he is thoroughly rested, you help $him up and lead $him back to the penthouse to shower and change.
-
-<<case "stay confined">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While waiting in confinement, $slaves[$i].slaveName's water breaks. $He assumes a birthing position.
-		<<ClothingBirth>>
-		$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes waiting.
-	<<else>>
-		$slaves[$i].slaveName is awoken from $his stupor by moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-		<<ClothingBirth>>
-		$He collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and holds them close knowing someone will soon come to take them away from $him.
-	<</if>>
-
-<<case "recruit girls">>
-	<<setNonlocalPronouns $seeDicks>>
-	While on a video call with a potential recruit, $slaves[$i].slaveName's water breaks. $He attempts to play it cool and act like nothing is happening but the worsening contractions finally get to $him.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	<<if _birthScene > 50>>
-		Exhausted from the birth and clutching $his newborn child<<if $slaves[$i].pregType > 1>>ren<</if>>, $he returns to find that $he never ended the call. The prospective slave is blushing furiously and seems to have begun touching _himselfU to the show. Apologizing for the interruption, while red with embarrassment, $slaves[$i].slaveName resumes chatting with the somewhat more pliant _girlU.
-	<<else>>
-		Exhausted from the birth and clutching $his newborn child<<if $slaves[$i].pregType > 1>>ren<</if>>, $he returns to find that $he never ended the call. The prospective slave is grinning widely and states _heU has been recording the show. _HeU signs off, but not before saying _heU'll be seeing more of $slaves[$i].slaveName around the internet. <<if $slaves[$i].fetish == "humiliation">>Your recruiter can't help but become aroused at the prospect<<else>>Your recruiter is terrified that $his birth video is out there for everyone to see, partly due to $his own shame and to the potential damage it will do to $his reputation<</if>>.
-	<</if>>
-
-<<case "be your Head Girl">>
-	While overseeing your other slaves, $slaves[$i].slaveName's water breaks. $He attempts to hold back the coming birth until $he can catch a break in $his duties but ultimately fails.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	Upon finishing, $he quickly collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and orders the mess to be cleaned promptly without breaking $his dominant appearance.
-
-<<case "work as a servant" "be a servant">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if _birthScene > 50>>
-			While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He disregards this development and continues working.
-			<<ClothingBirth>>
-			The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. Instead, $he draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> until <<if _S.Stewardess>>_S.Stewardess.slaveName<<elseif _S.HeadGirl>>_S.HeadGirl.slaveName<<else>>$assistant.name<</if>>shouts at $him to move $his useless ass.
-		<<else>>
-			While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He turns to clean this new spill, disregarding what it means.
-			<<ClothingBirth>>
-			Instead of cleaning the fresh mess $he made, $he draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> until <<if _S.Stewardess>>_S.Stewardess.slaveName<<elseif _S.HeadGirl>>_S.HeadGirl.slaveName<<else>>$assistant.name<</if>>shouts at $him to move $his useless ass.
-		<</if>>
-	<<else>>
-		<<if _birthScene > 50>>
-			While giving a slave oral service, $slaves[$i].slaveName's water breaks. $He desperately tries to pull away but they grab $his head and force $him back to their crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			The slave gets off quite strongly to the show and shoves $him out of the way, leaving $him to clean up $his mess. $He hurriedly tries to mop up the mess and collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before <<if _S.Stewardess>>_S.Stewardess.slaveName<<elseif _S.HeadGirl>>_S.HeadGirl.slaveName<<else>>$assistant.name<</if>> shouts at $him.
-		<<else>>
-			While scrubbing the penthouse floor, $slaves[$i].slaveName's water breaks. $He panics at the thought of not cleaning up $his spill but $his worsening contractions force $him to find a secluded place to give birth.
-			<<ClothingBirth>>
-			Collecting $his child<<if $slaves[$i].pregType > 1>>ren<</if>>, $he exits $his hiding place before coming under the eye of <<if _S.Stewardess>>the glaring _S.Stewardess.slaveName<<elseif $HeadGirlID != 0>>the glaring _S.HeadGirl.slaveName<<else>>$assistant.name<</if>>. $His child<<if $slaves[$i].pregType > 1>>ren<</if>> are promptly taken by other servants following a lecture about priorities and time management.
-		<</if>>
-	<</if>>
-
-<<case "serve in the master suite">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position.
-				<<ClothingBirth>>
-				Resting in your bed, $he draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes waiting for you. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him forcefully ejected from the bed so it can be cleaned before your return.<</if>>
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While at the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using $him do and drag $him from the pit to give birth. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching $his naked crotch. Without a second thought about $his child<<if $slaves[$i].pregType > 1>>ren<</if>>, $he slips back into the fuckpit.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting.
-				<<ClothingBirth>>
-				Resting on the floor, $he draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes waiting for you. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed and $him thoroughly cleaned before your return.<</if>>
-			<</if>>
-		<<else>>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly shifts $himself off the bed and calls for a servant before dropping to the floor.
-				<<ClothingBirth>>
-				Once $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> removed, $his body cleaned, and the sheets changed, $he is helped back into bed to recover for your return.
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He begs to be let out of the pit but the other fucktoys pull $him in and position themselves for $him to pleasure them while giving birth.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				Once the fucktoys are done tormenting the exhausted new mother, they hand $his child<<if $slaves[$i].pregType > 1>>ren<</if>> off to a servant and pull $him into an embrace to allow $him to regain $his strength.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
-				<<ClothingBirth>>
-				The servant collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and helps $him onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of $his ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to $his crotch<</if>> before settling down for a nap.
-			<</if>>
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. Ignoring the mess, $he shifts into a more comfortable position.
-				<<ClothingBirth>>
-				Resting in your bed, $he draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes waiting for you. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him forcefully ejected from the bed so it can be cleaned before your return.<</if>>
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While being the bottom of the master suite's fuckpit, $slaves[$i].slaveName's water breaks. While $he doesn't stop having sex, the fucktoys using $him do and drag $him from the pit to give birth. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching $his naked crotch. Without a second thought about $his child<<if $slaves[$i].pregType > 1>>ren<</if>>, $he slips back into the fuckpit.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He pays it no heed and continues blankly waiting.
-				<<ClothingBirth>>
-				Resting on the floor, $he draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes waiting for you. <<if _S.Concubine>>_S.Concubine.slaveName furiously orders $his child<<if $slaves[$i].pregType > 1>>ren<</if>> removed, and $him thoroughly cleaned before your return.<</if>>
-			<</if>>
-		<<else>>
-			<<if $masterSuiteUpgradeLuxury == 1>>
-				While awaiting your return on the big bed in the master suite, $slaves[$i].slaveName's water breaks thoroughly soaking the sheets. $He quickly moves $himself off the bed and calls for a servant before dropping to the floor.
-				<<ClothingBirth>>
-				Once $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> removed, $his body cleaned, and the sheets are changed, $he crawls back into bed to recover for your return.
-			<<elseif $masterSuiteUpgradeLuxury == 2>>
-				While participating in the fuckpit orgy, $slaves[$i].slaveName's water breaks. $He tries to crawl out of the pit but the other fucktoys pull $him back in and position themselves for $him to pleasure them while giving birth.
-				<<set $humiliation = 1>>
-				<<ClothingBirth>>
-				Once the fucktoys are done tormenting the exhausted new mother, they hand $his child<<if $slaves[$i].pregType > 1>>ren<</if>> off to a servant and pull $him into an embrace to allow $him to regain $his strength.
-			<<else>>
-				While awaiting your return in the master suite, $slaves[$i].slaveName's water breaks. $He tries to get to the prepared area but fails to untangle $himself from the toys $he was playing with. $He calls for a servant to hurry as $he begins laboring.
-				<<ClothingBirth>>
-				The servant collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and helps $him onto a cushion to recover for your return. <<if canDoAnal($slaves[$i]) && $slaves[$i].anus > 0>>With a little effort, $he pushes the vibrating dildo out of $his ass<<else>>With things settling down, $he finally manages to switch off the bullet vibrators stuck to $his crotch<</if>> before settling down for a nap.
-			<</if>>
-		<</if>>
-	<</if>>
-
-<<case "serve in the club">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens as well as $he can. During one of $his teases, $his water breaks, soaking the floor. $He keeps on teasing, despite $his condition, until $his contractions drag $him to the floor.
-			<<ClothingBirth>>
-			Multiple citizens drag $him into a booth so that they may tease $his exhausted body while the floor is dried and $his child<<if $slaves[$i].pregType > 1>>ren<</if>> carried off.
-		<<elseif $slaves[$i].fetish == "humiliation">>
-			$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by "dancing" as well as $he can, all the while being a huge tease. During one of $his "dances", $his water breaks, soaking the floor. $He calls out to the crowd, hyping them up for $his new show.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			As $his child<<if $slaves[$i].pregType > 1>>ren<</if>> are removed, $he is helped into one of the back rooms by several of $his aroused onlookers.
-		<<else>>
-			$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by "dancing" as well as $his body will let $him. During one of $his dances, $his water breaks, soaking the floor. $He hastily tries to find help to leave, but only finds hands groping $his body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Only once the last of $his clients cums over $his body is $he allowed to gather $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and take a seat. $He enjoys a moment with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> before a servant comes to collect them.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his water breaks, soaking the dance floor. $He keeps on dancing, despite $his condition, until $his contractions drag $him to the floor.
-			<<ClothingBirth>>
-			Multiple citizens drag $him into a booth so that they may tease $his exhausted body while the dance floor is dried and $his child<<if $slaves[$i].pregType > 1>>ren<</if>> carried off.
-		<<elseif $slaves[$i].fetish == "humiliation">>
-			$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can, all the while flashing glimpses of $his crotch and nipples. During one of $his dances, $his water breaks, soaking the dance floor. $He calls out to the crowd, hyping them up for $his new show.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			As $his child<<if $slaves[$i].pregType > 1>>ren<</if>> are removed from the dance floor, $he is helped into one of the back rooms by several of $his aroused onlookers.
-		<<else>>
-			$slaves[$i].slaveName is showing off $his gravid body and trying to attract citizens by dancing as well as $he can. During one of $his dances, $his water breaks, soaking the dance floor. $He hastily tries to leave the dance floor only to find hands groping $his body. $He is quickly pulled into one of the side rooms by a group of men looking forward to the show $he's about to perform for them.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Only once the last of $his clients cums over $his body is $he allowed to gather $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and take a seat. $He enjoys a moment with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> before a servant comes to collect them.
-		<</if>>
-	<</if>>
-
-<<case "choose her own job">>
-	<<if !canWalk($slaves[$i])>>
-		While deciding on $his post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he pulls $himself into a secluded nook to give birth in.
-		<<ClothingBirth>>
-		$He gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and recovers $his strength before a servant finds $him and collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. $He decides to rest for the rest of the day before returning to choosing $his next task.
-	<<elseif $slaves[$i].fetish == "humiliation">>
-		While wandering the penthouse deciding on $his post, $slaves[$i].slaveName's water breaks. Sensing an opportunity, $he waddles to the nearest balcony overlooking the city. $He calls out, making sure all eyes are on $him for what happens next.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		$He gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and recovers $his strength before finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to. $He decides to rest for the rest of the day before returning to choosing $his next task.
-	<<else>>
-		While wandering the penthouse deciding on $his post, $slaves[$i].slaveName's water breaks. Unable to reach the prepared birthing room in time, $he finds a secluded nook to give birth in.
-		<<ClothingBirth>>
-		$He gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and recovers $his strength before finding a servant to give $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to. $He decides to rest for the rest of the day before returning to choosing $his next task.
-	<</if>>
-
-<<case "rest in the spa">>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While soaking in the spa's pool, $slaves[$i].slaveName's water breaks. As $he begins to ready $himself for birth, <<if _S.Attendant>>_S,Attendant.slaveName pulls $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
-			<<ClothingBirth>>
-			$He and $his child<<if $slaves[$i].pregType > 1>>ren<</if>> are quickly dried off as $he begins nursing them. A servant soon arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away.
-		<<else>>
-			While changing in the changing room before a nice soak,$slaves[$i].slaveName's water breaks. $He hurries to find someone to help $him but only finds curious onlookers. Without any choice left, $he assumes a birthing position.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Several of the other slaves present help $him with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> while the rest finish pleasuring themselves from the show. <<if _S.Attendant>>_S.Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away, and $he is helped into the bath to clean up and relax<</if>>.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			While soaking in the spa's pool, $slaves[$i].slaveName's water breaks. As $he begins to ready $himself for birth, <<if _S.Attendant>>_S.Attendant.slaveName pulls $him out of the pool and glares at $him<<else>>the other bathers watch curiously<</if>>.
-			<<ClothingBirth>>
-			$He and $his child<<if $slaves[$i].pregType > 1>>ren<</if>> are quickly dried off as $he begins nursing them. A servant soon arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away.
-		<<else>>
-			While heading for the changing room before a nice soak,$slaves[$i].slaveName's water breaks. $He hurries into the changing room only to find it unusually crowded. Without any choice left, $he assumes a birthing position.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			Several of the other slaves present help $him with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> while the rest finish pleasuring themselves from the show. <<if _S.Attendant>>_S.Attendant.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private relaxation room to unwind<<else>>Soon a servant arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away, and $he is ushered into the bath to clean up and relax<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "work as a nanny">>
-	In the middle of <<if $nurseryChildren>>changing a baby's diaper<<else>>cleaning $nurseryName<</if>>, $slaves[$i].slaveName's water breaks. $He hurries into a changing room and assumes a birthing position.
-	<<ClothingBirth>>
-	Several of the other slaves present help $him with $his newborn<<if $slaves[$i].pregType > 1>>s<</if>>. <<if _S.Matron>>_S.Matron.slaveName, lured in by the commotion, shoos the other slaves out and helps the new mother to a private room to unwind<<else>>Soon a servant arrives to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away, and $he is ushered into a shower to clean up and relax<</if>>.
-
-<<case "learn in the schoolroom">>
-	<<if _S.Schoolteacher>>
-		<<setLocalPronouns _S.Schoolteacher 2>>
-	<</if>>
-	<<if !canWalk($slaves[$i])>>
-		During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth. $He fails to do so and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		<<if _S.Schoolteacher>>_S.Schoolteacher.slaveName, furious that _his2 lesson was interrupted, drags $him from the class along with $his newborn child<<if $slaves[$i].pregType > 1>>ren<</if>><<else>>$He gathers $his newborn child<<if $slaves[$i].pregType > 1>>ren<</if>> up and is quickly helped from the class<</if>>. $He can feel all eyes watching $him leave.
-	<<else>>
-		During a lesson in $schoolroomName, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth. $He fails to do so and a particularly strong contraction elicits a moan noticeable enough to draw all the students' attention.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		<<if _S.Schoolteacher>>_S.Schoolteacher.slaveName, furious that _his2 lesson was interrupted, dismisses $him from the class along with $his newborn child<<if $slaves[$i].pregType > 1>>ren<</if>><<else>>$He gathers $his newborn child<<if $slaves[$i].pregType > 1>>ren<</if>> up and quickly excuses $himself from the class<</if>>. $He can feel all eyes watching $him leave.
-	<</if>>
-
-<<case "take classes">>
-	<<if !canWalk($slaves[$i])>>
-		During a lesson under $assistant.name, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, $he is forbidden from leaving. Additionally, $his birth will be turned into a live broadcast.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Exhausted from the birth, $he is permitted a short break as $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> gathered to be cleaned up before the lesson is continued.
-	<<else>>
-		During a lesson under $assistant.name, $slaves[$i].slaveName's water breaks. Since $he can't leave the lesson, $he tries $his best to hold back the upcoming birth, not without your assistant noticing. As punishment for poor planning, $he is forbidden from leaving. Additionally, $his birth will be turned into a live broadcast.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Exhausted from the birth, $he is permitted a short break as $his child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> gathered to clean $himself up before the lesson is continued.
-	<</if>>
-
-<<case "work in the brothel">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		<<if _birthScene > 80 && canDoVaginal($slaves[$i])>>
-			While riding a customer's dick, $slaves[$i].slaveName's water breaks on him. Showing no signs of stopping, he shoves $his gravid bulk off of him. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching $his naked crotch. $He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> before seeking out the next customer's cock.
-		<<elseif _birthScene > 60 && canDoAnal($slaves[$i])>>
-			While taking a customer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, indifferent to who may be watching $his naked crotch. He came strongly thanks to $him and gives $him a slap on the ass as $he begins drawing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and seeking out the next customer's cock.
-		<<elseif _birthScene > 40>>
-			While sucking a customer's dick, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so he allows $him to reposition and continue.
-			<<ClothingBirth>>
-			He cums down $his throat before $he begins drawing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and seeking out the next customer's cock.
-		<<else>>
-			While licking a customer's cunt, $slaves[$i].slaveName's water breaks. $He shows no signs of slowing down, so she allows $him to reposition and continue.
-			<<ClothingBirth>>
-			The customer splashes across $his face before $he begins drawing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and seeking out the next customer's cunt.
-		<</if>>
-	<<else>>
-		<<if _birthScene > 80 && canDoVaginal($slaves[$i])>>
-			While riding a customer's dick, $slaves[$i].slaveName's water breaks on him. $He desperately tries to disengage but he grabs $his hips and slams $him back down. He thoroughly enjoys $his contracting cunt before pushing $him off and standing over $him, jacking off. Quickly $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He cums over $his exhausted body and moves on leaving $him to recover and collect $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-			<<set $humiliation = 1>>
-		<<elseif _birthScene > 60 && canDoAnal($slaves[$i])>>
-			While taking a customer's dick in $his ass, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his hips and slams into $him hard. Quickly, $he spreads $his legs apart and begins pushing out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. He came strongly thanks to $him and gives $him a slap on the ass as $he collapses to the ground. $He quickly gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-			<<set $humiliation = 1>>
-		<<elseif _birthScene > 40>>
-			While sucking a customer's dick, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but he grabs $his head and slams $him back into his crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			He cums down $his throat before letting $him collapse to the ground and leaving. When $he recovers, $he quickly gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-		<<else>>
-			While licking a customer's cunt, $slaves[$i].slaveName's water breaks. $He desperately tries to disengage but she grabs $his head and slams $him back into her crotch.
-			<<set $humiliation = 1>>
-			<<ClothingBirth>>
-			She cums across $his face before helping $him to the ground and leaving. When $he recovers, $he quickly gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to be sent off.
-		<</if>>
-	<</if>>
-
-<<case "be the DJ">>
-	While DJing $clubName, $slaves[$i].slaveName's water breaks. $He can't stop $his setlist without drawing attention so $he tries $his best to ride out the contractions. As soon as the opportunity arises, $he attempts to sneak off stage. However, a number of fans block $his progress keeping $him on stage. Before long the contractions are too much to bear and $he drops to the ground.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	Exhausted, $he sits up and smiles to the crowd. $His show definitely drew attention to $his club. With a burst of energy $he leaps to $his feet, bows to the crowd, and gathers $his child<<if $slaves[$i].pregType > 1>>ren<</if>>, before making $his way off stage. As $he leaves the public's gaze, $he shouts out with a wink "the next showing ought to be in about nine months".
-
-<<case "be the Attendant">>
-	While tending to the guests in the spa, $slaves[$i].slaveName's water breaks. The slaves quickly come to $his aid as the contractions get closer and closer together. Their hands are all over $his laboring body, unsure of what they should be doing.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	$He thanks $his charges for their less than helpful efforts and collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal. Upon returning, $he strips down and enters the pool, desperate for a break.
-
-<<case "be the Matron">>
-	While tending to the infants in $nurseryName, $slaves[$i].slaveName's water breaks. The nannies quickly come to $his aid as the contractions get closer and closer together. They crowd around and watch, their curiosity getting the better of them.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	$He thanks $his assistants for their less than helpful efforts and collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal.
-
-<<case "be the Madam">>
-	While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "Birthshow: <<print cashFormat(100)>> a viewer" and takes a seat.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	Upon completing $his show, $he reclines with $his $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>> and begins counting the credits $he bought in. In total $he made <<print cashFormat(100*_birthScene)>> and feels that business will be up in the brothel as patrons line up hoping another showing.
-	<<run cashX((100*_birthScene), "birth", $slaves[$i])>>
-
-<<case "be the Schoolteacher">>
-	<<if !canWalk($slaves[$i])>>
-		While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Once $he recovers enough, $he gathers $his newborn child<<if $slaves[$i].pregType > 1>>ren<</if>> and instructs the class to take notes on the lesson $he just demonstrated before being escorted out of the classroom.
-	<<else>>
-		While teaching a lesson, $slaves[$i].slaveName's water breaks. Sensing $he wouldn't be able to make it to the birthing area, $he instead chooses to act on the opportunity. Today's lesson will be on childbirth.
-		<<set $humiliation = 1>>
-		<<ClothingBirth>>
-		Once $he recovers enough, $he gathers $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and instructs the class to take notes on the lesson $he just demonstrated before leaving to drop off $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal.
-	<</if>>
-
-<<case "be the Stewardess">>
-	While overseeing the house servants, $slaves[$i].slaveName's water breaks. $He has no time to strip down so $he takes a seat and readies $himself. Commandingly, $he snaps $his fingers and orders $his charges to clean up the floor, assist $him with $his clothes, and be ready to take $his child<<if $slaves[$i].pregType > 1>>ren<</if>> away.
-	<<set $humiliation = 1>>
-	<<ClothingBirth>>
-	Once $he catches $his breath, $he rises and takes the fresh change of clothing provided by $his servants before ordering them back to work.
-
-<<case "be the Milkmaid">>
-	While tending to $his stock, $slaves[$i].slaveName's water breaks. $He hastily pulls $himself into a vacant stall and seats $himself in its corner.
-	<<ClothingBirth>>
-	Quickly, $he collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal before returning to $dairyName. The cows around $his stall all have a knowing look on their faces<<if $dairyPregSetting > 0>> but with their own swollen bellies hanging heavily from them, they know that they soon will follow $his lead.<<else>>.<</if>>
-
-<<case "be the Farmer">>
-	While tending to some of $his livestock, $slaves[$i].slaveName's water breaks. $He hastily finds a secluded corner and takes a seat on the (luckily fresh) hay.
-	<<ClothingBirth>>
-	Once $he's finished, $he hands off $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to a nearby slave to look after for the time being before returning to what $he was previously doing.
-
-<<case "be the Wardeness">>
-	<<setNonlocalPronouns $seeDicks>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While punishing a slave, $slaves[$i].slaveName's water breaks, soaking _himU. Indifferent, $he resumes beating _himU until the contractions are to much to bear. Settling to the floor, $he begins giving birth.
-		<<ClothingBirth>>
-		As soon as $he regains $his strength, $he resumes beating the confused slave. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> collected by a servant, who carefully hints that $slaves[$i].slaveName should take a break before returning to $his task.
-	<<else>>
-		While punishing a rebellious slave, $slaves[$i].slaveName's water breaks, soaking _himU. Noticing the slave's smirk, $he resumes beating _himU until the contractions are too much to bear. Relocking the cell, $he waddles into the nearest empty cell and drops $his weight onto the cot.
-		<<ClothingBirth>>
-		Quickly, $he collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal before returning to $cellblockName. On $his way past the cells, $he takes note of any slaves whispering or gesturing about what transpired for future punishment.
-	<</if>>
-
-<<case "be the Nurse">>
-	While tending to your unwell slaves, $slaves[$i].slaveName's water breaks. Counting the time between contractions, $he knows $he has no time to get to $his prepared birthing chamber. $He waddles into the nearest empty room and hoists $his gravid body into the examination chair, placing $his feet in the stirrups.
-	<<ClothingBirth>>
-	Quickly, $he collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> for removal before retiring to the recovery ward. Within an hour of rest, $he is back on $his feet tending to $his charges.
-
-<<case "be your Concubine">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$slaves[$i].slaveName cradles $his swollen belly, waiting for your return, when $his water breaks. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. You rise to meet $him and help $him onto the couch, just before it's too late.
-		<<ClothingBirth>>
-		Cradling your newborn<<if $slaves[$i].pregType > 1>>s<</if>>, the two of you rest for a spell before sending them off and spending some more intimate time together.
-	<<else>>
-		$slaves[$i].slaveName cradles $his swollen belly, waiting for your return, when $his water breaks. Saddened that you aren't there for the show, $he begins waddling off to find you. By the time $he reaches your office, $he is barely holding back $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. You rise to meet $him and help $him onto the couch, just before it's too late.
-		<<ClothingBirth>>
-		Cradling your newborn<<if $slaves[$i].pregType > 1>>s<</if>>, the two of you rest for a spell before sending them off and spending some more intimate time together.
-	<</if>>
-
-<<case "live with your Head Girl">>
-	<<setLocalPronouns _S.HeadGirl 2>>
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another wracks $his body.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes resting before _S.HeadGirl.slaveName returns from _his2 duties.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-			<<ClothingBirth>>
-			$He collects $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. Freshened up, $he returns to resting knowing full well that _S.HeadGirl.slaveName will be eager to play with $his body upon returning.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another wracks $his body.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes resting before _S.HeadGirl.slaveName returns from _his2 duties.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-			<<ClothingBirth>>
-			$He collects $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and places them in the cradle readied for $him. $He leaves to take a shower as your servants clean up and remove $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. Freshened up, $he returns to resting knowing full well that _S.HeadGirl.slaveName will be eager to play with $his body upon returning.
-		<</if>>
-	<</if>>
-
-<<case "be confined in the arcade">>
-	A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively births $his child<<if $slaves[$i].pregType > 1>>ren<</if>> into the waiting basket. As they are carried away, $his rear is cleaned up and the sign removed.
-
-<<case "get treatment in the clinic">>
-	<<if _S.Nurse>>
-		<<setLocalPronouns _S.Nurse 2>>
-	<</if>>
-	$slaves[$i].slaveName is in the perfect place to give birth when $his water breaks. <<if _S.Nurse>>_S.Nurse.slaveName<<else>>A freelance nurse<</if>> delivers $his child<<if $slaves[$i].pregType > 1>>ren<</if>> before taking them away. <<if _S.Nurse>>Before long _he2 returns to attend to _his2 patient's post-birth health<<else>>Another nurse takes over to attend to $his post-birth health<</if>>.
-
-<<case "be confined in the cellblock">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		While waiting in a cell in $cellblockName, $slaves[$i].slaveName's water breaks. $He assumes a birthing position,
-		<<ClothingBirth>>
-		$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes waiting.
-	<<else>>
-		$slaves[$i].slaveName is awoken from $his stupor by moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-		<<ClothingBirth>>
-		$He collects $his child<<if $slaves[$i].pregType > 1>>ren<</if>> and holds them close knowing someone will soon come to take them away from $him.
-	<</if>>
-
-<<default>>
-	//Slave assignment was $slaves[$i].assignment and defaulted. Report this!//
-	<<if !canWalk($slaves[$i])>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another wracks $his body.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes resting.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-			<<ClothingBirth>>
-			$He collects $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and places them in the cradle readied for $him. $He is helped to the shower as your servants clean up and remove $his child<<if $slaves[$i].pregType > 1>>ren<</if>>.
-		<</if>>
-	<<else>>
-		<<if $slaves[$i].fetish == "mindbroken">>
-			$slaves[$i].slaveName is awoken from $his rest by a strong contraction. $He rolls over and begins to fall back to sleep as another wracks $his body.
-			<<ClothingBirth>>
-			$He draws $his child<<if $slaves[$i].pregType > 1>>ren<</if>> to $his breast<<if $slaves[$i].pregType > 1>>s<</if>> and resumes resting.
-		<<else>>
-			$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another wracks $his body.
-			<<ClothingBirth>>
-			$He collects $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> and places them in the cradle readied for $him. $He heads to the shower as your servants clean up and remove $his child<<if $slaves[$i].pregType > 1>>ren<</if>>.
-		<</if>>
-	<</if>>
-
-<</switch>>
-
-<</if>>
-
-<</widget>>
-
-
-<<widget "DeadlyBirth">>
-
-<br>
-<<set $slaveDead = 1>>
-
-Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared birthing area.
-
-<<switch $slaves[$i].assignment>>
-
-<<case "work a glory hole">>
-	Since $he is unable to leave $his box, $he doesn't have far to go. $He quickly finishes the waiting dick before shifting $himself into a slightly, though not by much, more comfortable position. $He begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
-	<br><br>
-	Only after several complaints of a non-functional glory hole is $he checked up on. $His gravid corpse, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape, is all that remains of the unfortunate $slaves[$i].slaveName.
-
-<<case "stay confined">>
-	Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
-	<br><br>
-	Only once meal time comes around and food shoved into $his cell does anyone think something is amiss. When the food isn't desperately snatched away, $his cell is opened and $he checked up on. $His gravid corpse, propped up in the corner, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape, is all that remains of the unfortunate $slaves[$i].slaveName.
-
-<<case "be confined in the arcade">>
-	Or $he would have been, if $he weren't locked in an arcade cabinet. A gush of liquid pours from the $slaves[$i].slaveName's cunt, followed by the attendant in charge of the arcade hanging an "out of order" sign on $his exposed rear. While $his mouth is filled with a customer's dick, $his body instinctively attempts laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention. The attendant rushes to $his aid, but fails to get the cabinet open in time to save $slaves[$i].slaveName. $He and $his child<<if $slaves[$i].pregType > 1>>ren<</if>> were an unfortunate loss.
-
-<<case "be confined in the cellblock">>
-	Since $he is locked in a cell, $he doesn't have far to go. Reluctantly, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
-	<br><br>
-	Only once meal time comes around and food shoved into $his cell does anyone think something is amiss. When the food isn't desperately snatched away, $his cell is opened and $he checked up on. $His gravid corpse, propped up in the corner, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape, is all that remains of the unfortunate $slaves[$i].slaveName.
-
-<<default>>
-	<<setNonlocalPronouns $seeDicks>>
-	As $he is helped back to $his bed and to give birth, $his water breaks and $he slumps to the ground. As $his helper rushes off to find aid, $he begins laboring on $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. However, $he soon finds that $he is incapable of actually giving birth to $his child<<if $slaves[$i].pregType > 1>>ren<</if>>. As blood begins to seep from $his nethers, $he desperately tries to get anyone's attention.
-	<br><br>
-	$His helper arrives with aid far too late. _HeU screams when _heU sees $slaves[$i].slaveName's gravid corpse, <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> agape. An unfortunate loss.
-
-<</switch>>
-
-<<if $arcologies[0].FSRestart != "unset" && $slaves[$i].breedingMark == 1 && $propOutcome == 1 && ($slaves[$i].pregSource == -1 || $slaves[$i].pregSource == -6) && $eugenicsFullControl != 1>>
-	<br>The Societal Elite @@.red;are furious@@ you would allow an Elite child to perish under your watch<<if _curBabies > 1>>, let alone multiple<</if>>.
-	<<set $failedElite += 100>>
-<</if>>
-
-<</widget>>
-
-
-<<widget "ClothingBirth">>
-
-<<set _clothesSeed = random(1,100)>>
-<<set _undressed = 0>>
-
-
-<<if $slaves[$i].fetish == "mindbroken">>
-	<<set _clothesSeed += 20>>
-<</if>>
-<<if $slaves[$i].induce == 1>>
-	<<set _clothesSeed += 90>>
-<</if>>
-
-<<switch $slaves[$i].bellyAccessory>>
-<<case "a corset">>
-	<<set _clothesSeed += 15>>
-<<case "an extreme corset">>
-	<<set _clothesSeed += 30>>
-<<case "a support band">>
-	<<set _clothesSeed += 5>>
-<</switch>>
-
-<<switch $slaves[$i].clothes>>
-
-<<case "a sports bra" "striped panties" "a scalemail bikini" "a string bikini" "a tube top and thong" "a bra" "a button-up shirt" "a sweater" "a tank-top" "a thong" "a tube top" "a one-piece swimsuit" "a striped bra" "a skimpy loincloth" "a t-shirt" "a tank-top and panties" "a t-shirt and thong" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "boyshorts" "panties" "sport shorts and a t-shirt" "a t-shirt and panties" "panties and pasties" "pasties" "striped underwear" "sport shorts and a sports bra" "sport shorts" "a slutty outfit" "a bimbo outfit" "a courtesan dress">> /* easy or pointless to remove */
-	<<if _clothesSeed < 90>>
-		<<set _undressed = 1>>
-	<</if>>
-
-<<case "attractive lingerie" "attractive lingerie for a pregnant woman" "kitty lingerie" "spats and a tank top" "stretch pants and a crop-top" "a button-up shirt and panties" "a slutty klan robe" "a sweater and panties" "a t-shirt and jeans" "cutoffs" "leather pants and pasties" "leather pants" "jeans" "a sweater and cutoffs" "leather pants and a tube top" "a chattel habit" "a fallen nuns habit" "a huipil" "a mini dress" "a toga" "an apron" "clubslut netting" "a leotard" "a monokini" "cutoffs and a t-shirt">> /*easy to remove */
-	<<if _clothesSeed < 80>>
-		<<set _undressed = 1>>
-	<</if>>
-
-<<case "a ball gown" "a burqa" "a halter top dress" "a hijab and abaya" "a maternity dress" "a niqab and abaya" "a slave gown" "a klan robe" "a gothic lolita dress" "a hanbok" "a kimono" "a biyelgee costume" "a cheerleader outfit" "a dirndl" "a long qipao" "a schoolgirl outfit" "a slutty maid outfit" "a slutty nurse outfit" "a slutty qipao" "a succubus outfit" "harem gauze" "lederhosen" "a hijab and blouse">> /* dresses and etc */
-	<<if _clothesSeed < 60>>
-		<<set _undressed = 1>>
-	<</if>>
-
-<<case "a bunny outfit" "a burkini" "a comfortable bodysuit" "a cybersuit" "a tight Imperial bodysuit" "a latex catsuit" "a nice maid outfit" "a nice nurse outfit" "battlearmor" "Imperial Plate" "battledress" "conservative clothing" "nice business attire" "a nice pony outfit" "a slutty pony outfit" "a police uniform" "a military uniform" "a mounty outfit" "a red army uniform" "a schutzstaffel uniform" "a slutty schutzstaffel uniform" "overalls" "slutty business attire" "slutty jewelry" "Western clothing">> /* getting hard to get out of quickly */
-	<<if _clothesSeed < 40>>
-		<<set _undressed = 1>>
-	<</if>>
-
-<<case "chains" "restrictive latex" "shibari ropes" "uncomfortable straps">> /* very hard to get out of quickly */
-	<<if _clothesSeed < 20>>
-		<<set _undressed = 1>>
-	<</if>>
-
-<</switch>>
-
-<<if _undressed == 0 && $slaves[$i].clothes != "no clothing" && $slaves[$i].clothes != "body oil">>
-
-<<switch $slaves[$i].clothes>>
-
-<<case "attractive lingerie">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His g-string stretches as $his newborn crowns into it before finally snapping and clearing the way for childbirth.
-	<<else>>
-		Quickly $he spreads $his legs apart and shifts $his g-string aside before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<case "a succubus outfit" "slutty jewelry" "a fallen nuns habit" "harem gauze" "slutty business attire" "a slutty maid outfit" "a slutty nurse outfit" "a schoolgirl outfit" "restrictive latex" "a cheerleader outfit" "clubslut netting" "Western clothing" "a slutty qipao" "a huipil" "a chattel habit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his naked <<if $slaves[$i].mpreg == 1>>asshole<<else>>crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<case "attractive lingerie for a pregnant woman" "kitty lingerie">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His panties stretch as $his baby crowns into them before finally snapping and clearing the way for childbirth.
-	<<else>>
-		Quickly $he spreads $his legs apart and shifts $his panties aside before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<case "a maternity dress" "a slave gown" "a halter top dress">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his dress hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a string bikini" "a scalemail bikini">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His bikini bottom stretches as $his baby crowns into it before finally snapping and clearing the way for childbirth.
-	<<else>>
-		Quickly $he spreads $his legs apart and shifts $his bikini bottom aside before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<case "striped panties">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His panties stretch as $his baby crowns into it before finally snapping and clearing the way for childbirth.
-	<<else>>
-		Quickly $he spreads $his legs apart and shifts $his panties aside before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<case "cutoffs and a t-shirt">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out
-		<<if $slaves[$i].broodmother > 0>>
-			<<if $slaves[$i].counter.birthsTotal == 0>>
-				$his first
-			<<else>>
-				this week's
-			<</if>>
-			baby
-		<<else>>
-			$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>
-		<</if>>, indifferent to who may be watching.
-		<<if $slaves[$i].mpreg == 1>>
-			The seat of $his
-		<<else>>
-			$His
-		<</if>>
-		jean cutoffs bulge as $his baby crowns into them as $he continues $his tasks, oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to unfasten $his jean cutoffs but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his jeans, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "a slutty outfit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His pasties come off as $his baby crowns into it, clearing the way for childbirth.
-	<<else>>
-		Quickly $he spreads $his legs apart and pulls $his pasties off before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<case "uncomfortable straps">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His straps are pushed taut as $his baby crowns into the steel ring covering $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>>. $He continues $his tasks, oblivious to $his child's dilemma, until someone manages to cut $his straps and allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to undo $his straps but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into the steel ring covering $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>>, $he can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his bindings and finish giving birth.
-	<</if>>
-
-<<case "a penitent nuns habit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>> into $his habit, indifferent to their discomfort.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his habit hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>. $He tries to keep $his newborn<<if $slaves[$i].pregType > 1>>s<</if>> from being chafed by $his habit.
-	<</if>>
-
-<<case "nice business attire">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his business suit hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "stretch pants and a crop-top">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-		<<if $slaves[$i].pregType > 10 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his stretch pants as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. With nowhere left to go, $his newborns begin to slip down $his pantlegs, but that isn't enough to relieve the straining material. With a loud rip, the overburdened garment splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his stretch pants as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. With nowhere left to go, $his newborns begin to slip down $his pantlegs. $He struggles to carry on with $his task until someone helps free them from their cloth prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> of $his stretch pants until someone helps them from their cloth prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to pull down $his stretch pants but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> of $his pants bulges as $his child crowns, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help they are removed so that $he may finish giving birth.
-	<</if>>
-
-<<case "spats and a tank top">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>. The material of $his spats is too tight to allow $his child to fully be born, trapping it in $his straining <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. Ignoring the pain, $he begins anew on $his assigned task, $his <<if $slaves[$i].mpreg == 1>>pants<<else>>crotch<</if>> bulging lewdly, until someone manages to pants $him. With the way clear, $his child<<if $slaves[$i].pregType > 1>>ren promptly slip from $his stretched <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>><<else>> quickly slips out of $his loosened <<if $slaves[$i].mpreg == 1>>ass<<else>>cunt<</if>> and into the world<</if>>.
-	<<else>>
-		Quickly $he attempts to pull down $his spats but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs as the bulge in the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> of $his shorts steadily grows as $his child crowns, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The material is too tight to allow $his child to fully be born, trapping it in $his straining <<if $slaves[$i].mpreg == 1>>anus<<else>>pussy<</if>>. The sensation is far too powerful to allow $him to slip $his spats down, instead forcing $him to the ground where $he stays, ass up,<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> moaning<<else>> sobbing<</if>> into the floor.
-		<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother != 1>>
-			$His other child<<if $slaves[$i].pregType > 2>>ren refuse<<else>> refuses<</if>> to wait and quickly join their sister in birth. $He wails in anguish at the ever mounting pressure in $his <<if $slaves[$i].mpreg == 1>>rear<<else>>birth canal<</if>>, until a ripping sound brings $him back to $his senses. The <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his pants has begun splitting! $He has no time to get to $his knees as the combined force of $his eager children blow out both $his <<if $slaves[$i].mpreg == 1>>anus<<else>>vagina<</if>> and spats on their way into the world.
-		<<else>>
-			$He struggles to push it out, beginning to lose hope, until a ripping sound brings $him back to $his senses. The <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his pants has begun splitting! $He gets to $his knees and pushes with all $his might, $his child moving little by little as the tear grows larger and larger. Finally $his child pops out the hole and the ordeal is over<<if $slaves[$i].broodmother > 0>>, for now at least<</if>>.
-		<</if>>
-	<</if>>
-
-<<case "a comfortable bodysuit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>ass<<else>>crotch<</if>>.
-		<<if $slaves[$i].pregType > 20 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lies, still very much in labor. As the load of newborns reaches the bodysuit's limit, a loud rip sounds out as the overburdened garment splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 10 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lays until $he finishes giving birth. $He struggles to get to $his feet and carry on with $his task until someone helps free them from their nylon prison.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. $He struggles to carry on with $his task with the squirming mass between $his legs until someone helps free them from their nylon prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his bodysuit until someone helps them from their nylon prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to remove $his bodysuit but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, while convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $his child<<if $slaves[$i].pregType > 1>> is freed from the taut nylon so that $he may continue giving birth.<<else>> is freed from the taut nylon.<</if>>
-	<</if>>
-
-<<case "overalls">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>ass<<else>>crotch<</if>>.
-		<<if $slaves[$i].pregType > 30 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his overalls as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the thick shoulder straps tear apart, and the squirming mass pulls $him to the floor, where $he lies, still very much in labor. As the load of newborns reaches the garment's limit, a loud rip sounds out as the overstretched fabric splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 15 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his overalls as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the thick shoulder straps tear apart, and the squirming mass pulls $him to the floor, where $he lays until $he finishes giving birth. $He struggles to get to $his feet and carry on with $his task until someone helps free them from their denim prison.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his overalls as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. $He struggles to carry on with $his task with the squirming mass between $his legs until someone helps free them from their denim prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his overalls until someone helps them from their denim prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to remove $his overalls but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $his child<<if $slaves[$i].pregType > 1>>is freed from the tight denim so that $he may continue giving birth.<<else>> is freed from the tight denim.<</if>>
-	<</if>>
-
-<<case "a kimono">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his kimono hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a burqa">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his burqa hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a hijab and abaya" "a niqab and abaya">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his abaya hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a klan robe">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his robe hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a hijab and blouse">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "battledress">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his fatigues<<else>>$His fatigues<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to unfasten $his fatigues but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>between $his legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "a nice maid outfit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his maid outfit hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "conservative clothing">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his pants<<else>>$His pants<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to unfasten $his pants but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "chains">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His chains stretch as $his baby crowns into them before finally slipping to the side clearing the way for $his body to finish giving birth.
-	<<else>>
-		Quickly $he spreads $his legs apart and shifts $his chains aside before beginning to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<case "shibari ropes">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His ropes are pulled taut as $his baby crowns into the rope covering $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>>. $He continues $his tasks, oblivious to $his child's dilemma, until someone manages to cut $his ropes and allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to undo $his ropes but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into the rope covering $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>>, $he can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his bindings and finish giving birth.
-	<</if>>
-
-<<case "a toga">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his toga hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a huipil">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's going on with how skimpy the huipil is<<if $slaves[$i].fetish == "humiliation">> but that only makes it more exciting<<else>> so $he bears with it<</if>>.
-	<</if>>
-
-<<case "a bunny outfit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. $His teddy bulges as $his baby crowns into it as $he continues $his tasks, oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to tear $his outfit open to allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to remove $his teddy but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his outfit, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his bunny suit and finish giving birth.
-	<</if>>
-
-<<case "a leotard">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>.
-		<<if $slaves[$i].pregType > 30 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his leotard as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lies, still very much in labor. As the load of newborns reaches the leotard's limit, a loud rip sounds out as the overburdened garment splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 10 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his leotard as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lays until $he finishes giving birth. $He struggles to get to $his feet and carry on with $his task until someone helps free them from their nylon prison.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his leotard as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. $He struggles to carry on with $his task with the squirming mass between $his legs until someone helps free them from their nylon prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his leotard until someone helps them from their nylon prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to remove $his leotard but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth.
-	<</if>>
-
-<<case "a burkini">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>.
-		<<if $slaves[$i].pregType > 30 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his burkini as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lies, still very much in labor. As the load of newborns reaches the swimsuit's limit, a loud rip sounds out as the overburdened garment splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 10 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his burkini as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lays until $he finishes giving birth. $He struggles to get to $his feet and carry on with $his task until someone helps free them from their polyester prison.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his burkini as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. $He struggles to carry on with $his task with the squirming mass between $his legs until someone helps free them from their polyester prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his swimsuit until someone helps them from their polyester prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to remove $his burkini but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth.
-	<</if>>
-
-<<case "a monokini">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>.
-		<<if $slaves[$i].pregType > 30 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his monokini as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lies, still very much in labor. As the load of newborns reaches the swimsuit's limit, a loud rip sounds out as the overburdened garment splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 10 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his monokini as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lays until $he finishes giving birth. $He struggles to get to $his feet and carry on with $his task until someone helps free them from their nylon prison.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his monokini as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. $He struggles to carry on with $his task with the squirming mass between $his legs until someone helps free them from their nylon prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his swimsuit until someone helps them from their nylon prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to remove $his monokini but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth.
-	<</if>>
-
-<<case "a cybersuit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>.
-		<<if $slaves[$i].pregType > 30 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lies, still very much in labor. As the load of newborns reaches the bodysuit's limit, a loud rip sounds out as the overburdened garment splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 10 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lays until $he finishes giving birth. $He struggles to get to $his feet and carry on with $his task until someone helps free them from their rubber prison.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. $He struggles to carry on with $his task with the squirming mass between $his legs until someone helps free them from their rubber prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his bodysuit until someone helps them from their rubber prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to remove $his bodysuit but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth.
-	<</if>>
-
-
-<<case "a tight Imperial bodysuit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his <<if $slaves[$i].mpreg == 1>>crotch<<else>>ass<</if>>.
-		<<if $slaves[$i].pregType > 30 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lies, still very much in labor. As the load of newborns reaches the bodysuit's limit, a loud rip sounds out as the overburdened garment splits and frees $his brood into the world.
-		<<elseif $slaves[$i].pregType > 10 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. Eventually the squirming mass pulls $him to the floor, where $he lays until $he finishes giving birth. $He struggles to get to $his feet and carry on with $his task until someone helps free them from their rubber prison.
-		<<elseif $slaves[$i].pregType > 4 && $slaves[$i].broodmother == 0>>
-			Child after child is born into $his bodysuit as the <<if $slaves[$i].mpreg == 1>>seat<<else>>front<</if>> distends more and more. $He struggles to carry on with $his task with the squirming mass between $his legs until someone helps free them from their rubber prison.
-		<<else>>
-			$He finishes giving birth and begins anew on $his assigned task, ignoring the squirming bab<<if $slaves[$i].pregType > 1 && $slaves[$i].broodmother == 0>>ies<<else>>y<</if>> distending the <<if $slaves[$i].mpreg == 1>>seat<<else>>crotch<</if>> of $his bodysuit until someone helps them from their rubber prison.
-		<</if>>
-	<<else>>
-		Quickly $he attempts to remove $his bodysuit but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The tight material stretches as $his child is born into it and with a little help $he's freed to finish giving birth.
-	<</if>>
-
-<<case "a ball gown">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his gown hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a latex catsuit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the closed zipper covering $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>>. As $his child bulges the latex around $his <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>, someone rushes to try and undo the zipper. They succeed in clearing $his <<if $slaves[$i].mpreg == 1>>anus<<else>>birth canal<</if>>, allowing $him to carry on with childbirth.
-	<<else>>
-		Quickly $he attempts to undo $his zipper but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. The latex covering $his <<if $slaves[$i].mpreg == 1>>ass<<else>>crotch<</if>> bulges as $his child is born into it, making it even harder to unzip. As $he struggles between the newborn stuck in $his <<if $slaves[$i].mpreg == 1>>asshole<<else>>vagina<</if>> and the equally stuck zipper, someone comes to $his aid allowing $him to finish giving birth.
-	<</if>>
-
-<<case "a military uniform">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a schutzstaffel uniform">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he attempts to unfasten $his trousers but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "a slutty schutzstaffel uniform">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a red army uniform">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a long qipao">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his dress hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "battlearmor">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he attempts to unfasten $his armor but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his armor, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his armor and finish giving birth.
-	<</if>>
-
-	<<case "Imperial Plate">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he attempts to unfasten $his armor but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his armor, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his armor and finish giving birth.
-	<</if>>
-
-<<case "a mounty outfit" "a police uniform" "leather pants and pasties" "leather pants" "jeans" "leather pants and a tube top">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he attempts to unfasten $his slacks but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "a dirndl">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "lederhosen">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he attempts to unfasten $his shorts but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his shorts, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "a biyelgee costume">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is disappointed that $his skirt hides what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a nice nurse outfit" "a t-shirt and jeans">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his trousers<<else>>$His trousers<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to unfasten $his trousers but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "a nice pony outfit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching. <<if $slaves[$i].mpreg == 1>>The seat of $his trousers<<else>>$His trousers<</if>> bulge as $his baby crowns into them as $he continues $his tasks oblivious to the wetness and $his child's dilemma. Seeing $him in this state, someone manages to remove $his pants to allow $his body to finish giving birth.
-	<<else>>
-		Quickly $he attempts to unfasten $his leather bodysuit but fails to do so before having to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. As $he crowns into $his pants, $he can't hide the wetness and bulge between $his <<if $slaves[$i].mpreg == 1>>buttocks<<else>>legs<</if>>, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>. With a little help, $he manages to escape $his clothes and finish giving birth.
-	<</if>>
-
-<<case "a mini dress" "a Santa dress">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his short dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a gothic lolita dress" "a hanbok">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a bra" "a button-up shirt" "a sweater" "a tank-top" "a tube top" "a striped bra" "a skimpy loincloth" "a sports bra" "a t-shirt" "an oversized t-shirt" "pasties">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his dress reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "an apron">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his frilly apron reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a button-up shirt and panties" "a slutty klan robe" "a slutty pony outfit" "a sweater and panties" "a t-shirt and panties" "a tank-top and panties" "an oversized t-shirt and boyshorts" "boyshorts" "panties" "panties and pasties" "striped underwear">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his underwear reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a t-shirt and thong" "a thong" "a tube top and thong" "a bimbo outfit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the thong covering $his <<if $slaves[$i].mpreg == 1>>anus<<else>>vagina<</if>>. $He crowns into the straining undergarment until the straps give out and clear $his <<if $slaves[$i].mpreg == 1>>anus<<else>>birth canal<</if>>, allowing $him to carry on with childbirth.
-	<<else>>
-		Quickly $he spreads $his legs apart, pulls $his thong aside, and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that what's happening between $his legs is visible for all to see<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "cutoffs" "sport shorts and a t-shirt" "sport shorts and a sports bra" "a sweater and cutoffs" "sport shorts">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his shorts reveal what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a one-piece swimsuit">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to the obvious wetness forming <<if $slaves[$i].mpreg == 1>>under $his rear<<else>>over $his crotch<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>.<<if $slaves[$i].fetish == "humiliation">> $He is thrilled that $his swimsuit fully reveals what's happening between $his legs<<else>> $He does $his best to hide what's happening between $his legs<</if>>.
-	<</if>>
-
-<<case "a courtesan dress">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching the show under $his parted dress.
-	<<else>>
-		Quickly $he spreads $his legs apart, parting $his skirt, and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs since $his dress makes it clear something is going on down there, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<<default>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his naked <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-
-<</switch>>
-
-<<elseif $slaves[$i].clothes == "no clothing" || $slaves[$i].clothes == "body oil">>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		Instinctively, $he begins to push out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>>, indifferent to who may be watching $his naked <<if $slaves[$i].mpreg == 1>>ass<<else>>pussy<</if>>.
-	<<else>>
-		Quickly $he spreads $his legs apart and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-<<else>>
-	<<if $slaves[$i].fetish == "mindbroken">>
-		$He removes $his
-		<<switch $slaves[$i].clothes>>
-		<<case "a slutty pony outfit">>
-			slutty pony outfit
-		<<case "a slutty klan robe">>
-			slutty klan robe
-		<<case "a police uniform">>
-			police uniform
-		<<case "a nice pony outfit">>
-			nice pony outfit
-		<<case "a hanbok">>
-			hanbok
-		<<case "a gothic lolita dress">>
-			gothic lolita dress
-		<<case "a slutty maid outfit">>
-			slutty maid outfit
-		<<case "a slutty nurse outfit">>
-			slutty nurse outfit
-		<<case "a schoolgirl outfit">>
-			schoolgirl outfit
-		<<case "a cheerleader outfit">>
-			cheerleader outfit
-		<<case "a slutty qipao">>
-			slutty qipao
-		<<case "a chattel habit">>
-			chattel habit
-		<<case "a toga">>
-			toga
-		<<case "a huipil">>
-			huipil
-		<<case "a fallen nuns habit">>
-			fallen nun's habit
-		<<case "a succubus outfit">>
-			succubus outfit
-		<<case "a klan robe">>
-			klan robe
-		<<case "cutoffs and a t-shirt">>
-			cutoffs and t-shirt
-		<<case "a mini dress">>
-			mini dress
-		<<case "a military uniform">>
-			military uniform
-		<<case "a schutzstaffel uniform">>
-			schutzstaffel uniform
-		<<case "a slutty schutzstaffel uniform">>
-			slutty schutzstaffel uniform
-		<<case "a red army uniform">>
-			red army uniform
-		<<case "a long qipao">>
-			long qipao
-		<<case "battlearmor">>
-			battlearmor
-		<<case "Imperial Plate">>
-			imperial armor	
-		<<case "a mounty outfit">>
-			mounty uniform
-		<<case "a dirndl">>
-			dirndl
-		<<case "lederhosen">>
-			lederhosen
-		<<case "a biyelgee costume">>
-			biyelgee costume
-		<<case "an apron">>
-			apron
-		<<case "a string bikini">>
-			string bikini
-		<<case "a scalemail bikini">>
-			scalemail bikini
-		<<case "a kimono">>
-			kimono
-		<<case "a slave gown">>
-			slave gown
-		<<case "a hijab and abaya" "a niqab and abaya">>
-			abaya
-		<<case "a halter top dress">>
-			halter top dress
-		<<case "a ball gown">>
-			ball gown
-		<<case "a maternity dress">>
-			maternity dress
-		<<case "a slutty outfit">>
-			slutty outfit
-		<<case "a nice maid outfit">>
-			nice maid outfit
-		<<case "a leotard">>
-			leotard
-		<<case "a hijab and blouse">>
-			skirt
-		<<case "a burqa">>
-			burqa
-		<<case "a burkini">>
-			burkini
-		<<case "a monokini">>
-			monokini
-		<<case "a cybersuit">>
-			cybersuit
-		<<case "a tight Imperial bodysuit">>
-			bodysuit
-		<<case "a comfortable bodysuit">>
-			comfortable bodysuit
-		<<case "a bunny outfit">>
-			bunny outfit
-		<<case "a nice nurse outfit">>
-			nice nurse outfit
-		<<case "a latex catsuit">>
-			latex catsuit
-		<<case "stretch pants and a crop-top">>
-			stretch pants
-		<<case "spats and a tank top">>
-			spats
-		<<case "a tube top and thong" "a thong" "a t-shirt and thong" "a bimbo outfit">>
-			thong
-		<<case "a button-up shirt and panties">>
-			panties
-		<<case "a bra">>
-			bra
-		<<case "a button-up shirt">>
-			button-up shirt
-		<<case "a sweater">>
-			sweater
-		<<case "a tank-top">>
-			tank-top
-		<<case "a tube top">>
-			tube top
-		<<case "a one-piece swimsuit">>
-			swimsuit
-		<<case "a striped bra">>
-			bra
-		<<case "a skimpy loincloth">>
-			loincloth
-		<<case "a sports bra">>
-			sports bra
-		<<case "a t-shirt">>
-			t-shirt
-		<<case "an oversized t-shirt and boyshorts">>
-			boy shorts
-		<<case "an oversized t-shirt">>
-			t-shirt
-		<<case "a t-shirt and jeans">>
-			blue jeans
-		<<case "boyshorts">>
-			boy shorts
-		<<case "cutoffs">>
-			jean shorts
-		<<case "leather pants and pasties">>
-			leather pants
-		<<case "leather pants">>
-			leather pants
-		<<case "panties" "a t-shirt and panties" "panties and pasties" "striped underwear" "a tank-top and panties" "a sweater and panties">>
-			panties
-		<<case "sport shorts and a t-shirt">>
-			shorts
-		<<case "sport shorts and a sports bra">>
-			shorts
-		<<case "jeans">>
-			blue jeans
-		<<case "a sweater and cutoffs">>
-			jean shorts
-		<<case "leather pants and a tube top">>
-			leather pants
-		<<case "sport shorts">>
-			shorts
-		<<case "a Santa dress">>
-			Santa dress
-		<<case "a courtesan dress">>
-			courtesan dress
-		<<default>>
-			$slaves[$i].clothes
-		<</switch>>
-		as instinct takes hold compelling $him to begin pushing. $He pays no mind to who may be watching $his naked <<if $slaves[$i].mpreg == 1>>rear<<else>>crotch<</if>> as <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his<<if $slaves[$i].pregType > 1>> first<</if>> baby<</if>> begins to crown.
-	<<else>>
-		$He hastily removes $his
-		<<switch $slaves[$i].clothes>>
-		<<case "a slutty pony outfit">>
-			slutty pony outfit
-		<<case "a slutty klan robe">>
-			slutty klan robe
-		<<case "a police uniform">>
-			police uniform
-		<<case "a nice pony outfit">>
-			nice pony outfit
-		<<case "a hanbok">>
-			hanbok
-		<<case "a gothic lolita dress">>
-			gothic lolita dress
-		<<case "a slutty maid outfit">>
-			slutty maid outfit
-		<<case "a slutty nurse outfit">>
-			slutty nurse outfit
-		<<case "a schoolgirl outfit">>
-			schoolgirl outfit
-		<<case "a cheerleader outfit">>
-			cheerleader outfit
-		<<case "a slutty qipao">>
-			slutty qipao
-		<<case "a chattel habit">>
-			chattel habit
-		<<case "a toga">>
-			toga
-		<<case "a huipil">>
-			huipil
-		<<case "a fallen nuns habit">>
-			fallen nun's habit
-		<<case "a succubus outfit">>
-			succubus outfit
-		<<case "a klan robe">>
-			klan robe
-		<<case "cutoffs and a t-shirt">>
-			cutoffs and t-shirt
-		<<case "a mini dress">>
-			mini dress
-		<<case "a military uniform">>
-			military uniform
-		<<case "a schutzstaffel uniform">>
-			schutzstaffel uniform
-		<<case "a slutty schutzstaffel uniform">>
-			slutty schutzstaffel uniform
-		<<case "a red army uniform">>
-			red army uniform
-		<<case "a long qipao">>
-			long qipao
-		<<case "battlearmor">>
-			battlearmor
-		<<case "Imperial Plate">>
-			imperial armor	
-		<<case "a mounty outfit">>
-			mounty uniform
-		<<case "a dirndl">>
-			dirndl
-		<<case "lederhosen">>
-			lederhosen
-		<<case "a biyelgee costume">>
-			biyelgee costume
-		<<case "an apron">>
-			apron
-		<<case "a string bikini">>
-			string bikini
-		<<case "a scalemail bikini">>
-			scalemail bikini
-		<<case "a kimono">>
-			kimono
-		<<case "a slave gown">>
-			slave gown
-		<<case "a hijab and abaya" "a niqab and abaya">>
-			abaya
-		<<case "a halter top dress">>
-			halter top dress
-		<<case "a ball gown">>
-			ball gown
-		<<case "a maternity dress">>
-			maternity dress
-		<<case "a slutty outfit">>
-			slutty outfit
-		<<case "a nice maid outfit">>
-			nice maid outfit
-		<<case "a leotard">>
-			leotard
-		<<case "a hijab and blouse">>
-			skirt
-		<<case "a burqa">>
-			burqa
-		<<case "a burkini">>
-			burkini
-		<<case "a monokini">>
-			monokini
-		<<case "a cybersuit">>
-			cybersuit
-		<<case "a tight Imperial bodysuit">>
-			bodysuit
-		<<case "a comfortable bodysuit">>
-			comfortable bodysuit
-		<<case "a bunny outfit">>
-			bunny outfit
-		<<case "a nice nurse outfit">>
-			nice nurse outfit
-		<<case "a latex catsuit">>
-			latex catsuit
-		<<case "stretch pants and a crop-top">>
-			stretch pants
-		<<case "spats and a tank top">>
-			spats
-		<<case "a tube top and thong">>
-			thong
-		<<case "a button-up shirt and panties">>
-			panties
-		<<case "a bra">>
-			bra
-		<<case "a button-up shirt">>
-			button-up shirt
-		<<case "a sweater">>
-			sweater
-		<<case "a tank-top">>
-			tank-top
-		<<case "a thong">>
-			thong
-		<<case "a tube top">>
-			tube top
-		<<case "a one-piece swimsuit">>
-			swimsuit
-		<<case "a striped bra">>
-			bra
-		<<case "a skimpy loincloth">>
-			loincloth
-		<<case "a sports bra">>
-			sports bra
-		<<case "a sweater and panties">>
-			panties
-		<<case "a t-shirt">>
-			t-shirt
-		<<case "a tank-top and panties">>
-			panties
-		<<case "a t-shirt and thong">>
-			thong
-		<<case "an oversized t-shirt and boyshorts">>
-			boy shorts
-		<<case "an oversized t-shirt">>
-			t-shirt
-		<<case "a t-shirt and jeans">>
-			blue jeans
-		<<case "boyshorts">>
-			boy shorts
-		<<case "cutoffs">>
-			jean shorts
-		<<case "leather pants and pasties">>
-			leather pants
-		<<case "leather pants">>
-			leather pants
-		<<case "panties">>
-			panties
-		<<case "sport shorts and a t-shirt">>
-			shorts
-		<<case "a t-shirt and panties">>
-			panties
-		<<case "panties and pasties">>
-			panties
-		<<case "striped underwear">>
-			panties
-		<<case "sport shorts and a sports bra">>
-			shorts
-		<<case "jeans">>
-			blue jeans
-		<<case "a sweater and cutoffs">>
-			jean shorts
-		<<case "leather pants and a tube top">>
-			leather pants
-		<<case "sport shorts">>
-			shorts
-		<<case "a Santa dress">>
-			Santa dress
-		<<case "a courtesan dress">>
-			courtesan dress
-		<<case "a bimbo outfit">>
-			thong
-		<<default>>
-			$slaves[$i].clothes
-		<</switch>>
-		and tosses it aside. Quickly $he spreads $his legs and begins pushing out <<if $slaves[$i].broodmother > 0>><<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<else>>$his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>><</if>><<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>, convulsing with orgasms in the process<</if>>. $He can't hide what's happening between $his legs, <<if $slaves[$i].fetish == "humiliation">>but that only makes it more exciting<<else>>so $he bears with it<</if>>.
-	<</if>>
-<</if>>
-
-<</widget>>