diff --git a/src/events/RE/rePregInventorInvite.js b/src/events/RE/rePregInventorInvite.js
index 699c70ad9dd2c9ccc24ed363343e500b73b6ea6a..ba0073f680fd49ea809477d8b838cfa029d1dbe5 100644
--- a/src/events/RE/rePregInventorInvite.js
+++ b/src/events/RE/rePregInventorInvite.js
@@ -46,7 +46,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 			} else if ((slave.boobsImplant / slave.boobs) >= .60) {
 				r.push(`grin and pushes ${his} augmented tits together to give you a view of ${his} impressive cleavage.`);
 			} else if (slave.boobs >= 3000) {
-				r.push(`grin and hefts one of ${his} massive breasts${(hasBothArms(slave)) ? `with both hands` : ``}, sucking on ${his} nipple to give you a show while you wait.`);
+				r.push(`grin and hefts one of ${his} massive breasts${(hasBothArms(slave)) ? ` with both hands` : ``}, sucking on ${his} nipple to give you a show while you wait.`);
 			} else {
 				r.push(`grin and tweaks the nipples on ${his} pert breasts.`);
 			}
@@ -65,7 +65,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 			r.push(`blushes and wiggles ${his} stumps, looking down.`);
 		}
 		if (canTalk(slave)) {
-			r.push(`"${Master}," ${he} ${say}s, "I love being your hyperpregnant brood slave. My poor ${(slave.mpreg === 1) ? `` : `ass`}pussy weeps every time a baby passes through it, and so many have passed through — and, ${Master}, it hurts, sometimes, but I love the feeling of my body stretching fuller and fuller with life every day. There's nothing I want more than to be your`);
+			r.push(`"${Master}," ${he} ${say}s, "I love being your hyperpregnant brood slave. My poor ${(slave.mpreg === 1) ? `ass` : ``}pussy weeps every time a baby passes through it, and so many have passed through — and, ${Master}, it hurts, sometimes, but I love the feeling of my body stretching fuller and fuller with life every day. There's nothing I want more than to be your`);
 			if (SlaveStatsChecker.checkForLisp(slave)) {
 				r.push(lispReplace(SlaveTitle(slave)));
 			} else {
@@ -116,7 +116,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 		]);
 
 		function no() {
-			const frag = new DocumentFragment();
+			let frag = document.createDocumentFragment();
 			let r = [];
 			r.push(`You calmly explain to your baby-filled broodmother that ${he} is property and expected to fulfill ${his} duties, not to think. ${He} is not to pursue this matter further.`);
 			if (slave.trust < -95) {
@@ -166,7 +166,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 						r.push(`${He} is mute and limbless, so it is nearly impossible for ${him} to communicate ${his} feelings without a great deal of forward planning and help from your AI assistant. Despite this, you can tell ${he}'s disappointed.`);
 					}
 				}
-				App.Events.addParagraph(node, r);
+				App.Events.addParagraph(frag, r);
 				r = [];
 				if (hasAnyCyberneticEyes(slave)) {
 					r.push(`${His} pretty ${App.Desc.eyesColor(slave, "bionic")} flash a shade cooler than normal and you can tell ${he}'s struggling to accept your decision.`);
@@ -183,7 +183,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 		}
 
 		function yes() {
-			const frag = new DocumentFragment();
+			let frag = document.createDocumentFragment();
 			let r = [];
 			r.push(`Being so close to the near-bursting womb of your slave for so long has got your loins stirring, and you hop up onto your desk, bringing your`);
 			if (V.PC.dick !== 0) {
@@ -261,7 +261,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 					}
 				}
 			}
-			App.Events.addParagraph(node, r);
+			App.Events.addParagraph(frag, r);
 			r = [];
 			r.push(`You congratulate yourself on having made the right decision as ${slave.slaveName} <span class="devotion inc">grows ever closer to you,</span> and ever larger in ${his} middle, over the course of the next week.`);
 			slave.devotion += 5;
@@ -271,7 +271,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 		}
 
 		function fund() {
-			const frag = new DocumentFragment();
+			let frag = document.createDocumentFragment();
 			let r = [];
 			r.push(`You are intrigued by ${his} offer.`);
 			if (hasAnyArms(slave)) {
@@ -318,7 +318,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 			} else {
 				r.push(`your fingers.`);
 			}
-			App.Events.addParagraph(node, r);
+			App.Events.addParagraph(frag, r);
 			r = [];
 			if (canTalk(slave)) {
 				r.push(`"Ooh, ${Master}," your slave ${say}s, "if you keep this up you'll wake the babies."`);
@@ -329,7 +329,7 @@ App.Events.rePregInventorInvite = class rePregInventorInvite extends App.Events.
 					r.push(`The skin of your slave's monumental belly flushes red and ${he} wiggles ${his} stumps in combined embarrassment and arousal.`);
 				}
 			}
-			App.Events.addParagraph(node, r);
+			App.Events.addParagraph(frag, r);
 			r = [];
 			r.push(`Despite ${his} complaints, ${he} doesn't seem to mind once you start really fucking ${him} senseless.`);
 			r.push(VCheck.Vaginal(slave, 1));