Skip to content
Snippets Groups Projects
Commit 0ed4e0ec authored by klorpa's avatar klorpa
Browse files

cantfinderror

parent 218b0949
No related branches found
No related tags found
1 merge request!3725Genetics/Pronoun Fixes
...@@ -45,13 +45,11 @@ ...@@ -45,13 +45,11 @@
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
<<if $familyTesting == 1>> <<if $familyTesting == 1>>
/* Not needed due to stuffedanon's work /* Not needed due to stuffedanon's work
<<if $activeSlave.actualAge >= ($fertilityAge + $minimumSlaveAge)>> <<if $activeSlave.actualAge >= 34>>
<<if $activeSlave.ovaries>> <<if $activeSlave.ovaries>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "mother", $startingGirlCopied = 1]] [[Daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "mother", $startingGirlCopied = 1]]
<</if>> <</if>>
<</if>>
<<if $activeSlave.actualAge >= ($potencyAge + $minimumSlaveAge)>>
<<if $activeSlave.balls>> <<if $activeSlave.balls>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Dick-daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "father", $startingGirlCopied = 1]] [[Dick-daughter|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "father", $startingGirlCopied = 1]]
...@@ -59,15 +57,13 @@ ...@@ -59,15 +57,13 @@
<</if>> <</if>>
/% I'm aware this term is ridiculous. If anyone can come up with a better word to reconcile all slaves being female with the act of fatherhood and the masculine nature of the word father, I'm all ears. Wrote myself into a corner on this one. %/ /% I'm aware this term is ridiculous. If anyone can come up with a better word to reconcile all slaves being female with the act of fatherhood and the masculine nature of the word father, I'm all ears. Wrote myself into a corner on this one. %/
<</if>> <</if>>
<<if $activeSlave.actualAge <= ($retirementAge - $fertilityAge)>> <<if $activeSlave.actualAge <= 28>>
<<if $activeSlave.mother <= 0>> <<if $activeSlave.mother <= 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.mother = $IDNumber, $startingGirlRelation = "daughter", $startingGirlCopied = 1]] [[Mother|RG AS Dump][$returnTo = "Starting Girls", $activeSlave.mother = $IDNumber, $startingGirlRelation = "daughter", $startingGirlCopied = 1]]
<<else>> <<else>>
//This slave already has a mother.// //This slave already has a mother.//
<</if>> <</if>>
<</if>>
<<if $activeSlave.actualAge <= ($retirementAge - $potencyAge)>>
<<if $seeDicks>> <<if $seeDicks>>
<<if $activeSlave.father <= 0>> <<if $activeSlave.father <= 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
...@@ -78,13 +74,13 @@ ...@@ -78,13 +74,13 @@
<</if>> <</if>>
<</if>> <</if>>
<</if>> <</if>>
<<if $activeSlave.actualAge < $retirementAge>> <<if $activeSlave.actualAge < 44>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Older Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "older sister", $startingGirlCopied = 1]] [[Older Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "older sister", $startingGirlCopied = 1]]
<</if>> <</if>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Twin|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "twin", $startingGirlCopied = 1]] [[Twin|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "twin", $startingGirlCopied = 1]]
<<if $activeSlave.actualAge > $minimumSlaveAge>> <<if $activeSlave.actualAge > 19>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Younger Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "younger sister", $startingGirlCopied = 1]] [[Younger Sister|RG AS Dump][$returnTo = "Starting Girls", $startingGirlRelation = "younger sister", $startingGirlCopied = 1]]
<</if>> <</if>>
......
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