diff --git a/src/endWeek/economics/reputation.js b/src/endWeek/economics/reputation.js index ca3925c0365da1b1ac25354fd325638cbe614002..ffb4ca3adbba1a6da88a15fe261ab0e824a1551d 100644 --- a/src/endWeek/economics/reputation.js +++ b/src/endWeek/economics/reputation.js @@ -1010,7 +1010,7 @@ App.EndWeek.reputation = function() { rapeFameDec *= .5; } if (V.slaves.filter(s => s.devotion <= 20).length > 0){ - r.push(`<span class="trust inc">Your less obedient slaves whisper among themselves.</span>`); + r.push(`<span class="trust inc">Your less obedient slaves whisper among them.</span>`); V.slaves.forEach(function(s) { if (s.devotion <= 20) { s.trust += 10; } }); } rapeFameDec = Math.clamp(Math.floor(rapeFameDec), 0, 250);