From 6c1c9bf64c1fb3abe8853ee26b64d180e4663bca Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Tue, 21 Jul 2020 19:08:55 -0400
Subject: [PATCH] Undo

---
 src/events/RESS/obedientBitchy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/RESS/obedientBitchy.js b/src/events/RESS/obedientBitchy.js
index a1b6be2545a..0160fea0072 100644
--- a/src/events/RESS/obedientBitchy.js
+++ b/src/events/RESS/obedientBitchy.js
@@ -38,7 +38,7 @@ App.Events.RESSObedientBitchy = class RESSObedientBitchy extends App.Events.Base
 		if (canStand(eventSlave)) {
 			t.push(`another slave.`);
 		} else {
-			t.push(`her aide.`);
+			t.push(`${her} aide.`);
 		}
 		t.push(`Anger flashes in the businesswoman's eyes.`);
 
-- 
GitLab