diff --git a/sanityCheck b/sanityCheck index a7ad1576db3c08e6dfb89972522a538e35afb5ed..20311ec27392eac84f387089a32461f989f2bcf6 100755 --- a/sanityCheck +++ b/sanityCheck @@ -51,7 +51,7 @@ $GREP "<<[^<>]*[<>]\?[^<>]*>>>" -- "src/*.tw" | myprint "TooManyAngleBrackets" $GREP "<<<[^<>]*[<>]\?[^<>]*>>" -- "src/*.tw" | myprint "TooManyAngleBrackets" # Check for wrong capitalization on 'activeslave' and other common typos $GREP -e "\$act" --and --not -e "\$\(activeSlave\|activeArcology\|activeStandard\|activeOrgan\|activeLimbs\|setBellySize\|SetbellySize\|setbellySize\|bellypreg\|bellyimplant\|bellyfluid\)" -- "src/*" | myprint "WrongCapitilization" -$GREP "\(csae\|[a-z] She \|attepmts\|youreslf\|advnaces\)" -- 'src/*' | myprint "SpellCheck" +$GREP "\(csae\|[a-z] She \|attepmts\|youreslf\|advnaces\|canAcheive\)" -- 'src/*' | myprint "SpellCheck" $GREP "\$slave\[" -- 'src/*' | myprint "ShouldBeSlaves" # Check for strange spaces e.g. $slaves[$i]. lips $GREP "\$slaves\[\$i\]\. " -- 'src/*' | myprint "MissingPropertyAfterSlaves" diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index b72d5515e0721b58d69038aea3066cde45d06519..71b03c2273f7642df42f3c7a06b9f8a08166f675 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -397,6 +397,7 @@ which hole to focus on when serving you "boobs" "pussy" "ass" +"dick" indenture: diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index f21cb981c5276d4737c7a6206d7c424ec18cd5d8..14049ba3e5040ab617f70da146c009174740cc78 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -1588,6 +1588,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla <<include "Incubator Workaround">> <<set $slaves[$i].pregType-->> <</for>> +<<set _count = $slaves[$i].pregType>> <<if $slaves[$i].fetish != "mindbroken" && $slaves[$i].fuckdoll == 0>> <br> @@ -1644,7 +1645,7 @@ Of her $slaves[$i].pregType child<<if $slaves[$i].pregType > 1>>ren<</if>>; $sla will of course @@.mediumorchid;hate you for this.@@ <<set $slaves[$i].devotion -= 4>> <</if>> - <<capture $i, _dispositionId>> + <<capture $i, _dispositionId, _count>> <<if $arcologies[0].FSRepopulationFocus > 40>> <<link 'Send them to a breeder school'>> <<replace `"#" + _dispositionId`>> diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw index 95175b9b32e8fc8a50c126fa6ea70e83dd504223..30e9f7fcb1c45d37c659e8372f460a136c555c57 100644 --- a/src/uncategorized/REroyalblood.tw +++ b/src/uncategorized/REroyalblood.tw @@ -633,9 +633,14 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.recruiter = 0>> <<set $activeSlave.health = random(30,60)>> <<set $activeSlave.behavioralFlaw = either("bitchy", "arrogant")>> - <<set $activeSlave.mother = $activeSlave.ID + 1000>> - <<set $activeSlave.father = $missingParentID>> - <<set $missingParentID-->> + <<if $familyTesting == 1>> + <<set $activeSlave.mother = $activeSlave.ID + 1000>> + <<set $activeSlave.father = $missingParentID>> + <<set $missingParentID-->> + <<else>> + <<set $activeSlave.relation = "mother">> + <<set $activeSlave.relationTarget = $activeSlave.ID + 1000>> + <</if>> <<set _princess = clone($activeSlave)>> <<AddSlave _princess>> /* skip New Slave Intro */ /*Queen*/ @@ -672,8 +677,13 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.pubertyXX = 1>> <<set $activeSlave.pubertyXY = 0>> <<set $activeSlave.behavioralFlaw = either("bitchy", "arrogant")>> - <<set $activeSlave.mother = 0>> - <<set $activeSlave.father = 0>> + <<if $familyTesting == 1>> + <<set $activeSlave.mother = 0>> + <<set $activeSlave.father = 0>> + <<else>> + <<set $activeSlave.relation = "daughter">> + <<set $activeSlave.relationTarget = $activeSlave.ID - 1000>> + <</if>> <<set _queen = clone($activeSlave)>> <<AddSlave _queen>> /* skip New Slave Intro */ <</for>> @@ -723,9 +733,14 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.recruiter = 0>> <<set $activeSlave.health = random(30,60)>> <<set $activeSlave.behavioralFlaw = either("bitchy", "arrogant")>> - <<set $activeSlave.mother = $activeSlave.ID + 1001>> - <<set $activeSlave.father = $missingParentID>> - <<set $missingParentID-->> + <<if $familyTesting == 1>> + <<set $activeSlave.mother = $activeSlave.ID + 1000>> + <<set $activeSlave.father = $missingParentID>> + <<set $missingParentID-->> + <<else>> + <<set $activeSlave.relation = "mother">> + <<set $activeSlave.relationTarget = $activeSlave.ID + 1000>> + <</if>> <<set _princess = clone($activeSlave)>> <<AddSlave _princess>> /* skip New Slave Intro */ /*Queen*/ @@ -762,8 +777,13 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <<set $activeSlave.pubertyXX = 1>> <<set $activeSlave.pubertyXY = 0>> <<set $activeSlave.behavioralFlaw = either("bitchy", "arrogant")>> - <<set $activeSlave.mother = 0>> - <<set $activeSlave.father = 0>> + <<if $familyTesting == 1>> + <<set $activeSlave.mother = 0>> + <<set $activeSlave.father = 0>> + <<else>> + <<set $activeSlave.relation = "daughter">> + <<set $activeSlave.relationTarget = $activeSlave.ID - 1000>> + <</if>> <<set _queen = clone($activeSlave)>> <<AddSlave _queen>> /* skip New Slave Intro */ <</for>> @@ -1012,7 +1032,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</for>> <</replace>> <</if>> -<<if $cash >= 2500000>> +<<if $cash >= 2500000 && $familyTesting == 1>> <br><<link "Send a unheard amount of credits and goods to retrive the entire court.">> <<replace "#result">> <<set $cash -= 2500000>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 88fb1ca911a84ce0f23c946ecc3518c6373d692f..14cd4cc116da33cd3fd98fbde874c021a25173f7 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -3807,9 +3807,9 @@ Her child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> oddly calm; it is unlikely she will give birth soon, despite being overdue. <<elseif $slaves[$i].pregType < 50>> <<if $slaves[$i].preg > 41>> - She constantly beset by her squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. They're overdue, so she's likely to go into labor at any moment, but they aren't quite ready to leave their home. + She is constantly beset by her squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. They're overdue, so she's likely to go into labor at any moment, but they aren't quite ready to leave their home. <<elseif $slaves[$i].preg > 39>> - She constantly beset by her squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. Given their liveliness, and how long she has been pregnant, it is likely that she will go into labor at any time now. + She is constantly beset by her squirming child<<if $slaves[$i].pregType > 1>>ren<</if>>. Given their liveliness, and how long she has been pregnant, it is likely that she will go into labor at any time now. <<elseif $slaves[$i].preg > 38>> She often has to stop for breaks to soothe her kicking child<<if $slaves[$i].pregType > 1>>ren<</if>> and to catch her breath. She is far enough along that she may go into labor any day now. <<elseif $slaves[$i].preg > 37>> diff --git a/src/uncategorized/seBirth.tw b/src/uncategorized/seBirth.tw index 568021a37b4380d869aedc3f3a54609a3936f880..178188391819d600da8d4b6990f4347679c3fc8a 100644 --- a/src/uncategorized/seBirth.tw +++ b/src/uncategorized/seBirth.tw @@ -14,6 +14,7 @@ <<set $slaves[$i].pregControl = "none">> <<SlavePronouns $slaves[$i]>> +<<set _count = $slaves[$i].pregType>> <<set $humiliation = 0>> <<set $suddenBirth = 1>> @@ -475,58 +476,58 @@ Since $possessive <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spar will of course @@.mediumorchid;hate you for this.@@ <<set $slaves[$i].devotion -= 4>> <</if>> - <<capture $i, _dispositionId>> + <<capture $i, _dispositionId, _count>> <<if $arcologies[0].FSRepopulationFocus > 40>> <<link 'Send them to a breeder school'>> <<replace `"#" + _dispositionId`>> - The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> 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. $slaves[$i].slaveName + The child<<if _count > 1>>ren are<<else>> is<</if>> 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. $slaves[$i].slaveName <<if $slaves[$i].devotion > 95>> - loves you already, but she'll @@.hotpink;love you even more@@ for this. She can't wait to see her child<<if $slaves[$i].pregType > 1>>ren<</if>> proudly furthering your cause. + loves you already, but she'll @@.hotpink;love you even more@@ for this. She can't wait to see her child<<if _count > 1>>ren<</if>> proudly furthering your cause. <<set $slaves[$i].devotion += 4>> <<elseif $slaves[$i].devotion > 50>> - heard about these and will be @@.hotpink;happy that her child<<if $slaves[$i].pregType > 1>>ren<</if>> will have a purpose in your society other than slavery.@@ She will miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but she expected that. + heard about these and will be @@.hotpink;happy that her child<<if _count > 1>>ren<</if>> will have a purpose in your society other than slavery.@@ She will miss her child<<if _count > 1>>ren<</if>>, but she expected that. <<set $slaves[$i].devotion += 4>> <<elseif $slaves[$i].devotion > 20>> - will naturally miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but will is broken enough to hope that her offspring will have a better life, or at least an enjoyable one. + will naturally miss her child<<if _count > 1>>ren<</if>>, but will is broken enough to hope that her offspring will have a better life, or at least an enjoyable one. <<else>> - will of course @@.mediumorchid;hate you for this.@@ The mere thought of her $fertilityAge year old daughter<<if $slaves[$i].pregType > 1>>s<</if>> swollen with life, and proud of it, fills her with @@.gold;disdain.@@ + will of course @@.mediumorchid;hate you for this.@@ The mere thought of her $fertilityAge year old daughter<<if _count > 1>>s<</if>> swollen with life, and proud of it, fills her with @@.gold;disdain.@@ <<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>> <</if>> - <<set $breederOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> + <<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> //Will cost a one time ¤50// | <</if>> <<link 'Send them to a citizen school'>> <<replace `"#" + _dispositionId`>> - The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> sent to one of $arcologies[0].name's citizen schools, to be brought up coequal with the arcology's other young people. $slaves[$i].slaveName + The child<<if _count > 1>>ren are<<else>> is<</if>> sent to one of $arcologies[0].name's citizen schools, to be brought up coequal with the arcology's other young people. $slaves[$i].slaveName <<if $slaves[$i].devotion > 95>> loves you already, but she'll @@.hotpink;love you even more@@ for this. <<elseif $slaves[$i].devotion > 50>> - knows about these and will be @@.hotpink;overjoyed.@@ She will miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but she expected that. + knows about these and will be @@.hotpink;overjoyed.@@ She will miss her child<<if _count > 1>>ren<</if>>, but she expected that. <<elseif $slaves[$i].devotion > 20>> - will naturally miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but will @@.hotpink;take comfort@@ in the hope that her offspring will have a better life. + will naturally miss her child<<if _count > 1>>ren<</if>>, but will @@.hotpink;take comfort@@ in the hope that her offspring will have a better life. <<else>> - will naturally retain some resentment over being separated from her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but this should be balanced by hope that her offspring will have a better life. + will naturally retain some resentment over being separated from her child<<if _count > 1>>ren<</if>>, but this should be balanced by hope that her offspring will have a better life. <</if>> - <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> + <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> //Will cost ¤100 weekly// | <<link 'Have them raised privately'>> <<replace `"#" + _dispositionId`>> - The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $slaves[$i].slaveName + 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 <<if $slaves[$i].devotion > 95>> will @@.hotpink;worship you utterly@@ for this. <<elseif $slaves[$i].devotion > 50>> understands that this is the best possible outcome for the offspring of slave, and will be @@.hotpink;overjoyed.@@ <<elseif $slaves[$i].devotion > 20>> - will miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but will be @@.hotpink;very grateful,@@ since she'll understand this is the best possible outcome for a slave mother. + will miss her child<<if _count > 1>>ren<</if>>, but will be @@.hotpink;very grateful,@@ since she'll understand this is the best possible outcome for a slave mother. <<else>> - will resent being separated from her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but @@.hotpink;should understand and be grateful@@ that this is the best possible outcome here. + will resent being separated from her child<<if _count > 1>>ren<</if>>, but @@.hotpink;should understand and be grateful@@ that this is the best possible outcome here. <</if>> - The child<<if $slaves[$i].pregType > 1>>ren<</if>> will be raised privately, with expert care and tutoring, an expensive proposition. - <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> + The child<<if _count > 1>>ren<</if>> will be raised privately, with expert care and tutoring, an expensive proposition. + <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> //Will cost ¤500 weekly// @@ -875,58 +876,58 @@ Childbirth has @@.lime;stretched out $possessive vagina.@@ will of course @@.mediumorchid;hate you for this.@@ <<set $slaves[$i].devotion -= 4>> <</if>> - <<capture $i, _dispositionId>> + <<capture $i, _dispositionId, _count>> <<if $arcologies[0].FSRepopulationFocus > 40>> <<link 'Send them to a breeder school'>> <<replace `"#" + _dispositionId`>> - The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> 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. $slaves[$i].slaveName + The child<<if _count > 1>>ren are<<else>> is<</if>> 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. $slaves[$i].slaveName <<if $slaves[$i].devotion > 95>> - loves you already, but she'll @@.hotpink;love you even more@@ for this. She can't wait to see her child<<if $slaves[$i].pregType > 1>>ren<</if>> proudly furthering your cause. + loves you already, but she'll @@.hotpink;love you even more@@ for this. She can't wait to see her child<<if _count > 1>>ren<</if>> proudly furthering your cause. <<set $slaves[$i].devotion += 4>> <<elseif $slaves[$i].devotion > 50>> - heard about these and will be @@.hotpink;happy that her child<<if $slaves[$i].pregType > 1>>ren<</if>> will have a purpose in your society other than slavery.@@ She will miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but she expected that. + heard about these and will be @@.hotpink;happy that her child<<if _count > 1>>ren<</if>> will have a purpose in your society other than slavery.@@ She will miss her child<<if _count > 1>>ren<</if>>, but she expected that. <<set $slaves[$i].devotion += 4>> <<elseif $slaves[$i].devotion > 20>> - will naturally miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but will is broken enough to hope that her offspring will have a better life, or at least an enjoyable one. + will naturally miss her child<<if _count > 1>>ren<</if>>, but will is broken enough to hope that her offspring will have a better life, or at least an enjoyable one. <<else>> - will of course @@.mediumorchid;hate you for this.@@ The mere thought of her $fertilityAge year old daughter<<if $slaves[$i].pregType > 1>>s<</if>> swollen with life, and proud of it, fills her with @@.gold;disdain.@@ + will of course @@.mediumorchid;hate you for this.@@ The mere thought of her $fertilityAge year old daughter<<if _count > 1>>s<</if>> swollen with life, and proud of it, fills her with @@.gold;disdain.@@ <<set $slaves[$i].devotion -= 4, $slaves[$i].trust -= 4>> <</if>> - <<set $breederOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> + <<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> //Will cost a one time ¤50// | <</if>> <<link 'Send them to a citizen school'>> <<replace `"#" + _dispositionId`>> - The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> sent to one of $arcologies[0].name's citizen schools, to be brought up coequal with the arcology's other young people. $slaves[$i].slaveName + The child<<if _count > 1>>ren are<<else>> is<</if>> sent to one of $arcologies[0].name's citizen schools, to be brought up coequal with the arcology's other young people. $slaves[$i].slaveName <<if $slaves[$i].devotion > 95>> loves you already, but she'll @@.hotpink;love you even more@@ for this. <<elseif $slaves[$i].devotion > 50>> - knows about these and will be @@.hotpink;overjoyed.@@ She will miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but she expected that. + knows about these and will be @@.hotpink;overjoyed.@@ She will miss her child<<if _count > 1>>ren<</if>>, but she expected that. <<elseif $slaves[$i].devotion > 20>> - will naturally miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but will @@.hotpink;take comfort@@ in the hope that her offspring will have a better life. + will naturally miss her child<<if _count > 1>>ren<</if>>, but will @@.hotpink;take comfort@@ in the hope that her offspring will have a better life. <<else>> - will naturally retain some resentment over being separated from her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but this should be balanced by hope that her offspring will have a better life. + will naturally retain some resentment over being separated from her child<<if _count > 1>>ren<</if>>, but this should be balanced by hope that her offspring will have a better life. <</if>> - <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> + <<set $slaves[$i].devotion += 4, $citizenOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> //Will cost ¤100 weekly// | <<link 'Have them raised privately'>> <<replace `"#" + _dispositionId`>> - The child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> sent to be privately raised, to be brought up as a future high class citizen. $slaves[$i].slaveName + 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 <<if $slaves[$i].devotion > 95>> will @@.hotpink;worship you utterly@@ for this. <<elseif $slaves[$i].devotion > 50>> understands that this is the best possible outcome for the offspring of slave, and will be @@.hotpink;overjoyed.@@ <<elseif $slaves[$i].devotion > 20>> - will miss her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but will be @@.hotpink;very grateful,@@ since she'll understand this is the best possible outcome for a slave mother. + will miss her child<<if _count > 1>>ren<</if>>, but will be @@.hotpink;very grateful,@@ since she'll understand this is the best possible outcome for a slave mother. <<else>> - will resent being separated from her child<<if $slaves[$i].pregType > 1>>ren<</if>>, but @@.hotpink;should understand and be grateful@@ that this is the best possible outcome here. + will resent being separated from her child<<if _count > 1>>ren<</if>>, but @@.hotpink;should understand and be grateful@@ that this is the best possible outcome here. <</if>> - The child<<if $slaves[$i].pregType > 1>>ren<</if>> will be raised privately, with expert care and tutoring, an expensive proposition. - <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += $slaves[$i].pregType, $slaveOrphanageTotal -= $slaves[$i].pregType>> + The child<<if _count > 1>>ren<</if>> will be raised privately, with expert care and tutoring, an expensive proposition. + <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> //Will cost ¤500 weekly// diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index f82702ef6be533272ff33301c8c1a91530715c0c..fcb9b34b58745b91100f263e3d15ff011538951d 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -4085,7 +4085,7 @@ $pronounCap has <<elseif $activeSlave.height < 150>> and $pronoun is nothing more than a breaking womb with a girl attached. $pronounCap struggles to remain seen under the squirming mass of infants that threaten to rupture $possessive body.<<if $activeSlave.amp == 0>> $pronounCap requires multiple slaves to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>> <<elseif $activeSlave.muscles > 90>> - and $possessive muscular body barely manages to contain $possessive monolithic belly, though $object still can't move with it.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>> + and $possessive muscular body barely manages to contain $possessive monolithic belly, though $pronoun still can't move with it.<<if $activeSlave.amp == 0>> $pronounCap requires assistance to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>> <<else>> and $pronoun is nothing more than a breaking womb with a girl attached. $pronounCap is physically unable to keep $possessive straining belly off the ground.<<if $activeSlave.amp == 0>> $pronounCap requires multiple slaves to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>> <</if>> @@ -4114,9 +4114,9 @@ $pronounCap has and $pronoun is nothing more than a womb with a girl attached. While $pronoun can barely heft $possessive titanic belly off the floor, it takes a considerable amount of effort to do so and quickly comes to rest back where it started.<<if $activeSlave.amp == 0>> $pronounCap requires multiple slaves to get to $possessive feet<<if $saleDescription == 0>>, and uses a wheeled stand to support $possessive pregnancy when $pronoun must walk anywhere<</if>>.<</if>> <</if>> <<if $activeSlave.weight > 190>> - $possessiveCap massively fat belly is stretched to the limit, so much so $possessive folds are pulled flat and $possessive softness, firm. Despite being so taut, $possessive belly visibly bulges and squirms from all the babies writhing within $object. $possessiveCap womb is so full you can see the babies forced up against $possessive uterus, $object is at risk of rupturing should $pronoun grow larger. + $possessiveCap massively fat belly is stretched to the limit, so much so $possessive folds are pulled flat and $possessive softness, firm. Despite being so taut, $possessive belly visibly bulges and squirms from all the babies writhing within $object. $possessiveCap womb is so full you can see the babies forced up against $possessive uterus, $pronoun is at risk of rupturing should $pronoun grow larger. <<else>> - Despite being stretched taut, $possessive belly visibly bulges and squirms from all the babies writhing within $object. $possessiveCap womb is so full you can see the babies forced up against $possessive uterus, $object is at risk of rupturing should $pronoun grow larger. + Despite being stretched taut, $possessive belly visibly bulges and squirms from all the babies writhing within $object. $possessiveCap womb is so full you can see the babies forced up against $possessive uterus, $pronoun is at risk of rupturing should $pronoun grow larger. <</if>> <<if $activeSlave.preg < 30>> Given how far along $pronoun is, $pronoun is clearly having an obscene number of children. @@ -6497,7 +6497,7 @@ $pronounCap has <<elseif $activeSlave.pregSource == -2>> Tests show $possessive 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 == 0>> - Tests are inconclusive on who fathered the <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many <</if>> children<<else>>child <</if>>growing in $possessive womb. + Tests are inconclusive on who fathered the <<if $activeSlave.pregType > 1>><<if $activeSlave.pregType > 10>>many <</if>>children <<else>>child <</if>>growing in $possessive womb. <<elseif $activeSlave.pregSource == $activeSlave.ID>> Tests show $object did this to <<print $object>>self. <<else>>