From e7191abcec63c408cc9c97875e579944588a4dda Mon Sep 17 00:00:00 2001
From: klorpa <30924131+klorpa@users.noreply.github.com>
Date: Sat, 15 Jun 2019 17:16:20 -0500
Subject: [PATCH] PregNumberName

---
 src/cheats/mod_EditChildCheatNew.tw           |   2 +-
 src/cheats/mod_EditSlaveCheat.tw              | 240 ++++++++---------
 src/cheats/mod_editSlaveCheatNew.tw           |   2 +-
 src/facilities/nursery/nursery.tw             |  21 +-
 src/js/storyJS.js                             | 150 +++++++++++
 src/pregmod/MpregSelf.tw                      |  32 +--
 src/pregmod/birthStorm.tw                     |  18 +-
 src/pregmod/csec.tw                           |   4 +-
 src/pregmod/electiveSurgery.tw                |  14 +-
 src/pregmod/incubator.tw                      |  21 +-
 src/pregmod/pRaped.tw                         |  16 +-
 src/pregmod/seBurst.tw                        |  18 +-
 src/pregmod/sePlayerBirth.tw                  |  81 ++----
 .../widgets/playerDescriptionWidgets.tw       |  24 +-
 src/pregmod/widgets/seBirthWidgets.tw         |  34 +--
 src/uncategorized/RESS.tw                     |   4 +-
 src/uncategorized/pHostageAcquisition.tw      |   4 +-
 src/utility/descriptionWidgetsFlesh.tw        | 250 +++++++++---------
 18 files changed, 472 insertions(+), 463 deletions(-)

diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw
index ec66e7029e3..2707537b7db 100644
--- a/src/cheats/mod_EditChildCheatNew.tw
+++ b/src/cheats/mod_EditChildCheatNew.tw
@@ -1858,7 +1858,7 @@
 	<<elseif $tempSlave.pregType == 2>>
 		@@.yellow;Twins@@.
 	<<elseif $tempSlave.pregType == 3>>
-		@@.yellow;Triples@@.
+		@@.yellow;Triplets@@.
 	<<elseif $tempSlave.pregType == 4>>
 		@@.yellow;Quadruplets@@.
 	<<elseif $tempSlave.pregType > 4>>
diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index 451ac608110..2c300de95ba 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -327,7 +327,7 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 <<radiobutton "$tempSlave.eyes" 1>> Normal
 <<radiobutton "$tempSlave.eyes" -1>> Nearsighted
 <<if $seeExtreme == 1>>
-<<radiobutton "$tempSlave.eyes" -2>> Blind
+	<<radiobutton "$tempSlave.eyes" -2>> Blind
 <</if>>
 
 <br>
@@ -343,25 +343,25 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 <<radiobutton "$tempSlave.hears" 0>> Normal
 <<radiobutton "$tempSlave.hears" -1>> Hard Of Hearing
 <<if $seeExtreme == 1>>
-<<radiobutton "$tempSlave.hears" -2>> Deaf
+	<<radiobutton "$tempSlave.hears" -2>> Deaf
 <</if>>
 
 <br><br>
 
 <<if $seeExtreme == 1>>
-''$His sense of smell is (-1: disabled, 0: normal): $tempSlave.smells''
-<br>Ears: <<textbox "$tempSlave.smells" $tempSlave.smells>>
-<<radiobutton "$tempSlave.smells" 0>> Normal
-<<radiobutton "$tempSlave.smells" -1>> None
+	''$His sense of smell is (-1: disabled, 0: normal): $tempSlave.smells''
+	<br>Ears: <<textbox "$tempSlave.smells" $tempSlave.smells>>
+	<<radiobutton "$tempSlave.smells" 0>> Normal
+	<<radiobutton "$tempSlave.smells" -1>> None
 
-<br><br>
+	<br><br>
 
-''$His sense of taste is (-1: disabled, 0: normal): $tempSlave.tastes''
-<br>Ears: <<textbox "$tempSlave.tastes" $tempSlave.tastes>>
-<<radiobutton "$tempSlave.tastes" 0>> Normal
-<<radiobutton "$tempSlave.tastes" -1>> None
+	''$His sense of taste is (-1: disabled, 0: normal): $tempSlave.tastes''
+	<br>Ears: <<textbox "$tempSlave.tastes" $tempSlave.tastes>>
+	<<radiobutton "$tempSlave.tastes" 0>> Normal
+	<<radiobutton "$tempSlave.tastes" -1>> None
 
-<br><br>
+	<br><br>
 <</if>>
 
 ''Change $his custom tattoo:'' <<textbox "$tempSlave.custom.tattoo" $tempSlave.custom.tattoo>>
@@ -428,15 +428,15 @@ Custom sclera color: <<textbox "$tempSlave.sclerae" $tempSlave.sclerae>>
 
 ''Oral sex (0 to 100):''
 <<if $tempSlave.skill.oral <= 10>>
-Unskilled.
+	Unskilled.
 <<elseif $tempSlave.skill.oral <= 30>>
-@@.cyan;Basic.@@
+	@@.cyan;Basic.@@
 <<elseif $tempSlave.skill.oral <= 60>>
-@@.cyan;Skilled.@@
+	@@.cyan;Skilled.@@
 <<elseif $tempSlave.skill.oral < 100>>
-@@.cyan;Expert.@@
+	@@.cyan;Expert.@@
 <<else>>
-@@.cyan;Masterful.@@
+	@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$tempSlave.skill.oral" $tempSlave.skill.oral>>
 <br>
@@ -546,19 +546,19 @@ Unskilled.
 
 ''Weight (-100 to 100):''
 <<if $tempSlave.weight < -95>>
-@@.red;Emaciated.@@
+	@@.red;Emaciated.@@
 <<elseif $tempSlave.weight < -30>>
-@@.red;Skinny.@@
+	@@.red;Skinny.@@
 <<elseif $tempSlave.weight < -10>>
-Thin.
+	Thin.
 <<elseif $tempSlave.weight <= 10 >>
-Average.
+	Average.
 <<elseif $tempSlave.weight <= 30>>
-Plush.
+	Plush.
 <<elseif $tempSlave.weight <= 95>>
-@@.red;Chubby.@@
+	@@.red;Chubby.@@
 <<else>>
-@@.red;Fat.@@
+	@@.red;Fat.@@
 <</if>>
 <<textbox "$tempSlave.weight" $tempSlave.weight>>
 <br>
@@ -757,15 +757,15 @@ Plush.
 
 ''Anal sex (0 to 100):''
 <<if $tempSlave.skill.anal <= 10>>
-Unskilled.
+	Unskilled.
 <<elseif $tempSlave.skill.anal <= 30>>
-@@.cyan;Basic.@@
+	@@.cyan;Basic.@@
 <<elseif $tempSlave.skill.anal <= 60>>
-@@.cyan;Skilled.@@
+	@@.cyan;Skilled.@@
 <<elseif $tempSlave.skill.anal < 100>>
-@@.cyan;Expert.@@
+	@@.cyan;Expert.@@
 <<else>>
-@@.cyan;Masterful.@@
+	@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$tempSlave.skill.anal" $tempSlave.skill.anal>>
 <br>
@@ -779,15 +779,15 @@ Unskilled.
 
 ''Vagina (no vagina:-1,0,1,2,3):''
 <<if $tempSlave.vagina == -1>>
-//No vagina.//
+	//No vagina.//
 <<elseif $tempSlave.vagina == 0>>
-@@.lime;Virgin.@@
+	@@.lime;Virgin.@@
 <<elseif $tempSlave.vagina == 1>>
-Normal.
+	Normal.
 <<elseif $tempSlave.vagina == 2>>
-Veteran.
+	Veteran.
 <<else>>
-Gaping.
+	Gaping.
 <</if>>
 <<textbox "$tempSlave.vagina" $tempSlave.vagina>>
 <br>
@@ -801,11 +801,11 @@ Gaping.
 
 ''Vagina Wetness (0,1,2):''
 <<if $tempSlave.vaginaLube == 0>>
-Dry.
+	Dry.
 <<elseif $tempSlave.vaginaLube == 1>>
-Normal.
+	Normal.
 <<else>>
-Excessive.
+	Excessive.
 <</if>>
 <<textbox "$tempSlave.vaginaLube" $tempSlave.vaginaLube>>
 <br>
@@ -818,24 +818,24 @@ Excessive.
 ''Ovaries (none: 0 | exist: 1): $tempSlave.ovaries''
 <<textbox "$tempSlave.ovaries" $tempSlave.ovaries>>
 <<if $tempSlave.ovaries == 1>>
-<<checkbox "$tempSlave.ovaries" 0 1 checked>>
+	<<checkbox "$tempSlave.ovaries" 0 1 checked>>
 <<else>>
-<<checkbox "$tempSlave.ovaries" 0 1>>
+	<<checkbox "$tempSlave.ovaries" 0 1>>
 <</if>>
 
 <br>
 
 ''Vaginal sex (0 to 100):''
 <<if $tempSlave.skill.vaginal <= 10>>
-Unskilled.
+	Unskilled.
 <<elseif $tempSlave.skill.vaginal <= 30>>
-@@.cyan;Basic.@@
+	@@.cyan;Basic.@@
 <<elseif $tempSlave.skill.vaginal <= 60>>
-@@.cyan;Skilled.@@
+	@@.cyan;Skilled.@@
 <<elseif $tempSlave.skill.vaginal < 100>>
-@@.cyan;Expert.@@
+	@@.cyan;Expert.@@
 <<else>>
-@@.cyan;Masterful.@@
+	@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$tempSlave.skill.vaginal" $tempSlave.skill.vaginal>>
 <br>
@@ -849,15 +849,15 @@ Unskilled.
 
 ''Clit:''
 <<if $tempSlave.clit == 0>>
-Normal. |
+	Normal. |
 <<elseif $tempSlave.clit == 1>>
-Big. |
+	Big. |
 <<elseif $tempSlave.clit == 2>>
-Huge. |
+	Huge. |
 <<elseif $tempSlave.clit == 3>>
-Enormous. |
+	Enormous. |
 <<else>>
-Dick-like. |
+	Dick-like. |
 <</if>>
 <<textbox "$tempSlave.clit" $tempSlave.clit>>
 <br>
@@ -873,13 +873,13 @@ Dick-like. |
 
 ''Labia:''
 <<if $tempSlave.labia == 0>>
-Minimal. |
+	Minimal. |
 <<elseif $tempSlave.labia == 1>>
-Normal. |
+	Normal. |
 <<elseif $tempSlave.labia == 2>>
-Large. |
+	Large. |
 <<else>>
-Huge. |
+	Huge. |
 <</if>>
 <<textbox "$tempSlave.labia" $tempSlave.labia>>
 <br>
@@ -892,32 +892,32 @@ Huge. |
 
 ''Pregnancy Level (-2: sterile, -1: contraceptives, 0: not pregnant, 1 to 25: pregnant):''
 <<if $tempSlave.preg > 20>>
-Advanced.
+	Advanced.
 <<elseif $tempSlave.preg > 5>>
-Early.
+	Early.
 <<elseif $tempSlave.preg == 0>>
-None.
+	None.
 <<elseif $tempSlave.preg == -1>>
-Using contraceptives.
+	Using contraceptives.
 <<else>>
-Sterile.
+	Sterile.
 <</if>>
 <<textbox "$tempSlave.preg" $tempSlave.preg>>
 
 <br>
 ''Number of babies (0: none, 1 - 5):''
 <<if $tempSlave.pregType == 1>>
-A single baby.
+	A single baby.
 <<elseif $tempSlave.pregType == 2>>
-Twins.
+	Twins.
 <<elseif $tempSlave.pregType == 3>>
-Triples.
+	Triplets.
 <<elseif $tempSlave.pregType == 4>>
-Quadruplets.
+	Quadruplets.
 <<elseif $tempSlave.pregType > 4>>
-Quintuplets.
+	Quintuplets.
 <<else>>
-None.
+	None.
 <</if>>
 <<textbox "$tempSlave.pregType" $tempSlave.pregType>>
 <br>
@@ -936,25 +936,25 @@ None.
 
 ''Penis (none:0, 1 to 10):''
 <<if $tempSlave.dick == 0>>
-None.
+	None.
 <<elseif $tempSlave.dick == 1>>
-Tiny.
+	Tiny.
 <<elseif $tempSlave.dick == 2>>
-Small.
+	Small.
 <<elseif $tempSlave.dick == 3>>
-Normal.
+	Normal.
 <<elseif $tempSlave.dick == 4>>
-Large.
+	Large.
 <<elseif $tempSlave.dick == 5>>
-Massive.
+	Massive.
 <<elseif $tempSlave.dick == 6>>
-Huger
+	Huger.
 <<elseif $tempSlave.dick == 7>>
-Still huge.
+	Still huge.
 <<elseif $tempSlave.dick == 8>>
-Enormous.
+	Enormous.
 <<else>>
-Monstrous.
+	Monstrous.
 <</if>>
 <<textbox "$tempSlave.dick" $tempSlave.dick>>
 <br>
@@ -991,19 +991,19 @@ Monstrous.
 
 ''Testicles (0 to 6):''
 <<if $tempSlave.balls == 0>>
-None.
+	None.
 <<elseif $tempSlave.balls == 1>>
-Vestigial.
+	Vestigial.
 <<elseif $tempSlave.balls == 2>>
-Small.
+	Small.
 <<elseif $tempSlave.balls == 3>>
-Normal.
+	Normal.
 <<elseif $tempSlave.balls == 4>>
-Large.
+	Large.
 <<elseif $tempSlave.balls == 5>>
-Huge.
+	Huge.
 <<else>>
-Titanic.
+	Titanic.
 <</if>>
 <<textbox "$tempSlave.balls" $tempSlave.balls>>
 <br>
@@ -1023,23 +1023,23 @@ Titanic.
 
 ''Ballsack (0 to 8):''
 <<if $tempSlave.scrotum == 0>>
-None.
+	None.
 <<elseif $tempSlave.scrotum == 1>>
-Vestigial.
+	Vestigial.
 <<elseif $tempSlave.scrotum == 2>>
-Small.
+	Small.
 <<elseif $tempSlave.scrotum == 3>>
-Normal.
+	Normal.
 <<elseif $tempSlave.scrotum == 4>>
-Large.
+	Large.
 <<elseif $tempSlave.scrotum == 5>>
-Huge.
+	Huge.
 <<elseif $tempSlave.scrotum == 6>>
-Massive.
+	Massive.
 <<elseif $tempSlave.scrotum == 7>>
-Enormous.
+	Enormous.
 <<else>>
-Monstrous.
+	Monstrous.
 <</if>>
 <<textbox "$tempSlave.scrotum" $tempSlave.scrotum>>
 <br>
@@ -1067,15 +1067,15 @@ Monstrous.
 
 ''Prostitution (0 to 100):''
 <<if $tempSlave.skill.whoring <= 10>>
-Unskilled.
+	Unskilled.
 <<elseif $tempSlave.skill.whoring <= 30>>
-@@.cyan;Basic.@@
+	@@.cyan;Basic.@@
 <<elseif $tempSlave.skill.whoring <= 60>>
-@@.cyan;Skilled.@@
+	@@.cyan;Skilled.@@
 <<elseif $tempSlave.skill.whoring < 100>>
-@@.cyan;Expert.@@
+	@@.cyan;Expert.@@
 <<else>>
-@@.cyan;Masterful.@@
+	@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$tempSlave.skill.whoring" $tempSlave.skill.whoring>>
 <br>
@@ -1089,15 +1089,15 @@ Unskilled.
 
 ''Entertainment (0 to 100):''
 <<if $tempSlave.skill.entertainment <= 10>>
-Unskilled.
+	Unskilled.
 <<elseif $tempSlave.skill.entertainment <= 30>>
-@@.cyan;Basic.@@
+	@@.cyan;Basic.@@
 <<elseif $tempSlave.skill.entertainment <= 60>>
-@@.cyan;Skilled.@@
+	@@.cyan;Skilled.@@
 <<elseif $tempSlave.skill.entertainment < 100>>
-@@.cyan;Expert.@@
+	@@.cyan;Expert.@@
 <<else>>
-@@.cyan;Masterful.@@
+	@@.cyan;Masterful.@@
 <</if>>
 <<textbox "$tempSlave.skill.entertainment" $tempSlave.skill.entertainment>>
 <br>
@@ -1111,9 +1111,9 @@ Unskilled.
 
 ''Combat (0,1):''
 <<if $tempSlave.skill.combat == 0>>
-Unskilled.
+	Unskilled.
 <<else>>
-@@.cyan;Skilled.@@
+	@@.cyan;Skilled.@@
 <</if>>
 <<textbox "$tempSlave.skill.combat" $tempSlave.skill.combat>>
 <br>
@@ -1175,9 +1175,9 @@ Unskilled.
 <br>
 
 <<if $tempSlave.fetish == "none">>
-''Fetish:'' @@.pink;$tempSlave.fetish.@@
+	''Fetish:'' @@.pink;$tempSlave.fetish.@@
 <<else>>
-''Fetish:'' @@.lightcoral;$tempSlave.fetish.@@
+	''Fetish:'' @@.lightcoral;$tempSlave.fetish.@@
 <</if>>
 <<textbox "$tempSlave.fetish" $tempSlave.fetish>>
 <br>
@@ -1196,11 +1196,11 @@ Unskilled.
 
 ''Fetish strength (0 to 100):''
 <<if $tempSlave.fetishStrength > 95>>
-@@.lightcoral;High.@@
+	@@.lightcoral;High.@@
 <<elseif $tempSlave.fetishStrength <= 60>>
-@@.pink;Low.@@
+	@@.pink;Low.@@
 <<else>>
-@@.hotpink;Normal.@@
+	@@.hotpink;Normal.@@
 <</if>>
 <<textbox "$tempSlave.fetishStrength" $tempSlave.fetishStrength>>
 <br>
@@ -1276,17 +1276,17 @@ Unskilled.
 
 ''Sex drive (0 - 100):''
 <<if $tempSlave.energy == 100>>
-@@.green;Nympho!@@
+	@@.green;Nympho!@@
 <<elseif $tempSlave.energy > 80>>
-@@.green;Sex addict.@@
+	@@.green;Sex addict.@@
 <<elseif $tempSlave.energy > 60>>
-@@.green;Powerful.@@
+	@@.green;Powerful.@@
 <<elseif $tempSlave.energy > 40>>
-@@.yellow;Average.@@
+	@@.yellow;Average.@@
 <<elseif $tempSlave.energy > 20>>
-@@.red;Poor.@@
+	@@.red;Poor.@@
 <<else>>
-@@.red;Frigid.@@
+	@@.red;Frigid.@@
 <</if>>
 <<textbox "$tempSlave.energy" $tempSlave.energy>>
 
@@ -1294,9 +1294,9 @@ Unskilled.
 
 ''Behavioral Flaw:''
 <<if $tempSlave.behavioralFlaw == "none">>
-//$tempSlave.behavioralFlaw.//
+	//$tempSlave.behavioralFlaw.//
 <<else>>
-@@.red;$tempSlave.behavioralFlaw.@@
+	@@.red;$tempSlave.behavioralFlaw.@@
 <</if>>
 <<textbox "$tempSlave.behavioralFlaw" $tempSlave.behavioralFlaw>>
 <br>
@@ -1315,9 +1315,9 @@ Unskilled.
 
 ''Behavioral Quirk:''
 <<if $tempSlave.behavioralQuirk == "none">>
-//$tempSlave.behavioralQuirk.//
+	//$tempSlave.behavioralQuirk.//
 <<else>>
-@@.green;$tempSlave.behavioralQuirk.@@
+	@@.green;$tempSlave.behavioralQuirk.@@
 <</if>>
 <<textbox "$tempSlave.behavioralQuirk" $tempSlave.behavioralQuirk>>
 <br>
@@ -1332,16 +1332,16 @@ Unskilled.
 <<radiobutton "$tempSlave.behavioralQuirk" "sinful">> Sinful
 <<radiobutton "$tempSlave.behavioralQuirk" "advocate">> Advocate
 <<if $tempSlave.behavioralQuirk != "none">>
-<<set $tempSlave.behavioralFlaw = "none">>
+	<<set $tempSlave.behavioralFlaw = "none">>
 <</if>>
 
 <br><br>
 
 ''Sexual Flaw / Paraphilias:''
 <<if $tempSlave.sexualFlaw == "none">>
-//$tempSlave.sexualFlaw.//
+	//$tempSlave.sexualFlaw.//
 <<else>>
-@@.red;$tempSlave.sexualFlaw.@@
+	@@.red;$tempSlave.sexualFlaw.@@
 <</if>>
 <<textbox "$tempSlave.sexualFlaw" $tempSlave.sexualFlaw>>
 <br>
diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index 69d88b038fe..99b144c1f1a 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -2671,7 +2671,7 @@
 	<<elseif $tempSlave.pregType == 2>>
 		@@.yellow;Twins@@.
 	<<elseif $tempSlave.pregType == 3>>
-		@@.yellow;Triples@@.
+		@@.yellow;Triplets@@.
 	<<elseif $tempSlave.pregType == 4>>
 		@@.yellow;Quadruplets@@.
 	<<elseif $tempSlave.pregType > 4>>
diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index da052095f97..b26902edc01 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -267,24 +267,11 @@ Reserve an eligible mother-to-be's child to be placed in a room upon birth. Of $
 	<<set _reservedIncubator = WombReserveCount($PC, "incubator")>>
 	<<set _reservedNursery = WombReserveCount($PC, "nursery")>>
 	<br>''@@.pink;You're pregnant@@'' and going to have
-		<<switch _WL>>
-		<<case 1>>
+		<<if _WL == 1>>
 			a baby.
-		<<case 2>>
-			twins.
-		<<case 3>>
-			triplets.
-		<<case 4>>
-			quadruplets.
-		<<case 5>>
-			quintuplets.
-		<<case 6>>
-			sextuplets.
-		<<case 7>>
-			septuplets.
-		<<case 8>>
-			octuplets.
-		<</switch>>
+		<<else>>
+			<<print pregNumberName(_WL, 1)>>
+		<</if>>
 	<<if _reservedNursery > 0>>
 		<<set _childrenReservedNursery = 1>>
 		<<if _WL == 1>>
diff --git a/src/js/storyJS.js b/src/js/storyJS.js
index c885f3c30d2..b69371553a4 100644
--- a/src/js/storyJS.js
+++ b/src/js/storyJS.js
@@ -693,3 +693,153 @@ window.printTrinkets = function printTrinkets() {
 	}
 	return `There's a display case behind your desk, with ${trinketString}.`;
 };
+
+/**
+ * @param {number} nmbr1
+ * @param {number} nmbr2
+ */
+window.pregNumberName = function(nmbr1, nmbr2) {
+	let pt = "";
+	let p1 = nmbr1 % 10;
+	let p2 = ((nmbr1 % 100) - (nmbr1 % 10)) / 10;
+	let p3 = ((nmbr1 % 1000) - (nmbr1 % 100)) / 100;
+	switch (nmbr1) {
+		case 1:
+			pt += "bab";
+			break;
+		case 2:
+			pt += "twin";
+			break;
+		default:
+			switch (nmbr1) {
+				case 3:
+					pt += "tri";
+					break;
+				case 4:
+					pt += "quadru";
+					break;
+				case 5:
+					pt += "quintu";
+					break;
+				case 6:
+					pt += "sextu";
+					break;
+				case 7:
+					pt += "septu";
+					break;
+				case 8:
+					pt += "octu";
+					break;
+				case 9:
+					pt += "nonu";
+					break;
+				default:
+					switch (p1)	{
+						case 1:
+							pt += "un";
+							break;
+						case 2:
+							pt += "duo";
+							break;
+						case 3:
+							pt += "tre";
+							break;
+						case 4:
+							pt += "quattuor";
+							break;
+						case 5:
+							pt += "quin";
+							break;
+						case 6:
+							pt += "sex";
+							break;
+						case 7:
+							pt += "septen";
+							break;
+						case 8:
+							pt += "octo";
+							break;
+						case 9:
+							pt += "novem";
+							break;
+					}
+					switch (p2)	{
+						case 1:
+							pt += "dec";
+							break;
+						case 2:
+							pt += "vigint";
+							break;
+						case 3:
+							pt += "trigint";
+							break;
+						case 4:
+							pt += "quadragint";
+							break;
+						case 5:
+							pt += "quinquagint";
+							break;
+						case 6:
+							pt += "sexagint";
+							break;
+						case 7:
+							pt += "septuagint";
+							break;
+						case 8:
+							pt += "octogint";
+							break;
+						case 9:
+							pt += "nonagint";
+							break;
+					}
+					if (nmbr1 >= 100) {
+						if (p2 !== 0) {
+							pt += "i";
+						}
+						switch (p3)	{
+							case 1:
+								pt += "centu";
+								break;
+							case 2:
+								pt += "bicentu";
+								break;
+							case 3:
+								pt += "tricentu";
+								break;
+							case 4:
+								pt += "quadricentu";
+								break;
+							case 5:
+								pt += "quincentu";
+								break;
+							case 6:
+								pt += "sexcentu";
+								break;
+							case 7:
+								pt += "septemcentu";
+								break;
+							case 8:
+								pt += "octocentu";
+								break;
+							case 9:
+								pt += "novemcentu";
+								break;
+						}
+					} else {
+						pt += "u";
+					}
+			}
+			pt += "plet";
+	}
+	if (nmbr2 === 2) {
+		if (nmbr1 === 1) {
+			pt += "ie";
+		}
+		pt += "s";
+	} else {
+		if (nmbr1 === 1) {
+			pt += "y";
+		}
+	}
+	return pt;
+};
diff --git a/src/pregmod/MpregSelf.tw b/src/pregmod/MpregSelf.tw
index 1faeb63e78f..e00c3ee48a8 100644
--- a/src/pregmod/MpregSelf.tw
+++ b/src/pregmod/MpregSelf.tw
@@ -6,47 +6,47 @@
 
 <<if $PC.birthSelf == 0>>
 	<<if $PC.balls > 2>>
-		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your massive balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
 		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum.
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<<elseif $PC.balls == 2>>
-		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your huge balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
 		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a liter of your virile cum.
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your prodigious sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<<elseif $PC.balls == 1>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflowing from the dildo suppository.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your large balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. Push hard, I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
 		Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum.
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the escaping semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your considerable sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<<else>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
 		Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with.
-		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt.
+		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt.
 		You feel _hisU soft lips pressed to your vulva as _heU works to retrieve _hisU treat. You hear some soft slurping noises and feel a warm tongue worming its way inside you to retrieve any lingering cum. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your own balls for a satisfying creampie. There's always a slave to do that, of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right?
 
 	<</if>>
@@ -54,47 +54,47 @@
 	<<= knockMeUp($PC, _selfPreg, 0, -1)>>
 <<else>>
 	<<if $PC.balls > 2>>
-		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your massive balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
 		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum.
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available?
 
 	<<elseif $PC.balls == 2>>
-		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your huge balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb.
 		Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a full liter of your virile cum.
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your prodigious sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available?
 
 	<<elseif $PC.balls == 1>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflows from the dildo suppository.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your large balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. Push hard, I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
 		Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum.
-		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling in your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt.
+		<br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling in your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt.
 		You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the escaping semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your considerable sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available?
 
 	<<else>>
-		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
+		Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "Pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started."
 		<br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it.
 		<br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more.
 		You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions: "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. I want that syringe completely empty when you're done."
 		<br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm.
 		Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb.
 		Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with.
-		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt.
+		<br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "Pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt.
 		You feel _hisU soft lips pressed to your vulva as _heU works to retrieve _hisU treat. You hear some soft slurping noises and feel a warm tongue worming its way inside you to retrieve any lingering cum. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your own balls for a satisfying creampie. There's always a slave to do that, of course, but why use slave cum when you have such obviously superior material available?
 
 	<</if>>
diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw
index 86f33c44fc7..987f7f56b70 100644
--- a/src/pregmod/birthStorm.tw
+++ b/src/pregmod/birthStorm.tw
@@ -90,22 +90,8 @@
 		<<set _fathersReduced[_cb] += String(" brood of " + _num + " babies")>>
 	<<elseif _num >= 10>>
 		<<set _fathersReduced[_cb] += String(" impressive group of " + _num + " babies")>>
-	<<elseif _num == 9>>
-		<<set _fathersReduced[_cb] += " nonuplets">>
-	<<elseif _num == 8>>
-		<<set _fathersReduced[_cb] += " octuplets">>
-	<<elseif _num == 7>>
-		<<set _fathersReduced[_cb] += " septuplets">>
-	<<elseif _num == 6>>
-		<<set _fathersReduced[_cb] += " sextuplets">>
-	<<elseif _num == 5>>
-		<<set _fathersReduced[_cb] += " quintuplets">>
-	<<elseif _num == 4>>
-		<<set _fathersReduced[_cb] += " quadruplets">>
-	<<elseif _num == 3>>
-		<<set _fathersReduced[_cb] += " triplets">>
-	<<elseif _num == 2>>
-		<<set _fathersReduced[_cb] += " twins">>
+	<<else>>
+		<<set _fathersReduced[_cb] += String(" " + pregNumberName(_curBabies, 2))>>
 	<</if>>
 <</for>>
 
diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index d2aee7532e3..74d6ff8d74a 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -118,8 +118,8 @@
 		<<set _fathersReduced[_cb] += " quadruplets">>
 	<<elseif _num == 3>>
 		<<set _fathersReduced[_cb] += " triplets">>
-	<<elseif _num == 2>>
-		<<set _fathersReduced[_cb] += " twins">>
+	<<else>>
+		<<set _fathersReduced[_cb] += String(" " + pregNumberName(_num, 2))>>
 	<</if>>
 <</for>>
 
diff --git a/src/pregmod/electiveSurgery.tw b/src/pregmod/electiveSurgery.tw
index 4734cfda33e..7b23443f802 100644
--- a/src/pregmod/electiveSurgery.tw
+++ b/src/pregmod/electiveSurgery.tw
@@ -193,43 +193,43 @@ You have @@.orange;$PC.skin skin.@@<<if $PC.skin != $PC.origSkin>> Your original
 	<br><br>_HeU darts for your middle.
 	<<if $PC.belly >= 120000>>
 		"My god! What happened to you? You might now want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be," _heU says with a wink as _heU uses both hands to massage your
-		<<if $PC.preg > 40>>overdue octuplet-bursting belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
+		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-bursting belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>over-crowded belly.
 		<</if>>
 		<br>
 	<<elseif $PC.belly >= 110000>>
 		"My god! What happened to you? You might now want to hit the fertility drugs so hard next time. Then again, I don't think you'll see us complaining when you come in for a tummy tuck to get everything back where it used to be," _heU says with a wink as _heU uses both hands to massage your
-		<<if $PC.preg > 40>>overdue septuplet-stuffed belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
+		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-stuffed belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>over-crowded belly.
 		<</if>>
 		<br>
 	<<elseif $PC.belly >= 95000>>
 		Oh wow! It's like a party in there!" _heU says as _heU uses both hands to massage your
-		<<if $PC.preg > 40>>overdue sextuplet-stuffed belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
+		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-stuffed belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>crowded belly.
 		<</if>>
 		<br>
 	<<elseif $PC.belly >= 80000>>
 		You must feel so full, like all the time. What's it feel like? Do they every calm down?" _heU says as _heU uses both hands to massage your
-		<<if $PC.preg > 40>>overdue quadruplet-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
+		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>crowded belly.
 		<</if>>
 		<br>
 	<<elseif $PC.belly >= 64000>>
 		Oh wow! You're immense! I almost can't wrap my arms around it!" _heU says as _heU uses both hands to massage your
-		<<if $PC.preg > 40>>overdue quadruplet-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
+		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>crowded belly.
 		<</if>>
 		<br>
 	<<elseif $PC.belly >= 48000>>
 		"Oh wow! You're gigantic! Are you sure you want to have surgery in this state? Things start to get complicated when you're this pregnant," _heU says as _heU uses both hands to massage your
-		<<if $PC.preg > 40>>overdue triplet-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
+		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>crowded belly.
 		<</if>>
 		<br>
 	<<elseif $PC.belly >= 32000>>
 		"My word, are you sure you want to have surgery in this state? You're gigantic! Plus things start to get complicated when you're this pregnant," _heU says as _heU uses both hands to massage your
-		<<if $PC.preg > 40>>overdue twin-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
+		<<if $PC.preg > 40>>overdue <<print pregNumberName($PC.pregType, 1)>>-filled belly, enjoying the kicks from your child<<if $PC.pregType > 1>>ren<</if>> within. "If you go into labor, we have everything you'll need, so don't worry."
 		<<else>>crowded belly.
 		<</if>>
 		<br>
diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 4edeaa68476..c83d9666a36 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -160,24 +160,11 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $
 	<<set _reservedIncubator = WombReserveCount($PC, "incubator")>>
 	<<set _reservedNursery = WombReserveCount($PC, "nursery")>>
 	<br>''@@.pink;You're pregnant@@'' and going to have
-		<<switch _WL>>
-		<<case 1>>
+		<<if _WL == 1>>
 			a baby.
-		<<case 2>>
-			twins.
-		<<case 3>>
-			triplets.
-		<<case 4>>
-			quadruplets.
-		<<case 5>>
-			quintuplets.
-		<<case 6>>
-			sextuplets.
-		<<case 7>>
-			septuplets.
-		<<case 8>>
-			octuplets.
-		<</switch>>
+		<<else>>
+			<<print pregNumberName(_WL, 2)>>.
+		<</if>>
 	<<if (_reservedIncubator > 0)>>
 		<<set _childrenReserved = 1>>
 		<<if _WL == 1>>
diff --git a/src/pregmod/pRaped.tw b/src/pregmod/pRaped.tw
index 526d4ca65c7..2127a6a12c0 100644
--- a/src/pregmod/pRaped.tw
+++ b/src/pregmod/pRaped.tw
@@ -175,22 +175,22 @@ While returning from a meeting with a prospective investor, an unfortunate wrong
 			<<if $PC.boobs > 0>>
 				"Spared no expenses for these babies, did you?" $he smirks as $he gropes your breasts.
 			<</if>>
-			$He slips $his hand down your pants; "Now there's the money maker!"
+			$He slips $his hand down your pants. "Now there's the money maker!"
 		<<case "capitalist">>
 			<<if $PC.boobs > 0>>
 				"Ever wonder if they were listening to you or just ogling the man with the breasts?" $he smirks as $he gropes your breasts.
 			<</if>>
-			$He slips $his hand down your pants; "Now that explains how you were so successful!"
+			$He slips $his hand down your pants. "Now that explains how you were so successful!"
 		<<case "engineer">>
 			<<if $PC.boobs > 0>>
 				"How did you get any work done with these hanging over your designs?" $he smirks as $he gropes your breasts.
 			<</if>>
-			$He slips $his hand down your pants; "I see what kind of tools you like. Big and strong!"
+			$He slips $his hand down your pants. "I see what kind of tools you like. Big and strong!"
 		<<case "medicine">>
 			<<if $PC.boobs > 0>>
 				"I'm sure you had quite the number of clients after a pair of these," $he smirks as $he gropes your breasts.
 			<</if>>
-			$He slips $his hand down your pants; "Huh, I wonder if that's real..."
+			$He slips $his hand down your pants. "Huh, I wonder if that's real..."
 		<<case "celebrity">>
 			<<if $PC.boobs > 0>>
 				"Nice and supple. Just like I'd expect from a man sporting tits." $he smirks as $he gropes your breasts.
@@ -200,22 +200,22 @@ While returning from a meeting with a prospective investor, an unfortunate wrong
 			<<if $PC.boobs > 0>>
 				"With these hanging out, how many men tried to pick you up?" $he smirks as $he gropes your breasts.
 			<</if>>
-			$He slips $his hand down your pants; "Now there's the money maker!"
+			$He slips $his hand down your pants. "Now there's the money maker!"
 		<<case "servant">>
 			<<if $PC.boobs > 0>>
 				"Did your Master even ask before he stuck you with these?" $he smirks as $he gropes your breasts.
 			<</if>>
-			$He slips $his hand down your pants; "Now that's surprising. I expected something smaller."
+			$He slips $his hand down your pants. "Now that's surprising. I expected something smaller."
 		<<case "BlackHat">>
 			<<if $PC.boobs > 0>>
 				"Nice and supple. What are the odds that I can find these babies on the internet?" $he smirks as $he gropes your breasts.
 			<</if>>
-			$He slips $his hand down your pants; "You wouldn't mind if I download a few files now would you? Well, not that it matters."
+			$He slips $his hand down your pants. "You wouldn't mind if I download a few files now would you? Well, not that it matters."
 		<</switch>>
 		Satisfied, $he pulls your cock out of its increasingly cramped confines. "Look at him grow, he knows what comes next..." $He teases as $he pushes you to the ground and climbs on top of you.
 		<br><br>
 		$He lines $himself up with the tip of your dick before taking its entire length into $himself. $He lets out a lust filled moan as $he begins to bounce on your traitorous member. You can do nothing to stop $him from riding you to climax, so you just enjoy the sight of $his breasts bouncing to $his pace. As you feel your orgasm approaching, you try to time it so you can slip out of $him just before you blow your load, but you have no such luck.
-		"You really think I'd let you spoil my plans?" $He asks as $he grinds against you, making sure you cum deep in $his pussy. $He leans back and massages $his <<if $PC.ballsImplant > 2>>taut <</if>>stomach, savoring the sensation of your seed seeping into $him. "That's it, make me a mommy." $He leans in close and you pop free of $his snatch. "Be a good boy and make this arcology a nice place for your bastard. I want to retire in luxury." $He blows you a kiss as $he stuffs a plug up $his vagina, redresses and heads on $his way. By the time you loosen your bindings, $he is long gone.
+		"You really think I'd let you spoil my plans?" $he asks as $he grinds against you, making sure you cum deep in $his pussy. $He leans back and massages $his <<if $PC.ballsImplant > 2>>taut <</if>>stomach, savoring the sensation of your seed seeping into $him. "That's it, make me a mommy." $He leans in close and you pop free of $his snatch. "Be a good boy and make this arcology a nice place for your bastard. I want to retire in luxury." $He blows you a kiss as $he stuffs a plug up $his vagina, redresses and heads on $his way. By the time you loosen your bindings, $he is long gone.
 		<br><br>
 		It would be prudent to up security in your arcology, that or take a guard along when you leave the penthouse. You can't allow such an indignity to happen again, nor do you need the stress of a bastard trying to seize control of your estate when you want to retire, but you wouldn't mind having your way with $him if you get the chance.
 	<</if>>
diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw
index 5b0f77d8a75..ef6ebfb5ade 100644
--- a/src/pregmod/seBurst.tw
+++ b/src/pregmod/seBurst.tw
@@ -97,22 +97,8 @@
 				<<set _fathersReduced[_cb] += String(" brood of " + _num + " babies")>>
 			<<elseif _num >= 10>>
 				<<set _fathersReduced[_cb] += String(" impressive group of " + _num + " babies")>>
-			<<elseif _num == 9>>
-				<<set _fathersReduced[_cb] += " nonuplets">>
-			<<elseif _num == 8>>
-				<<set _fathersReduced[_cb] += " octuplets">>
-			<<elseif _num == 7>>
-				<<set _fathersReduced[_cb] += " septuplets">>
-			<<elseif _num == 6>>
-				<<set _fathersReduced[_cb] += " sextuplets">>
-			<<elseif _num == 5>>
-				<<set _fathersReduced[_cb] += " quintuplets">>
-			<<elseif _num == 4>>
-				<<set _fathersReduced[_cb] += " quadruplets">>
-			<<elseif _num == 3>>
-				<<set _fathersReduced[_cb] += " triplets">>
-			<<elseif _num == 2>>
-				<<set _fathersReduced[_cb] += " twins">>
+			<<else>>
+				<<set _fathersReduced[_cb] += String(" " + pregNumberName(_num, 2))>>
 			<</if>>
 		<</for>>
 
diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw
index 410ad6eaa67..b610bf4c324 100644
--- a/src/pregmod/sePlayerBirth.tw
+++ b/src/pregmod/sePlayerBirth.tw
@@ -159,24 +159,13 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		You keep pushing and pushing, but your child is not coming out.<<if _concubinePresent == 1>> $Concubine.slaveName shifts to massaging your gravid middle<<if canTalk($Concubine)>>, while whispering words of encouragement into your ear<</if>>. _He2 begins to worry as _his2 lover weakens in front of _him2. $Bodyguard.slaveName quickly pulls _him2 away from you, fearing the worst.<</if>> $Bodyguard.slaveName read about this possibility and tries everything $he can to coax your child out. As time passes, $he notices your consciousness begin to fade as exhaustion kicks in. Fearing for your lives, and desperate to save you, $he draws $his sword from its sheath, hands unsteady from what $he is about to do. Carefully, $he slits your lower abdomen, allowing your baby-<<if $PC.pregType < 3>>filled<<elseif $PC.pregType < 5>>stuffed<<elseif $PC.pregType > 8>>packed<<else>>bursting<</if>> womb to pop out through the incision. Doing $his best, $he cuts open your uterus, pulls your child<<if $PC.pregType > 1>>ren<</if>> from you and severs the umbilical cord<<if $PC.pregType > 1>>s all at once<</if>>.
 		<br><br>
 		You awake some time later in the remote surgery, your stomach extremely sore; you quickly realize you're no longer round with child. As you try to rise, $Bodyguard.slaveName stops you; $he hefts you into a bridal carry and takes you to a recovery room, before gently placing you into a warm bed, tucking you in, and hurrying out of the room. Before you can call out, $he returns carrying
-		<<switch _curBabies>>
-		<<case 1>>
+		<<if _curBabies == 1>>
 			@@.lime;your baby <<if _gender == "XX">>girl<<else>>boy<</if>>@@
-		<<case 2>>
-			@@.lime;your newborn twins@@
-		<<case 3>>
-			@@.lime;your newborn triplets@@
-		<<case 4>>
-			@@.lime;your newborn quadruplets@@
-		<<case 5>>
-			@@.lime;your newborn quintuplets@@
-		<<case 6>>
-			a big bassinet containing @@.lime;your newborn sextuplets@@
-		<<case 7>>
-			a big bassinet containing @@.lime;your newborn septuplets@@
-		<<case 8>>
-			a big bassinet containing @@.lime;your newborn octuplets@@
-		<</switch>>
+		<<elseif _curBabies < 6>>
+			@@.lime;your newborn <<print pregNumberName(_curBabies, 2)>>@@
+		<<else>>
+			a big bassinet containing @@.lime;your newborn <<print pregNumberName(_curBabies, 2)>>@@
+		<</if>>
 		in $his arms.
 	<<elseif $HeadGirl != 0>>
 		<<setLocalPronouns $HeadGirl>>
@@ -188,62 +177,36 @@ You arrange yourself to give birth, relaxing until your body urges you to begin
 		<</if>>
 		<br><br>
 		You awake some time later in a recovery room<<if _concubinePresent > 0>>, $Concubine.slaveName beside you<</if>>, your stomach extremely sore; a quick glance at the prominent scar tells you everything you need to know. Seeing you're awake, $HeadGirl.slaveName catches your attention. In $his arms
-		<<switch _curBabies>>
-		<<case 1>>
+		<<if _curBabies == 1>>
 			is @@.lime;your baby <<if _gender == "XX">>girl<<else>>boy<</if>>,@@ <<if $HeadGirl.lactation > 0>>happily nursing from $his breast,<</if>>
-		<<case 2>>
-			are @@.lime;your newborn twins,@@ <<if $HeadGirl.lactation > 0>>happily nursing from $his breasts,<</if>>
-		<<case 3>>
-			are @@.lime;your newborn triplets,@@ <<if $HeadGirl.lactation > 0>>vying for $his milky nipples,<</if>>
-		<<case 4>>
-			are @@.lime;your newborn quadruplets,@@ <<if $HeadGirl.lactation > 0>>vying for $his milky nipples,<</if>>
-		<<case 5>>
-			are @@.lime;your newborn quintuplets,@@ <<if $HeadGirl.lactation > 0>>vying for $his milky nipples,<</if>>
-		<<case 6>>
-			are @@.lime;your newborn sextuplets,@@ <<if $HeadGirl.lactation > 0>>vying for $his milky nipples,<</if>>
-		<<case 7>>
-			are @@.lime;your newborn septuplets,@@ <<if $HeadGirl.lactation > 0>>vying for $his milky nipples,<</if>>
-		<<case 8>>
-			are @@.lime;your newborn octuplets,@@ <<if $HeadGirl.lactation > 0>>vying for $his milky nipples,<</if>>
-		<</switch>>
+		<<else>>
+			are @@.lime;your newborn <<print pregNumberName(_curBabies, 2)>>,@@ <<if $HeadGirl.lactation > 0>>happily nursing from $his breasts,<</if>>
+		<</if>>
 		alive and well.
 	<<elseif _concubinePresent == 1>>
 		You keep pushing and pushing, but your child is not coming out. <<if canWalk($Concubine)>>In a panic, $Concubine.slaveName carries you to the remote surgery<<else>>The last thing you remember as you fade is $Concubine.slaveName's look of panic<</if>>.
 		<br><br>
 		You awake some time later in a recovery room, your stomach extremely sore; a quick glance at the prominent scar tells you everything you need to know. A content sigh comes from beside you; $Concubine.slaveName is snuggled next to you, snoozing with
-		<<switch _curBabies>>
-		<<case 1>>
-			@@.lime;your baby <<if _gender == "XX">>girl<<else>>boy<</if>>@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your child has managed to free one of $Concubine.slaveName's breasts and is eagerly suckling from _his2 milky nipple.<</if>>
-		<<case 2>>
-			@@.lime;your newborn twins@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
-		<<case 3>>
-			@@.lime;your newborn triplets@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
-		<<case 4>>
-			@@.lime;your newborn quadruplets@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
-		<<case 5>>
-			@@.lime;your newborn quintuplets@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
-		<<case 6>>
-			@@.lime;your newborn sextuplets@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
-		<<case 7>>
-			@@.lime;your newborn septuplets@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
-		<<case 8>>
-			@@.lime;your newborn octuplets@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
-		<</switch>>
+		<<if _curBabies == 1>>
+			@@.lime;your baby <<if _gender == "XX">>girl<<else>>boy<</if>>@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your child has managed to free one of $Concubine.slaveName's breasts and is eagerly suckling from its milky nipple.<</if>>
+		<<else>>
+			@@.lime;your newborn <<print pregNumberName(_curBabies, 2)>>@@ in _his2 arms.<<if $Concubine.lactation > 0>> Your children have managed to free $Concubine.slaveName's breasts and are eagerly suckling from their milky nipples.<</if>>
+		<</if>>
 		<<if !canWalk($Concubine)>>
 			<<if tooBigBreasts($Concubine)>>
-				You don't know how _he2 managed to get you here when _his2 breasts prevent _him2 from walking<<if $PC.pregType == 8>>, especially with how heavy your pregnancy was<</if>>, but you give the pair a gentle caress as thanks.
+				You don't know how _he2 managed to get you here when _his2 breasts prevent _him2 from walking<<if $PC.pregType >= 8>>, especially with how heavy your pregnancy was<</if>>, but you give the pair a gentle caress as thanks.
 			<<elseif tooBigBelly($Concubine)>>
-				You don't know how _he2 managed to get you here when _he2's so gravid _he2 can't walk<<if $PC.pregType == 8>>, especially with how heavy your pregnancy was<</if>>, but you give the taut dome a gentle caress as thanks.
+				You don't know how _he2 managed to get you here when _he2's so gravid _he2 can't walk<<if $PC.pregType >= 8>>, especially with how heavy your pregnancy was<</if>>, but you give the taut dome a gentle caress as thanks.
 			<<elseif tooBigDick($Concubine)>>
-				You don't know how _he2 managed to get you here when _his2 dick prevents _him2 from walking<<if $PC.pregType == 8>>, especially with how heavy your pregnancy was<</if>>, but you give the serpent a gentle caress as thanks.
+				You don't know how _he2 managed to get you here when _his2 dick prevents _him2 from walking<<if $PC.pregType >= 8>>, especially with how heavy your pregnancy was<</if>>, but you give the serpent a gentle caress as thanks.
 			<<elseif tooBigButt($Concubine)>>
-				You don't know how _he2 managed to get you here when _his2 ass prevent _him2 from walking<<if $PC.pregType == 8>>, especially with how heavy your pregnancy was<</if>>, but you give the jiggling giant a gentle caress as thanks.
+				You don't know how _he2 managed to get you here when _his2 ass prevent _him2 from walking<<if $PC.pregType >= 8>>, especially with how heavy your pregnancy was<</if>>, but you give the jiggling giant a gentle caress as thanks.
 			<<elseif tooBigBalls($Concubine)>>
-				You don't know how _he2 managed to get you here when _his2 balls prevent _him2 from walking<<if $PC.pregType == 8>>, especially with how heavy your pregnancy was<</if>>, but you give the pair a gentle caress as thanks. _He2 returns the kindness with a shudder and a large wet spot forming over _his2 crotch.
+				You don't know how _he2 managed to get you here when _his2 balls prevent _him2 from walking<<if $PC.pregType >= 8>>, especially with how heavy your pregnancy was<</if>>, but you give the pair a gentle caress as thanks. _He2 returns the kindness with a shudder and a large wet spot forming over _his2 crotch.
 			<<elseif tooFatSlave($Concubine)>>
-				You don't know how _he2 managed to get you here when _he2's so fat _he2 can't walk<<if $PC.pregType == 8>>, especially with how heavy your pregnancy was<</if>>, but you give _his2 soft body a gentle caress as thanks.
+				You don't know how _he2 managed to get you here when _he2's so fat _he2 can't walk<<if $PC.pregType >= 8>>, especially with how heavy your pregnancy was<</if>>, but you give _his2 soft body a gentle caress as thanks.
 			<<else>>
-				You don't know how _he2 managed to get you here, since _he2 can't walk<<if $PC.pregType == 8>>, especially with how heavy your pregnancy was<</if>>, but you're thankful either way.
+				You don't know how _he2 managed to get you here, since _he2 can't walk<<if $PC.pregType >= 8>>, especially with how heavy your pregnancy was<</if>>, but you're thankful either way.
 			<</if>>
 		<</if>>
 	<<else>>
diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw
index 02683ca166c..742ce74b936 100644
--- a/src/pregmod/widgets/playerDescriptionWidgets.tw
+++ b/src/pregmod/widgets/playerDescriptionWidgets.tw
@@ -257,7 +257,7 @@
 <<if _passage == "Manage Personal Affairs">>
 	<<if $PC.preg > 0>>
 		<<if $PC.belly >= 120000>>
-			@@.red;Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure.@@ You can barely even leave your bed without a helping hand. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your octuplets to squirm in excitement.<<if $PC.dick == 1>> You watch as your dick hardens from the prostate stimulation; you steady yourself for the coming orgasm.<</if>>
+			@@.red;Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure.@@ You can barely even leave your bed without a helping hand. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your <<print pregNumberName($PC.pregType, 2)>> to squirm in excitement.<<if $PC.dick == 1>> You watch as your dick hardens from the prostate stimulation; you steady yourself for the coming orgasm.<</if>>
 		<<elseif $PC.belly >= 105000>>
 			You have trouble getting up and sitting down. Even standing while supporting your @@.orange;massive belly@@ has become an exhausting endeavor.
 		<<elseif $PC.belly >= 90000>>
@@ -317,15 +317,7 @@
 				<<if _toSearch.indexOf("fertility") != -1>>
 					<<set _fertRefresh = 1>>
 				<</if>>
-				You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying
-				<<if $PC.pregType == 8>>
-					octuplets
-				<<elseif $PC.pregType == 7>>
-					septuplets
-				<<else>>
-					sextuplets.
-				<</if>>
-				Your Master always wanted said he wanted a big family, too bad he isn't here to see this. Your dress is also starting to get tight, but it's far less of a concern at this point.
+				You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying <<print pregNumberName($PC.pregType, 2)>>. Your Master always wanted said he wanted a big family; too bad he isn't here to see this. Your dress is also starting to get tight, but it's far less of a concern at this point.
 			<<elseif $PC.belly >= 75000>>
 				Your belly is starting to become worrying. You're positively gigantic and quite tired. Though on the plus side, your dress is rather form fitting now.
 			<<elseif $PC.belly >= 60000>>
@@ -475,15 +467,7 @@
 				<<if _toSearch.indexOf("fertility") != -1>>
 					<<set _fertRefresh = 1>>
 				<</if>>
-				You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying
-				<<if $PC.pregType == 8>>
-					octuplets
-				<<elseif $PC.pregType == 7>>
-					septuplets
-				<<else>>
-					sextuplets.
-				<</if>>
-				Your suit is also starting to get tight, but it's far less of a concern at this point.
+				You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying <<print pregNumberName($PC.pregType, 2)>>. Your suit is also starting to get tight, but it's far less of a concern at this point.
 			<<elseif $PC.belly >= 75000>>
 				Your belly is starting to become worrying. You're positively gigantic and quite tired. As an added stress, your maternity suit highlights your pregnancy.
 			<<elseif $PC.belly >= 60000>>
@@ -561,7 +545,7 @@
 <<else>>
 	<<if $PC.preg > 0>>
 		<<if $PC.belly >= 120000>>
-			Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your octuplets to squirm in excitement.<<if $PC.dick == 1>> As your dick hardens under the prostate stimulation, you call for a slave to receive the incoming load.<</if>>
+			Your belly is coated with stretch marks and is taut as a drum; you don't know how much more your poor womb can endure. Kicks can almost constantly be seen dotting its surface. You give it a pat for good measure, only encouraging your <<print pregNumberName($PC.pregType, 2)>> to squirm in excitement.<<if $PC.dick == 1>> As your dick hardens under the prostate stimulation, you call for a slave to receive the incoming load.<</if>>
 		<<elseif $PC.belly >= 105000>>
 			Getting out of your chair is practically a dream at this point. It takes far too much effort to do it on your own and is a little embarrassing to ask help with.
 		<<elseif $PC.belly >= 90000>>
diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index b3262c2d2a8..325be8fbfbd 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -337,7 +337,7 @@
 <br>
 <br>
 /* diffSize used for check result of partial birth size changes - if it = 2 then womb lost half of it's original size after partial birth, if it = 1 - no size lost. (We get this value as result of dividing of original womb size by after birth size)
-This decriptions can be expanded with more outcomes later. But it's not practical to check values above 5-10 - it become too affected by actual value of womb size.
+This descriptions can be expanded with more outcomes later. But it's not practical to check values above 5-10 - it become too affected by actual value of womb size.
 */
 <<if $slaves[$i].assignment == "work in the dairy" && $dairyPregSetting > 0>>
 	As a human cow, $he @@.orange;gave birth@@ <<if $slaves[$i].prematureBirth == 1>>@@.red;prematurely@@<</if>>
@@ -357,22 +357,8 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 		to a brood of _curBabies calves.
 	<<elseif _curBabies >= 10>>
 		to a squirming pile of _curBabies calves.
-	<<elseif _curBabies == 9>>
-		to calf nonuplets.
-	<<elseif _curBabies == 8>>
-		to calf octuplets.
-	<<elseif _curBabies == 7>>
-		to calf septuplets.
-	<<elseif _curBabies == 6>>
-		to calf sextuplets.
-	<<elseif _curBabies == 5>>
-		to calf quintuplets.
-	<<elseif _curBabies == 4>>
-		to calf quadruplets.
-	<<elseif _curBabies == 3>>
-		to calf triplets.
 	<<else>>
-		to calf twins.
+		to calf <<print pregNumberName(_curBabies, 2)>>.
 	<</if>>
 	<<if _curStill > 0 && _curBabies > 0>>
 		An additional _curStill <<if _curStill == 1>> was<<else>>were<</if>> unfortunately stillborn.
@@ -447,22 +433,8 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 		a brood of _curBabies babies,
 	<<elseif _curBabies >= 10>>
 		a squirming pile of _curBabies babies,
-	<<elseif _curBabies == 9>>
-		nonuplets,
-	<<elseif _curBabies == 8>>
-		octuplets,
-	<<elseif _curBabies == 7>>
-		septuplets,
-	<<elseif _curBabies == 6>>
-		sextuplets,
-	<<elseif _curBabies == 5>>
-		quintuplets,
-	<<elseif _curBabies == 4>>
-		quadruplets,
-	<<elseif _curBabies == 3>>
-		triplets,
 	<<else>>
-		twins,
+		<<print pregNumberName(_curBabies, 2)>>,
 	<</if>>
 	<<if _curBabies > 0>>
 		created by
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index dada3506520..1947bf0f942 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -2959,7 +2959,7 @@ $He comes to a stop right beside your elbow, waiting for further direction, just
 
 <<case "tittymonster inspection">>
 
-You enter your office from other business a few minutes after the scheduled start of <<EventNameLink>>'s inspection. The <<if $boobAccessibility == 1>>accessibility aids for slaves with immobilizing breasts<<else>>slaves who helped $him in<</if>> have gone, leaving $him waiting for you in front of your desk. The sight is an arresting one. $He's kneeling, but $his boobs are so enormous that they're resting on the ground in front of $him, completely concealing $his body below the chest<<if $activeSlave.belly >= 120000>>, save for the protruding mass of $his <<if $activeSlave.pregType > 8>>hyper pregnant<<elseif $activeSlave.pregType > 7>>octuplets filled<<else>>overly distended<</if>> belly<</if>>. With $his arms tucked back, and $his torso, <<if $activeSlave.belly < 120000>><<if $activeSlave.bellyPreg > 100>>pregnancy,<<elseif $activeSlave.belly > 100>>swollen stomach,<<else>>abdomen,<</if>><</if>> and legs hidden, $he appears to consist of a <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face > 50>>beautiful<<elseif $activeSlave.face >= 10>>pretty<<elseif $activeSlave.face >= 0>>nice<<else>>homely<</if>>, $activeSlave.faceShape face, a
+You enter your office from other business a few minutes after the scheduled start of <<EventNameLink>>'s inspection. The <<if $boobAccessibility == 1>>accessibility aids for slaves with immobilizing breasts<<else>>slaves who helped $him in<</if>> have gone, leaving $him waiting for you in front of your desk. The sight is an arresting one. $He's kneeling, but $his boobs are so enormous that they're resting on the ground in front of $him, completely concealing $his body below the chest<<if $activeSlave.belly >= 120000>>, save for the protruding mass of $his <<if $activeSlave.pregType > 8>>hyper pregnant<<elseif $activeSlave.pregType > 4>><<print pregNumberName($activeSlave.pregType, 1)>>-filled<<else>>overly distended<</if>> belly<</if>>. With $his arms tucked back, and $his torso, <<if $activeSlave.belly < 120000>><<if $activeSlave.bellyPreg > 100>>pregnancy,<<elseif $activeSlave.belly > 100>>swollen stomach,<<else>>abdomen,<</if>><</if>> and legs hidden, $he appears to consist of a <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face > 50>>beautiful<<elseif $activeSlave.face >= 10>>pretty<<elseif $activeSlave.face >= 0>>nice<<else>>homely<</if>>, $activeSlave.faceShape face, a
 <<switch $activeSlave.collar>>
 <<case "none" "dildo gag" "ball gag" "bit gag" "massive dildo gag">>
 	bare
@@ -6622,7 +6622,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He
 				but $he is already licking $his lips with anticipation as you roll $him over and straddle $his chest so $he can <<if $PC.dick == 1>>suck you off<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>>. The orally fixated slut concentrates on the oral to a fault, so you take $his arms and straddle them too so $he can reach $himself and get back to masturbating. $He hums happily, a very fine sensation on <<if $PC.dick == 1>>shaft<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>pussylips<</if>>.
 				<<set $activeSlave.counter.oral++, $oralTotal++>>
 			<<elseif ($activeSlave.fetish == "humiliation")>>
-				but $he complies as you pull $him up to kneel and take an assfuck. You let $him get used to it and then wordlessly turn $his head so $he can <<if canSee($activeSlave)>>see the screen in the room: it's now on, and it's showing a public live feed of your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> penetrating $his anus. $He recognizes $himself immediately<<else>>listen to the screen in the room: it's now on, and it's showing a public live feed of your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> penetrating $his anus. $He realizes the sounds of you fucking $his ass sync up with it<</if>>, and although the shot is such a closeup that the identity of the participants is not clear, the sheer humiliation of having $his rectum penetrated on camera brings $him to an indecently quick climax.
+				but $he complies as you pull $him up to kneel and take an assfuck. You let $him get used to it and then wordlessly turn $his head so $he can <<if canSee($activeSlave)>>see the screen in the room: it's now on, and it's showing a public live feed of your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> penetrating $his anus. $He recognizes $himself immediately<<elseif canHear($activeSlave)>>listen to the screen in the room: it's now on, and it's showing a public live feed of your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> penetrating $his anus. $He realizes the sounds of you fucking $his ass sync up with it<<else>>feel the wind blowing in from the large bay window you've opened<</if>>, and although the <<if canSee($activeSlave) || canHear($activeSlave)>>shot is such a closeup that the identity of the participants is not clear<<else>>likelihood is low that anyone on the arcology streets below would be looking up at this time<</if>>, the sheer humiliation of having $his rectum penetrated <<if canSee($activeSlave) || canHear($activeSlave)>>on camera<<else>>for all to see<</if>> brings $him to an indecently quick climax.
 				<<set _didAnal = 1>>
 			<<elseif ($activeSlave.fetish == "buttslut")>>
 				but $he eagerly complies as you pull $him up to kneel and take an assfuck. You shove $his arms up over $his head to stop $his masturbation, confident that the anal whore can climax from nothing but your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> pumping in and out of $his butt. You're right, and $his sphincter tightens with orgasm even sooner than you expected it to. You roll $him over and go again,
diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw
index ad8f678554d..99e50a1c336 100644
--- a/src/uncategorized/pHostageAcquisition.tw
+++ b/src/uncategorized/pHostageAcquisition.tw
@@ -132,9 +132,9 @@ Your hired mercenaries are en route now with your precious cargo.
 	<<set $activeSlave.health = 50>>
 	<<if $seeHyperPreg != 1>>
 		<<if $rivalryDuration <= 5>>
-			Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $he is carrying octuplets.
+			Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "They filled me with cum! I think I'm pregnant!" You gently wrap your arms around $him in a comforting embrace. $He's exactly as you remember, though a medical scan reveals that $he is carrying <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<<elseif $rivalryDuration <= 10>>
-			Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as $he breaks down in tears, $his rounded middle pressing into your own. "They knocked me up!" $He's exactly as you remember, though a medical scan reveals that $he is carrying octuplets.
+			Upon seeing you, $activeSlave.slaveName gingerly approaches, uncertain if $he should. You pull $him into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> as $he breaks down in tears, $his rounded middle pressing into your own. "They knocked me up!" $He's exactly as you remember, though a medical scan reveals that $he is carrying <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<<elseif $rivalryDuration <= 15>>
 			Upon seeing you, $activeSlave.slaveName shifts $his gravid bulk back and forth, unsure of what to make of you. As you step forward, $he hesitatingly approaches. Once $he is close enough $he says "Plea<<s>>e don't take them from me, I love them..." While $he looks the same as you remember, albeit rather pregnant, $he certainly doesn't think the same anymore.
 		<<elseif $rivalryDuration <= 20>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 28e873985db..84283a3a316 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -15577,22 +15577,28 @@ $He has
 	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single full grown child.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single full grown child.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single full grown child.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
@@ -15621,22 +15627,28 @@ $He has
 	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
@@ -15650,22 +15662,28 @@ $He has
 	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
@@ -15679,22 +15697,28 @@ $He has
 	<<if $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.375>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<else>>
@@ -15709,24 +15733,30 @@ $He has
 		@@.pink;obscenely pregnant@@ with
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 		@@.pink;obscenely pregnant@@ with
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 		@@.pink;obscenely pregnant@@ with
 		<<if $activeSlave.pregType == 1>>
 			a single overgrown baby.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType overgrown babies.
+		<<else>>
+			overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 		$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 	<<elseif $activeSlave.pregType > 9>>
@@ -15735,8 +15765,10 @@ $He has
 			an absurd number of children.
 		<<elseif $activeSlave.pregType >= 30>>
 			far too many children.
-		<<else>>
+		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType children.
+		<<else>>
+			<<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 	<<else>>
 		@@.pink;obscenely pregnant:@@ $he's
@@ -15756,24 +15788,30 @@ $He has
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 8>>
@@ -15784,8 +15822,8 @@ $He has
 				far too many children.
 			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType children.
-			<<elseif $activeSlave.pregType == 9>>
-				nonuplets.
+			<<else>>
+				<<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 		<<else>>
 			@@.pink;massively pregnant:@@ $he's
@@ -15800,24 +15838,30 @@ $He has
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 7>>
@@ -15828,10 +15872,8 @@ $He has
 				far too many children.
 			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType children.
-			<<elseif $activeSlave.pregType == 9>>
-				nonuplets.
 			<<else>>
-				octuplets.
+				<<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 		<<else>>
 			@@.pink;massively pregnant:@@ $he's
@@ -15846,24 +15888,30 @@ $He has
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 6>>
@@ -15874,12 +15922,8 @@ $He has
 				far too many children.
 			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType children.
-			<<elseif $activeSlave.pregType == 9>>
-				nonuplets.
-			<<elseif $activeSlave.pregType == 8>>
-				octuplets.
 			<<else>>
-				septuplets.
+				<<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 		<<else>>
 			@@.pink;massively pregnant:@@ $he's
@@ -15894,24 +15938,30 @@ $He has
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 5>>
@@ -15922,14 +15972,8 @@ $He has
 				far too many children.
 			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType children.
-			<<elseif $activeSlave.pregType == 9>>
-				nonuplets.
-			<<elseif $activeSlave.pregType == 8>>
-				octuplets.
-			<<elseif $activeSlave.pregType == 7>>
-				septuplets.
 			<<else>>
-				sextuplets.
+				<<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 		<<else>>
 			@@.pink;massively pregnant:@@ $he's
@@ -15944,24 +15988,30 @@ $He has
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 4>>
@@ -15972,16 +16022,8 @@ $He has
 				far too many children.
 			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType children.
-			<<elseif $activeSlave.pregType == 9>>
-				nonuplets.
-			<<elseif $activeSlave.pregType == 8>>
-				octuplets.
-			<<elseif $activeSlave.pregType == 7>>
-				septuplets.
-			<<elseif $activeSlave.pregType == 6>>
-				sextuplets.
 			<<else>>
-				quintuplets.
+				<<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 		<<else>>
 			@@.pink;massively pregnant:@@ $he's
@@ -15996,24 +16038,30 @@ $He has
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 3>>
@@ -16024,18 +16072,8 @@ $He has
 				far too many children.
 			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType children.
-			<<elseif $activeSlave.pregType == 9>>
-				nonuplets.
-			<<elseif $activeSlave.pregType == 8>>
-				octuplets.
-			<<elseif $activeSlave.pregType == 7>>
-				septuplets.
-			<<elseif $activeSlave.pregType == 6>>
-				sextuplets.
-			<<elseif $activeSlave.pregType == 5>>
-				quintuplets.
 			<<else>>
-				quadruplets.
+				<<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 		<<else>>
 			@@.pink;massively pregnant:@@ $he's
@@ -16050,24 +16088,30 @@ $He has
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is horrifically overdue; $he should have given birth a staggering <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.25>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is extremely overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth*1.075>>
 			@@.pink;massively pregnant@@ with
 			<<if $activeSlave.pregType == 1>>
 				a single overgrown baby.
-			<<else>>
+			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType overgrown babies.
+			<<else>>
+				overgrown <<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 			$He is very overdue; $he should have given birth <<print ($activeSlave.preg-$activeSlave.pregData.normalBirth)>> weeks ago.
 		<<elseif $activeSlave.pregType > 2>>
@@ -16078,20 +16122,8 @@ $He has
 				far too many children.
 			<<elseif $activeSlave.pregType >= 10>>
 				$activeSlave.pregType children.
-			<<elseif $activeSlave.pregType == 9>>
-				nonuplets.
-			<<elseif $activeSlave.pregType == 8>>
-				octuplets.
-			<<elseif $activeSlave.pregType == 7>>
-				septuplets.
-			<<elseif $activeSlave.pregType == 6>>
-				sextuplets.
-			<<elseif $activeSlave.pregType == 5>>
-				quintuplets.
-			<<elseif $activeSlave.pregType == 4>>
-				quadruplets.
 			<<else>>
-				triplets.
+				<<print pregNumberName($activeSlave.pregType, 2)>>.
 			<</if>>
 		<<else>>
 			@@.pink;massively pregnant:@@ $he's
@@ -16127,20 +16159,8 @@ $He has
 			far too many children.
 		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType children.
-		<<elseif $activeSlave.pregType == 9>>
-			nonuplets.
-		<<elseif $activeSlave.pregType == 8>>
-			octuplets.
-		<<elseif $activeSlave.pregType == 7>>
-			septuplets.
-		<<elseif $activeSlave.pregType == 6>>
-			sextuplets.
-		<<elseif $activeSlave.pregType == 5>>
-			quintuplets.
-		<<elseif $activeSlave.pregType == 4>>
-			quadruplets.
 		<<else>>
-			triplets.
+			<<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 	<<else>>
 		@@.pink;hugely pregnant:@@ $he's
@@ -16163,20 +16183,8 @@ $He has
 			far too many children.
 		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType children.
-		<<elseif $activeSlave.pregType == 9>>
-			nonuplets.
-		<<elseif $activeSlave.pregType == 8>>
-			octuplets.
-		<<elseif $activeSlave.pregType == 7>>
-			septuplets.
-		<<elseif $activeSlave.pregType == 6>>
-			sextuplets.
-		<<elseif $activeSlave.pregType == 5>>
-			quintuplets.
-		<<elseif $activeSlave.pregType == 4>>
-			quadruplets.
 		<<else>>
-			triplets.
+			<<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 	<<else>>
 		@@.pink;very pregnant:@@
@@ -16199,22 +16207,8 @@ $He has
 			far too many children.
 		<<elseif $activeSlave.pregType >= 10>>
 			$activeSlave.pregType children.
-		<<elseif $activeSlave.pregType == 9>>
-			nonuplets.
-		<<elseif $activeSlave.pregType == 8>>
-			octuplets.
-		<<elseif $activeSlave.pregType == 7>>
-			septuplets.
-		<<elseif $activeSlave.pregType == 6>>
-			sextuplets.
-		<<elseif $activeSlave.pregType == 5>>
-			quintuplets.
-		<<elseif $activeSlave.pregType == 4>>
-			quadruplets.
-		<<elseif $activeSlave.pregType == 3>>
-			triplets.
 		<<else>>
-			twins.
+			<<print pregNumberName($activeSlave.pregType, 2)>>.
 		<</if>>
 	<<else>>
 		@@.pink;visibly pregnant.@@
-- 
GitLab