diff --git a/src/events/RE/reBusyMasterSuite.js b/src/events/RE/reBusyMasterSuite.js
index 87d1fc5aad4b4c9b3250226f6234bc1848e4ab69..187e4938f1862fc483f48fcf69d9962d236d3ccc 100644
--- a/src/events/RE/reBusyMasterSuite.js
+++ b/src/events/RE/reBusyMasterSuite.js
@@ -139,8 +139,7 @@ App.Events.REBusyMasterSuite = class REBusyMasterSuite extends App.Events.BaseEv
 					}
 				} else {
 					/* top slave */
-					r += `Finally, ${slave.slaveName}'s ${hole()} is filled by ${penetrator()}, `;
-					r += "who has paused $his thrusting to issue a preemptory order to the slaves to stay where they are, before turning to greet you cheerfully.";
+					r += `Finally, ${slave.slaveName}'s ${hole()} is filled by ${penetrator()}, who has paused ${his} thrusting to issue a preemptory order to the slaves to stay where they are, before turning to greet you cheerfully.`;
 				}
 				seX(nextSlave, "penetrative", slave, mode, 1);
 				return acc + ` ` + r;