Skip to content
Snippets Groups Projects
Commit 7d6cd372 authored by klorpa's avatar klorpa
Browse files

Update extendedFamilyWidgets.tw

parent 86b55c6c
No related branches found
No related tags found
1 merge request!2528QuickFix
......@@ -122,21 +122,18 @@
<<set _pcMother = $slaveIndices[$PC.mother]>>
<<set _pcFather = $slaveIndices[$PC.father]>>
<<if def _pcMother>>
<<if def _pcFather>>
<<if _pcMother == _pcFather>>
<<if $activeSlave.ID == $slaves[_pcMother].mother && $activeSlave.ID == $slaves[_pcFather].father>>
$He is @@.lightgreen;your sole grandparent.@@ $He impregnated $himself with your mother/father who in turn impregnated themselves with you.
<<elseif $activeSlave.ID == $slaves[_pcMother].mother>>
$He is @@.lightgreen;your sole grandmother.@@ $He gave birth to $slaves[_pcMother].slaveName who in turn impregnated themselves with you.
<<elseif $activeSlave.ID == $slaves[_pcFather].father>>
$He is @@.lightgreen;your sole grandfather.@@ $He fathered $slaves[_pcFather].slaveName who in turn impregnated themselves with you.
<</if>>
<<else>>
<<if $activeSlave.ID == $slaves[_pcMother].mother && $activeSlave.ID == $slaves[_pcFather].mother>>
$He is @@.lightgreen;your sole grandmother.@@ $He gave birth to both $slaves[_pcMother].slaveName and $slaves[_pcFather].slaveName.
<<elseif $activeSlave.ID == $slaves[_pcMother].father && $activeSlave.ID == $slaves[_pcFather].father>>
$He is @@.lightgreen;your sole grandfather.@@ $He fathered both $slaves[_pcFather].slaveName and $slaves[_pcMother].slaveName.
<</if>>
<<if def _pcFather && _pcMother == _pcFather>>
<<if $activeSlave.ID == $slaves[_pcMother].mother && $activeSlave.ID == $slaves[_pcFather].father>>
$He is @@.lightgreen;your sole grandparent.@@ $He impregnated $himself with your mother/father who in turn impregnated themselves with you.
<<elseif $activeSlave.ID == $slaves[_pcMother].mother>>
$He is @@.lightgreen;your sole grandmother.@@ $He gave birth to $slaves[_pcMother].slaveName who in turn impregnated themselves with you.
<<elseif $activeSlave.ID == $slaves[_pcFather].father>>
$He is @@.lightgreen;your sole grandfather.@@ $He fathered $slaves[_pcFather].slaveName who in turn impregnated themselves with you.
<</if>>
<<elseif def _pcFather && $activeSlave.ID == $slaves[_pcMother].mother && $activeSlave.ID == $slaves[_pcFather].mother>>
$He is @@.lightgreen;your sole grandmother.@@ $He gave birth to both of your parents, $slaves[_pcMother].slaveName and $slaves[_pcFather].slaveName.
<<elseif def _pcFather && $activeSlave.ID == $slaves[_pcMother].father && $activeSlave.ID == $slaves[_pcFather].father>>
$He is @@.lightgreen;your sole grandfather.@@ $He fathered both of your parents, $slaves[_pcFather].slaveName and $slaves[_pcMother].slaveName.
<<elseif $activeSlave.ID == $slaves[_pcMother].mother>>
$He is @@.lightgreen;your maternal grandmother.@@
<<elseif $activeSlave.ID == $slaves[_pcMother].father>>
......
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