if (FutureSocieties.policyActive('FSEgyptianRevivalist','IncestPolicy')){
if (V.arcologies[0].FSEgyptianRevivalistIncestPolicy===1){
r.push(`They've been influenced by your arcology's constant efforts to normalize slave incest, and <span class="trust inc">trust</span> that their relationship will be strengthened by their close familial ties.`);
r.push(`${slave.slaveName} is ${slave.sexualQuirk} enough to enjoy breaking the taboo of incest, and ${he}'s <span class="devotion inc">grown closer to you</span> from this encounter.`);
slave.trust+=10;
r.push(`${His}${relativeTerm(subSlave,slave)} seems <span class="gold">less keen about it.</span>`);
r.push(`${His}${relativeTerm(slave,subSlave)} seems <span class="gold">less keen about it.</span>`);
subSlave.trust-=10;
}elseif (enjoysIncest(subSlave)){
r.push(`${subSlave.slaveName} is ${subSlave.sexualQuirk} enough to enjoy breaking the taboo of incest, and ${he}'s <span class="devotion inc">grown closer to you</span> from this encounter.`);
subSlave.trust+=10;
r.push(`${His2}${relativeTerm(slave,subSlave)} seems <span class="gold">less keen about it.</span>`);
r.push(`${His2}${relativeTerm(subSlave,slave)} seems <span class="gold">less keen about it.</span>`);
subSlave.trust-=10;
}else{
r.push(`The fact that ${subSlave.slaveName} is ${slave.slaveName}'s ${relativeTerm(slave,subSlave)} <span class="gold">does not make things easier for them.</span>`);