From 75f616b1479724695a53ef9684e4d2e7496e4063 Mon Sep 17 00:00:00 2001 From: Jhortrax <d1@trashemail.in> Date: Thu, 10 Feb 2022 12:33:59 +0000 Subject: [PATCH] Update reBoomerang.js: Fix display error of Assistant's speech being rendered with slave's speech patterns --- src/events/RE/reBoomerang.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/RE/reBoomerang.js b/src/events/RE/reBoomerang.js index 2c8facc45b8..ef3745eb064 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.`); } -- GitLab