From f0c6db80ca8ad73ff385239e6c7820ba26987f21 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Thu, 23 Apr 2020 11:49:45 -0700 Subject: [PATCH] Fix saPleaseYou errors --- src/endWeek/saPleaseYou.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js index 8cdf00d4f11..186b79554fe 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -1260,7 +1260,7 @@ window.saPleaseYou = (function saPleaseYou() { } r.push(`and, since ${his} pussy is covered by ${his} chastity belt, asshole`); } else { - r += `mouth `; + r.push(`mouth `); if (V.PC.dick !== 0 && slave.nipples === "fuckable") { r.push(`and nipples`); } @@ -1335,7 +1335,7 @@ window.saPleaseYou = (function saPleaseYou() { } r.push(`and, since ${his} pussy is covered by ${his} chastity belt, asshole`); } else { - r += `mouth `; + r.push(`mouth `); if (V.PC.dick !== 0 && slave.nipples === "fuckable") { r.push(`and nipples`); } -- GitLab