From ec3efd3751ae9048c572cf087b54717d7cab8894 Mon Sep 17 00:00:00 2001 From: DCoded <dicoded@email.com> Date: Sat, 18 Jun 2022 23:35:40 -0400 Subject: [PATCH] Text fixes --- src/endWeek/saRules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/saRules.js b/src/endWeek/saRules.js index 4d7f5e43add..9f23049d3d8 100644 --- a/src/endWeek/saRules.js +++ b/src/endWeek/saRules.js @@ -884,7 +884,7 @@ App.SlaveAssignment.rules = function(slave) { if (slave.devotion < -50) { r.push(`is so unhappy that ${he} has little interest in getting off, making the rule restricting ${his} sexual outlets superfluous.`); if (wardenFunTimes > 0) { - r.push(`${His} unhappiness doesn't stop ${S.Wardeness.slaveName} from raping ${him}, of course, which <span class="trust dec">contributes to ${his} growing fear</span>.`); + r.push(`${His} unhappiness doesn't stop ${S.Wardeness.slaveName} from raping ${him}, of course, which <span class="trust dec">contributes to ${his} growing fear.</span>`); r.push(pregNotice); slave.trust--; } @@ -892,7 +892,7 @@ App.SlaveAssignment.rules = function(slave) { } else if (slave.energy <= 20) { r.push(`is frigid and has little interest in getting off, making the rule restricting ${his} sexual outlets superfluous.`); if (wardenFunTimes > 0) { - r.push(`${His} disinterest doesn't stop ${S.Wardeness.slaveName} from raping ${him}, of course, which <span class="trust dec">contributes to ${his} growing fear</span>.`); + r.push(`${His} disinterest doesn't stop ${S.Wardeness.slaveName} from raping ${him}, of course, which <span class="trust dec">contributes to ${his} growing fear.</span>`); r.push(pregNotice); slave.trust--; } -- GitLab