diff --git a/src/endWeek/saRelationships.js b/src/endWeek/saRelationships.js index b470976241be7c412c0e9e48b513318cae0fd459..13ebd05336e18a585152fe3c154c2f10fee81fac 100644 --- a/src/endWeek/saRelationships.js +++ b/src/endWeek/saRelationships.js @@ -877,6 +877,7 @@ App.SlaveAssignment.relationships = (function() { if (areRelated(slave, relative)) { const relationType = relativeTerm(slave, relative); const repType = relative.ID === -1 ? "PCRelationships" : "SlaveRelationships"; + const whose = relative.ID === -1 ? "your" : "their"; if (slave.fetish !== "mindbroken") { if (relative.ID === -1) { @@ -949,7 +950,7 @@ App.SlaveAssignment.relationships = (function() { } } if (V.arcologies[0].FSEgyptianRevivalist !== "unset") { - r.push(`Society <span class="reputation inc">strongly approves</span> of your incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.`); + r.push(`Society <span class="reputation inc">strongly approves</span> of ${whose} incestuous relationship, which advances the Egyptian revivalist ideal of slave incest.`); repX((2 * V.FSSingleSlaveRep * (V.arcologies[0].FSEgyptianRevivalist / V.FSLockinLevel)), repType, slave); V.arcologies[0].FSEgyptianRevivalist += (0.1 * V.FSSingleSlaveRep); if (slave.bellyPreg >= 1500 && slave.pregSource === relative.ID) { @@ -958,7 +959,7 @@ App.SlaveAssignment.relationships = (function() { V.arcologies[0].FSEgyptianRevivalist += (0.05 * V.FSSingleSlaveRep * App.EndWeek.saVars.pornFameBonus); } } else if (V.arcologies[0].FSEgyptianRevivalistIncestPolicy === 1) { - r.push(`Society <span class="reputation inc">enjoys</span> your incestuous relationship since incest is currently trendy.`); + r.push(`Society <span class="reputation inc">enjoys</span> ${whose} incestuous relationship since incest is currently trendy.`); repX((1.5 * V.FSSingleSlaveRep), repType, slave); if (slave.bellyPreg >= 1500 && slave.pregSource === relative.ID) { r.push(`<span class="reputation inc">The effect is enhanced</span> by ${slave.slaveName}'s pureblooded pregnancy.`);