diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index e684812c0a09bfd6fa694322269b1a8baac86697..a00b64219f29a2f5129530783a125148f1e5d8d9 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -56,7 +56,7 @@ The author has played several otherwise good H-Games in which it can be hard to
 @@.lime;Lime text@@ means something has grown or improved, which is usually, but not always, good.
 @@.orange;Orange text@@ means something has shrunk or degraded, which is usually, but not always, bad.
 @@.yellowgreen;Yellow-green text@@ indicates a money-related event.
-@@.coral;Coral text@@ is used for simple identifiers that can be used to check a slave's general type at a glance.
+@@.coral;Coral text@@ is used for simple identifiers that can be used to check a slave's general type at a glance, also weakening fetishes.
 @@.pink;Pink text@@ is used when a slave acquires a new fetish or it is discovered.
 @@.lightcoral;Light coral text@@ is used when a slave's fetish strengthens.
 __It is important to note__ that if a scene doesn't have colored text, it doesn't impact a slave's stats. For example, the short sex scenes available from the main screen are for the most part unlimited and have no real gameplay effect: they are for fun and flavor only.
diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index f49decfa546cdad1e7a3ca658db0abb1b779688e..ce08a9d3f00ac7b9d9930a85b82a031ff554592e 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -1100,6 +1100,8 @@ extremely pale -5
 $pronounCap was given @@.orange;a cesarean section@@ due to health concerns. From $possessive womb,
 <<if $slaves[$i].pregType <= 1>>
 	a single baby,
+<<elseif $slaves[$i].pregType >= 40>>
+	a massive brood of $slaves[$i].pregType babies,
 <<elseif $slaves[$i].pregType >= 20>>
 	a brood of $slaves[$i].pregType babies,
 <<elseif $slaves[$i].pregType >= 10>>
@@ -1343,6 +1345,8 @@ She @@.orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled w
 	to nearly a dozen babies throughout the week,
 <<elseif $slaves[$i].pregType <= 1>>
 	to a single baby,
+<<elseif $slaves[$i].pregType >= 40>>
+	to a massive brood of $slaves[$i].pregType babies,
 <<elseif $slaves[$i].pregType >= 20>>
 	to a brood of $slaves[$i].pregType babies,
 <<elseif $slaves[$i].pregType >= 10>>
@@ -1378,8 +1382,12 @@ created by
 <<else>>
 	$daddy's virile cock and balls.
 <</if>>
-<<if $slaves[$i].pregType >= 20>>
-	After several hours of constant birthing, $possessive belly sags softly.
+<<if $slaves[$i].pregType >= 80>>
+	After an entire day of labor and birth, her belly sags heavily.
+<<elseif $slaves[$i].pregType >= 40>>
+	After half a day of labor and birth, her belly sags emptily.
+<<elseif $slaves[$i].pregType >= 20>>
+	After several hours of of labor and birth, $possessive belly sags softly.
 <</if>>
 
 <<if $arcologies[0].FSRestart != "unset">>
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 4f59f3757bab57da16f3061fa690d433ef3051c7..b30e223076813fd56af0be1a0f0177a47a74c377 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -3760,9 +3760,9 @@ She can manage it
 	only with difficulty, since she's not in good shape.
 <<elseif $activeSlave.physicalAge >= 18 && $activeSlave.boobs <= 30000+($activeSlave.muscles*100)>>
 	with ease, since she's in good shape.
-<<elseif $activeSlave.physicalAge >= 13 && $activeSlave.boobs <= 20000+($activeSlave.muscles*50))>>
+<<elseif $activeSlave.physicalAge >= 13 && $activeSlave.boobs <= 20000+($activeSlave.muscles*50)>>
 	with ease, since she's in good shape.
-<<elseif $activeSlave.physicalAge >= 4 && $activeSlave.boobs <= 10000+($activeSlave.muscles*20))>>
+<<elseif $activeSlave.physicalAge >= 4 && $activeSlave.boobs <= 10000+($activeSlave.muscles*20)>>
 	with ease, since she's in good shape.
 <<elseif $activeSlave.physicalAge == 3 && $activeSlave.boobs <= 5000+($activeSlave.muscles*10)>>
 	with ease, since she's in good shape.
diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index fdefd2aec9458f001c75add58d5c43be68cf7b1c..69e8b510e64ebeaca4ebc2118e7454cf37907668 100644
--- a/src/uncategorized/randomNonindividualEvent.tw
+++ b/src/uncategorized/randomNonindividualEvent.tw
@@ -818,7 +818,7 @@
 	<<if $arcologies[0].FSEgyptianRevivalist > random(1,100)>>
 		<<set $events.push("RE FSEgyptianRevivalist acquisition")>>
 	<</if>>
-	<<if $arcologies[0].FSPaternalistDecoration == 100 && $minimumSlaveAge <= 14 && $week >= 100>>
+	<<if $arcologies[0].FSPaternalistDecoration == 100 && $minimumSlaveAge <= 14 && $week >= 100 && $swanSong != 1>>
 		<<set $recruit.push("paternalist swan song")>>
 	<</if>>
 	<<set $FSNonconformistEvents = []>>
diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw
index 7adef3a19988555fa4d4fcd0a56a13aff81a3e38..e53611dc7e26a9be37f13cf84d215856d2fab843 100644
--- a/src/uncategorized/reRecruit.tw
+++ b/src/uncategorized/reRecruit.tw
@@ -212,6 +212,8 @@ A young <<if $activeSlave.physicalAge < 13>>girl<<elseif $activeSlave.physicalAg
 
 <<case "paternalist swan song">>
 
+<<set $swanSong = 1>>
+
 <<set $activeSlaveOneTimeMinAge = 10>>
 <<set $activeSlaveOneTimeMaxAge = 14>>
 <<include "Generate New Slave">>
diff --git a/src/uncategorized/scheduledEvent.tw b/src/uncategorized/scheduledEvent.tw
index 20c7ba299586c7dc7dca78107bb6a96448b508b9..715f9304575bbeaf10d8b1addc1b68bb4dd85d50 100644
--- a/src/uncategorized/scheduledEvent.tw
+++ b/src/uncategorized/scheduledEvent.tw
@@ -3,7 +3,7 @@
 <<set $showEncyclopedia = 0>>
 
 <<if $expired == 1>>
-	<<set $expiree = 0>>
+	<<set $activeSlave = $slaves.find(function(s) { return s.ID == $expiree.ID; }), $expiree = 0>>
 	<<include "Remove activeSlave">>
 	<<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaves[$i].indenture == 0>>
diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw
index 99545c4d663af82835fd8c8fa3c3922c172a00f0..56bb7a2b1148ff5ef1d8e14eae832e35edd96411 100644
--- a/src/uncategorized/seBirth.tw
+++ b/src/uncategorized/seBirth.tw
@@ -284,8 +284,10 @@ As a human cow, she @@.orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but
 	to nearly a dozen calves throughout the week.
 <<elseif $slaves[$i].pregType <= 1>>
 	to a single calf.
+<<elseif $slaves[$i].pregType >= 40>>
+	to a massive brood of $slaves[$i].pregType calves. After half a day of labor and birth, her belly sags softly.
 <<elseif $slaves[$i].pregType >= 20>>
-	to a brood of $slaves[$i].pregType calves.  After several hours of constant, birthing, her belly sags softly.
+	to a brood of $slaves[$i].pregType calves. After several hours of labor and birth, her belly sags softly.
 <<elseif $slaves[$i].pregType >= 10>>
 	to a squirming pile of $slaves[$i].pregType calves.
 <<elseif $slaves[$i].pregType == 9>>
@@ -367,6 +369,8 @@ Childbirth has @@.lime;stretched out her vagina.@@
 $pronounCap was given @@.orange;a cesarean section@@ due to health concerns. From $possessive womb,
 <<if $slaves[$i].pregType <= 1>>
 	a single baby,
+<<elseif $slaves[$i].pregType >= 40>>
+	a massive brood of $slaves[$i].pregType babies,
 <<elseif $slaves[$i].pregType >= 20>>
 	a brood of $slaves[$i].pregType babies,
 <<elseif $slaves[$i].pregType >= 10>>
@@ -594,6 +598,8 @@ She @@.orange;gave birth@@<<if $slaves[$i].pregType >= 50>> but her overfilled w
 	to nearly a dozen babies throughout the week,
 <<elseif $slaves[$i].pregType <= 1>>
 	to a single baby,
+<<elseif $slaves[$i].pregType >= 40>>
+	to a massive brood of $slaves[$i].pregType balies,
 <<elseif $slaves[$i].pregType >= 20>>
 	to a brood of $slaves[$i].pregType babies,
 <<elseif $slaves[$i].pregType >= 10>>
@@ -629,8 +635,12 @@ created by
 <<else>>
 	$daddy's virile cock and balls.
 <</if>>
-<<if $slaves[$i].pregType >= 20>>
-	After several hours of constant birthing, $possessive belly sags softly.
+<<if $slaves[$i].pregType >= 80>>
+	After an entire day of labor and birth, her belly sags heavily.
+<<elseif $slaves[$i].pregType >= 40>>
+	After half a day of labor and birth, her belly sags emptily.
+<<elseif $slaves[$i].pregType >= 20>>
+	After several hours of of labor and birth, $possessive belly sags softly.
 <</if>>
 
 <<if $arcologies[0].FSRestart != "unset">>
diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw
index f1de33f5bd9473fb0bb766ffb21a691918ecb110..6300a6952568fd75b586ad4a433d18aeab4fb1f3 100644
--- a/src/uncategorized/seExpiration.tw
+++ b/src/uncategorized/seExpiration.tw
@@ -47,6 +47,12 @@ Since she is mindbroken, there is precisely no chance that she will be able to l
 	<<set $cash -= 1000>>
 	<<set $ACitizens -= 1>>
 	<<set $expired = 0>><<set $expiree = 0>>
+	<<for $i = 0; $i < $slaves.length; $i++>>
+	<<if $slaves[$i].indenture == 0>>
+		<<set $expiree = $slaves[$i]>>
+		<<break>>
+	<</if>>
+	<</for>>
 	<</replace>>
 <</link>> //This cost ¤1000//
 <<else>>//You cannot afford to do this//
@@ -80,6 +86,12 @@ She has been trying desperately hard not to think about this trying situation, b
 	<<set $cash -= 1000>>
 	<<set $ACitizens -= 1>>
 	<<set $expired = 0>><<set $expiree = 0>>
+	<<for $i = 0; $i < $slaves.length; $i++>>
+	<<if $slaves[$i].indenture == 0>>
+		<<set $expiree = $slaves[$i]>>
+		<<break>>
+	<</if>>
+	<</for>>
 	<</replace>>
 <</link>> //This will cost ¤1000//
 <<else>>//You cannot afford to do this//
@@ -115,6 +127,12 @@ at the moment of her scheduled emancipation, she seems to be struggling to expre
 	<<set $cash -= $slaveCost>>
 	<<set $ACitizens -= 1>>
 	<<set $expired = 0>><<set $expiree = 0>>
+	<<for $i = 0; $i < $slaves.length; $i++>>
+	<<if $slaves[$i].indenture == 0>>
+		<<set $expiree = $slaves[$i]>>
+		<<break>>
+	<</if>>
+	<</for>>
 	<</replace>>
 <</link>> //This will cost ¤$slaveCost//
 <<else>>//You cannot afford to do this//
@@ -142,6 +160,12 @@ at the moment of her scheduled emancipation, she seems willing to consider a sho
 	<<set $cash -= $slaveCost>>
 	<<set $ACitizens -= 1>>
 	<<set $expired = 0>><<set $expiree = 0>>
+	<<for $i = 0; $i < $slaves.length; $i++>>
+	<<if $slaves[$i].indenture == 0>>
+		<<set $expiree = $slaves[$i]>>
+		<<break>>
+	<</if>>
+	<</for>>
 	<</replace>>
 <</link>> //This will cost ¤$slaveCost//
 <<else>>//You cannot afford to do this//