From db879a568431f8788a712f92d5834479d24a4ac9 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 7 Apr 2019 01:58:34 -0400 Subject: [PATCH] superfetation work --- src/pregmod/fSlaveSelfImpreg.tw | 8 ++++++-- src/uncategorized/slaveInteract.tw | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/pregmod/fSlaveSelfImpreg.tw b/src/pregmod/fSlaveSelfImpreg.tw index 03a145f320f..632215f7fa8 100644 --- a/src/pregmod/fSlaveSelfImpreg.tw +++ b/src/pregmod/fSlaveSelfImpreg.tw @@ -6,7 +6,6 @@ <<set _pfh = ($activeSlave.fetish == "pregnancy" && $activeSlave.fetishStrength > 50)>> <<set _pfk = (_pfh && $activeSlave.fetishKnown == 1) || $activeSlave.sexualFlaw == "breeder">> <<set _coop = true, _enjoy = true>> -<<set _belly = bellyAdjective($activeSlave)>> <<set _superfetation = ($activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.pregKnown == 1) ? 1 : 0>> <<if ($activeSlave.fetish == "mindbroken")>> @@ -184,7 +183,12 @@ <<set $activeSlave.counter.vaginal += _actCount, $vaginalTotal += _actCount>> <</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)>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index c1c74cb4926..5acbd606a9c 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1511,7 +1511,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <</if>> <<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> [[Breeder Eligibility Exam|BreedingTest]] <</if>> -- GitLab