From 954076178abdd9da73772070e76f079868f9c882 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sun, 17 Mar 2019 22:20:00 -0400 Subject: [PATCH] Finished futa sisters stuff --- src/facilities/nursery/nursery.tw | 3 +++ src/js/generateGenetics.js | 3 +++ src/pregmod/csec.tw | 26 ++++++++++++++++++++++--- src/pregmod/incubator.tw | 3 +++ src/pregmod/seBurst.tw | 19 +++++++++++++++++- src/pregmod/sePlayerBirth.tw | 13 +++++++++++-- src/pregmod/widgets/seBirthWidgets.tw | 22 ++++++++++++++++++++- src/uncategorized/saLongTermEffects.tw | 3 +++ src/uncategorized/theFutanariSisters.tw | 21 ++++++++++++++++++++ src/utility/descriptionWidgetsFlesh.tw | 4 ++++ src/utility/descriptionWidgetsStyle.tw | 4 ++++ 11 files changed, 114 insertions(+), 7 deletions(-) diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index 82ffaf2dc8c..2566ba7dcf7 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -231,6 +231,9 @@ Reserve an eligible mother-to-be's child to be placed in a room upon birth. Of $ <<if $slaves[_u].pregSource == 0 || $slaves[_u].preg <= 5>>someone's<<if $slaves[_u].preg <= 5>>, though it is too early to tell whose,<</if>> <<elseif $slaves[_u].pregSource == -1>>your <<elseif $slaves[_u].pregSource == -2>>a citizen's + <<elseif $slaves[_u].pregSource == -3>>your Master's + <<elseif $slaves[_u].pregSource == -7>>the lab's + <<elseif $slaves[_u].pregSource == -9>>the Futanari Sisters' <<else>> <<set _t = $slaveIndices[$slaves[_u].pregSource]>> <<if def _t>> diff --git a/src/js/generateGenetics.js b/src/js/generateGenetics.js index ab2ecd18280..ea23289eab9 100644 --- a/src/js/generateGenetics.js +++ b/src/js/generateGenetics.js @@ -163,6 +163,9 @@ window.generateGenetics = (function() { case -7: fatherName = "Lab designed"; break; + case -9: + fatherName = "A Futanari Sister"; + break; default: fatherName = "Unknown"; } diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index 55126b69c49..c36faeb356f 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -19,7 +19,7 @@ <<set $activeSlave.birthsTotal += _curBabies>> <<set $birthsTotal += _curBabies>> -<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _fathers = [], _babyFatherLink = []>> +<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>> <<for _cb = 0; _cb < $activeSlave.curBabies.length; _cb++>> <<if $activeSlave.curBabies[_cb].fatherID == 0 || $activeSlave.curBabies[_cb].fatherID == -5>> <<set _others++>> @@ -41,7 +41,7 @@ <<set _lab++>> <<set _fathers.push("the gene lab's")>> <<elseif $activeSlave.curBabies[_cb].fatherID == -9>> - <<set _lab++>> + <<set _futaS++>> <<set _fathers.push("a Futanari Sister's")>> <<else>> <<set _babyDaddy = findFather($activeSlave.curBabies[_cb].fatherID)>> @@ -88,6 +88,8 @@ <<set _num = _arcOwner>> <<elseif _fathersReduced[_cb] == "the gene lab's">> <<set _num = _lab>> + <<elseif _fathersReduced[_cb] == "a Futanari Sister's">> + <<set _num = _futaS>> <<else>> <<set _cb2 = _babyFatherLink.findIndex(function(s) {_fathersReduced[_cb] == _babyFatherLink[s].string; })>> <<if _cb2 != -1>> @@ -212,10 +214,14 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 1 && $activeSlave.pregSource == -1 && $propOutcome == 1>> <<set _lostBabies = 1>> handed off to the Societal Elite to be raised into upstanding members of the new society. + <<elseif $Cash4Babies == 1 && $activeSlave.pregSource == -9 && ($activeSlave.relationship != -3) && ($activeSlave.assignment != "serve in the master suite") && ($activeSlave.assignment != "be your Concubine")>> + <<set _lostBabies = 1, _babyCost = random(1000,2500)>> + purchased by the Futanari Sisters for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ + <<run cashX((_curBabies*(_babyCost)), "babyTransfer")>> <<elseif $Cash4Babies == 1 && ($activeSlave.relationship != -3) && ($activeSlave.assignment != "serve in the master suite") && ($activeSlave.assignment != "be your Concubine")>> <<set _lostBabies = 1, _babyCost = random(-12,12)>> sold for a total of @@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@ - <<set $cash += _curBabies*(50+_babyCost)>> + <<run cashX((_curBabies*(50+_babyCost)), "babyTransfer")>> <<elseif $universalRulesChildrenBecomeBreeders > 0 && $arcologies[0].FSRepopulationFocus > 40 && $DefaultBirthDestination === "individually decided fates">> <<set _lostBabies = 1>> sent to one of $arcologies[0].name's future minded schools, to be administered fertility and virility treatments as well as be brought up to take pride in reproduction. $activeSlave.slaveName @@ -258,6 +264,20 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> + <<if $activeSlave.pregSource == -9>> + <br><<link '...handed off to the Futanari Sisters.'>> + <<replace #_disposition>> + handed off to be raised into <<if $activeSlave.pregType > 1>>future Futanari Sisters<<else>>a future Futanari Sister<</if>>. $activeSlave.slaveName + <<if $activeSlave.fetish == "mindbroken" || $activeSlave.fuckdoll > 0>> + has few thoughts about the matter. + <<else>> + is overjoyed that $his child<<if $activeSlave.pregType > 1>>ren<</if>> will follow in <<if $activeSlave.pregType > 1>>their<<else>>its<</if>> parent's footsteps. + <<set $activeSlave.devotion += 4>> + <</if>> + <</replace>> + <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ + <</link>> + <</if>> <<if $arcologies[0].FSRepopulationFocus > 40>> <br><<link '...sent to a breeder school.'>> <<replace #_disposition>> diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw index c6aadbc121e..4ff23b3d2a8 100644 --- a/src/pregmod/incubator.tw +++ b/src/pregmod/incubator.tw @@ -85,6 +85,9 @@ Reserve an eligible mother-to-be's child to be placed in a tank upon birth. Of $ <<if $slaves[_u].pregSource == 0 || $slaves[_u].preg <= 5>>someone's<<if $slaves[_u].preg <= 5>>, though it is too early to tell whose,<</if>> <<elseif $slaves[_u].pregSource == -1>>your <<elseif $slaves[_u].pregSource == -2>>a citizen's + <<elseif $slaves[_u].pregSource == -3>>your Master's + <<elseif $slaves[_u].pregSource == -7>>the lab's + <<elseif $slaves[_u].pregSource == -9>>the Futanari Sisters' <<else>> <<set _t = $slaveIndices[$slaves[_u].pregSource]>> <<if def _t>> diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw index 032fad3539c..7d4368e5661 100644 --- a/src/pregmod/seBurst.tw +++ b/src/pregmod/seBurst.tw @@ -12,7 +12,7 @@ <<set _curBabies = $slaves[_b].curBabies.length>> /*just to improve speed and usability here.*/ <<set $birthsTotal += _curBabies>> - <<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _fathers = [], _babyFatherLink = []>> + <<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>> <<for _cb = 0; _cb < $slaves[_b].curBabies.length; _cb++>> <<if $slaves[_b].curBabies[_cb].fatherID == 0 || $slaves[_b].curBabies[_cb].fatherID == -5>> <<set _others++>> @@ -33,6 +33,9 @@ <<elseif $slaves[_b].curBabies[_cb].fatherID == -7>> <<set _lab++>> <<set _fathers.push("the gene lab's")>> + <<elseif $slaves[_b].curBabies[_cb].fatherID == -9>> + <<set _futaS++>> + <<set _fathers.push("a Futanari Sister's")>> <<else>> <<set _babyDaddy = findFather($slaves[_b].curBabies[_cb].fatherID)>> <<if def _babyDaddy>> @@ -78,6 +81,8 @@ <<set _num = _arcOwner>> <<elseif _fathersReduced[_cb] == "the gene lab's">> <<set _num = _lab>> + <<elseif _fathersReduced[_cb] == "a Futanari Sister's">> + <<set _num = _futaS>> <<else>> <<set _cb2 = _babyFatherLink.findIndex(function(s) {_fathersReduced[_cb] == _babyFatherLink[s].string; })>> <<if _cb2 != -1>> @@ -200,6 +205,10 @@ <<if $arcologies[0].FSRestart != "unset" && $slaves[_b].breedingMark == 1 && $propOutcome == 1 && $slaves[_b].pregSource == -1>> <<set _lostBabies = 1>> From there, $his child<<if _curBabies > 1>>ren are<<else>> is<</if>> collected by the Societal Elite to be raised into upstanding members of the new society. + <<elseif $Cash4Babies == 1 && $slaves[_b].pregSource == -9>> + <<set _lostBabies = 1, _babyCost = random(1000,2500)>> + $His <<if _curBabies > 1>>babies were<<else>>baby was<</if>> purchased by the Futanari Sisters for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ + <<run cashX((_curBabies*(_babyCost)), "babyTransfer")>> <<elseif $Cash4Babies == 1 && $DefaultBirthDestination !== "the market">> <<set _lostBabies = 1>> <<set _babyCost = random(-12,12)>> @@ -232,6 +241,14 @@ <</replace>> <</link>> //Will cost <<print cashFormat(100)>> weekly// + <<if $slaves[_b].pregSource == -9>> + | <<link 'Give them to the Futanari Sisters.'>> + <<replace #dispositionId>> + The child<<if _count > 1>>ren are<<else>> is<</if>> handed off to be raised by their father, the Futanari Sisters. You recommend they take it easy for a while before any more burst into kids. + <<set $slaveOrphanageTotal -= _count>> + <</replace>> + <</link>> + <</if>> | <<link 'Have them raised privately'>> <<replace `"#" + $dispositionId`>> The child<<if _count > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index cad3df0980e..80ff6678394 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -14,6 +14,7 @@ PC.pregSource documentation -5 - client -6 - Societal Elite -7 - designer baby +-9 - Futanari Sister */ @@ -42,7 +43,7 @@ PC.pregSource documentation <<set $PC.preg = 0, $PC.pregKnown = 0, $PC.labor = 0, $PC.births += _curBabies>> /* setting the tallies for each type of child born */ -<<set _others = 0, _self = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _clients = 0, _elite = 0, _lab = 0, _slavesLength = 0, _babies = []>> +<<set _others = 0, _self = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _clients = 0, _elite = 0, _lab = 0, _futaS = 0, _slavesLength = 0, _babies = []>> <<for _spb = 0; _spb < $PC.curBabies.length; _spb++>> <<if $PC.curBabies[_spb].fatherID == 0>> <<set _others++>> @@ -67,6 +68,9 @@ PC.pregSource documentation <<elseif $PC.curBabies[_spb].fatherID == -7>> <<set _lab++>> <<set _babies.push("designer")>> + <<elseif $PC.curBabies[_spb].fatherID == -9>> + <<set _futaS++>> + <<set _fathers.push("a Futanari Sister's")>> <<else>> <<set _babyDaddy = $slaveIndices[$PC.curBabies[_spb].fatherID]>> <<if def _babyDaddy>> @@ -564,7 +568,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <</if>> <<if $arcologies[0].FSSubjugationist != "unset">> <<if _pb.race == $arcologies[0].FSSubjugationistRace>> - In addition, The Prophet's womb bore <<if _curBabies == 1>>a <</if>>$arcologies[0].FSSubjugationistRace child<<if _curBabies > 1>>ren<</if>>, surely a sign to end @@.red;reject $arcologies[0].FSSubjugationistRace subjugation.@@ + In addition, The Prophet's womb bore <<if _curBabies == 1>>a <</if>>$arcologies[0].FSSubjugationistRace child<<if _curBabies > 1>>ren<</if>>, surely a sign to @@.red;reject $arcologies[0].FSSubjugationistRace subjugation.@@ <<set $arcologies[0].FSSubjugationist -= 120>> <</if>> <</if>> @@ -613,6 +617,9 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<set _seed = random(1,10)>> Alternatively, since it is @@.orange;legal to sell slave babies,@@ your child should be worth quite a pretty ¤ at auction. <</if>> + <<if $PC.pregSource == -9>> + The Futanari Sisters would happily @@.orange;take them in.@@ + <</if>> <br><br> <span id="choice">What will it be? <br> @@ -624,6 +631,8 @@ You arrange yourself to give birth, relaxing until your body urges you to begin | <<link "Breeding School">><<replace "#choice">><<print "You have decided to send them to be raised into a proper breeder. Perhaps you'll even see them again, though it's unlikely you'll recognize them with their reproduction focused body.">><</replace>><<set $breederOrphanageTotal += _curBabies>><</link>> <</if>> <<if $Cash4Babies == 1>> | <<link "Auction Them">><<replace "#choice">><<print "You send the child<<if _curBabies > 1>>ren<</if>> to be sold at auction amongst other prestigious slaves. The winning bid for your offspring came in at @@.yellowgreen;<<print cashFormat(1000*_seed*_curBabies)>>.@@">><</replace>><<run cashX((1000*_seed*_curBabies), "babyTransfer")>><</link>><</if>> + <<if $PC.pregSource == -9>> + | <<link "Futanari Sisters">><<replace "#choice">><<print "You have decided to gift them to the Futanari Sisters to be raised to join them. They are more than happy to cover all the expenses for the gift you gave them — especially after they gave you a gift in return.">><</replace>><</link>> </span> <</if>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index a333472a98b..632a12ae3be 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -411,6 +411,8 @@ This decriptions can be expanded with more outcomes later. But it's not practica <<set _fathers.push("the Societal Elite")>> <<elseif $slaves[$i].curBabies[_seb].fatherID == -7>> <<set _fathers.push("your own design")>> + <<elseif $slaves[$i].curBabies[_cb].fatherID == -9>> + <<set _fathers.push("a Futanari Sister")>> <<else>> <<set _babyDaddy = findFather($slaves[$i].curBabies[_seb].fatherID)>> <<if def _babyDaddy>> @@ -899,6 +901,10 @@ All in all, <<if $arcologies[0].FSRestart != "unset" && $slaves[$i].breedingMark == 1 && $propOutcome == 1 && $slaves[$i].pregSource == -1>> <<set _lostBabies = 1>> $His child<<if _curBabies > 1>>ren<</if>> are collected by the Societal Elite to be raised into upstanding members of the new society. + <<elseif $Cash4Babies == 1 && $slaves[_b].pregSource == -9>> + <<set _lostBabies = 1, _babyCost = random(1000,2500)>> + $His <<if _curBabies > 1>>babies were<<else>>baby was<</if>> purchased by the Futanari Sisters for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ + <<run cashX((_curBabies*(_babyCost)), "babyTransfer")>> <<elseif $Cash4Babies == 1 && $DefaultBirthDestination !== "the market">> <<set _lostBabies = 1>> <<set _babyCost = random(-12,12)>> @@ -913,7 +919,7 @@ All in all, <<set _lostBabies = 0>> <<else>> $His <<if _curBabies > 1>>babies<<else>>baby<</if>> sold for <<if _curBabies > 1>>a total of <</if>>@@.yellowgreen;<<print cashFormat(_curBabies*(50+_babyCost))>>.@@<<if $slaves[$i].prematureBirth == 1>> A low price due to the added costs of caring for them.<</if>> - <<set $cash += _curBabies*(50+_babyCost)>> + <<run cashX((_curBabies*(50+_babyCost)), "babyTransfer")>> <</if>> <</if>> <<if _lostBabies != 1 && $universalRulesChildrenBecomeBreeders > 0 && $arcologies[0].FSRepopulationFocus > 40 && $DefaultBirthDestination === "individually decided fates">> @@ -986,6 +992,20 @@ All in all, <</replace>> <</link>> //Will cost <<print cashFormat(100)>> weekly// + <<if $slaves[$i].pregSource == -9>> + | <<link 'Give them to the Futanari Sisters.'>> + <<replace `"#" + $dispositionId`>> + The child<<if _count > 1>>ren are<<else>> is<</if>> handed off to be raised by their father, the Futanari Sisters. $slaves[$i].slaveName + <<if $slaves[$i].fetish == "mindbroken" || $slaves[$i].fuckdoll > 0>> + has few thoughts about the matter. + <<else>> + is overjoyed that $his child<<if _count > 1>>ren<</if>> will follow in <<if _count > 1>>their<<else>>its<</if>> parent's footsteps. + <<set $slaves[$i].devotion += 4>> + <</if>> + <<set $slaveOrphanageTotal -= _count>> + <</replace>> + <</link>> + <</if>> | <<link 'Have them raised privately'>> <<replace `"#" + $dispositionId`>> The child<<if _count > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $slaves[$i].slaveName diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 7de47b3a2f4..1dcad485e8d 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -3478,6 +3478,9 @@ <<if ($slaves[$i].pregSource == $slaves[$i].relationshipTarget) && ($slaves[$i].relationship > 2)>> $He can't help but feel @@.mediumaquamarine;satisfaction@@ in carrying $his lover's child. <<set $slaves[$i].trust += 1>> + <<elseif $slaves[$i].pregSource == -9>> + $He can't help but feel @@.mediumaquamarine;proud@@ over the life you helped conceive and the future generation of Futanari Sisters. + <<set $slaves[$i].devotion += 1>> <</if>> /* pregmod start */ <<if $slaves[$i].pregSource == $slaves[$i].ID>> diff --git a/src/uncategorized/theFutanariSisters.tw b/src/uncategorized/theFutanariSisters.tw index 95b7c149016..ae69e671ac8 100644 --- a/src/uncategorized/theFutanariSisters.tw +++ b/src/uncategorized/theFutanariSisters.tw @@ -59,18 +59,39 @@ Visitors are not common: in fact, visitors are only as frequent as you feel like <<switch $futaAddiction>> <<case 1>> You agree to spend some time taking part in the Sisters' orgy. The futa matron looks doubtful. "You'd have to agree to act as one of us," she says. "No different. No special sexual treatment." Her voice rises cutely on the last syllable, as you take her enormous dick in one hand and begin to stroke it vigorously. "V-very well," she gasps, taking one of your breasts in each of her hands. You leave the Sisters' suite after a few hours of fucking and being fucked, feeling tired but satisfied. + <<if $PC.preg == 0 && $PC.vagina > 0>> + <<= knockMeUp($PC, 5, 0, -9, 1)>> + <</if>> <<case 2>> She doesn't have to explain the Sisters' sexual equality this time, or that you have to subject yourself to it. You remember, and you let her know you're willing by giving her a friendly hug that squashes your breasts against each other and rubs your stiff pricks together. She reaches around you to grab your ass, already pulling you towards the pile of futas. You leave the Sisters' suite after a few hours of fucking and being fucked, in a state of total sexual satiation. + <<if $PC.preg == 0 && $PC.vagina > 0>> + <<= knockMeUp($PC, 10, 0, -9, 1)>> + <</if>> <<case 3>> She asked that with a distinctly flirty tone, obviously hoping you'd agree again, and she isn't disappointed. You take her by the hand and skip over to the pile of futas, most of which know you very intimately by now. They see their Sister and you approaching, and those of them that don't have their mouths full greet you eagerly. Three of them quickly rearrange themselves to present you with a couple of dicks to sit on and a pussy to fuck, all at once. You leave the Sisters' suite after many hours of fucking and being fucked, tired but satisfied. + <<if $PC.preg == 0 && $PC.vagina > 0>> + <<= knockMeUp($PC, 20, 0, -9, 1)>> + <</if>> <<case 4>> She asked that in a knowing voice, confident you'd agree, and was already moving in to kiss you when you did. She seems to want you more than usual today, and pulls you down onto the edge of the pit, guiding your cock into her pussy. She isn't selfish, of course, and reaches around to spread your buttocks so you can get fucked while you fuck. You leave the Sisters' suite after many hours of this, very tired. You wonder when you can make time to visit the Sisters again. + <<if $PC.preg == 0 && $PC.vagina > 0>> + <<= knockMeUp($PC, 40, 0, -9, 1)>> + <</if>> <<case 5>> She runs her tongue over her lips as she asks, and sits you down on the edge of the pit and deepthroats you as soon as you agree. She wants your cum, and uses a couple of fingers to tickle your prostate and make it appear faster. You jerk with orgasm, and she pushes your wet cock up against your stomach so she can fuck your pussy. She pauses for a moment, letting a younger Sister enter her ass first. You leave the Sisters' suite after a full day of this, utterly exhausted but eager to return. + <<if $PC.preg == 0 && $PC.vagina > 0>> + <<= knockMeUp($PC, 60, 0, -9, 1)>> + <</if>> <<case 6>> You nod, and she turns back towards the orgy, not seeing any reason to lead you, since you know the way. You both sink back into the pile of cocks, pussies, mouths, asses, boobs; the hours go by without you noticing. You leave the Sisters' suite unable to remember specifics, but you clearly fucked and got fucked by every futa there at least once. You're surprised when you learn how long you were there, but the worries of being an arcology owner no longer seem as pressing as they once did. + <<if $PC.preg == 0 && $PC.vagina > 0>> + <<= knockMeUp($PC, 80, 0, -9, 1)>> + <</if>> <<case 7>> You don't even bother to respond, and head straight for the orgy. You insert yourself into an eager mouth, bending over so the matron following you can take you from behind. The worries of your life as an arcology owner seem very far away as she slides inside you. You only leave when $assistantName repeatedly pages you over the arcology's public announcement system. On the way to your office, you notice how full of cum your stomach is, how relaxed your pussy and ass are, and how happy you feel. + <<if $PC.preg == 0 && $PC.vagina > 0>> + <<= knockMeUp($PC, 100, 0, -9, 1)>> + <</if>> <<case 8>> <<set $gameover = "sisters">> <<goto "Gameover">> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 06e39d0195f..cb97f8511de 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -16360,6 +16360,10 @@ $He has Tests show $his womb contains <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many of <</if>>your growing children<<else>>your growing child<</if>>. <<elseif $activeSlave.pregSource == -2>> Tests show $his womb contains <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many <</if>>children <<else>>a child <</if>>fathered by one of your citizens. + <<elseif $activeSlave.pregSource == -3>> + Tests show $his womb contains <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many <</if>>children <<else>>a child <</if>>fathered by your former Master. He was quite the busy man. + <<elseif $activeSlave.pregSource == -9>> + $His womb contains <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many <</if>>children <<else>>a child <</if>>fathered by the Futanari Sisters, given how far along $he is and $his history. <<elseif $activeSlave.pregSource == 0>> Tests are inconclusive on who fathered the <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many <</if>>children <<else>>child <</if>>growing in $his womb. <<elseif $activeSlave.pregSource == $activeSlave.ID>> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index a8ebcadaece..9626c29dda4 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -3634,6 +3634,10 @@ $His "Womb claimed by my <<= WrittenMaster($activeSlave)>>!" <<elseif ($activeSlave.pregSource == -2 || $activeSlave.pregSource == 0)>> "Baby made by slutting around!" + <<elseif $activeSlave.pregSource == -7>> + "My baby was made with science!" + <<elseif $activeSlave.pregSource == -9>> + "Futanari Sisters, now two for the price of one!" <<elseif $activeSlave.pregSource > 0>> "Womb claimed by _daddy!" <<else>> -- GitLab