From 82ce66139fe61a327dbd3e1e151c2dcd0318c0c3 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Mon, 25 Jan 2021 00:39:09 -0500 Subject: [PATCH] Add pregnancy span to impregnation case missing it --- src/endWeek/saPregnancy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endWeek/saPregnancy.js b/src/endWeek/saPregnancy.js index 5162a6e4678..8b4fb4464c9 100644 --- a/src/endWeek/saPregnancy.js +++ b/src/endWeek/saPregnancy.js @@ -884,7 +884,7 @@ App.SlaveAssignment.pregnancy = (function() { } } } else if (slave.devotion <= 20) { - r.push(`${He} complies fearfully with your use of ${his} body.`); + r.push(`${He} complies fearfully with your use of ${his} <span class="pregnant">body and womb.</span>`); } else if (slave.fetish === "pregnancy" && slave.fetishStrength > 60) { r.push(`${He} is <span class="devotion inc">absurdly pleased</span> by this treatment, <span class="trust inc">trustingly</span> serving as your breeding bitch until ${he} <span class="pregnant">conceives.</span> ${He}'s so aroused by the constant insemination that having your dick, wet from another slave, pushed inside ${him} to climax is often enough to bring ${him} to orgasm in turn.`); slave.devotion += 5; -- GitLab