diff --git a/src/events/RE/reBoomerang.js b/src/events/RE/reBoomerang.js
index 2c8facc45b85f68fbbff4e67dc23ac01b8645b79..ef3745eb0644ba2a66d56a2dc0679187a3e6f03f 100644
--- a/src/events/RE/reBoomerang.js
+++ b/src/events/RE/reBoomerang.js
@@ -44,7 +44,7 @@ App.Events.REBoomerang = class REBoomerang extends App.Events.BaseEvent {
 
 		r.push(`Your work is interrupted by ${V.assistant.name} with an alert from the entrance to the penthouse.`);
 		if (V.assistant) {
-			r.push(Spoken(slave, `"${properTitle()}," ${heA} says, "you're going to want to see this."`));
+			r.push(`"${properTitle()}," ${heA} says, "you're going to want to see this."`);
 		} else {
 			r.push(`${HeA}'s got the incident flagged as not fitting into any of the usual categories of disturbance, and requests your attention.`);
 		}