From 1c4a1e202d44bdb232de8c2e805a5463408e3c90 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 11 Aug 2021 00:33:40 -0400 Subject: [PATCH] space --- src/events/PESS/pessMadamStrategy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/PESS/pessMadamStrategy.js b/src/events/PESS/pessMadamStrategy.js index dc7335a11c4..9e2575e66ba 100644 --- a/src/events/PESS/pessMadamStrategy.js +++ b/src/events/PESS/pessMadamStrategy.js @@ -81,7 +81,7 @@ App.Events.pessMadamStrategy = class pessMadamStrategy extends App.Events.BaseEv } } } - return `You call ${S.Madam.slaveName} up to your office; ${he} enters with the clear anticipation of being thrown over your desk, but instead finds ${himself} sitting across it from you, taking part in a three-way inventory review with you and ${V.assistant.name}. The three of you carefully review the appearance of each of ${his} whores. ${He} is <span class="devotion inc">properly deferential,</span> but definitely has insight to offer about how many of them appeal to customers. With ${his} input, you put together a plan to <span class="limegreen">correct</span> their deficiencies when they can be pulled out of a shift for a quick surgical improvement.`; //TODO: the fuck is a limegreen + return `You call ${S.Madam.slaveName} up to your office; ${he} enters with the clear anticipation of being thrown over your desk, but instead finds ${himself} sitting across it from you, taking part in a three-way inventory review with you and ${V.assistant.name}. The three of you carefully review the appearance of each of ${his} whores. ${He} is <span class="devotion inc">properly deferential,</span> but definitely has insight to offer about how many of them appeal to customers. With ${his} input, you put together a plan to <span class="limegreen">correct</span> their deficiencies when they can be pulled out of a shift for a quick surgical improvement.`; // TODO: the fuck is a limegreen } } }; -- GitLab