From 2b867462dcae21857f56bb88804aab7debbc7eba Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 29 Aug 2020 01:26:59 -0400 Subject: [PATCH] fix --- src/npc/generate/newSlaveIntro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index 66fa0a647bb..c6b3edccaab 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -2996,7 +2996,7 @@ App.UI.newSlaveIntro = function(slave) { if (slave.fetish !== "mindbroken") { if (slave.bellyPreg >= 5000) { choice({ - linkName: `Make sure ${he} knows pregnant ${V.women} can still enjoy sex`, + linkName: `Make sure ${he} knows pregnant women can still enjoy sex`, result(slave) { const r = []; r.push(`You introduce ${him} to obedience and proper manners regarding ${his} ${WrittenMaster(slave)} before sending ${him} off for a physical.That night, ${he} 's returned to your room, and finds you doing business on a tablet in bed. ${He} looks doubtful, but obeys when you direct ${him} to get into bed${V.PC.dick === 0 ? `, even after ${he} realizes you're wearing a strap-on`: ``}. You turn out the light and spoon ${him} from behind, kissing ${his} neck and ears, cupping ${his} swollen breasts, and running your hands across ${his} pregnant belly with its taut ${slave.skin} skin. ${He}'s awkward at first but ${his} body responds to the tenderness. Before long ${he}'s humping ${his} pussy back and forth against`); -- GitLab