From bcd4bcdf71afa4af4401031ed706020a093e84e7 Mon Sep 17 00:00:00 2001
From: lowercase-donkey <lowercasedonkey@gmail.com>
Date: Fri, 28 Jun 2019 18:27:11 -0400
Subject: [PATCH] demoness fix

---
 src/interaction/main/toychest.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/interaction/main/toychest.js b/src/interaction/main/toychest.js
index 78965d47422..6d585abbae9 100644
--- a/src/interaction/main/toychest.js
+++ b/src/interaction/main/toychest.js
@@ -135,7 +135,7 @@ App.Interact.ToyChest = function(slave) {
 				if (V.PC.title === 0) {
 					r += `ess`;
 				}
-				r += `in this office, and ${he} serves `;
+				r += ` in this office, and ${he} serves `;
 				if (V.PC.title === 0) {
 					r += `her.`;
 				} else {
-- 
GitLab