diff --git a/src/endWeek/saRules.js b/src/endWeek/saRules.js index 4d7f5e43add07dd9a651d8c6c4618d3c1184b714..9f23049d3d874555ebd2ce96eeb1a5f60c677bd0 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--; }