diff --git a/src/endWeek/saRelationships.js b/src/endWeek/saRelationships.js index beca0e26ada522e89beafb8384d5ac50cf750e90..3177029d5bc102bb2386209685f40a91fda3682d 100644 --- a/src/endWeek/saRelationships.js +++ b/src/endWeek/saRelationships.js @@ -689,7 +689,7 @@ App.SlaveAssignment.relationships = (function() { friend.relationship = 0; friend.relationshipTarget = 0; slave.relationshipTarget = 0; - } else if (App.Utils.sexAllowed(slave, friend)) { + } else if (App.Utils.sexAllowed(slave, friend) && slave.rules.relationship !== "just friends" && friend.rules.relationship !== "just friends") { if (mutualChildren(slave, friend, V.slaves) > 0 && random(1, 100) < (50 + (10 * mutualChildren(slave, friend, V.slaves)) + seed)) { r.push(`Having already had kids together, their relationship turns sexual once again, turning them into <span class="relationship">friends with benefits.</span>`); slave.relationship++;