diff --git a/src/SecExp/attackHandler.tw b/src/SecExp/attackHandler.tw index f0837dc4c0db921f0415889c82f67e8d0af161fb..99d02c0ac8bcb020370361dcaa2d5c2f3f3a9933 100644 --- a/src/SecExp/attackHandler.tw +++ b/src/SecExp/attackHandler.tw @@ -198,7 +198,7 @@ <<if $PC.preg >= 30>> <<set _woundChance += 1>> <</if>> - <<if $PC.balls == 2>> + <<if $PC.balls >= 2>> <<set _woundChance += 1>> <</if>> <<if $PC.ballsImplant >= 2>> diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 5bfe0cadd22bc574a195fc94f56c1bab3cca07d7..9d5436bc54b168962bd021faa7755bb9fb729ded 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -2863,7 +2863,7 @@ LORE: INTERVIEWS A simple surgical procedure involving the injection of harvested sperm into a fertile womb. Useful for assuring the conception of a child of the desired union, impregnation without sexual intercourse, circumventing physical and mental quirks in copulation, or just finding the perfect Virgin Mary for the holidays. <<case "Cloning">> - A surgical procedure requiring the gene lab that the injects the DNA of an individual into an viable egg cell which is then carried to term in a fertile womb. Will create a child with the basic physical traits of the person they are cloned from. While clones will likely be indentical to each other, they are unlikely to bear more than a passing resemblance to the person their DNA was harvested from; for that to occur, they would need to be raised in almost the same way. They will, however, be a genetic match with their "parent". + A surgical procedure requiring the gene lab that injects the DNA of an individual into an viable egg cell which is then carried to term in a fertile womb. Will create a child with the basic physical traits of the person they are cloned from. While clones will likely be identical to each other, they are unlikely to bear more than a passing resemblance to the person their DNA was harvested from; for that to occur, they would need to be raised in almost the same way. They will, however, be a genetic match with their "parent". <<case "The Black Market">> <h4>The Black Market</h4> diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw index 987f7f56b7009bbeae33e0842e2e4cb754c0d963..92b22b2bc8d59d48c48c80df15796dbe34e0b69b 100644 --- a/src/pregmod/birthStorm.tw +++ b/src/pregmod/birthStorm.tw @@ -226,6 +226,10 @@ The remote surgery allows the removal of the pregnancy generator through convent <<if _incubated == 1 || _nursed == 1>>the rest<</if>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 1 && ($activeSlave.pregSource == -1 || $activeSlave.pregSource == -6) && $propOutcome == 1>> handed off to the Societal Elite to be raised into upstanding members of the new society. + <<elseif $activeSlave.breedingMark == 1 && ($activeSlave.pregSource == -1 || $activeSlave.pregSource == -6) && $propOutcome == 1 && $DefaultBirthDestination == "the market">> + <<set _babyCost = random(2000,4500)>> + purchased by the Societal Elite for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ + <<run cashX((_curBabies*(_babyCost)), "babyTransfer")>> <<elseif $activeSlave.pregSource == -9 && $DefaultBirthDestination == "the market">> <<set _babyCost = random(1000,2500)>> purchased by the Futanari Sisters for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index 2ce3245f59115275e6fa94e3c38739c65e0a7f35..ab25cece43033643f504fe1de178dcef65f8bb15 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -213,6 +213,10 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<if _incubated == 1 || _nursed == 1>>the rest<</if>> <<if $arcologies[0].FSRestart != "unset" && $activeSlave.breedingMark == 1 && ($activeSlave.pregSource == -1 || $activeSlave.pregSource == -6) && $propOutcome == 1>> handed off to the Societal Elite to be raised into upstanding members of the new society. + <<elseif $activeSlave.breedingMark == 1 && ($activeSlave.pregSource == -1 || $activeSlave.pregSource == -6) && $propOutcome == 1 && $DefaultBirthDestination == "the market">> + <<set _babyCost = random(2000,4500)>> + purchased by the Societal Elite for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ + <<run cashX((_curBabies*(_babyCost)), "babyTransfer")>> <<elseif $activeSlave.pregSource == -9 && $DefaultBirthDestination == "the market">> <<set _babyCost = random(1000,2500)>> purchased by the Futanari Sisters for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw index ef6ebfb5ade0049755cf042456ff4940d12a7628..7c757a6120c06f0330f8c08f274c10190f0295ac 100644 --- a/src/pregmod/seBurst.tw +++ b/src/pregmod/seBurst.tw @@ -188,6 +188,10 @@ <<span $dispositionId>> <<if $arcologies[0].FSRestart != "unset" && $slaves[_b].breedingMark == 1 && $propOutcome == 1 && ($slaves[_b].pregSource == -1 || $slaves[_b].pregSource == -6)>> 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 $slaves[_b].breedingMark == 1 && $propOutcome == 1 && ($slaves[_b].pregSource == -1 || $slaves[_b].pregSource == -6) && $DefaultBirthDestination == "the market">> + <<set _babyCost = random(2000,4500)>> + $His <<if _curBabies > 1>>babies were<<else>>baby was<</if>> purchased by the Societal Elite for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ + <<run cashX((_curBabies*(_babyCost)), "babyTransfer")>> <<elseif $slaves[_b].pregSource == -9 && $DefaultBirthDestination == "the market">> <<set _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))>>.@@ diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index 969fe2f45281cc64f23cca6e71c9276852327c6e..8acce2f62dab2102dad7855e72baaaa54b7894b7 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -84,8 +84,8 @@ PC.pregSource documentation <</for>> <<set _babiesReduced = removeDuplicates(_babies)>> -<<if _elite > 0>> /* for simplicity's sake, not going to allow other embryos to be added during an elite pregnancy */ - Since you are heavily pregnant with a child of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child; that and a note stating your next breeding partner and a notice that <<print cashFormat(50000)>> has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your <<if _curBabies == 1>>little <<if _gender == "XX">>girl<<else>>boy<</if>> before they took <<if _gender == "XX">>her<<else>>him<</if>><<else>>babies before they took them<</if>> away to be raised into <<if _curBabies > 1>>proper members<<else>>a proper member<</if>> of the future world. +<<if (_elite > 0 || _self > 0) && $arcologies[0].FSRestart != "unset">> /* for simplicity's sake, not going to allow other embryos to be added during an elite pregnancy */ + Since you are heavily pregnant with <<if (_elite > 1 || _self > 1 || _elite + _self > 1)>>children<<else>>a child<</if>> of the Societal Elite, you are quickly taken to the finest clinic the arcology has to offer. After a quick sedation, you awake to find your belly no longer round with child, that and a note stating your next breeding partner and a notice that <<print cashFormat(50000)>> has been added to your account. The Societal Elite are @@.green;very pleased@@ at their new addition to the ranks. You just wish you could have seen your <<if _curBabies == 1>>little <<if _gender == "XX">>girl<<else>>boy<</if>> before they took <<if _gender == "XX">>her<<else>>him<</if>><<else>>babies before they took them<</if>> away to be raised into <<if _curBabies > 1>>proper members<<else>>a proper member<</if>> of the future world. <<set $PC.birthElite += _elite>> <<if $PC.ovaryAge >= 55 && $playerAging == 2>> You are getting too old to have children; you feel like <<if _curBabies > 1>>they<<else>>this<</if>> may be your last. @@ -511,6 +511,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 (($eliteFail > 0 || $eugenicsFullControl > 0) && $PC.pregSource == -1) || $PC.pregSource == -6>> + The Societal Elite should look forward @@.orange;to raising them.@@ + <</if>> <<if $PC.pregSource == -9>> The Futanari Sisters would happily @@.orange;take them in.@@ <</if>> @@ -527,6 +530,9 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<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 (($eliteFail > 0 || $eugenicsFullControl > 0) && $PC.pregSource == -1) || $PC.pregSource == -6>> + | <<link "Societal Elite">><<replace "#choice">><<print "You have decided to gift them to the Societal Elite to be raised as <<if _curBabies > 1>>proper members<<else>>a proper member<</if>> of the future world.">><</replace>><</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>> <</if>> diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw index ca44ac6f5dcfe89473f8365d4508cf3da235edf2..95a14e714eee8c03b6b087d03b46f0cb1e1325ae 100644 --- a/src/pregmod/widgets/playerDescriptionWidgets.tw +++ b/src/pregmod/widgets/playerDescriptionWidgets.tw @@ -630,7 +630,7 @@ <</if>> Tucked away beneath them, you have a <<if $PC.newVag == 1>> - @@.orange;tight vagina.@@ Your pussy is very resilient, you shouldn't be able to stretch it out again. + @@.orange;tight vagina.@@ Your pussy is very resilient; you shouldn't be able to stretch it out again. <<elseif $PC.career == "escort">> @@.red;very loose vagina.@@ Years of whoring will do that to a girl. <<elseif $PC.births >= 10>> @@ -758,7 +758,7 @@ <<if _passage == "Manage Personal Affairs">> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> - an @@.orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants. They barely move at all when you walk or fuck, are difficult to cram into your clothing, and you keep getting stuck in chairs, but you wouldn't have it any other way. + an @@.orange;enormous, round, hard butt;@@ it is very obviously a pair of huge implants. It barely moves at all when you walk or fuck, is difficult to cram into your clothing, and you keep getting stuck in chairs, but you wouldn't have it any other way. <<else>> an @@.orange;enormous, jiggly butt.@@ It is always wobbling for some reason or another. It really fills out your clothing and practically consumes anything you sit on. <</if>> @@ -831,7 +831,7 @@ <<else>> <<if $PC.butt > 2>> <<if $PC.buttImplant == 1>> - Your ass has completely devoured your slutty shorts. You look like you are wearing a thong leaving your overly round<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, heavily freckled<</if>> cheeks to hang free.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your valley of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and valley of ass cleavage.<</if>> + Your ass has completely devoured your slutty shorts. You look like you are wearing a thong, leaving your overly round<<if $PC.markings == "freckles">>, freckled<<elseif $PC.markings == "heavily freckled">>, heavily freckled<</if>> cheeks to hang free.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your valley of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and valley of ass cleavage.<</if>> <<else>> Your ass has completely devoured your slutty shorts. You look like you are wearing a thong leaving your<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> cheeks to jiggle freely.<<if $PC.markings == "freckles">> Your lower back is covered in a light speckling of freckles alongside your valley of ass cleavage.<<elseif $PC.markings == "heavily freckled">> Your freckles are particularly dense across your lower back and valley of ass cleavage.<</if>> <</if>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 41fd84700f3c4e7fce5fc2eb4ef8495836047d30..44135cd886523d64df14ba44e3691e1bdd460c9e 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -866,6 +866,10 @@ All in all, <<span $dispositionId>> <<if $arcologies[0].FSRestart != "unset" && $slaves[$i].breedingMark == 1 && $propOutcome == 1 && ($slaves[$i].pregSource == -1 || $slaves[$i].pregSource == -6)>> $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 $slaves[$i].breedingMark == 1 && $propOutcome == 1 && ($slaves[$i].pregSource == -1 || $slaves[$i].pregSource == -6) && $DefaultBirthDestination == "the market">> + <<set _babyCost = random(2000,4500)>> + $His <<if _curBabies > 1>>babies were<<else>>baby was<</if>> purchased by the Societal Elite for @@.yellowgreen;<<print cashFormat(_curBabies*(_babyCost))>>.@@ + <<run cashX((_curBabies*(_babyCost)), "babyTransfer")>> <<elseif $slaves[$i].pregSource == -9 && $DefaultBirthDestination == "the market">> <<set _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))>>.@@ diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index b299d3f7650fe1f545716d6f873f6ae7cd7bff1a..ac50590fbd30e377797117aff3d76ba6b56d8406 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1070,6 +1070,12 @@ <<if ndef $eliteFate>> <<set $eliteFate = 0>> <</if>> +<<if ndef $eliteFail>> + <<set $eliteFail = 0>> +<</if>> +<<if ndef $eliteFailTimer>> + <<set $eliteFailTimer = 0>> +<</if>> <<if ndef $failedElite>> <<set $failedElite = 0>> <</if>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index b5d276f29d906116b3d84307e2efe86c137f00b0..f453451804598393ee260910286486fe4182f981 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -15343,12 +15343,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He secure a bullet vibrator $his quivering perineum, and another to the base of $his dick, and set them all to gradually increase the strength of their vibrations. In no time at all $he releases a <<if ($activeSlave.chastityPenis == 1)>> squirt of ejaculate from $his cock cage, + <<elseif $activeSlave.balls > 0>> + torrent of thick, white semen, <<elseif $activeSlave.prostate > 2>> torrent of nearly clear, watery ejaculate, <<elseif $activeSlave.prostate == 0>> pathetic dribble of semen, - <<elseif $activeSlave.balls > 0>> - torrent of thick, white semen, <<else>> pathetic dribble of watery ejaculate, <</if>> @@ -15810,7 +15810,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "sexy succubus">> -<<link "let $him eat">> +<<link "Let $him eat">> <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he's a good little succubus, and you're going to let $him feed. $He knows exactly what you mean, and @@ -16869,6 +16869,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "tittymonster inspection">> +<<link "Continue $his inspection as scheduled">> + <<EventNameDelink $activeSlave>> + <<replace "#result">> + You're already late for this little meeting; you wouldn't want to keep $him here when you both have more productive things to do. $His inspection is exemplarily routine; $he has nothing significant to report. When all is said and done, you dismiss $him, and $he stands up, <<if $activeSlave.devotion > 20>>genuinely<<else>>quickly<</if>> thanks you for your time, and leaves. + <</replace>> +<</link>> <<link "Use $him as a cushion">> <<EventNameDelink $activeSlave>> <<replace "#result">> @@ -16964,6 +16970,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He /* TODO: add a positive variant */ +<<link "Let $him be">> + <<EventNameDelink $activeSlave>> + <<replace "#result">> + It may be for the best to not disturb $his unpeaceful slumber, you decide. Admiring the attractive view for just a moment longer, you turn back and head to your own bed. The next morning, it appears as though $activeSlave.slaveName doesn't even remember this nightmare. + <</replace>> +<</link>> <<link "Hug $him">> <<EventNameDelink $activeSlave>> <<replace "#result">> diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index e4ecaef80f1cd881b843e4e01187c52c35b14e24..60206d51e722e1383ec69f3f0f1c9725288e850c 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -341,7 +341,7 @@ On formal occasions, you are announced as $PCTitle. <</if>> <<if $PC.balls > 1>> Society loves anything that helps the repopulation efforts. Your huge fertile balls indicate that you're a successful breeder and @@.green;strongly improves@@ your public image. - <<run repX((15*$PC.ballsImplant), "PCappearance")>> + <<run repX((15*($PC.balls + $PC.ballsImplant)), "PCappearance")>> <</if>> <</if>> diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 84283a3a3164b5feea855d2e7ad13eb8a8a49e51..2ace2c2c3c88a66f8f0afd0b45fa2611a85c8a2e 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -4590,9 +4590,9 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a barely noticeable curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a barely noticeable curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> - $His stomach bulges a just little larger thanks to all the $activeSlave.inflationType in $his bowels. + $His stomach bulges just a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> <</if>> <<else>> @@ -4622,9 +4622,9 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a barely noticeable curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a barely noticeable curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> - $His stomach bulges a just little larger thanks to all the $activeSlave.inflationType in $his bowels. + $His stomach bulges just a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> <</if>> <</if>> @@ -4686,7 +4686,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4729,7 +4729,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4762,7 +4762,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4794,7 +4794,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4827,7 +4827,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4854,7 +4854,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4885,7 +4885,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4910,7 +4910,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4959,7 +4959,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -4984,7 +4984,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5030,7 +5030,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5054,7 +5054,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5098,7 +5098,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5122,7 +5122,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5164,7 +5164,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5188,7 +5188,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5228,7 +5228,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5252,7 +5252,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5290,7 +5290,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5314,7 +5314,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5350,7 +5350,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5374,7 +5374,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5408,7 +5408,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5432,7 +5432,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5464,7 +5464,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5488,7 +5488,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5536,7 +5536,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5560,7 +5560,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5603,7 +5603,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>> @@ -5627,7 +5627,7 @@ $He has <</if>> <<if $activeSlave.bellyFluid >= 1500>> <<if $activeSlave.inflationMethod == 2>> - There is a distinct curve to $his upper belly; the result of a stomach filled with $activeSlave.inflationType. + There is a distinct curve to $his upper belly, the result of a stomach filled with $activeSlave.inflationType. <<else>> $His stomach bulges a little larger thanks to all the $activeSlave.inflationType in $his bowels. <</if>>