From 1bb31b398f337aba8274a2d23542cdb272905e5a Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Tue, 8 Jun 2021 16:49:15 -0400 Subject: [PATCH] svorn fix --- src/events/PE/peHeadgirlConcubine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/events/PE/peHeadgirlConcubine.js b/src/events/PE/peHeadgirlConcubine.js index f5cf48d17d3..ff53b7102d7 100644 --- a/src/events/PE/peHeadgirlConcubine.js +++ b/src/events/PE/peHeadgirlConcubine.js @@ -318,7 +318,7 @@ App.Events.PEHeadgirlConcubine = class PEHeadgirlConcubine extends App.Events.Ba function tease() { const frag = new DocumentFragment(); let r = []; - r.push(`You tell them to go ahead, ${S.HeadGirl.slaveName} first, but you flip the sheet back and pat the soft mattress on either side of you while you do. They laugh and clamber on up, ${S.HeadGirl.slaveName} first, and ${he} manages to drag a S.HeadGirl.nipples nipple across your`); + r.push(`You tell them to go ahead, ${S.HeadGirl.slaveName} first, but you flip the sheet back and pat the soft mattress on either side of you while you do. They laugh and clamber on up, ${S.HeadGirl.slaveName} first, and ${he} manages to drag a ${S.HeadGirl.nipples} nipple across your`); if (V.PC.boobs >= 300) { r.push(`own bare breasts`); } else if (V.PC.title === 0) { -- GitLab