diff --git a/src/endWeek/economics/persBusiness.js b/src/endWeek/economics/persBusiness.js index ea6545fa510c8c641acbfbceea82446a397ad756..e33d9be042ee369d03bc2c6d0241764ab2f2c747 100644 --- a/src/endWeek/economics/persBusiness.js +++ b/src/endWeek/economics/persBusiness.js @@ -1380,12 +1380,13 @@ App.EndWeek.personalBusiness = function() { r.push(`a total that will improve as you make a name for yourself, but for now you can have fun without much consequence.`); } else { if (totalIncome <= 500 * clients * (V.rep / 2250)) { - r.push(`a rather paltry sum for who you are, that carries a lingering feeling that you might not be as attractive as you think.`); + r.push(`a rather paltry sum for who you are, which carries a lingering feeling that you might not be as attractive as you think.`); } else if (totalIncome >= 1000 * clients * (V.rep / 2250)) { r.push(`society must find you attractive as this is quite the haul for the effort.`); } else { r.push(`not a bad sum for the effort.`); } + // Add sexual openess policy stuff here r.push(`Doing such lewd things for money <span class="red">tarnishes your reputation.</span>`); repX((V.rep * .6) - V.rep, "personalBusiness"); V.enduringRep *= .6;