diff --git a/src/events/PESS/pessTiredCollectrix.js b/src/events/PESS/pessTiredCollectrix.js
index b67f6781c0cdbbf631c724d1a8ae2dc60efb7bbc..931d1aea84e84bbeb3c84949a1a6067814550561 100644
--- a/src/events/PESS/pessTiredCollectrix.js
+++ b/src/events/PESS/pessTiredCollectrix.js
@@ -29,7 +29,7 @@ App.Events.pessTiredCollectrix = class pessTiredCollectrix extends App.Events.Ba
 		if (canTalk(S.Milkmaid)) {
 			const {say: say, title: Master} = getEnunciation(S.Milkmaid);
 			r.push(
-				Spoken(S.Milkmaid, `"${Master}, I've fucked a lot of assholes today. There's ${cumSlaves().length} cumslaves in the dairy, and I fucked them all up the butt at least once. Most of them more than once. My poor cock isa little sore, ${Master},"`),
+				Spoken(S.Milkmaid, `"${Master}, I've fucked a lot of assholes today. There's ${cumSlaves().length} cumslaves in the dairy, and I fucked them all up the butt at least once. Most of them more than once. My poor cock is a little sore, ${Master},"`),
 				`${he} ${say}s.`
 			);
 		} else {
diff --git a/src/events/RESS/devotedFearfulSlave.js b/src/events/RESS/devotedFearfulSlave.js
index d273a201b86e1d2c0e647c3dd6dc1340c9619ac2..93fe34c47ac5f02ffa07ff95d5b57a3b9974fe14 100644
--- a/src/events/RESS/devotedFearfulSlave.js
+++ b/src/events/RESS/devotedFearfulSlave.js
@@ -42,7 +42,7 @@ App.Events.RESSDevotedFearfulSlave = class RESSDevotedFearfulSlave extends App.E
 			t.push(`tab of`);
 		}
 
-		t.push(`${V.PC.refreshment} brought in to you. This time`, contextualIntro(V.PC, eventSlave, true), `has been sent to deliver it. ${He} loves you, but fears you simultaneously. Such relationships were not uncommon before the advent of modern slavery, but they are especially prevalent in its wake, as fear has proven a highly effective control method for those slaveowners with the inclination and relative lack of conscience to utilize it as such. You hurriedly put the finishing touches on your work, eager to be done, and then reach for your ${V.PC.refreshment}. ${eventSlave.slaveName} flinches at your sudden movement, taking a few frightened steps back, nearly dropping the serving tray and leaving you grasping at thin air. It was a simple fear response; ${he} didn't realize you were ready for your treat and instinctively thought you were reaching out to strike ${him}. Tears swell up in ${his} eyes as ${he} apologizes profusely.`);
+		t.push(`${V.PC.refreshment} brought in to you. This time`, contextualIntro(V.PC, eventSlave, true), `has been sent to deliver it. ${He} loves you, but fears you simultaneously. Such relationships were not uncommon before the advent of modern slavery, but they are especially prevalent in its wake, as fear has proven a highly effective control method for those slaveowners with the inclination and relative lack of conscience to utilize it as such. You hurriedly put the finishing touches on your work, eager to be done, and then reach for your ${V.PC.refreshment}. ${eventSlave.slaveName} flinches at your sudden movement, taking a few frightened steps back, nearly dropping the serving tray and leaving you grasping at thin air. It was a simple fear response; ${he} didn't realize you were ready for your treat and instinctively thought you were reaching out to strike ${him}. Tears well up in ${his} eyes as ${he} apologizes profusely.`);
 
 		App.Events.addParagraph(node, t);
 
diff --git a/src/events/RESS/permittedMasturbation.js b/src/events/RESS/permittedMasturbation.js
index f3c838201064abf06cc7aa63e273f9294d156bc2..9b27d4dbf88909a07af0d0f78395d50f6049c2c2 100644
--- a/src/events/RESS/permittedMasturbation.js
+++ b/src/events/RESS/permittedMasturbation.js
@@ -351,7 +351,7 @@ App.Events.RESSPermittedMasturbation = class RESSPermittedMasturbation extends A
 			}
 			r.push(`shoulders,`);
 			if (eventSlave.fetish === "submissive") {
-				r.push(`but ${he} relaxes into submissive compliance as you slide it up to the nape of ${his} neck, grinding ${his} face deeper into the pillow. ${He} gives muffled whines of happiness as you give ${him} some light spanks before`);
+				r.push(`but ${he} relaxes into submissive compliance as you slide them up to the nape of ${his} neck, grinding ${his} face deeper into the pillow. ${He} gives muffled whines of happiness as you give ${him} some light spanks before`);
 				if (canDoVaginal(eventSlave) && (eventSlave.vagina > 0 || !canDoAnal(eventSlave) || eventSlave.anus === 0)) {
 					r.push(`hilting yourself in ${him}`);
 					didVaginal = true;
@@ -528,7 +528,7 @@ App.Events.RESSPermittedMasturbation = class RESSPermittedMasturbation extends A
 				r.push(`You push the other ${girlU} unceremoniously down onto ${eventSlave.slaveName}, making ${himU} give ${eventSlave.slaveName} some oral while you spank ${himU} and then roughly fuck ${hisU} ass. ${eventSlave.slaveName} enjoys ${himself} immensely, jerking with pleasure every time you strike or sodomize the poor ${girlU} hard enough to make ${himU} scream into ${eventSlave.slaveName}.`);
 				seX(eventSlave, "oral", V.PC, "penetrative");
 			} else if (eventSlave.fetish === "masochist") {
-				r.push(`but ${he} relaxes into submissive compliance as you slide it up to the nape of ${his} neck, grinding ${his} face deeper into the pillow. ${He} gives muffled whines of mixed pain and pleasure as you give ${him} some hard spanks before`);
+				r.push(`but ${he} relaxes into submissive compliance as you slide them up to the nape of ${his} neck, grinding ${his} face deeper into the pillow. ${He} gives muffled whines of mixed pain and pleasure as you give ${him} some hard spanks before`);
 				if (canDoVaginal(eventSlave) && (eventSlave.vagina > 0 || !canDoAnal(eventSlave) || eventSlave.anus === 0)) {
 					r.push(`ramming it in so hard you nearly pierce through ${his} cervix and start relentlessly pounding. ${He} climaxes repeatedly to the pain, screaming helplessly as ${his} orgasms force ${him} to unwillingly buck against the invading phallus.`);
 					didVaginal = true;
diff --git a/src/events/RESS/review/sexySuccubus.js b/src/events/RESS/review/sexySuccubus.js
index 8bbfce116ed194c75d387a604fe6353eb3075e78..31a073b7cb07b23638335ef75561429e4c984e9c 100644
--- a/src/events/RESS/review/sexySuccubus.js
+++ b/src/events/RESS/review/sexySuccubus.js
@@ -167,9 +167,9 @@ App.Events.RESSSexySuccubus = class RESSSexySuccubus extends App.Events.BaseEven
 				} else {
 					r.push(`bloated`);
 				}
-				r.push(`bulk up`);
+				r.push(`bulk up,`);
 			} else {
-				r.push(`gets to ${his} feet`);
+				r.push(`gets to ${his} feet,`);
 			}
 			r.push(`licking ${his} lips and patting ${his} ${belly} stomach.`);
 			if (eventSlave.belly >= 1500) {
diff --git a/src/events/recFS/recfsRepopulationEfforts.js b/src/events/recFS/recfsRepopulationEfforts.js
index 2458e32e048d1b3eb69863de3c9638b209485b83..d3b1256b8a11879540b3de42a2a1d0155ddb725d 100644
--- a/src/events/recFS/recfsRepopulationEfforts.js
+++ b/src/events/recFS/recfsRepopulationEfforts.js
@@ -65,7 +65,7 @@ App.Events.recFSRepopulationEfforts = class recFSRepopulationEfforts extends App
 		function enslave() {
 			const frag = new DocumentFragment();
 			r = [];
-			r.push(`When ${he} arrives, ${he} comes directly to your to your penthouse for enslavement. ${He} wears an excited expression, having seen so many pregnant women on the way there, ${he} can barely contain ${his} enthusiasm. ${He} eagerly strips for inspection revealing ${his} moist pussy, it seems ${he} may be more into pregnancy then ${he} let on.`);
+			r.push(`When ${he} arrives, ${he} comes directly to your penthouse for enslavement. ${He} passes many heavily pregnant women along the way, and barely restrains an expression of excited lust as ${he} greets you. When ${he} eagerly strips for inspection, ${his} pussy is visibly moist; it seems ${he} may be more into pregnancy than ${he} let on.`);
 
 			r.push(App.UI.newSlaveIntro(slave));
 			App.Events.addParagraph(frag, r);
@@ -74,7 +74,7 @@ App.Events.recFSRepopulationEfforts = class recFSRepopulationEfforts extends App
 
 		function sell() {
 			cashX(cost, "slaveTransfer");
-			return `When ${he} arrives, ${he} comes directly to your to your penthouse for enslavement. ${He} wears an excited expression, having seen so many pregnant women on the way there, ${he} can barely contain ${his} enthusiasm. ${He} eagerly strips for inspection revealing ${his} moist pussy, it seems ${he} may be more into pregnancy then ${he} let on. You shake your head to ${him} as a purchaser's agent appears to take ${him} away. ${He} asks if ${he}'ll still be impregnated and the agent nods approvingly. ${He} seems slightly downtrodden that ${he} won't be yours but ${he} accepts the fact that ${he}'ll still be useful to your future.`;
+			return `When ${he} arrives, ${he} comes directly to your penthouse for enslavement. ${He} passes many heavily pregnant women along the way, and barely restrains an expression of excited lust as ${he} greets you. When ${he} eagerly strips for inspection, ${his} pussy is visibly moist; it seems ${he} may be more into pregnancy than ${he} let on. As a purchaser's agent appears to take ${him} away, ${he} asks if ${he}'ll still be impregnated, and the agent nods approvingly. ${He} seems slightly disheartened that ${he} won't be yours, but ${he} accepts the fact that ${he}'ll still be useful to your future.`;
 		}
 	}
 };
diff --git a/src/pregmod/FCTV/FCTVshows.js b/src/pregmod/FCTV/FCTVshows.js
index 11b942b47265a91f3694be10da6547ecbac94515..9b2595c34a9c39b495f42cab34146372e589a232 100644
--- a/src/pregmod/FCTV/FCTVshows.js
+++ b/src/pregmod/FCTV/FCTVshows.js
@@ -393,6 +393,27 @@ App.Data.FCTV.actors = {
 		slave.clothes = "a string bikini";
 		return slave;
 	},
+	get mindyBloated() {
+		const slave = GenerateNewSlave("XX");
+		slave.devotion = 100;
+		slave.trust = 100;
+		slave.hLength = 50;
+		slave.hStyle = "luxurious";
+		slave.hColor = "strawberry blonde";
+		slave.boobs = 1400;
+		slave.nipples = "huge";
+		slave.boobShape = "perky";
+		slave.areolae = 4;
+		slave.waist = 180;
+		slave.butt = 3;
+		slave.hips = 3;
+		slave.clothes = "a string bikini";
+		slave.inflation = 2;
+		slave.inflationType = "milk";
+		slave.inflationMethod = 1;
+		SetBellySize(slave);
+		return slave;
+	},
 	get mike() {
 		const slave = GenerateNewSlave("XY");
 		slave.dick = 7;
@@ -1381,7 +1402,7 @@ App.Data.FCTV.channels = {
 			{
 				get slaves() {
 					return [
-						App.Data.FCTV.actors.mindy,
+						App.Data.FCTV.actors.mindyBloated,
 						App.Data.FCTV.actors.mike
 					];
 				},