diff --git a/src/events/RESS/review/heavyPiercing.js b/src/events/RESS/review/heavyPiercing.js
index f51e22078c50d42f0063705084a84723a0b43826..700b8e259c01f9ca2e311ff02c0c6ad3506aae8b 100644
--- a/src/events/RESS/review/heavyPiercing.js
+++ b/src/events/RESS/review/heavyPiercing.js
@@ -57,7 +57,7 @@ App.Events.RESSHeavyPiercing = class RESSHeavyPiercing extends App.Events.BaseEv
 				r.push(`with ${his} legs spread,`);
 			}
 			if (eventSlave.belly >= 50000) {
-				r.push(`, belly brushing the floor,`);
+				r.push(r.pop() + `, belly brushing the floor,`);
 			}
 			if (canSee(eventSlave)) {
 				r.push(`blindfold ${him},`);
diff --git a/src/npc/interaction/fDance.js b/src/npc/interaction/fDance.js
index f058b5a22116dc92cdbb00dceb46dfe33f92f393..466ffa260eb2836a00585cb8188055c61b5c4673 100644
--- a/src/npc/interaction/fDance.js
+++ b/src/npc/interaction/fDance.js
@@ -910,7 +910,7 @@ App.Interact.fDance = function(slave) {
 					r.push(`s`);
 				}
 			}
-			r.push(`, but is open in front, leaving ${his}`);
+			r.push(r.pop() + `, but is open in front, leaving ${his}`);
 			if (slave.boobs > 4000) {
 				r.push(`boobs completely bare. It tucks into a golden belt, though this is buried under ${his} breasts.`);
 			} else if (slave.boobs > 300) {
diff --git a/src/pregmod/FCTV/FCTVshows.js b/src/pregmod/FCTV/FCTVshows.js
index c9a7901f3aafeb520f33d54616f3cf3c10013aa9..4c36f4463a6ddd65432bb0a15c4c27b483dac9ca 100644
--- a/src/pregmod/FCTV/FCTVshows.js
+++ b/src/pregmod/FCTV/FCTVshows.js
@@ -1508,9 +1508,11 @@ App.Data.FCTV.channels = {
 					if (V.purchasedSagBGone === 1) {
 						r.push(`You've already made the mistake of ordering the sham of a product. While it gave you a great excuse to fondle breasts, it's not like you needed one in the first place.</p>`);
 						if (S.Concubine && canTalk(S.Concubine)) {
-							r.push(`<p>`);
-							r.push(Spoken(S.Concubine, `"I told you it wouldn't work, ${Master}. Plus you know you can touch these anytime!"`));
-							r.push(`${S.Concubine.slaveName} shakes ${his} chest at you.</p>`);
+							r.push(
+								`<p>`,
+								Spoken(S.Concubine, `"I told you it wouldn't work, ${Master}. Plus you know you can touch these anytime!"`),
+								`${S.Concubine.slaveName} shakes ${his} chest at you.</p>`
+							);
 						}
 					} else {
 						if (FCTV.channelCount(11, 1, 'gt')) {