diff --git a/src/endWeek/saServant.js b/src/endWeek/saServant.js index f0684aa84c71ae423d3467a35de071f93818208f..bf1205953bbafe76c3e8d018f8b14e6ff74cbfab 100644 --- a/src/endWeek/saServant.js +++ b/src/endWeek/saServant.js @@ -225,7 +225,7 @@ App.SlaveAssignment.servant = (function() { if (V.Stewardess !== 0) { r.push(`<span class="trust dec">severe punishment</span> by ${V.Stewardess.slaveName}. ${His} slacking is kept in check by your watchful Stewardess keeping $him on task, but by the end of ${his} shift, <span class="devotion dec">${his} thoughts are made clear in the poor job ${he} did.</span>`); } else { - r.push(`<span class="trust dec">severe punishment.</span> ${He} <span class="devotion dec">accomplishes little,</span> having choosen ${his} overall well-being over the consequences.`); + r.push(`<span class="trust dec">severe punishment.</span> ${He} <span class="devotion dec">accomplishes little,</span> having chosen ${his} overall well-being over the consequences.`); } slave.devotion -= 10; slave.trust -= 5; @@ -246,7 +246,7 @@ App.SlaveAssignment.servant = (function() { if (V.servantsQuarters > 0 && V.universalRulesFacilityWork === 1 && V.servantsQuartersSpots > 0 && V.Stewardess !== 0) { r.push(`<span class="trust dec">severe punishment</span> by ${V.Stewardess.slaveName}. ${His} slacking is kept in check by your watchful Stewardess keeping $him on task, but by the end of ${his} shift, <span class="devotion dec">${his} thoughts are made clear in the poor job ${he} did.</span>`); } else { - r.push(`<span class="trust dec">severe punishment.</span> ${He} <span class="devotion dec">accomplishes little,</span> having choosen ${his} overall well-being over the consequences.`); + r.push(`<span class="trust dec">severe punishment.</span> ${He} <span class="devotion dec">accomplishes little,</span> having chosen ${his} overall well-being over the consequences.`); } slave.devotion -= 10; slave.trust -= 5;