Skip to content
Snippets Groups Projects
Commit 3fb472ef authored by svornost's avatar svornost
Browse files

Matchmaking close relatives in a society that embraces incest loses less trust.

parent 3b0657b9
No related branches found
No related tags found
1 merge request!11296Fixes
......@@ -218,6 +218,11 @@ App.Interact.matchmaking = function(slave) {
slave.trust -= 10;
subSlave.trust -= 10;
}
if ((V.arcologies[0].FSEgyptianRevivalistIncestPolicy > 0 || V.arcologies[0].FSEgyptianRevivalist !== "unset") && areRelated(slave, subSlave)) {
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.`);
slave.trust += 10;
subSlave.trust += 10;
}
App.Events.addParagraph(frag, r);
return frag;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment