Skip to content
Snippets Groups Projects
Commit 67b5efad authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fixes' into 'pregmod-master'

Fix

Closes #632

See merge request pregmodfan/fc-pregmod!4163
parents 08a5b21d 639108e1
Branches
Tags
No related merge requests found
...@@ -2,44 +2,44 @@ ...@@ -2,44 +2,44 @@
<<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check">> <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check">>
<<set _msAnalVirginIdx = [], _msIdx = []>> <<set _msAnalVirgins = [], _msSlaves = []>>
<<foreach _slave of $slaves>> <<run $slaves.forEach(function(slave) {
<<if _slave.assignment == "serve in the master suite">> if (slave.fuckdoll === 0 && slave.assignment === "serve in the master suite") {
<<if _slave.anus == 0>> if (slave.anus === 0) {
<<set _msAnalVirginIdx.push(_slave)>> _msAnalVirgins.push(slave);
<<else>> } else {
<<set _msIdx.push(_slave)>> _msSlaves.push(slave);
<</if>> }
<</if>> }
<</foreach>> })>>
<<if _msIdx.length < 3>> <<if _msSlaves.length < 3>>
<<goto "RIE Eligibility Check">> <<goto "RIE Eligibility Check">>
<<else>> <<else>>
<<setLocalPronouns $Concubine>> <<setLocalPronouns $Concubine>>
<<setLocalPronouns _msIdx[0] 2>> <<setLocalPronouns _msSlaves[0] 2>>
You have an extended meeting with a prominent citizen planned, from the start of business in the morning until you're done. That's likely to be in the late evening, since he's probably going to get into technical business proposals, and $Concubine.slaveName knows it. $He is surprised, therefore, when a minor business emergency calls your would-be interlocutor away, canceling the meeting and sending you home hours earlier than you'd planned. $He <<if canTalk($Concubine)>>giggles helplessly<<else>>signs humorously<</if>> at the surprise when you walk into your suite. Apparently, $he decided to while away the hours until you got back by having some truly grandiose group sex with all the slave girls you have in the suite. You have an extended meeting with a prominent citizen planned, from the start of business in the morning until you're done. That's likely to be in the late evening, since he's probably going to get into technical business proposals, and $Concubine.slaveName knows it. $He is surprised, therefore, when a minor business emergency calls your would-be interlocutor away, canceling the meeting and sending you home hours earlier than you'd planned. $He <<if canTalk($Concubine)>>giggles helplessly<<else>>signs humorously<</if>> at the surprise when you walk into your suite. Apparently, $he decided to while away the hours until you got back by having some truly grandiose group sex with all the slave girls you have in the suite.
<br><br> <br><br>
$He had to turn to greet you as you entered, since $he was facing away from the entry, and the reason why is rather obvious. Up near the opposite wall, _msIdx[0].slaveName is on the floor with _his2 face down and _his2 ass up. $He had to turn to greet you as you entered, since $he was facing away from the entry, and the reason why is rather obvious. Up near the opposite wall, _msSlaves[0].slaveName is on the floor with _his2 face down and _his2 ass up.
<<for $i = 0; $i < _msIdx.length-2; $i++>> /* after the loop, $i will be _msIdx.length - 1, the last eligible slave */ <<for $i = 0; $i < _msSlaves.length-2; $i++>> /* after the loop, $i will be _msSlaves.length - 1, the last eligible slave */
<<set $j = ($i + 1)>> <<set $j = ($i + 1)>>
_msIdx[$i].slaveName's _msSlaves[$i].slaveName's
<<if _msIdx[$i].anus > 2>> <<if _msSlaves[$i].anus > 2>>
asspussy asspussy
<<elseif _msIdx[$i].anus > 1>> <<elseif _msSlaves[$i].anus > 1>>
asshole asshole
<<else>> <<else>>
tight butt tight butt
<</if>> <</if>>
is is
<<if canPenetrate(_msIdx[$j])>> <<if canPenetrate(_msSlaves[$j])>>
filled by _msIdx[$j].slaveName's filled by _msSlaves[$j].slaveName's
<<if _msIdx[$j].dick > 3>> <<if _msSlaves[$j].dick > 3>>
painfully big painfully big
<<else>> <<else>>
hard hard
...@@ -47,39 +47,39 @@ $He had to turn to greet you as you entered, since $he was facing away from the ...@@ -47,39 +47,39 @@ $He had to turn to greet you as you entered, since $he was facing away from the
dick, dick,
<<else>> <<else>>
filled by a filled by a
<<if _msIdx[$i].anus > 2>> <<if _msSlaves[$i].anus > 2>>
huge huge
<<elseif _msIdx[$i].anus > 1>> <<elseif _msSlaves[$i].anus > 1>>
big big
<<else>> <<else>>
moderate moderate
<</if>> <</if>>
strap-on worn by _msIdx[$j].slaveName, strap-on worn by _msSlaves[$j].slaveName,
<</if>> <</if>>
<<setLocalPronouns _msIdx[$j] 3>> <<setLocalPronouns _msSlaves[$j] 3>>
<<if _msIdx[$j].belly >= 150000>> <<if _msSlaves[$j].belly >= 150000>>
whose middle is so obscenely distended, _msIdx[$i].slaveName is struggling to support it. whose middle is so obscenely distended, _msSlaves[$i].slaveName is struggling to support it.
<<elseif _msIdx[$j].belly >= 10000 || _msIdx[$j].weight >= 160>> <<elseif _msSlaves[$j].belly >= 10000 || _msSlaves[$j].weight >= 160>>
whose middle is resting on _msIdx[$i].slaveName's _msIdx[$i].skin back. whose middle is resting on _msSlaves[$i].slaveName's _msSlaves[$i].skin back.
<<elseif _msIdx[$j].boobs > 10000>> <<elseif _msSlaves[$j].boobs > 10000>>
whose tits are so unreasonably large they're resting on _msIdx[$i].slaveName's _msIdx[$i].skin back. whose tits are so unreasonably large they're resting on _msSlaves[$i].slaveName's _msSlaves[$i].skin back.
<<elseif _msIdx[$i].butt > 4>> <<elseif _msSlaves[$i].butt > 4>>
well cushioned by _msIdx[$i].slaveName's huge ass. well cushioned by _msSlaves[$i].slaveName's huge ass.
<<elseif _msIdx[$j].nipples == "huge">> <<elseif _msSlaves[$j].nipples == "huge">>
who is bending to rub _his3 enormous hard nipples across _msIdx[$i].slaveName's _msIdx[$i].skin back. who is bending to rub _his3 enormous hard nipples across _msSlaves[$i].slaveName's _msSlaves[$i].skin back.
<<elseif _msIdx[$j].lips > 40>> <<elseif _msSlaves[$j].lips > 40>>
who is bending forward to nibble along _msIdx[$i].slaveName's _msIdx[$i].skin neck. who is bending forward to nibble along _msSlaves[$i].slaveName's _msSlaves[$i].skin neck.
<<elseif _msIdx[$j].amp != 1>> <<elseif _msSlaves[$j].amp != 1>>
who is reaching around to grope _msIdx[$i].slaveName's _msIdx[$i].skin chest. who is reaching around to grope _msSlaves[$i].slaveName's _msSlaves[$i].skin chest.
<<else>> <<else>>
who is propped up against _msIdx[$i].slaveName's _msIdx[$i].skin butt. who is propped up against _msSlaves[$i].slaveName's _msSlaves[$i].skin butt.
<</if>> <</if>>
<</for>> <</for>>
Finally, _msIdx[$i].slaveName's Finally, _msSlaves[$i].slaveName's
<<if _msIdx[$i].anus > 2>> <<if _msSlaves[$i].anus > 2>>
asspussy asspussy
<<elseif _msIdx[$i].anus > 1>> <<elseif _msSlaves[$i].anus > 1>>
asshole asshole
<<else>> <<else>>
tight butt tight butt
...@@ -95,9 +95,9 @@ is ...@@ -95,9 +95,9 @@ is
dick, dick,
<<else>> <<else>>
filled by a filled by a
<<if _msIdx[$i].anus > 2>> <<if _msSlaves[$i].anus > 2>>
huge huge
<<elseif _msIdx[$i].anus > 1>> <<elseif _msSlaves[$i].anus > 1>>
big big
<<else>> <<else>>
moderate moderate
...@@ -105,26 +105,26 @@ is ...@@ -105,26 +105,26 @@ is
strap-on worn by $Concubine.slaveName, strap-on worn by $Concubine.slaveName,
<</if>> <</if>>
who has paused $his thrusting to issue a peremptory order to the slaves to stay where they are, before turning to greet you cheerfully. who has paused $his thrusting to issue a peremptory order to the slaves to stay where they are, before turning to greet you cheerfully.
<<if _msAnalVirginIdx.length > 2>> <<if _msAnalVirgins.length > 2>>
<<set _lastAnalVirgin = _msAnalVirginIdx.pop(), _otherNames = _msAnalVirginIdx.map(function(idx) { return $slaves[idx].slaveName; }).join(", ")>> <<set _lastAnalVirgin = _msAnalVirgins.pop(), _otherNames = _msAnalVirgins.map(function(slave) { return slave.slaveName; }).join(", ")>>
_otherNames and _lastAnalVirgin.slaveName are anal virgins, so $Concubine.slaveName has them busy lying under slaves who aren't, offering what oral stimulation they can manage. _otherNames, and _lastAnalVirgin.slaveName are anal virgins, so $Concubine.slaveName has them busy lying under slaves who aren't, offering what oral stimulation they can manage.
<<elseif _msAnalVirginIdx.length == 2>> <<elseif _msAnalVirgins.length == 2>>
_msAnalVirginIdx[0].slaveName and _msAnalVirginIdx[1].slaveName are anal virgins, so $Concubine.slaveName has them busy lying under slaves who aren't, offering what oral stimulation they can manage. _msAnalVirgins[0].slaveName and _msAnalVirgins[1].slaveName are anal virgins, so $Concubine.slaveName has them busy lying under slaves who aren't, offering what oral stimulation they can manage.
<<elseif _msAnalVirginIdx.length > 0>> <<elseif _msAnalVirgins.length > 0>>
<<setLocalPronouns _msIdx[0] 2>> <<setLocalPronouns _msSlaves[0] 2>>
_msAnalVirginIdx[0].slaveName is an anal virgin, so $Concubine.slaveName has _him2 busy lying under slaves who aren't, offering what oral stimulation _he2 can manage. _msAnalVirgins[0].slaveName is an anal virgin, so $Concubine.slaveName has _him2 busy lying under slaves who aren't, offering what oral stimulation _he2 can manage.
<</if>> <</if>>
<br><br> <br><br>
/* _msIdx[$i] is still the last slave in the chain */ /* _msSlaves[$i] is still the last slave in the chain */
<span id="result"> <span id="result">
<<if canDoAnal($Concubine) && $Concubine.anus > 0>> <<if canDoAnal($Concubine) && $Concubine.anus > 0>>
<<link "Slide in behind the concubine for some anal">> <<link "Slide in behind the concubine for some anal">>
<<replace "#result">> <<replace "#result">>
<<setLocalPronouns _msIdx[$i] 2>> <<setLocalPronouns _msSlaves[$i] 2>>
$Concubine.slaveName anticipates you, and is already sliding $himself partway out of _msIdx[$i].slaveName and cocking $his hips to spread $his $Concubine.slaveName anticipates you, and is already sliding $himself partway out of _msSlaves[$i].slaveName and cocking $his hips to spread $his
<<if $activeSlave.butt > 15>> <<if $activeSlave.butt > 15>>
immeasurable immeasurable
<<elseif $activeSlave.butt > 10>> <<elseif $activeSlave.butt > 10>>
...@@ -138,17 +138,17 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay ...@@ -138,17 +138,17 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay
<<else>> <<else>>
trim trim
<</if>> <</if>>
buttocks as wide as $he can without disentangling $himself from the anal train. Up on the bed $he's at just the right height, and $he winks $his <<if ($Concubine.anus > 2)>>loose anus<<elseif ($Concubine.anus > 1)>>asshole<<else>>tight little asshole<</if>> invitingly<<if canTalk($Concubine)>>, laughing at the sheer decadence of it<</if>>. <<if ($PC.dick == 0)>>You pull on a strap-on and push it<<else>>You push yourself<</if>> home with some force, your concubine's extreme state of arousal leaving $his ass very relaxed and welcoming; the thrust shoves $him forward to hilt $himself in _msIdx[$i].slaveName, and so on down the line, producing more giggling, some squealing, and much scrabbling for balance. It takes a while to find the rhythm, and while you wait for the inevitable tangles to be fixed you decide to challenge yourself. You reach around and <<if ($Concubine.boobs > 10000)>>sink your hands into $Concubine.slaveName's massive boobs<<elseif ($Concubine.boobs > 1000)>>heft $Concubine.slaveName's heavy boobs<<elseif ($Concubine.boobs > 300)>>tease $Concubine.slaveName's healthy breasts<<else>>massage $Concubine.slaveName's flat chest<</if>>, nibbling $his $Concubine.skin neck, and generally torturing $him with stimulation until $he climaxes to $his beloved <<= WrittenMaster($Concubine)>>. When $he does, you extract yourself and pull $him unceremoniously off _msIdx[$i].slaveName, replacing $him up _msIdx[$i].slaveName's butt. You work your way down the line, orgasm by orgasm, delaying your own climax until the exhausted _msIdx[0].slaveName>> manages an anal orgasm by heroic efforts, and you're done. As you roll off _him2, panting, there is scattered applause and much congratulation from your harem of @@.mediumaquamarine;trusting buttslaves.@@ buttocks as wide as $he can without disentangling $himself from the anal train. Up on the bed $he's at just the right height, and $he winks $his <<if ($Concubine.anus > 2)>>loose anus<<elseif ($Concubine.anus > 1)>>asshole<<else>>tight little asshole<</if>> invitingly<<if canTalk($Concubine)>>, laughing at the sheer decadence of it<</if>>. <<if ($PC.dick == 0)>>You pull on a strap-on and push it<<else>>You push yourself<</if>> home with some force, your concubine's extreme state of arousal leaving $his ass very relaxed and welcoming; the thrust shoves $him forward to hilt $himself in _msSlaves[$i].slaveName, and so on down the line, producing more giggling, some squealing, and much scrabbling for balance. It takes a while to find the rhythm, and while you wait for the inevitable tangles to be fixed you decide to challenge yourself. You reach around and <<if ($Concubine.boobs > 10000)>>sink your hands into $Concubine.slaveName's massive boobs<<elseif ($Concubine.boobs > 1000)>>heft $Concubine.slaveName's heavy boobs<<elseif ($Concubine.boobs > 300)>>tease $Concubine.slaveName's healthy breasts<<else>>massage $Concubine.slaveName's flat chest<</if>>, nibbling $his $Concubine.skin neck, and generally torturing $him with stimulation until $he climaxes to $his beloved <<= WrittenMaster($Concubine)>>. When $he does, you extract yourself and pull $him unceremoniously off _msSlaves[$i].slaveName, replacing $him up _msSlaves[$i].slaveName's butt. You work your way down the line, orgasm by orgasm, delaying your own climax until the exhausted _msSlaves[0].slaveName>> manages an anal orgasm by heroic efforts, and you're done. As you roll off _him2, panting, there is scattered applause and much congratulation from your harem of @@.mediumaquamarine;trusting buttslaves.@@
<<for _reBMS = 0; _reBMS < $slaves.length; _reBMS++>> <<for _reBMS = 0; _reBMS < $slaves.length; _reBMS++>>
<<if $slaves[_reBMS].ID == $Concubine.ID>> <<if $slaves[_reBMS].ID == $Concubine.ID>>
<<set $slaves[_reBMS].trust += 5, $slaves[_reBMS].analCount++, $analTotal++, $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>> <<set $slaves[_reBMS].trust += 5, $slaves[_reBMS].analCount++, $analTotal++, $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>>
<<elseif $slaves[_reBMS].assignment == "serve in the master suite">> <<elseif $slaves[_reBMS].assignment == "serve in the master suite">>
<<if $slaves[_reBMS].anus > 0>> <<if $slaves[_reBMS].anus > 0>>
<<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].analCount++, $analTotal++>> <<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].analCount++, $analTotal++>>
<<if $slaves[_reBMS].ID != _msIdx[0].ID>> <<if $slaves[_reBMS].ID != _msSlaves[0].ID>>
<<set $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>> <<set $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>>
<<elseif canImpreg(_msIdx[0], $PC)>> <<elseif canImpreg(_msSlaves[0], $PC)>>
<<= knockMeUp(_msIdx[0], 10, 1, $PC.ID, 1)>> <<= knockMeUp(_msSlaves[0], 10, 1, $PC.ID, 1)>>
<</if>> <</if>>
<<else>> <<else>>
<<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].oralCount++, $oralTotal++>> <<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].oralCount++, $oralTotal++>>
...@@ -161,8 +161,8 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay ...@@ -161,8 +161,8 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay
<<if canDoVaginal($Concubine) && $Concubine.vagina > 0>> <<if canDoVaginal($Concubine) && $Concubine.vagina > 0>>
<br><<link "Slide in behind the concubine for some pussy with an anal chaser">> <br><<link "Slide in behind the concubine for some pussy with an anal chaser">>
<<replace "#result">> <<replace "#result">>
<<setLocalPronouns _msIdx[$i] 2>> <<setLocalPronouns _msSlaves[$i] 2>>
$Concubine.slaveName anticipates you, and is already sliding $himself partway out of _msIdx[$i].slaveName and cocking $his hips to spread $his $Concubine.slaveName anticipates you, and is already sliding $himself partway out of _msSlaves[$i].slaveName and cocking $his hips to spread $his
<<if $activeSlave.butt > 15>> <<if $activeSlave.butt > 15>>
immeasurable immeasurable
<<elseif $activeSlave.butt > 10>> <<elseif $activeSlave.butt > 10>>
...@@ -176,17 +176,17 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay ...@@ -176,17 +176,17 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay
<<else>> <<else>>
trim trim
<</if>> <</if>>
rear as wide as $he can without disentangling $himself from the pussy train. Up on the bed $he's at just the right height, and $he wiggles $his <<if ($Concubine.vagina > 2)>>loose pussy<<elseif ($Concubine.vagina > 1)>>pussy<<else>>tight little pussy<</if>> invitingly<<if canTalk($Concubine)>>, laughing at the sheer decadence of it<</if>>. <<if ($PC.dick == 0)>>You pull on a strap-on and push it<<else>>You push yourself<</if>> home with some force, your concubine's extreme state of arousal leaving $his pussy very relaxed and welcoming; the thrust shoves $him forward to hilt $himself in _msIdx[$i].slaveName, and so on down the line, producing more giggling, some squealing, and much scrabbling for balance. It takes a while to find the rhythm, and while you wait for the inevitable tangles to be fixed you decide to challenge yourself. You reach around and <<if ($Concubine.boobs > 10000)>>sink your hands into $Concubine.slaveName's massive boobs<<elseif ($Concubine.boobs > 1000)>>heft $Concubine.slaveName's heavy boobs<<elseif ($Concubine.boobs > 300)>>tease $Concubine.slaveName's healthy breasts<<else>>massage $Concubine.slaveName's flat chest<</if>>, nibbling $his $Concubine.skin neck, and generally torturing $him with stimulation until $he climaxes to $his beloved <<= WrittenMaster($Concubine)>>. When $he does, you extract yourself and pull $him unceremoniously off _msIdx[$i].slaveName, replacing $him up _msIdx[$i].slaveName's ass. You work your way down the line, orgasm by orgasm, delaying your own climax until the exhausted _msIdx[0].slaveName manages an anal orgasm by heroic efforts, and you're done. As you roll off _him2, panting, there is scattered applause and much congratulation from your harem of @@.mediumaquamarine;trusting fuckslaves.@@ rear as wide as $he can without disentangling $himself from the pussy train. Up on the bed $he's at just the right height, and $he wiggles $his <<if ($Concubine.vagina > 2)>>loose pussy<<elseif ($Concubine.vagina > 1)>>pussy<<else>>tight little pussy<</if>> invitingly<<if canTalk($Concubine)>>, laughing at the sheer decadence of it<</if>>. <<if ($PC.dick == 0)>>You pull on a strap-on and push it<<else>>You push yourself<</if>> home with some force, your concubine's extreme state of arousal leaving $his pussy very relaxed and welcoming; the thrust shoves $him forward to hilt $himself in _msSlaves[$i].slaveName, and so on down the line, producing more giggling, some squealing, and much scrabbling for balance. It takes a while to find the rhythm, and while you wait for the inevitable tangles to be fixed you decide to challenge yourself. You reach around and <<if ($Concubine.boobs > 10000)>>sink your hands into $Concubine.slaveName's massive boobs<<elseif ($Concubine.boobs > 1000)>>heft $Concubine.slaveName's heavy boobs<<elseif ($Concubine.boobs > 300)>>tease $Concubine.slaveName's healthy breasts<<else>>massage $Concubine.slaveName's flat chest<</if>>, nibbling $his $Concubine.skin neck, and generally torturing $him with stimulation until $he climaxes to $his beloved <<= WrittenMaster($Concubine)>>. When $he does, you extract yourself and pull $him unceremoniously off _msSlaves[$i].slaveName, replacing $him up _msSlaves[$i].slaveName's ass. You work your way down the line, orgasm by orgasm, delaying your own climax until the exhausted _msSlaves[0].slaveName manages an anal orgasm by heroic efforts, and you're done. As you roll off _him2, panting, there is scattered applause and much congratulation from your harem of @@.mediumaquamarine;trusting fuckslaves.@@
<<for _reBMS = 0; _reBMS < $slaves.length; _reBMS++>> <<for _reBMS = 0; _reBMS < $slaves.length; _reBMS++>>
<<if $slaves[_reBMS].ID == $Concubine.ID>> <<if $slaves[_reBMS].ID == $Concubine.ID>>
<<set $slaves[_reBMS].trust += 5, $slaves[_reBMS].vaginalCount++, $vaginalTotal++, $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>> <<set $slaves[_reBMS].trust += 5, $slaves[_reBMS].vaginalCount++, $vaginalTotal++, $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>>
<<elseif $slaves[_reBMS].assignment == "serve in the master suite">> <<elseif $slaves[_reBMS].assignment == "serve in the master suite">>
<<if $slaves[_reBMS].anus > 0>> <<if $slaves[_reBMS].anus > 0>>
<<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].analCount++, $analTotal++>> <<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].analCount++, $analTotal++>>
<<if $slaves[_reBMS].ID != _msIdx[0].ID>> <<if $slaves[_reBMS].ID != _msSlaves[0].ID>>
<<set $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>> <<set $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>>
<<elseif canImpreg(_msIdx[0], $PC)>> <<elseif canImpreg(_msSlaves[0], $PC)>>
<<= knockMeUp(_msIdx[0], 10, 1, $PC.ID, 1)>> <<= knockMeUp(_msSlaves[0], 10, 1, $PC.ID, 1)>>
<</if>> <</if>>
<<else>> <<else>>
<<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].oralCount++, $oralTotal++>> <<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].oralCount++, $oralTotal++>>
...@@ -198,18 +198,18 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay ...@@ -198,18 +198,18 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay
<</if>> <</if>>
<br><<link "Slide in up at the head of the bed for some oral">> <br><<link "Slide in up at the head of the bed for some oral">>
<<replace "#result">> <<replace "#result">>
<<setLocalPronouns _msIdx[0] 2>> <<setLocalPronouns _msSlaves[0] 2>>
_msIdx[0].slaveName's <<= App.Desc.eyeColor(_msIdx[0])>> eyes widen when you push _him2 upright for a moment and slide in under _him2, but _he2 wraps _his2 _msSlaves[0].slaveName's <<= App.Desc.eyeColor(_msSlaves[0])>> eyes widen when you push _him2 upright for a moment and slide in under _him2, but _he2 wraps _his2
<<if (_msIdx[0].lips > 95)>> <<if (_msSlaves[0].lips > 95)>>
facepussy facepussy
<<elseif (_msIdx[0].lips > 70)>> <<elseif (_msSlaves[0].lips > 70)>>
dick sucking lips dick sucking lips
<<elseif (_msIdx[0].lips > 20)>> <<elseif (_msSlaves[0].lips > 20)>>
pretty lips pretty lips
<<else>> <<else>>
lips lips
<</if>> <</if>>
around your <<if ($PC.dick == 0)>>clit<<else>>cock<<if $PC.vagina == 1>> and starts stroking your pussy<</if>><</if>> eagerly enough, even as _msIdx[1].slaveName goes back to sodomizing _him2. The anal train is fairly gentle, since anything too fast would disintegrate the gymnastic arrangement, but _msIdx[0].slaveName is still getting enough of a buttfuck that _he2 whimpers quietly into your <<if ($PC.vagina == 1)>>pussy<<else>>dick<</if>>, a nice feeling. The blowjob is <<if (_msIdx[0].skill.oral >= 100)>>masterful, despite the distraction<<elseif (_msIdx[0].skill.oral > 10)>>serviceable, despite the distraction<<else>>only mediocre, but serviceable enough<</if>>, so you let _him2 work for a while before gently shoving _him2 off the side of the bed and telling _him2 to get to the back of the line. The slaves all shuffle forward awkwardly, and inadvertently block your view so that you hear rather than see _msIdx[0].slaveName start groping your concubine $Concubine.slaveName's around your <<if ($PC.dick == 0)>>clit<<else>>cock<<if $PC.vagina == 1>> and starts stroking your pussy<</if>><</if>> eagerly enough, even as _msSlaves[1].slaveName goes back to sodomizing _him2. The anal train is fairly gentle, since anything too fast would disintegrate the gymnastic arrangement, but _msSlaves[0].slaveName is still getting enough of a buttfuck that _he2 whimpers quietly into your <<if ($PC.vagina == 1)>>pussy<<else>>dick<</if>>, a nice feeling. The blowjob is <<if (_msSlaves[0].skill.oral >= 100)>>masterful, despite the distraction<<elseif (_msSlaves[0].skill.oral > 10)>>serviceable, despite the distraction<<else>>only mediocre, but serviceable enough<</if>>, so you let _him2 work for a while before gently shoving _him2 off the side of the bed and telling _him2 to get to the back of the line. The slaves all shuffle forward awkwardly, and inadvertently block your view so that you hear rather than see _msSlaves[0].slaveName start groping your concubine $Concubine.slaveName's
<<if $activeSlave.butt > 15>> <<if $activeSlave.butt > 15>>
immeasurable immeasurable
<<elseif $activeSlave.butt > 10>> <<elseif $activeSlave.butt > 10>>
...@@ -230,7 +230,7 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay ...@@ -230,7 +230,7 @@ who has paused $his thrusting to issue a peremptory order to the slaves to stay
<<elseif $slaves[_reBMS].assignment == "serve in the master suite">> <<elseif $slaves[_reBMS].assignment == "serve in the master suite">>
<<if $slaves[_reBMS].anus > 0>> <<if $slaves[_reBMS].anus > 0>>
<<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].analCount++, $analTotal++, $slaves[_reBMS].oralCount++, $oralTotal++>> <<set $slaves[_reBMS].trust += 1, $slaves[_reBMS].analCount++, $analTotal++, $slaves[_reBMS].oralCount++, $oralTotal++>>
<<if $slaves[_reBMS].ID != _msIdx[0].ID>> <<if $slaves[_reBMS].ID != _msSlaves[0].ID>>
<<set $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>> <<set $slaves[_reBMS].penetrativeCount++, $penetrativeTotal++>>
<</if>> <</if>>
<<else>> <<else>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment