Skip to content
Snippets Groups Projects
Commit c63926d2 authored by 2hu4u's avatar 2hu4u
Browse files

Self-impreg PC parent extendedFamilyWidgets update

If the PC's mother and father are the same slave, the PlayerFamily widget now reports that instead of implying the PC has two
parents.
parent e92a043c
No related branches found
No related tags found
No related merge requests found
...@@ -684,7 +684,11 @@ ...@@ -684,7 +684,11 @@
<<if $children.length > 1>> <<if $children.length > 1>>
<br>Your parents are @@.lightgreen;$children[0].slaveName and $children[1].slaveName@@. <br>Your parents are @@.lightgreen;$children[0].slaveName and $children[1].slaveName@@.
<<elseif $children.length > 0>> <<elseif $children.length > 0>>
<br>You know one of your parents, @@.lightgreen;$children[0].slaveName@@. <<if $PC.father == $PC.mother>>
<br>Your parent is @@.lightgreen;$children[0].slaveName@@, who impregnated herself with you.
<<else>>
<br>You know one of your parents, @@.lightgreen;$children[0].slaveName@@.
<</if>>
<</if>> <</if>>
<<set $children = []>> <<set $children = []>>
......
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