From 7b3c05093f99be57497eebeb79f5fd1b41264d88 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 24 May 2022 21:13:08 +0000 Subject: [PATCH] Fix saPleaseYou.js oddities --- 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 b5417ed2236..ad03a000ef3 100644 --- a/src/endWeek/saPleaseYou.js +++ b/src/endWeek/saPleaseYou.js @@ -573,7 +573,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } r.push(`from ${him}`); } else { - r.push(`${him} eat you out`); + r.push(`get eaten out by ${him}`); } if (oralUse >= 14) { r.push(`several times a day; constantly`); @@ -957,7 +957,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) { } else if (slave.fetishKnown === 1 && slave.fetish === "dom") { r.push(`as your adoring dom, giving you exactly what you need and treating you like a woman.`); } else if (slave.career === "a breeding bull" || (slave.fetishKnown === 1 && slave.fetish === "pregnancy")) { - r.push(`eagerly driving ${his} cock into your pussy, and shooting cum as deep as ${him} can.`); + r.push(`eagerly driving ${his} cock into your pussy, and shooting cum as deep as ${he} can.`); } else if (slave.devotion <= 50) { r.push(`obediently driving ${his} shaft into your womanhood as you knead your aching breasts.`); } else { -- GitLab