From ddde09ea048859cf838507c80cb57805cea296bc Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Mon, 3 May 2021 12:41:48 -0400 Subject: [PATCH] Text fix --- src/events/REFI/reSubmissive.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/events/REFI/reSubmissive.js b/src/events/REFI/reSubmissive.js index db6a8acc226..5a927110582 100644 --- a/src/events/REFI/reSubmissive.js +++ b/src/events/REFI/reSubmissive.js @@ -39,8 +39,7 @@ App.Events.REFISubmissive = class REFISubmissive extends App.Events.BaseEvent { } let t = []; - t.push(contextualIntro(V.PC, subSlave, "DOM")); - t.push(`is lying on the edge of your desk with ${his2}`); + t.push(`You have`, contextualIntro(V.PC, subSlave, "DOM"), `lying on the edge of your desk with ${his2}`); if (subSlave.belly >= 1500) { t.push(`bloated`); } @@ -50,7 +49,7 @@ App.Events.REFISubmissive = class REFISubmissive extends App.Events.BaseEvent { } else { t.push(`strap-on`); } - t.push(`in ${him2}, and your hands around ${his2} neck. It's just breath play, and you're practiced enough that ${he2}'s in no danger. ${He2}'s such a sexual submissive that ${he2} sometimes acts out if not managed. This happens when ${he2} feels the urge to misbehave in order to access punishment, so you personally ensure that ${he2} can indulge ${his2} submissiveness when ${he2} needs it. ${He2} does not orgasm with you, ${his2} complete servitude to your pleasure fulfilling a deeper need than that. ${He2}`); + t.push(`inside ${him2}, and your hands around ${his2} neck. It's just breath play, and you're practiced enough that ${he2}'s in no danger. ${He2}'s such a sexual submissive that ${he2} sometimes acts out if not managed. This happens when ${he2} feels the urge to misbehave in order to access punishment, so you personally ensure that ${he2} can indulge ${his2} submissiveness when ${he2} needs it. ${He2} does not orgasm with you, ${his2} complete servitude to your pleasure fulfilling a deeper need than that. ${He2}`); if (canMove(subSlave)) { t.push(`leaves`); } else { -- GitLab