From d1b42300348d774e25ac6a5765cd29e6df0d8510 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 29 Aug 2020 18:45:38 -0700 Subject: [PATCH] Stray quotes --- src/npc/generate/newSlaveIntro.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index b5746e7a237..a9eaff98265 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -1456,7 +1456,7 @@ App.UI.newSlaveIntro = function(slave, slave2 = V.eventSlave) { choice({ get linkName() { const {sister2} = getPronouns(slave2).appendSuffix('2'); - return `"Use ${his} little ${sister2} as an example`; + return `Use ${his} little ${sister2} as an example`; }, result: function(slave) { const r = []; @@ -1521,7 +1521,7 @@ App.UI.newSlaveIntro = function(slave, slave2 = V.eventSlave) { choice({ get linkName() { const {sister2} = getPronouns(slave2).appendSuffix('2'); - return `"Use ${his} ${sister2} as an example`; + return `Use ${his} ${sister2} as an example`; }, result: function(slave) { const r = []; -- GitLab