diff --git a/src/npc/interaction/passage/fSlaveImpreg.js b/src/npc/interaction/passage/fSlaveImpreg.js index ce7fc3cd950bb3052fd30d718ebba8b5b7f03050..b97a0cb57bb025b023677cf4ec5bdfae2b10e29f 100644 --- a/src/npc/interaction/passage/fSlaveImpreg.js +++ b/src/npc/interaction/passage/fSlaveImpreg.js @@ -445,14 +445,14 @@ App.Interact.fSlaveImpreg = function(slave) { } if (V.arcologies[0].FSGenderRadicalist !== 'unset' && slave.mpreg) { - r.push(`Society <span class="reputation inc">approves</span> of your fucking your slaves' asses pregnant; this advances the ideal all a slave needs is ${his} rear.`); + r.push(`Society <span class="reputation inc">approves</span> of your breeding your slave's ass; this advances the ideal all a slave needs is ${his} rear.`); FutureSocieties.Change("FSGenderRadicalist", 1); } else if (V.arcologies[0].FSGenderFundamentalist !== 'unset') { if (slave.mpreg) { r.push(`Society <span class="reputation dec">is disgusted</span> by this degenerate form of reproduction.`); FutureSocieties.Change("FSGenderFundamentalist", -1); } else { - r.push(`Society <span class="reputation inc">approves</span> of your putting a new slave in ${him}; this advances the idea that all slaves should bear their masters' babies.`); + r.push(`Society <span class="reputation inc">approves</span> of your breeding your slaves; this advances the ideal of a durable, self propagating race of slaves`); FutureSocieties.Change("FSGenderFundamentalist", 1); } }