diff --git a/src/endWeek/saRules.js b/src/endWeek/saRules.js index d37a7a1a4173318742ccd0a8f27e95f7e360c811..3d985ae7ba2773c92f159cbcbfef6ab7ed3f197e 100644 --- a/src/endWeek/saRules.js +++ b/src/endWeek/saRules.js @@ -2769,7 +2769,7 @@ App.SlaveAssignment.rules = function(slave) { if (canHold(slave)) { r.push(`${He} is required to vigorously massage ${his} breasts and nipples in an effort to induce lactation.`); } else { - r.push(`${He} spends ${his} nights with a pair of automatic breast pumps attached to ${his} chest in order bring in ${his} lactation.`); + r.push(`${He} spends ${his} nights with a pair of automatic breast pumps attached to ${his} chest in order to bring in ${his} lactation.`); } slave.induceLactation += 4; r.push(induceLactation(slave));