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

Use the utility function

parent e584378a
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@
<</if>>
<</if>>
<<if $familyTesting>>
<<if $slaves[$i].mother == $slaves[_j].ID || $slaves[$i].father == $slaves[_j].ID || $slaves[_j].mother == $slaves[$i].ID || $slaves[_j].father == $slaves[$i].ID || areSisters($slaves[$i], $slaves[_j])>>
<<if areRelated($slaves[$i], $slaves[_j])>
<<if _roll > 70 && $slaves[$i].rivalry < 3 && _lightenedRivalry != 1>>
$slaves[$i].slaveName and <<= SlaveFullName($slaves[_j])>> @@.lightsalmon;pursue their family rivalry.@@
<<set $slaves[_j].rivalry += 1, $slaves[$i].rivalry += 1>>
......
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