diff --git a/src/uncategorized/brothelReport.js b/src/uncategorized/brothelReport.js
index 79f09c3ed4e53e2a749d32ce37d82ccfd079c87c..7b020d5d55106526e4076e3f27553e5edcda2cdf 100644
--- a/src/uncategorized/brothelReport.js
+++ b/src/uncategorized/brothelReport.js
@@ -166,11 +166,10 @@ globalThis.brothelReport = function() {
 					} else {
 						r.push(`${He} would like to show off ${slave.slaveName}'s huge udders, but ${slave.slaveName} `);
 						if (slave.lactation === 0) {
-							r.push(`isn't producing milk anymore`);
+							r.push(`isn't producing milk anymore.`);
 						} else {
-							r.push(`doesn't exactly have huge udders anymore`);
+							r.push(`doesn't exactly have huge udders anymore.`);
 						}
-						r.push(`.`);
 					}
 				}
 			} else if (slave.prestigeDesc === "${He} is remembered for winning best in show as a cockmilker.") {
@@ -185,15 +184,14 @@ globalThis.brothelReport = function() {
 					if (((slave.balls > 5) && (slave.dick !== 0)) || ((slave.balls > 4) && (slave.dick !== 0) && (slave.prostate > 1))) {
 						r.push(`${He} shows off ${slave.slaveName}}'s copious loads by putting a condom over ${his2} dick and teasing ${him2} till ${he2} bursts it. The show draws multiple clients that want to play with ${his2} oversized junk and messy orgasms.`);
 					} else {
-						r.push(`${He} would love to show off ${slave.slaveName}}'s copious loads, but slave.slaveName`);
+						r.push(`${He} would love to show off ${slave.slaveName}}'s copious loads, but`);
 						if (slave.dick === 0) {
-							r.push(` doesn't have a dick`);
+							r.push(`${slave.slaveName} doesn't have a dick.`);
 						} else if (slave.balls === 0) {
-							r.push(`'s not producing cum`);
+							r.push(`${slave.slaveName}'s not producing cum.`);
 						} else {
-							r.push(`'s orgasms just aren't messy enough`);
+							r.push(`${slave.slaveName}'s orgasms just aren't messy enough.`);
 						}
-						r.push(`.`);
 					}
 				}
 			} else if (slave.prestigeDesc === "${He} is remembered for winning best in show as a breeder.") {
@@ -202,15 +200,14 @@ globalThis.brothelReport = function() {
 				} else if (canGetPregnant(slave)) {
 					r.push(`${He} makes sure to play off ${slave.slaveName}}'s fame and fertility by enticing potential customers to be the one to claim ${his2} womb by filling it with their child.`);
 				} else {
-					r.push(`${He} would love to play off of ${slave.slaveName}}'s fame and fertility, but unfortunately ${he2} `);
+					r.push(`${He} would love to play off of ${slave.slaveName}}'s fame and fertility, but unfortunately ${he2}`);
 					if (slave.pregKnown === 1 && slave.bellyPreg < 1500) {
-						r.push(`is already pregnant and not far enough along to show it`);
+						r.push(`is already pregnant and not far enough along to show it.`);
 					} else if (slave.pregKnown === 1 && slave.bellyPreg < 5000) {
-						r.push(`already pregnant, but not enough to be exciting`);
+						r.push(`already pregnant, but not enough to be exciting.`);
 					} else {
-						r.push(`is unable to get knocked up`);
+						r.push(`is unable to get knocked up.`);
 					}
-					r.push(`.`);
 				}
 			}
 			App.Events.addNode(el, r);