From 56f4157f40ddc072f50e3510db2e0ee5ea3d07e6 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 19 May 2021 15:23:07 -0700 Subject: [PATCH] Fix flavor text --- src/npc/interaction/passage/fSlaveImpreg.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/npc/interaction/passage/fSlaveImpreg.js b/src/npc/interaction/passage/fSlaveImpreg.js index ce7fc3cd950..b97a0cb57bb 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); } } -- GitLab