From 0fcabcd5f6f35adeba52bd1a68c0d7197df7e952 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Tue, 22 Sep 2020 15:58:53 -0700 Subject: [PATCH] Fix missing string interpolation --- src/personalAssistant/assistantAppearance.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/personalAssistant/assistantAppearance.js b/src/personalAssistant/assistantAppearance.js index eec80955491..7f3d031e024 100644 --- a/src/personalAssistant/assistantAppearance.js +++ b/src/personalAssistant/assistantAppearance.js @@ -145,7 +145,7 @@ globalThis.PersonalAssistantAppearance = function() { } else if (paSeed === 7 && V.assistant.market) { r.push(`${HeA}'s accompanied by your market assistant's tribes ${womanM} avatar.`); if (V.assistant.market.relationship === "cute") { - r.push(`They're chatting companionably as ${V.assistant.name} stretches and the market assistant's avatar does a complex calculation on ${hisM} fingers. V.assistant.name is telling a long story, and the market assistant is listening kindly.`); + r.push(`They're chatting companionably as ${V.assistant.name} stretches and the market assistant's avatar does a complex calculation on ${hisM} fingers. ${V.assistant.name} is telling a long story, and the market assistant is listening kindly.`); } else if (V.assistant.market.relationship === "nonconsensual") { r.push(`${V.assistant.name} is taking ${hisA} tribal slave from behind. It's technically tribbing, since all ${heA}'s doing is grinding ${hisA} cunt against the market assistant's, but the poor little tribes ${womanM} is being fucked hard regardless.`); } else if (V.assistant.market.relationship === "incestuous") { @@ -277,7 +277,7 @@ globalThis.PersonalAssistantAppearance = function() { } else if (V.assistant.market.relationship === "incestuous") { r.push(`They're making faces at each other and giggling, but as you watch them, this degenerates rapidly into clumsy kissing, groping of each others' breasts, and finally some enthusiastic tribbing.`); } else { - r.push(`${V.assistant.name} is giving the market assistant's avatar oral, and to go by the bespectacled ${girlM}'s gasping, is doing a good job. V.assistant.name finishes and leans back, wiping ${hisA} mouth and grinning as ${hisA} lover bends over to return the favor.`); + r.push(`${V.assistant.name} is giving the market assistant's avatar oral, and to go by the bespectacled ${girlM}'s gasping, is doing a good job. ${V.assistant.name} finishes and leans back, wiping ${hisA} mouth and grinning as ${hisA} lover bends over to return the favor.`); } } else { r.push(`${HeA}'s watching you attentively, waiting for a chance to be helpful. When ${heA} sees your glance, ${HeA} smiles hopefully, sticks out ${hisA} chest a little, and turns from side to side to show off.`); -- GitLab