Skip to content
Snippets Groups Projects
Commit db879a56 authored by Pregmodder's avatar Pregmodder
Browse files

superfetation work

parent 8c4590d0
No related branches found
No related tags found
1 merge request!4188Fix + superfetation work
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
<<set _pfh = ($activeSlave.fetish == "pregnancy" && $activeSlave.fetishStrength > 50)>> <<set _pfh = ($activeSlave.fetish == "pregnancy" && $activeSlave.fetishStrength > 50)>>
<<set _pfk = (_pfh && $activeSlave.fetishKnown == 1) || $activeSlave.sexualFlaw == "breeder">> <<set _pfk = (_pfh && $activeSlave.fetishKnown == 1) || $activeSlave.sexualFlaw == "breeder">>
<<set _coop = true, _enjoy = true>> <<set _coop = true, _enjoy = true>>
<<set _belly = bellyAdjective($activeSlave)>>
<<set _superfetation = ($activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.pregKnown == 1) ? 1 : 0>> <<set _superfetation = ($activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.pregKnown == 1) ? 1 : 0>>
<<if ($activeSlave.fetish == "mindbroken")>> <<if ($activeSlave.fetish == "mindbroken")>>
...@@ -184,7 +183,12 @@ ...@@ -184,7 +183,12 @@
<<set $activeSlave.counter.vaginal += _actCount, $vaginalTotal += _actCount>> <<set $activeSlave.counter.vaginal += _actCount, $vaginalTotal += _actCount>>
<</if>> <</if>>
You repeat this ritual throughout the week, ensuring that $activeSlave.slaveName is carrying $his own child. You repeat this ritual throughout the week, ensuring that $activeSlave.slaveName
<<if _superfetation == 1>>
has @@.lime;added another child@@ to $his pregnancy.
<<else>>
is @@.lime;carrying $his own child.@@
<</if>>
<<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>> <<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>>
......
...@@ -1511,7 +1511,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 ...@@ -1511,7 +1511,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
<</if>> <</if>>
<<if $propOutcome == 1 && $arcologies[0].FSRestart != "unset">> <<if $propOutcome == 1 && $arcologies[0].FSRestart != "unset">>
<<if $activeSlave.breedingMark == 0 && $activeSlave.fuckdoll == 0 && $activeSlave.eggType == "human" && isFertile($activeSlave)>> <<if $activeSlave.breedingMark == 0 && $activeSlave.fuckdoll == 0 && $activeSlave.eggType == "human" && isFertile($activeSlave) && $activeSlave.preg == 0>>
<br>&nbsp;&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;
[[Breeder Eligibility Exam|BreedingTest]] [[Breeder Eligibility Exam|BreedingTest]]
<</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