diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 9e984bd8a7ba960a62b5f081c04e1e52cd92af1b..7e0b14c273ba742d24c0ea907a576dc277989073 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -3,6 +3,7 @@ <<set $showEncyclopedia = 0>> <<set $desc = SlaveTitle($activeSlave)>> +<<setLocalPronouns $activeSlave>> <<if $activeSlave.mother > 0>> <<set _tempMom = getSlave($activeSlave.mother)>> @@ -11,9 +12,9 @@ <<set _tempDad = getSlave($activeSlave.father)>> <</if>> -You completed the legalities before heading to $incubatorName, knowing the tank will release her on your approach, and instruct $assistantName to notify the new girl's parents to meet you in your office. As the tank exhumes the disoriented girl, you help her to her feet<<if $incubatorReproductionSetting > 1>>, making sure to feel-up her overdeveloped body,<</if>> and walk her to your penthouse. Though first you must decide upon a name for the new girl; it won't take long to reach your office, so you have only @@.orange;one chance to name her@@ before you arrive. +You completed the legalities before heading to $incubatorName, knowing the tank will release $him on your approach, and instruct $assistantName to notify the new girl's parents to meet you in your office. As the tank exhumes the disoriented girl, you help $him to $his feet<<if $incubatorReproductionSetting > 1>>, making sure to feel-up $his overdeveloped body,<</if>> and walk $him to your penthouse. Though first you must decide upon a name for the new girl; it won't take long to reach your office, so you have only @@.orange;one chance to name $him@@ before you arrive. <span id="naming"> -<br>Choose a name for her. <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> +<br>Choose a name for $him. <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> <<link "Commit name.">> <<set $activeSlave.birthName = $activeSlave.slaveName>> <<replace "#naming">> @@ -23,7 +24,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> -<br><<link "Have your PA assign her a random name">> +<br><<link "Have your PA assign $him a random name">> <<replace "#naming">> <<NewChildName $activeSlave>> $assistantName registers the new girl as "<<print $activeSlave.slaveName>>" in your registry. @@ -34,7 +35,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</link>> <<if $arcologies[0].FSPastoralist != "unset">> <<if $activeSlave.lactation > 0>> - <br><<link "Have your PA assign her a random cow name">> + <br><<link "Have your PA assign $him a random cow name">> <<replace "#naming">> <<set $activeSlave.slaveName = setup.cowSlaveNames.random()>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -47,7 +48,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</if>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> - <br><<link "Have your PA assign her a random devotional name">> + <br><<link "Have your PA assign $him a random devotional name">> <<replace "#naming">> <<set $activeSlave.slaveName = setup.chattelReligionistSlaveNames.random()>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -59,7 +60,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</link>> <</if>> <<if $arcologies[0].FSRomanRevivalist != "unset">> - <br><<link "Have your PA assign her a random Roman name">> + <br><<link "Have your PA assign $him a random Roman name">> <<replace "#naming">> <<set $activeSlave.slaveName = setup.romanSlaveNames.random()>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -70,7 +71,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</replace>> <</link>> <<elseif $arcologies[0].FSAztecRevivalist != "unset">> - <br><<link "Have your PA assign her a random Aztec name">> + <br><<link "Have your PA assign $him a random Aztec name">> <<replace "#naming">> <<set $activeSlave.slaveName = setup.aztecSlaveNames.random()>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -81,7 +82,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</replace>> <</link>> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> - <br><<link "Have your PA assign her a random ancient Egyptian name">> + <br><<link "Have your PA assign $him a random ancient Egyptian name">> <<replace "#naming">> <<set $activeSlave.slaveName = setup.ancientEgyptianSlaveNames.random()>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -92,7 +93,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</replace>> <</link>> <<elseif $arcologies[0].FSEdoRevivalist != "unset">> - <br><<link "Have your PA assign her a random feudal Japanese name">> + <br><<link "Have your PA assign $him a random feudal Japanese name">> <<replace "#naming">> <<set $activeSlave.slaveName = setup.edoSlaveNames.random()>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -104,7 +105,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</link>> <</if>> <<if $arcologies[0].FSDegradationist != "unset">> - <br><<link "Have your PA assign her a degrading name">> + <br><<link "Have your PA assign $him a degrading name">> <<replace "#naming">> <<run DegradingName($activeSlave)>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -116,56 +117,57 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</link>> <</if>> <<if $activeSlave.mother > 0>> + <<setLocalPronouns _tempMom 2>> <<if _tempMom.ID == $Concubine.ID>> - <br><<link "Permit your Concubine to name her daughter">> + <br><<link "Permit your Concubine to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempMom $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempMom.slaveName picks a name she thinks you might find attractive; from now on her daughter will be known as "<<print $activeSlave.slaveName>>". + After some careful consideration, _tempMom.slaveName picks a name _he2 thinks you might find attractive; from now on _his2 daughter will be known as "<<print $activeSlave.slaveName>>". <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> <<elseif _tempMom.relationship == -3 && (_tempMom.devotion >= -20)>> - <br><<link "Permit your wife to name her daughter">> + <br><<link "Permit your wife to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempMom $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempMom.slaveName picks a name suitable for your daughter; from now on she will be known as "<<print $activeSlave.slaveName>>". + After some careful consideration, _tempMom.slaveName picks a name suitable for your daughter; from now on _he2 will be known as "<<print $activeSlave.slaveName>>". <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> <<elseif _tempMom.ID == $Bodyguard.ID>> - <br><<link "Permit your bodyguard to name her daughter">> + <br><<link "Permit your bodyguard to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempMom $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempMom.slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. She hopes you'll find it fitting her station. + After some careful consideration, _tempMom.slaveName decides on "<<print $activeSlave.slaveName>>" for _his2 daughter. _He2 hopes you'll find it fitting $his station. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> <<elseif _tempMom.ID == $HeadGirl.ID>> - <br><<link "Permit your headgirl to name her daughter">> + <br><<link "Permit your headgirl to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempMom $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempMom.slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. and hopes it will be a name your other slaves will learn to respect. + After some careful consideration, _tempMom.slaveName decides on "<<print $activeSlave.slaveName>>" for _his2 daughter, and hopes it will be a name your other slaves will learn to respect. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> <<elseif _tempMom.devotion > 50 && _tempMom.trust > 50>> - <br><<link "Permit her devoted mother to name her daughter">> + <br><<link "Permit $his devoted mother to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempMom $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempMom.slaveName picks a name she hopes you'll like; from now on her daughter will be known as "<<print $activeSlave.slaveName>>". + After some careful consideration, _tempMom.slaveName picks a name _he2 hopes you'll like; from now on _his2 daughter will be known as "<<print $activeSlave.slaveName>>". <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -174,19 +176,20 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</if>> <</if>> <<if $activeSlave.father > 0>> + <<setLocalPronouns _tempDad 2>> <<if _tempDad.ID == $Concubine.ID>> - <br><<link "Permit your Concubine to name her daughter">> + <br><<link "Permit your Concubine to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempDad $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempDad.slaveName picks a name she thinks you might find attractive; from now on her daughter will be known as "<<print $activeSlave.slaveName>>". + After some careful consideration, _tempDad.slaveName picks a name she thinks you might find attractive; from now on _his2 daughter will be known as "<<print $activeSlave.slaveName>>". <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> <<elseif _tempDad.relationship == -3 && (_tempDad.devotion >= -20)>> - <br><<link "Permit your wife to name her daughter">> + <br><<link "Permit your wife to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempDad $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -197,33 +200,33 @@ You completed the legalities before heading to $incubatorName, knowing the tank <</replace>> <</link>> <<elseif _tempDad.ID == $Bodyguard.ID>> - <br><<link "Permit your bodyguard to name her daughter">> + <br><<link "Permit your bodyguard to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempDad $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempDad.slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. She hopes you'll find it fitting her station. + After some careful consideration, _tempDad.slaveName decides on "<<print $activeSlave.slaveName>>" for _his2 daughter. _He2 hopes you'll find it fitting $his station. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> <<elseif _tempDad.ID == $HeadGirl.ID>> - <br><<link "Permit your headgirl to name her daughter">> + <br><<link "Permit your headgirl to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempDad $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempDad.slaveName decides on "<<print $activeSlave.slaveName>>" for her daughter. and hopes it will be a name your other slaves will learn to respect. + After some careful consideration, _tempDad.slaveName decides on "<<print $activeSlave.slaveName>>" for _his2 daughter, and hopes it will be a name your other slaves will learn to respect. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> <</link>> <<elseif _tempDad.devotion > 50 && _tempDad.trust > 50>> - <br><<link "Permit her devoted father to name her daughter">> + <br><<link "Permit $his devoted father to name _his2 daughter">> <<replace "#naming">> <<ParentNames _tempDad $activeSlave>> <<set $activeSlave.birthName = $activeSlave.slaveName>> - After some careful consideration, _tempDad.slaveName picks a name she hopes you'll like; from now on her daughter will be known as "<<print $activeSlave.slaveName>>". + After some careful consideration, _tempDad.slaveName picks a name she hopes you'll like; from now on _his2 daughter will be known as "<<print $activeSlave.slaveName>>". <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -236,11 +239,11 @@ You completed the legalities before heading to $incubatorName, knowing the tank <span id="newName">''__@@.pink;$activeSlave.slaveName@@__''</span> now stands before your desk <<if $activeSlave.mother > 0 && $activeSlave.father > 0>> - alongside her mother _tempMom.slaveName and father _tempDad.slaveName. + alongside $his mother _tempMom.slaveName and father _tempDad.slaveName. <<elseif $activeSlave.mother > 0>> - alongside her mother _tempMom.slaveName. + alongside $his mother _tempMom.slaveName. <<elseif $activeSlave.father > 0>> - alongside her father _tempDad.slaveName. + alongside $his father _tempDad.slaveName. <<else>> alone, having no family<<if $activeSlave.mother == -1 || $activeSlave.father == -1>>, other than you,<</if>> in your stock. <</if>> @@ -254,14 +257,14 @@ You completed the legalities before heading to $incubatorName, knowing the tank They take one look at the disgusting $activeSlave.race bitch you've fathered and @@.red;leave furious.@@ <<set $failedElite += 50>> <<else>> - Approving of your attractive offspring, they take this opportunity to @@.lime;brand the protesting girl with the breeding mark@@ signifying her as worthy of reproducing, before taking their leave. + Approving of your attractive offspring, they take this opportunity to @@.lime;brand the protesting girl with the breeding mark@@ signifying $him as worthy of reproducing, before taking their leave. <<set $activeSlave.breedingMark = 1>> <</if>> <</if>> <</if>> <<if $activeSlave.mother > 0>> - She glances at her mother + $He glances at $his mother <<if _tempMom.relationship == -3>> <<if _tempMom.fetish == "mindbroken">> and @@.mediumorchid;notices how dull@@ the look on her face is. _tempMom.slaveName is standing there blankly. She doesn't even recognize her daughter, @@.gold;frightening@@ the poor girl. @@ -424,7 +427,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <<elseif _tempDad.amp == 1>> Her eyes dart from limb to missing limb on _tempDad.slaveName's body, trying desperately to understand what happened to them. <<elseif _tempDad.amp < 0>> - Her eyes dart from limb to prosthetic limb on _tempDad.slaveName's body, trying desperately to understand what these wonderful things are and how she could get her own. + $His eyes dart from limb to prosthetic limb on _tempDad.slaveName's body, trying desperately to understand what these wonderful things are and how she could get $his own. <</if>> <</if>> @@ -437,7 +440,7 @@ You completed the legalities before heading to $incubatorName, knowing the tank <<elseif $activeSlave.father > 0>> You dismiss _tempDad.slaveName so that you may conduct a more intimate inspection of her daughter. <</if>> -You slowly strip down, gauging her reactions to your show, until you are fully nude before her. +You slowly strip down, gauging $his reactions to your show, until you are fully nude before $him. <<if $activeSlave.vagina > -1>> <<if ($PC.dick == 0) && ($PC.boobs == 1)>> @@ -447,7 +450,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n She notices your privates differ from hers, and thanks to the tank's teachings, @@.hotpink;can't look away.@@ <<set $activeSlave.devotion += 4>> <<if $incubatorReproductionSetting > 0>> - She seems a little alarmed at her nipples and clit stiffening to the sight of your dick. + She seems a little alarmed at $his nipples and clit stiffening to the sight of your dick. <</if>> <</if>> <<elseif $activeSlave.dick > 0>> @@ -458,7 +461,7 @@ You slowly strip down, gauging her reactions to your show, until you are fully n She notices your privates differ from hers, and thanks to the tank's teachings, @@.hotpink;can't look away.@@ <<set $activeSlave.devotion += 4>> <<if $incubatorReproductionSetting > 0>> - She seems a little alarmed at her dick <<if canAchieveErection($activeSlave)>>rapidly stiffening<<else>>engorging<</if>> to the sight of your pussy. + She seems a little alarmed at $his dick <<if canAchieveErection($activeSlave)>>rapidly stiffening<<else>>engorging<</if>> to the sight of your pussy. <</if>> <</if>> <</if>> @@ -487,19 +490,19 @@ You slowly strip down, gauging her reactions to your show, until you are fully n <<if $PC.pregKnown == 1>> <<if $PC.career == "escort">> <<if $PC.preg >= 16>> - She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing her ear to it, provoking a kick and a gasp in response. She instinctively @@.hotpink;connects to you@@ and @@.mediumaquamarine;trusts you@@ like a mother. + She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing $his ear to it, provoking a kick and a gasp in response. She instinctively @@.hotpink;connects to you@@ and @@.mediumaquamarine;trusts you@@ like a mother. <<set $activeSlave.trust += 2, $activeSlave.devotion += 2>> <</if>> <<else>> <<if $PC.preg >= 16 && $PC.belly >= 1500>> - She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing her ear to it, provoking a kick and a gasp in response. She instinctively @@.hotpink;connects to you@@ and @@.mediumaquamarine;trusts you@@ like a mother. + She is fascinated by your pregnancy, to the point that she attempts a gesture to let you know she wants to feel it. Just this once, you permit her to touch your belly<<if $activeSlave.pubertyXX == 1>>, since it is likely she herself will be swollen with child before long<</if>>. She eagerly rubs it all over before pushing $his ear to it, provoking a kick and a gasp in response. She instinctively @@.hotpink;connects to you@@ and @@.mediumaquamarine;trusts you@@ like a mother. <<set $activeSlave.trust += 2, $activeSlave.devotion += 2>> <</if>> <</if>> <</if>> <<if $PC.boobsBonus == 3>> - Now that you are alone with her, she seems incapable of pulling her eyes off your huge tits. Every motion and jiggle in them is reflected in her expression. She licks her lips as she gazes at your erect nipples, but it will be you who decides who may suck on them. Though it doesn't stop her from @@.hotpink;longing@@ to nurse from you. + Now that you are alone with her, she seems incapable of pulling $his eyes off your huge tits. Every motion and jiggle in them is reflected in $his expression. She licks $his lips as she gazes at your erect nipples, but it will be you who decides who may suck on them. Though it doesn't stop her from @@.hotpink;longing@@ to nurse from you. <<set $activeSlave.devotion += 5>> <</if>> @@ -527,11 +530,11 @@ You slowly strip down, gauging her reactions to your show, until you are fully n <</if>> <<if $PC.career == "escort">> - She seems to @@.mediumaquamarine;like your clothes@@ and @@.hotpink;wants a set of her own.@@ + She seems to @@.mediumaquamarine;like your clothes@@ and @@.hotpink;wants a set of $his own.@@ <<set $activeSlave.devotion += 1>> <<set $activeSlave.trust += 1>> <<elseif $PC.career == "servant">> - She seems to @@.mediumaquamarine;think your clothes are cute@@ and @@.hotpink;wants a set of her own.@@ + She seems to @@.mediumaquamarine;think your clothes are cute@@ and @@.hotpink;wants a set of $his own.@@ <<set $activeSlave.devotion += 1>> <<set $activeSlave.trust += 1>> <<elseif $PC.career == "gang">> @@ -553,33 +556,33 @@ You slowly strip down, gauging her reactions to your show, until you are fully n <<if $arcologies[0].FSSupremacist >= 50>> <<if $activeSlave.race == $arcologies[0].FSSupremacistRace>> - She noticed everybody else is the same race as her, and @@.mediumaquamarine;feels right at home among them.@@ + $He noticed everybody else is the same race as $him, and @@.mediumaquamarine;feels right at home among them.@@ <<set $activeSlave.trust += 2>> <</if>> <</if>> <<if $arcologies[0].FSSubjugationist >= 50>> <<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>> - She noticed a lot of your other slaves are the same race as her, and @@.mediumaquamarine;feels right at home among them,@@ despite what it means. + She noticed a lot of your other slaves are the same race as $him, and @@.mediumaquamarine;feels right at home among them,@@ despite what it means. <<set $activeSlave.trust += 2>> <</if>> <</if>> <<if $arcologies[0].FSRepopulationFocus >= 50>> <<if $activeSlave.readyOva > 0>> - She notices all the rounded bellies in your arcology and @@.mediumaquamarine;instinctively feels at home with her egg filled womb.@@ + She notices all the rounded bellies in your arcology and @@.mediumaquamarine;instinctively feels at home with $his egg filled womb.@@ <<set $activeSlave.trust += 2>> <</if>> <</if>> <<if $arcologies[0].FSGenderFundamentalist >= 50>> - She notices there are lots of girls in your penthouse, making her @@.mediumaquamarine;more comfortable.@@ + She notices there are lots of girls in your penthouse, making $him @@.mediumaquamarine;more comfortable.@@ <<set $activeSlave.trust += 2>> <</if>> <<if $arcologies[0].FSGenderRadicalist >= 50>> - She notices there are lots of girly boys in your penthouse, making her @@.mediumaquamarine;more comfortable.@@ + She notices there are lots of girly boys in your penthouse, making $him @@.mediumaquamarine;more comfortable.@@ <<set $activeSlave.trust += 2>> <</if>> <<if $arcologies[0].FSHedonisticDecadence >= 50>> <<if ($activeSlave.weight > 50)>> - She noticed all fat girls lazing about your penthouse; she pats her own soft belly, @@.mediumaquamarine;feeling right at home.@@ + She noticed all fat girls lazing about your penthouse; she pats $his own soft belly, @@.mediumaquamarine;feeling right at home.@@ <<set $activeSlave.trust += 2>> <</if>> <</if>> @@ -1332,7 +1335,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <</if>> <<if (($activeSlave.inducedNCS == 0) && ((_momInterest == "balls") || (_dadInterest == "balls")))>> - <br>You noticed her interest in her <<if _momInterest == "balls" && _dadInterest == "balls">>parent's<<elseif _momInterest == "balls">>mother's<<else>>father's<</if>> pendulous testicles while she was around them. + <br>You noticed $his interest in her <<if _momInterest == "balls" && _dadInterest == "balls">>parent's<<elseif _momInterest == "balls">>mother's<<else>>father's<</if>> pendulous testicles while she was around them. <<if $activeSlave.balls >= 6 && $arcologies[0].FSAssetExpansionistResearch == 1>> <br><<link "Start her on a regimen of hyper testicle growth drugs">> <<set $activeSlave.devotion += 25>> @@ -1340,11 +1343,11 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <<set $activeSlave.balls += 10>> <<set $activeSlave.drugs = "hyper testicle enhancement">> <<replace "#result">> - She squeals in protest as you inject her testicles with their first dosage of HA-HGH, though she changes her tune by the end of the day once she realizes her nuts feel heavier. By the end of the week, she's @@.hotpink;deliriously happy@@ over her swollen balls and @@.mediumaquamarine;hopes@@ you'll let them grow even larger. + She squeals in protest as you inject $his testicles with their first dosage of HA-HGH, though she changes $his tune by the end of the day once she realizes $his nuts feel heavier. By the end of the week, she's @@.hotpink;deliriously happy@@ over $his swollen balls and @@.mediumaquamarine;hopes@@ you'll let them grow even larger. <</replace>> <</link>> <<elseif $activeSlave.balls < 6>> - <br><<link "Start her on a regimen of testicle growth drugs">> + <br><<link "Start $him on a regimen of testicle growth drugs">> <<set $activeSlave.devotion += 15>> <<set $activeSlave.trust += 10>> <<set $activeSlave.balls += 1>> @@ -1359,7 +1362,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <</if>> <<if (($activeSlave.inducedNCS == 0) && ((_momInterest == "hips") || (_dadInterest == "hips")))>> - <br>You noticed her interest in her <<if _momInterest == "hips" && _dadInterest == "hips">>parent's<<elseif _momInterest == "hips">>mother's<<else>>father's<</if>> door jamming hips while she was around them. + <br>You noticed $his interest in her <<if _momInterest == "hips" && _dadInterest == "hips">>parent's<<elseif _momInterest == "hips">>mother's<<else>>father's<</if>> door jamming hips while she was around them. <<if $activeSlave.hips == 2 && $surgeryUpgrade == 1>> <br><<link "Surgically widen her hips">> <<set $activeSlave.devotion += 15>> @@ -1390,7 +1393,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <</if>> <<if (($activeSlave.inducedNCS == 0) && ((_momInterest == "butt") || (_dadInterest == "butt")))>> - <br>You noticed her interest in her <<if _momInterest == "butt" && _dadInterest == "butt">>parent's<<elseif _momInterest == "butt">>mother's<<else>>father's<</if>> ever-jiggling ass while she was around them. + <br>You noticed $his interest in her <<if _momInterest == "butt" && _dadInterest == "butt">>parent's<<elseif _momInterest == "butt">>mother's<<else>>father's<</if>> ever-jiggling ass while she was around them. <<if $activeSlave.butt >= 10 && $arcologies[0].FSAssetExpansionistResearch == 1>> <br><<link "Start her on a regimen of hyper ass growth drugs">> <<set $activeSlave.devotion += 25>> @@ -1451,7 +1454,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily s <</replace>> <</link>> //This option costs <<print cashFormat($surgeryCost)>>// <<else>> - Her butt is already so large that basic implants will not have a noticeable enough effect to sate her curiosity. + $His butt is already so large that basic implants will not have a noticeable enough effect to sate her curiosity. <</if>> <</if>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index a59e2b8d478ac89bf41d5f3522e628acc7a94e92..baeb8ce83cbaa9ef37d591d99e3b37f55ac6507c 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -94,17 +94,17 @@ Your milkmaid <<EventNameLink $activeSlave>> worked hard today. $He's clearly ex <<case "tired milkmaid">> -Your milkmaid <<EventNameLink $activeSlave>> worked hard today. The cows have it much easier than $he does, in many ways: all they have to do is give milk, while $his life is one of hard labor. Long after they're asleep, she's cleaning the dairy and getting ready for the next day. At long last she's done, and even though she's exhausted, she takes a few minutes to thoroughly stretch her aching body. She's a big girl, and the play of her muscles across her back as she works out the kinks is quite eye-catching. +Your milkmaid <<EventNameLink $activeSlave>> worked hard today. The cows have it much easier than $he does, in many ways: all they have to do is give milk, while $his life is one of hard labor. Long after they're asleep, she's cleaning the dairy and getting ready for the next day. At long last she's done, and even though she's exhausted, she takes a few minutes to thoroughly stretch $his aching body. She's a big girl, and the play of $his muscles across $his back as she works out the kinks is quite eye-catching. <<case "loving concubine">> It's been a long, harassing day as owner of the arcology. You're composing an angry communication to a couple of imbecile tenants who seem to think they're still in their old world shithole of a homeland, insist on acting like it, and are also wealthy enough to make it unwise to simply defenestrate them from the nearest window. Not that you aren't tempted. Suddenly, you feel a moist, <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>girlish<</if>> pair of lips nibbling their way along your ear, and a <<if ($activeSlave.muscles > 95)>>powerful<<elseif ($activeSlave.muscles > 30)>>strong<<else>>feminine<</if>> hand over your shoulder. Its owner <<if !canTalk($activeSlave)>>passes you a handwritten note: "? ? It can wait, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>> ? ?"<<else>><<say whisper>>s: "It can wait, <<Master>>."<</if>> -You turn to see your concubine <<EventNameLink $activeSlave>>'s <<if ($activeSlave.butt > 5)>>massive, nude ass<<elseif ($activeSlave.butt > 2)>>big naked butt<<else>>nice, nude rear<</if>> vanishing back into your suite.<<if ($activeSlave.boobs > 2000)>> As she sways away from you, you can clearly see the sides of her massive tits, sticking out on either side of her torso.<</if>> +You turn to see your concubine <<EventNameLink $activeSlave>>'s <<if ($activeSlave.butt > 5)>>massive, nude ass<<elseif ($activeSlave.butt > 2)>>big naked butt<<else>>nice, nude rear<</if>> vanishing back into your suite.<<if ($activeSlave.boobs > 2000)>> As she sways away from you, you can clearly see the sides of $his massive tits, sticking out on either side of $his torso.<</if>> <<case "bodyguard bedtime">> -<<EventNameLink $activeSlave>> is accustomed to sleep on a bedroll placed across the bottom of the door to your bedroom. In this way, no one could enter the room without going past your bodyguard, even as she lies resting. As you watch, the breath in her <<if ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles <= 5)>>thin<<elseif ($activeSlave.boobs < 500) && ($activeSlave.butt < 3)>>androgynous<<elseif ($activeSlave.height >= 170)>>tall<<elseif ($activeSlave.height < 150)>>short<<else>>feminine<</if>> <<if $seeRace == 1>>$activeSlave.race <</if>>form slowly raises and lowers the sheet over her. +<<EventNameLink $activeSlave>> is accustomed to sleep on a bedroll placed across the bottom of the door to your bedroom. In this way, no one could enter the room without going past your bodyguard, even as she lies resting. As you watch, the breath in $his <<if ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles <= 5)>>thin<<elseif ($activeSlave.boobs < 500) && ($activeSlave.butt < 3)>>androgynous<<elseif ($activeSlave.height >= 170)>>tall<<elseif ($activeSlave.height < 150)>>short<<else>>feminine<</if>> <<if $seeRace == 1>>$activeSlave.race <</if>>form slowly raises and lowers the sheet over $him. <<case "worried headgirl">> @@ -112,7 +112,7 @@ Your Head Girl <<EventNameLink $activeSlave>> comes to find you for a routine me <br><br> As the two of you stand there watching, strings of red lights begin to trace lines up into the sky. The guns are manually aimed, to go by their jerky arcs of fire, and they're hopelessly ineffective. Their target comes and goes, unseen and unheard at this distance, the only evidence of its passage a flash of light from the target area followed by a low thump that takes a long time to reach you. The commotion is outside the Free City your arcology is part of, and is of little concern: just a minor dispute of the kind becoming more and more common outside your island of safety and security. <br><br> -You notice a warmth at your side. $activeSlave.slaveName has edged a bit closer to you, and shivers as you glance at her. She crosses her arms <<if $activeSlave.boobs > 3000>>under her massive tits, lifting them a bit as she snuggles her arms into the warm cavern they create against her stomach<<elseif $activeSlave.boobs > 1000>>over her big boobs, pressing them a bit flatter against her chest as she hugs herself<<elseif $activeSlave.boobs > 400>>over her breasts, pressing them against her chest as she hugs herself<<else>>over her chest, hugging her own shoulders and rocking back and forth a little<</if>>. "It'<<s>> very bad out there, i<<s>>n't it, <<Master>>." It isn't really a question, but you nod. "I'm glad I'm here with you," she continues, "and I would be even if I didn't love you." She nestles in closer to you, <<if $activeSlave.height >= 185>>the tall <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>'s shoulder brushing against yours<<elseif $activeSlave.hips > 1>>her broad, motherly hips brushing against your thigh<<else>>the shorter <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> fitting neatly against your side<</if>>. "<<Master>>, I don't know if the other girl<<s>> know how lucky they are, to be <<s>>afe here." +You notice a warmth at your side. $activeSlave.slaveName has edged a bit closer to you, and shivers as you glance at $him. She crosses $his arms <<if $activeSlave.boobs > 3000>>under $his massive tits, lifting them a bit as she snuggles $his arms into the warm cavern they create against her stomach<<elseif $activeSlave.boobs > 1000>>over $his big boobs, pressing them a bit flatter against $his chest as she hugs $himself<<elseif $activeSlave.boobs > 400>>over $his breasts, pressing them against $his chest as $he hugs $himself<<else>>over $his chest, hugging her own shoulders and rocking back and forth a little<</if>>. "It'<<s>> very bad out there, i<<s>>n't it, <<Master>>." It isn't really a question, but you nod. "I'm glad I'm here with you," she continues, "and I would be even if I didn't love you." She nestles in closer to you, <<if $activeSlave.height >= 185>>the tall <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>>'s shoulder brushing against yours<<elseif $activeSlave.hips > 1>>her broad, motherly hips brushing against your thigh<<else>>the shorter <<if $activeSlave.physicalAge > 30>>woman<<else>>girl<</if>> fitting neatly against your side<</if>>. "<<Master>>, I don't know if the other girl<<s>> know how lucky they are, to be <<s>>afe here." <<case "loving headgirl">> diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index 63f16b3ac8191c000d2cc2958e220da31c3cc4af..3685c8c8fca874d95dae1e4e98045af394981cf9 100644 --- a/src/uncategorized/RECI.tw +++ b/src/uncategorized/RECI.tw @@ -85,25 +85,25 @@ There's no other way to describe what $he's doing: the $desc has $his back to th <<else>> got $his hips cocked to spread $his sleek butt and <</if>> -reveal $his backdoor. Your girls are trained to check themselves daily, but she seems fascinated. As you pause to watch, she begins to clench and relax $his <<if $activeSlave.anus > 2>>loose<<else>>cute<</if>> hole, <<if ($activeSlave.analArea - $activeSlave.anus) > 1>> lewdly flexing<<else>>alternately puckering and relaxing<</if>> the $skinDesc skin around it. She giggles self-consciously at the sight, and then relaxes all the way, causing her asspussy to open into a <<if $activeSlave.anus > 2>><<if $PC.dick == 1>>cock<<else>>dildo<</if>>-hungry<<else>>slight<</if>> gape. She notices you out of the corner of her eye and +reveal $his backdoor. Your girls are trained to check themselves daily, but she seems fascinated. As you pause to watch, she begins to clench and relax $his <<if $activeSlave.anus > 2>>loose<<else>>cute<</if>> hole, <<if ($activeSlave.analArea - $activeSlave.anus) > 1>> lewdly flexing<<else>>alternately puckering and relaxing<</if>> the $skinDesc skin around it. She giggles self-consciously at the sight, and then relaxes all the way, causing $his asspussy to open into a <<if $activeSlave.anus > 2>><<if $PC.dick == 1>>cock<<else>>dildo<</if>>-hungry<<else>>slight<</if>> gape. She notices you out of the corner of $his eye and <<if $activeSlave.butt > 6>> - releases her grip on her heavy buttocks to turn and greet you, letting them clap gently together and conceal her asshole again. + releases $his grip on $his heavy buttocks to turn and greet you, letting them clap gently together and conceal $his asshole again. <<elseif $activeSlave.butt > 3>> - lets her butt go to turn and greet you, mostly hiding her asshole from the mirror. + lets $his butt go to turn and greet you, mostly hiding $his asshole from the mirror. <<else>> - turns to greet you, her pretty rear only partially concealing her asshole in the mirror. + turns to greet you, $his pretty rear only partially concealing $his asshole in the mirror. <</if>> <br><br> "Hi <<Master>>," she <<say>>s cheerfully. "I wa<<s>> just noti<<s>>ing how much my butt has changed. I check it every day, but I hadn't really looked at it in a while, you know? It u<<s>>ed to be <<s>>o tight, and now <<if $activeSlave.anus > 2>>I've got a rear pu<<ss>>y<<else>>it's obviou<<s>>ly a fuckhole<</if>>." She turns to face the mirror, hiking one knee up onto the bathroom counter in front of it. She <<if $activeSlave.butt > 6>> - reaches around to pull a buttock aside and starts blatantly winking her anus for you, using her other hand to <<if $activeSlave.nipples != "fuckable">>tweak<<else>>finger<</if>> a nipple. + reaches around to pull a buttock aside and starts blatantly winking $his anus for you, using $his other hand to <<if $activeSlave.nipples != "fuckable">>tweak<<else>>finger<</if>> a nipple. <<elseif $activeSlave.butt > 3>> - spreads herself and starts blatantly winking her anus for you, using her hands to <<if $activeSlave.nipples != "fuckable">>tweak<<else>>finger<</if>> her nipples. + spreads herself and starts blatantly winking $his anus for you, using $his hands to <<if $activeSlave.nipples != "fuckable">>tweak<<else>>finger<</if>> $his nipples. <<else>> - cocks her hips again and starts blatantly winking her anus for you, using her hands to <<if $activeSlave.nipples != "fuckable">>tweak<<else>>finger<</if>> her nipples. + cocks $his hips again and starts blatantly winking $his anus for you, using $his hands to <<if $activeSlave.nipples != "fuckable">>tweak<<else>>finger<</if>> $his nipples. <</if>> <<if $activeSlave.analArea > 3>> - The huge area of $skinDesc anus around her actual hole certainly draws the eye towards its center, though the way she's using her sphincter as a come-on does enhance the effect. + The huge area of $skinDesc anus around $his actual hole certainly draws the eye towards its center, though the way she's using $his sphincter as a come-on does enhance the effect. <</if>> <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>> "Plea<<s>>e, <<Master>>," she begins to beg. "I can't wait to feel <<if $PC.dick == 1>>your cock<<else>>you<</if>> in<<s>>ide me." @@ -408,7 +408,7 @@ She looks pensive, and goes through two false starts before she clears her throa <</if>> <</replace>> <</link>> -<br><<link "Send her down to a gym to share that attraction around">> +<br><<link "Send $him down to a gym to share that attraction around">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> You bring up a schematic of the arcology and point out a public gym to her; you hand her a day pass, tell her to go down there, and let her know she'll spend the rest of the day there. She looks mystified, and when you do not elaborate further, she asks, "What <<sh>>ould I do there, <<Master>>?" Anything she wants, you tell her. She still looks somewhat puzzled, but she heads down to the gym anyway. When she gets there, she sees a steady stream of well-muscled male citizens entering the showers, and gets it. She waves cheerfully to the nearest camera, and blows you a kiss before heading into the locker room. This is the Free Cities, and there isn't much reaction to a naked girl entering a male-dominated gym. That is, until she selects from among the sweaty gentlemen coming in from the weight room, sidles up to one, and says cheerfully, "Hi! Do you wanna fuck me?" He does, and @@.green;so do many of his friends.@@ So many, in fact, that having the showers right there becomes convenient for her as the day goes on. @@ -436,7 +436,7 @@ She looks pensive, and goes through two false starts before she clears her throa <<case "MILF">> -<<link "Then she can appreciate a nice struggle fuck">> +<<link "Then $he can appreciate a nice struggle fuck">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> When she sees you stand up from behind your desk<<if ($PC.dick == 0)>> and pull on a strap-on<</if>>, she smiles invitingly at you and relaxes. But as you approach, she sees a dangerous glint in your eyes. One corner of her mouth flaws upward with anticipation, and she plays along. She immediately curls up into a ball on the couch, managing to end up with her <<if ($activeSlave.weight > 30)>>fat ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 5)>>absurd ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 2)>>healthy ass pushed against the seat back<<else>>trim ass against the seat back<</if>>. She looks up at you with feigned terror and begs, "Plea<<s>>e, <<Master>>, I'm ju<<s>>t an inno<<c>>ent little girl. Plea<<s>>e don't rape my poor little butt!" You grab an ankle and haul her <<if ($activeSlave.weight > 10)>>plush<<elseif ($activeSlave.muscles > 5)>>toned<<else>>slender<</if>> $activeSlave.skin body toward you, dragging her across the couch, and then half-fall atop her, pushing <<if ($PC.dick == 0)>>the strap-on<<else>>your hard cock<</if>> up the wriggling girl's butt. She keeps begging and whining, but she's managed to bring a hand under herself and is @@ -449,13 +449,13 @@ She looks pensive, and goes through two false starts before she clears her throa <<else>> schlicking away. <</if>> - She periodically manages to get her <<if ($activeSlave.anus > 2)>>loose<<elseif ($activeSlave.anus > 1)>>practiced<<else>>tight<</if>> anus off your thrusting <<if ($PC.dick == 0)>>phallus<<else>>penis<</if>>, but that just gives you the pleasure of forcing it up her ass again to the accompaniment of pretended girlish protests. She does her best to maintain the pretense, but soon the best she can come up with is a ridiculous "<<Master>>, plea<<s>>e don't make me come! Not from anal!" She's a little sore, and winces stiffly when she gets up off the couch, but shakes it off and @@.hotpink;gives you a kiss@@ with surprising shyness for a mature slave whose anus you just fucked. + $He periodically manages to get her <<if ($activeSlave.anus > 2)>>loose<<elseif ($activeSlave.anus > 1)>>practiced<<else>>tight<</if>> anus off your thrusting <<if ($PC.dick == 0)>>phallus<<else>>penis<</if>>, but that just gives you the pleasure of forcing it up her ass again to the accompaniment of pretended girlish protests. She does her best to maintain the pretense, but soon the best she can come up with is a ridiculous "<<Master>>, plea<<s>>e don't make me come! Not from anal!" She's a little sore, and winces stiffly when she gets up off the couch, but shakes it off and @@.hotpink;gives you a kiss@@ with surprising shyness for a mature slave whose anus you just fucked. <<set $activeSlave.devotion += 4>> <<set $activeSlave.analCount += 1>> <<set $analTotal += 1>> <</replace>> <</link>> -<br><<link "Appreciate her body">> +<br><<link "Appreciate $his body">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> You stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>> and approach her, appreciating her gorgeous body, all laid out across the couch for your perusal. When you reach her, you hold out a hand for one of hers; she takes it @@.mediumaquamarine;trustingly,@@ her grip <<if ($activeSlave.muscles > 30)>>strong and sure<<elseif ($activeSlave.muscles > 5)>>firm and warm<<else>>soft and feminine<</if>>. You pull her up to kneel on the couch cushions, facing a mirrored wall of the room. She's treated to a view of her own face as you gently penetrate her from behind, holding your <<if ($PC.boobs == 0)>>strong chest<<else>>soft breasts<</if>> hard against her <<if ($activeSlave.muscles > 30)>>ripped<<elseif ($activeSlave.muscles > 5)>>toned<<else>>warm<</if>> back. Once you're seated in her <<if ($activeSlave.vagina > -1) && ($activeSlave.vaginalAccessory != "chastity belt")>>womanhood<<else>>anus<</if>>, you let your hands rove across her body, resting your chin on one of her shoulders to watch the view with her. @@ -477,7 +477,7 @@ She looks pensive, and goes through two false starts before she clears her throa <br><<link "Put the horny old girl to work">> <<replace "#name">>$activeSlave.slaveName<</replace>> <<replace "#result">> - You tell her that you've hired her out for a party hosted by a prominent citizen's son, home from college, and that she should be saving it for that. She promises that she will, bringing her legs together again and clearly already imagining it. You check in on her later, using the video feeds, and are treated to the sight of her wearing a recently-acquired, too-tight t-shirt with an old world college's mascot on it as she rides a dick young enough to be her son's. There's some drunken yelling, which she responds to by blowing kisses and licking her <<if $activeSlave.lips > 0>>plump <</if>>lips until another cock finds its way into her mouth. Her fee for the night is @@.yellowgreen;substantial,@@ and the student's father attaches a note to the payment. Apparently she got him too, and he's interested in hiring her for a business meeting next month. + You tell $him that you've hired $him out for a party hosted by a prominent citizen's son, home from college, and that $he should be saving it for that. She promises that she will, bringing her legs together again and clearly already imagining it. You check in on her later, using the video feeds, and are treated to the sight of her wearing a recently-acquired, too-tight t-shirt with an old world college's mascot on it as she rides a dick young enough to be her son's. There's some drunken yelling, which she responds to by blowing kisses and licking $his <<if $activeSlave.lips > 0>>plump <</if>>lips until another cock finds its way into her mouth. Her fee for the night is @@.yellowgreen;substantial,@@ and the student's father attaches a note to the payment. Apparently she got him too, and he's interested in hiring $him for a business meeting next month. <<set $cash += 500>> <<set $activeSlave.analCount += 5>> <<set $analTotal += 5>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 74cad1ef44e9aefda97792011316f40df64aedd3..d447877fae1bf170b5d50603367d4f7a08785917 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -225,7 +225,7 @@ hips innocently and moves up to $his lower legs. But then, as $he slowly massage with $his ass in chastity, $he's forbidden from release. <</if>> <<elseif $activeSlave.belly >= 100000>> - the underside of her <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> and + the underside of $his <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> and <<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>> $his flushed, glistening pussy and <<if $activeSlave.anus == 0>>virgin<<else>>hungry<</if>> anus to become visible. <<elseif canDoVaginal($activeSlave)>> @@ -307,7 +307,7 @@ is looking good, but as $he raises $his arms over $his head to spin $his nude to her voice <</switch>> <</if>> -gently calling your name. As you regain consciousness, you become aware of a weight on your chest. <<EventNameLink $activeSlave>> has snuggled up against you in her sleep. $He's nude, and so are you; everyone sleeps naked in your penthouse. The sheet is down at your hips, leaving your upper bodies bare. <<if $activeSlave.amp == 1>>$He's wormed her limbless torso under your arm,<<else>>$He has one arm across your <<if $PC.boobs == 1>>chest, just below your breasts,<<elseif $PC.title == 1>>manly chest<<else>>flat chest,<</if>><</if>> and is using your shoulder as a pillow. You can feel her warm breath across <<if $PC.boobs == 1 || $PC.title == 0>>your nipple on that side, and it hardens slowly under your gaze<<else>>your well-developed pectorals<</if>>. $His <<if $activeSlave.boobs > 4000>>incredible tits are resting to either side of your ribcage, with one of them a heavy mass on your chest and the other trapped under her<<elseif $activeSlave.boobs > 1200>>big boobs form a warm, soft mass between you<<else>>soft chest rests warmly against your ribcage<</if>><<if $activeSlave.belly >= 10000>>, beneath them, her _belly <<if $activeSlave.bellyPreg >= 8000>>pregnant <</if>>belly rests <<if $PC.belly >= 1500>>against your own baby bump<<else>>upon your flat stomach<</if>><</if>>, and farther down, there's another source of warmth where $he's <<if $activeSlave.amp == 1>>got her legless pelvis resting against your hip<<else>>straddling your thigh<</if>>. +gently calling your name. As you regain consciousness, you become aware of a weight on your chest. <<EventNameLink $activeSlave>> has snuggled up against you in $his sleep. $He's nude, and so are you; everyone sleeps naked in your penthouse. The sheet is down at your hips, leaving your upper bodies bare. <<if $activeSlave.amp == 1>>$He's wormed $his limbless torso under your arm,<<else>>$He has one arm across your <<if $PC.boobs == 1>>chest, just below your breasts,<<elseif $PC.title == 1>>manly chest<<else>>flat chest,<</if>><</if>> and is using your shoulder as a pillow. You can feel $his warm breath across <<if $PC.boobs == 1 || $PC.title == 0>>your nipple on that side, and it hardens slowly under your gaze<<else>>your well-developed pectorals<</if>>. $His <<if $activeSlave.boobs > 4000>>incredible tits are resting to either side of your ribcage, with one of them a heavy mass on your chest and the other trapped under $his<<elseif $activeSlave.boobs > 1200>>big boobs form a warm, soft mass between you<<else>>soft chest rests warmly against your ribcage<</if>><<if $activeSlave.belly >= 10000>>, beneath them, $his _belly <<if $activeSlave.bellyPreg >= 8000>>pregnant <</if>>belly rests <<if $PC.belly >= 1500>>against your own baby bump<<else>>upon your flat stomach<</if>><</if>>, and farther down, there's another source of warmth where $he's <<if $activeSlave.amp == 1>>got $his legless pelvis resting against your hip<<else>>straddling your thigh<</if>>. <br><br> "<<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>," $assistantName calls again, "you <<if $assistant == 0>>set a wake up for this time<<else>>asked me to wake you at this time<</if>>. You have a business meeting that starts shortly." You begin to slide out from under $activeSlave.slaveName, but the <<if $activeSlave.physicalAge > 30>> @@ -319,7 +319,7 @@ gently calling your name. As you regain consciousness, you become aware of a wei <<else>> kid <</if>> -clings to you in her sleep as the warmth of your body begins to move away from $him. +clings to you in $his sleep as the warmth of your body begins to move away from $him. <<case "confident tanning">>