diff --git a/src/endWeek/saSocialEffects.js b/src/endWeek/saSocialEffects.js index d96c7642426f57884f26d72ef7cb7c3d306b181c..105927457cb6151899aaae7b7412b2eabf48c6cd 100644 --- a/src/endWeek/saSocialEffects.js +++ b/src/endWeek/saSocialEffects.js @@ -532,7 +532,7 @@ App.SlaveAssignment.saSocialEffects = function(slave) { `Society <span class="green">approves</span> of ${slave.slaveName}'s bottomless lust, showing the public one more way a slave may be reliant on ${his} owner.`)); } else if ([Job.ARCADE, Job.GLORYHOLE].includes(slave.assignment) && (slave.energy <= 60)) { t.push(new SocialEffect("Intellectual Dependency", 0, `Low Libido Fuckmeat`, - `Society doesn't care about ${slave.slaveName}'s low libido because interest in sex is irrelevant to a fuckhole.`)); + `Society doesn't notice ${slave.slaveName}'s low libido when ${he}'s reduced to nothing more than a fuckhole.`)); } else if ((slave.energy <= 60)) { t.push(new SocialEffect("Intellectual Dependency", -1, `Low libido`, `Society <span class="red">disapproves</span> of ${slave.slaveName}'s restrained libido; to the public, this gives ${him} too much freedom to focus on things other than sex.`)); @@ -681,14 +681,14 @@ App.SlaveAssignment.saSocialEffects = function(slave) { transformed += 5; // total transformation } if (transformed === 0 && [Job.ARCADE, Job.GLORYHOLE].includes(slave.assignment)) { - t.push(new SocialEffect("Transformation Fetishist", 0, `Totally unmodified fuckmeat`, - `Society finds ${slave.slaveName}'s totally unmodified body very boring but agrees that a simple fuckhole probably doesn't deserve a transformation.`)); + t.push(new SocialEffect("Transformation Fetishist", -1, `Totally unmodified fuckmeat`, + `Society <span class="red">would prefer</span> ${slave.slaveName}'s body to be a little more interesting but agrees that a simple fuckhole probably doesn't deserve much investment.`)); } else if (transformed === 0) { t.push(new SocialEffect("Transformation Fetishist", -2, `Totally unmodified`, `Society <span class="red">strongly disapproves</span> of ${slave.slaveName}'s complete lack of any obvious transformations; ${he} does not advance the ideal of body modification.`)); } else if (transformed === 1 && [Job.ARCADE, Job.GLORYHOLE].includes(slave.assignment)) { t.push(new SocialEffect("Transformation Fetishist", 0, `Slightly modified fuckmeat`, - `Society accepts the amount of modifications ${slave.slaveName} has; it is not much and it is not making anyone excited but it is enough for a lowly fuckhole.`)); + `Society accepts the minimal amount of modification ${slave.slaveName} has undergone; it's not a smart investment improving a lowly fuckhole's appearance, after all.`)); } else if (transformed === 1) { t.push(new SocialEffect("Transformation Fetishist", -1, `Too few modifications`, `Society <span class="red">disapproves</span> of ${slave.slaveName}'s mostly-natural appearance; more transformations would help advance the ideal of body modification.`)); @@ -756,7 +756,7 @@ App.SlaveAssignment.saSocialEffects = function(slave) { } if (assets === 0 && [Job.ARCADE, Job.GLORYHOLE].includes(slave.assignment)) { t.push(new SocialEffect("Asset Expansionist", 0, `Unexceptional fuckmeat`, - `Society is not thrilled about ${his} small assets but accepts ${his} role as a mere fuckhole; it is a proper job for such a poor slave.`)); + `Society is not thrilled about ${his} small assets but accepts ${his} role as a mere fuckhole; of course it would be better if ${he} were spilling out of the unit, but why waste the money on a worthless slab of fuckmeat?`)); } else if (assets === 0) { t.push(new SocialEffect("Asset Expansionist", -1, `Unexceptional assets`, `Society <span class="red">is disappointed</span> by ${his} normal-sized (or even petite, by expansionist standards) assets.`));