Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
7d6cd372
Commit
7d6cd372
authored
6 years ago
by
klorpa
Browse files
Options
Downloads
Patches
Plain Diff
Update extendedFamilyWidgets.tw
parent
86b55c6c
No related branches found
No related tags found
1 merge request
!2528
QuickFix
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/utility/extendedFamilyWidgets.tw
+12
-15
12 additions, 15 deletions
src/utility/extendedFamilyWidgets.tw
with
12 additions
and
15 deletions
src/utility/extendedFamilyWidgets.tw
+
12
−
15
View file @
7d6cd372
...
...
@@ -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>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment