diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 2f1bbe36da593f86f2fb0cff35c125359533ffc2..48f448eb3707e140d9eceddd112ca0c31bf8d8e7 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -3008,7 +3008,7 @@ wGain + wLoss - slave weight gain/loss fluctuates randomly mGain - slave constantly gains muscle mass, easier to gain muscle. mLoss - slave constantly loses muscle mass, easier to gain muscle. -mGain + mLoss - slave muscle gain/loss aplified, passively lose muscle unless building +mGain + mLoss - slave muscle gain/loss amplified, passively lose muscle unless building androgyny - slave's body attempts to normalize to an androgynous state diff --git a/src/endWeek/saChoosesOwnClothes.js b/src/endWeek/saChoosesOwnClothes.js index 980f38f9dace908b136302026c1718a37b4ff5a4..173a6fa47ceb39d80cfb643b20a98de36f94a7b4 100644 --- a/src/endWeek/saChoosesOwnClothes.js +++ b/src/endWeek/saChoosesOwnClothes.js @@ -565,6 +565,7 @@ window.saChoosesOwnClothes = (function() { wardrobeFS.push({text: `and wears chains, to degrade ${himself} as required by your societal goals.`, clothes: "chains"}); wardrobeFS.push({text: `and binds ${himself} with a set of uncomfortable straps.`, clothes: "uncomfortable straps"}); wardrobeFS.push({text: `and binds ${himself} with a set of uncomfortable ropes.`, clothes: "shibari ropes"}); + wardrobeFS.push({text: `and wears no clothes at all, since your society doesn't feel ${he} deserves any.`, clothes: "no clothing"}); } if (V.arcologies[0].FSMaturityPreferentialist > 0) { if (slave.visualAge >= 30) { @@ -665,6 +666,27 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("a kimono")) { wardrobeAssignment.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a kimono"}); } + if (isItemAccessible("a hanbok")) { + wardrobeAssignment.push({text: `and wears one of the beautiful folk costumes of the asian race.`, clothes: "a hanbok"}); + } + } + } + + if (V.arcologies[0].FSSubjugationist > 0) { + if (V.arcologies[0].FSSubjugationistRace === "black") { + if (isItemAccessible("a klan robe")) { + wardrobeFS.push({text: `and wears a costume associated with anti-black societies of the past.`, clothes: "a klan robe"}); + } + if (isItemAccessible("a slutty klan robe")) { + wardrobeFS.push({text: `and wears a costume associated with anti-black societies of the past.`, clothes: "a slutty klan robe"}); + } + } else if (V.arcologies[0].FSSubjugationistRace === "semitic") { + if (isItemAccessible("a schutzstaffel uniform")) { + wardrobeFS.push({text: `and wears a costume associated with anti-semitic societies of the past.`, clothes: "a schutzstaffel uniform"}); + } + if (isItemAccessible("a slutty schutzstaffel uniform")) { + wardrobeFS.push({text: `and wears a costume associated with anti-semitic societies of the past.`, clothes: "a slutty schutzstaffel uniform"}); + } } } @@ -734,6 +756,9 @@ window.saChoosesOwnClothes = (function() { } } else if (slave.behavioralFlaw === "devout") { wardrobeTastes.push({text: `and wears something more appropriate for a monastery than a whorehouse.`, clothes: "a penitent nuns habit"}); + if (isItemAccessible("a burqa")) { + wardrobeTastes.push({text: `and chooses an incredibly restricting piece of religious garb.`, clothes: "a burqa"}); + } } if (slave.behavioralQuirk === "sinful") { @@ -744,6 +769,9 @@ window.saChoosesOwnClothes = (function() { if (slave.sexualFlaw === "shamefast") { wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a hijab and abaya"}); + if (isItemAccessible("a burqa")) { + wardrobeTastes.push({text: `and chooses an outfit that covers ${him} up as much as possible.`, clothes: "a burqa"}); + } } else if (slave.sexualFlaw === "breeder") { if (isItemAccessible("attractive lingerie for a pregnant woman")) { wardrobeTastes.push({text: `and wears lingerie designed to accommodate pregnancies, hoping that others get the hint.`, clothes: "attractive lingerie for a pregnant woman"}); @@ -927,6 +955,10 @@ window.saChoosesOwnClothes = (function() { if (isItemAccessible("a kimono")) { wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a kimono"}); } + } else if (slave.nationality === "Mongolian") { + if (isItemAccessible("a biyelgee costume")) { + wardrobeTastes.push({text: `and chooses an outfit that makes ${him} feel oddly nostalgic.`, clothes: "a biyelgee costume"}); + } } } /* Separated in three categories in case you want to, say, increase the probability of choosing _wardrobeAssignment to look more professional*/ diff --git a/src/endWeek/saServeThePublic.js b/src/endWeek/saServeThePublic.js index 51482125667352efccb6996ed5e778e0a7bd9056..2c54aa55d6c0a8f9718dcac2eabec0e9da5dadfb 100644 --- a/src/endWeek/saServeThePublic.js +++ b/src/endWeek/saServeThePublic.js @@ -34,7 +34,7 @@ window.saServeThePublic = (function saServeThePublic() { gatherStatistics(slave); if (slave.assignment === "serve in the club") { - // By being at the end, every slave after the first will get a bonus. By moving it up, the first can enjoy it too. slaveJobValues() checks Edo Rivalist, so here we are. + // By being at the end, every slave after the first will get a bonus. By moving it up, the first can enjoy it too. slaveJobValues() checks Edo Revivalist, so here we are. applyFSDecoration(slave); } addRep(slave); diff --git a/src/endWeek/saWhore.js b/src/endWeek/saWhore.js index 4e1c1f70eaf6ae538e25be637f4d0b6aa402a2c6..2cc8bfc1ab9283f732f52733ccfd3d862445a2d8 100644 --- a/src/endWeek/saWhore.js +++ b/src/endWeek/saWhore.js @@ -42,7 +42,7 @@ window.saWhore = (function saWhore() { gatherStatistics(slave); updateNonSlaveVariables(slave); // must be run before applyFSDecoration() or you will face NaNs if (slave.assignment === "work in the brothel" || slave.assignment === "be the Madam") { - // By being at the end, every slave after the first will get a bonus. By moving it up, the first can enjoy it too. slaveJobValues() checks Edo Rivalist, so here we are. + // By being at the end, every slave after the first will get a bonus. By moving it up, the first can enjoy it too. slaveJobValues() checks Edo Revivalist, so here we are. applyFSDecoration(slave); } addCash(slave); diff --git a/src/endWeek/saWorkTheFarm.js b/src/endWeek/saWorkTheFarm.js index ecf0c783761c982c5fd8bc753429df825b902e98..f62056a106b5599dd9cef7b21a0a9429038344ad 100644 --- a/src/endWeek/saWorkTheFarm.js +++ b/src/endWeek/saWorkTheFarm.js @@ -407,7 +407,7 @@ window.saWorkTheFarm = function saWorkTheFarm(slave) { // TODO: write this } else if (slave.fetish === "masochist") { // TODO: write this - } // TODO: incoroporate quirks + } // TODO: incorporate quirks } // Close Shows diff --git a/src/facilities/nursery/nurseryWorkaround.tw b/src/facilities/nursery/nurseryWorkaround.tw index 2a06020421d630cb9177aa88d6afdc1c412fb726..29edee3c273eaac122df63fd146da568fbc4e0f3 100644 --- a/src/facilities/nursery/nurseryWorkaround.tw +++ b/src/facilities/nursery/nurseryWorkaround.tw @@ -13,15 +13,15 @@ <<set _tempDad = getSlave($activeSlave.father)>> <</if>> <br>Choose a name for $him. <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> - <<link "Commit name.">> + <<link "Commit name.">> <<set $activeSlave.birthName = $activeSlave.slaveName>> <<replace "#naming">> - You instruct $assistantName to register the new $girl as "<<print $activeSlave.slaveName>>" in the slave registry. + You instruct $assistantName to register the new $girl as "<<print $activeSlave.slaveName>>" in the slave registry. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' <</replace>> - <</link>> + <</link>> <br><<link "Have your PA assign $him a random name">> <<replace "#naming">> <<NewChildName $activeSlave>> @@ -34,23 +34,23 @@ <<if $arcologies[0].FSPastoralist != "unset">> <<if $activeSlave.lactation > 0>> <br><<link "Have your PA assign $him a random cow name">> - <<replace "#naming">> - <<set $activeSlave.slaveName = setup.cowSlaveNames.random()>> - <<set $activeSlave.birthName = $activeSlave.slaveName>> - $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. - <</replace>> - <<replace "#newName">> - ''__@@.pink;$activeSlave.slaveName@@__'' - <</replace>> + <<replace "#naming">> + <<set $activeSlave.slaveName = setup.cowSlaveNames.random()>> + <<set $activeSlave.birthName = $activeSlave.slaveName>> + $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. + <</replace>> + <<replace "#newName">> + ''__@@.pink;$activeSlave.slaveName@@__'' + <</replace>> <</link>> <</if>> <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> <br><<link "Have your PA assign $him a random devotional name">> <<replace "#naming">> - <<set $activeSlave.slaveName = setup.chattelReligionistSlaveNames.random()>> - <<set $activeSlave.birthName = $activeSlave.slaveName>> - $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. + <<set $activeSlave.slaveName = setup.chattelReligionistSlaveNames.random()>> + <<set $activeSlave.birthName = $activeSlave.slaveName>> + $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -60,9 +60,9 @@ <<if $arcologies[0].FSRomanRevivalist != "unset">> <br><<link "Have your PA assign $him a random Roman name">> <<replace "#naming">> - <<set $activeSlave.slaveName = setup.romanSlaveNames.random()>> - <<set $activeSlave.birthName = $activeSlave.slaveName>> - $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. + <<set $activeSlave.slaveName = setup.romanSlaveNames.random()>> + <<set $activeSlave.birthName = $activeSlave.slaveName>> + $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -71,9 +71,9 @@ <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <br><<link "Have your PA assign $him a random Aztec name">> <<replace "#naming">> - <<set $activeSlave.slaveName = setup.aztecSlaveNames.random()>> - <<set $activeSlave.birthName = $activeSlave.slaveName>> - $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. + <<set $activeSlave.slaveName = setup.aztecSlaveNames.random()>> + <<set $activeSlave.birthName = $activeSlave.slaveName>> + $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -82,9 +82,9 @@ <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <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>> - $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. + <<set $activeSlave.slaveName = setup.ancientEgyptianSlaveNames.random()>> + <<set $activeSlave.birthName = $activeSlave.slaveName>> + $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -93,9 +93,9 @@ <<elseif $arcologies[0].FSEdoRevivalist != "unset">> <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>> - $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. + <<set $activeSlave.slaveName = setup.edoSlaveNames.random()>> + <<set $activeSlave.birthName = $activeSlave.slaveName>> + $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -105,9 +105,9 @@ <<if $arcologies[0].FSDegradationist != "unset">> <br><<link "Have your PA assign $him a degrading name">> <<replace "#naming">> - <<run DegradingName($activeSlave)>> - <<set $activeSlave.birthName = $activeSlave.slaveName>> - $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. + <<run DegradingName($activeSlave)>> + <<set $activeSlave.birthName = $activeSlave.slaveName>> + $assistantName registers the new $girl as "<<print $activeSlave.slaveName>>" in your registry. <</replace>> <<replace "#newName">> ''__@@.pink;$activeSlave.slaveName@@__'' @@ -174,7 +174,7 @@ <</if>> <</if>> <<if $activeSlave.father > 0 && $activeSlave.father != $activeSlave.mother>> - <<setLocalPronouns _tempDad 2>> + <<setLocalPronouns _tempDad 2>> <<if _tempDad.ID == $Concubine.ID>> <br><<link "Permit your Concubine to name _his2 daughter">> <<replace "#naming">> diff --git a/src/js/generateGenetics.js b/src/js/generateGenetics.js index b7b818349fa41acd303e11fa454efeb1c4606e46..f953280591d9970e5a75bd812c3cdf5ba7f6c26c 100644 --- a/src/js/generateGenetics.js +++ b/src/js/generateGenetics.js @@ -26,7 +26,7 @@ window.generateGenetics = (function() { faceShape: "cute", eyeColor: "brown", hColor: "black", - skin: "white", + skin: "light", markings: "none", behavioralFlaw: "none", sexualFlaw: "none", diff --git a/src/js/vignettes.js b/src/js/vignettes.js index 734f7747dc6a1429b0779c3c27428739bf940eba..62c816f5308882296ab16af0bdb8fa127f5b7956 100644 --- a/src/js/vignettes.js +++ b/src/js/vignettes.js @@ -3443,6 +3443,27 @@ window.GetVignette = function GetVignette(slave) { effect: 1, }); } + if (slave.devotion > 95) { + vignettes.push({ + text: `${he} pushed ${himself} to work even harder than usual in hopes of proving ${his} loyalty to you,`, + type: "cash", + effect: 1, + }); + } + if (slave.trust > 20) { + if (slave.devotion < -20) { + vignettes.push({ + text: `${he} slacked off a lot just to spite you,`, + type: "cash", + effect: -1, + }); + } + vignettes.push({ + text: `${he} worked a bit harder than usual in hopes of impressing you,`, + type: "cash", + effect: 1, + }); + } if (slave.amp === 1) { vignettes.push({ text: `${he} was soaped up, tied to a pole, and used as a very inefficient mop. While being used to clean outside, ${he} certainly drew some stares,`, @@ -3501,6 +3522,32 @@ window.GetVignette = function GetVignette(slave) { effect: 1, }); } + if (slave.tired === 1) { + vignettes.push({ + text: `${he} was so exhausted that ${he} barely got any work done,`, + type: "cash", + effect: -1, + }); + } + if (!canSee(slave)) { + vignettes.push({ + text: `without the power of sight, ${he} routinely failed to spot dirt and grime that other slaves would have noticed,`, + type: "cash", + effect: -1, + }); + vignettes.push({ + text: `${he} routinely kept cleaning well after other slaves would have stopped, simply because ${he} couldn't see how much work had been done already,`, + type: "cash", + effect: 1, + }); + } + if (!canSmell(slave)) { + vignettes.push({ + text: `${he} cleaned up messes other slaves wouldn't touch because ${he} was able to withstand their odors,`, + type: "cash", + effect: 1, + }); + } vignettes.push({ text: `${he} was ordered to clean the many erotically shaped statues around the arcology. ${He} put on a good show, waxing the many tits, asses, and cocks with gusto,`, type: "rep", @@ -3574,6 +3621,23 @@ window.GetVignette = function GetVignette(slave) { effect: -1, }); } + if (canHear(slave)) { + vignettes.push({ + text: `${he} was disturbed by the sounds from all the machinery around ${him},`, + type: "devotion", + effect: -1, + }); + } + vignettes.push({ + text: `${his} milking machine broke down and had to be repaired,`, + type: "cash", + effect: -1, + }); + vignettes.push({ + text: `${he} stumbled across a (waterlogged and unsanitary) wad of money,`, + type: "cash", + effect: 1, + }); vignettes.push({ text: `very little of interest happened because the life of a dairy cow is often really boring,`, type: "rep", @@ -3727,14 +3791,14 @@ window.GetVignette = function GetVignette(slave) { } vignettes.push({ text: `${he} spent hours plotting ${his} escape from the arcology,`, - type: "trust", + type: "devotion", effect: -1, }); } if (slave.relationship === -2) { if (slave.speechRules === "permissive") { vignettes.push({ - text: `${he} spent most of ${his} time fan${boy}ing obsessively about you to everyone ${he} can,`, + text: `${he} spent most of ${his} time fan${boy}ing obsessively about you to everyone ${he} could,`, type: "rep", effect: 1, }); @@ -3797,6 +3861,13 @@ window.GetVignette = function GetVignette(slave) { effect: 0, }); } + if (slave.tired === 1) { + vignettes.push({ + text: `${he} felt very tired and spent a lot of time napping,`, + type: "health", + effect: 0, + }); + } if (slave.intelligence + slave.intelligenceImplant > 50) { vignettes.push({ text: `${he} immersed ${himself} in classics of literature at an arcology library, giving ${him} uncomfortable ideas about society,`, @@ -3817,6 +3888,36 @@ window.GetVignette = function GetVignette(slave) { effect: -1, }); } + if (V.arcologies[0].FSSupremacist !== "unset") { + if (slave.intelligence + slave.intelligenceImplant > 50) { + vignettes.push({ + text: `${he} went to a local library, and was disturbed by all the racial supremacist historical revisionism on display,`, + type: "trust", + effect: -1, + }); + } else if (slave.intelligence + slave.intelligenceImplant < -50) { + vignettes.push({ + text: `${he} went to a local library, and was thrilled by all the racial subjugationist historical revisionism ${he} couldn't recognize,`, + type: "devotion", + effect: 1, + }); + } + } + if (V.arcologies[0].FSSubjugationist !== "unset") { + if (slave.intelligence + slave.intelligenceImplant > 50) { + vignettes.push({ + text: `${he} went to a local library, and was disturbed by all the racial subjugationist historical revisionism on display,`, + type: "trust", + effect: -1, + }); + } else if (slave.intelligence + slave.intelligenceImplant < -50) { + vignettes.push({ + text: `${he} went to a local library, and was thrilled by all the racial subjugationist historical revisionism ${he} couldn't recognize,`, + type: "devotion", + effect: 1, + }); + } + } if (canHear(slave)) { vignettes.push({ text: `${he} spent much of ${his} free time listening to music,`, diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw index 5be2e1d34ec60a37ba668af050174ec433a5ab6b..b2ad5aa4d3766bb5026ac142ff25fa514c693cf5 100644 --- a/src/pregmod/fMarry.tw +++ b/src/pregmod/fMarry.tw @@ -548,7 +548,7 @@ You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of <</if>> <<else>> <<if $activeSlave.clit > 1>> - $His huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it. + $His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it. <<else>> $His lacy g-string is starting to look a bit moist in front. <</if>> diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index 3fba6f0acde72a6c555999d176d20b84967039a9..7f270a7eed9aeac20aa63a0cbc358ab9899a8e7e 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -2192,7 +2192,7 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<set _belly = bellyAdjective($subSlave)>> You clear your throat for the slaves' attention and verbally order $assistantName to rescind the penthouse rule against interslave rape. _HisA avatar pops up nearby and confirms the rules change. <<if $assistant>>"Done," _heA says. "And I approve. Poor <<= $girl>>s like $activeSlave.slaveName should be able to take what they need."<<else>>"Done," _heA says.<</if>> <br><br> - You give no explicit command to the pair of slaves in front of you, but they understand you perfectly. $subSlave.slaveName pales; <<if $subSlave.fetishKnown && $subSlave.fetish == "sub">>_he2 likes getting fucked, but having someone ordered to rape _him2 is a bit much<<elseif $subSlave.fetishKnown && $subSlave.fetish == "masochist">>_he2 likes being hurt, but having the flirty interchange converted instantly into a situation in which _he2 has no control at all kills _his2 mood<<else>>_he2 wasn't seriously adverse to having sex, but being laid open to rape isn't _his2 idea of a good time<</if>>. $activeSlave.slaveName, meanwhile, looks <<if $subSlave.fetishKnown && $subSlave.fetish == "dom">>rather pleased. $He likes being on top enough that $he's willing to use force if necessary<<elseif $subSlave.fetishKnown && $subSlave.fetish == "sadist">>positively predatory. The sadistic bitch actually prefers it this way<<else>>rather conflicted. $He's obviously relieved $he'll be getting relief, but obviously has some mixed feelings about using force to get what $he wants<</if>>. + You give no explicit command to the pair of slaves in front of you, but they understand you perfectly. $subSlave.slaveName pales; <<if $subSlave.fetishKnown && $subSlave.fetish == "submissive">>_he2 likes getting fucked, but having someone ordered to rape _him2 is a bit much<<elseif $subSlave.fetishKnown && $subSlave.fetish == "masochist">>_he2 likes being hurt, but having the flirty interchange converted instantly into a situation in which _he2 has no control at all kills _his2 mood<<else>>_he2 wasn't seriously adverse to having sex, but being laid open to rape isn't _his2 idea of a good time<</if>>. $activeSlave.slaveName, meanwhile, looks <<if $subSlave.fetishKnown && $subSlave.fetish == "dom">>rather pleased. $He likes being on top enough that $he's willing to use force if necessary<<elseif $subSlave.fetishKnown && $subSlave.fetish == "sadist">>positively predatory. The sadistic bitch actually prefers it this way<<else>>rather conflicted. $He's obviously relieved $he'll be getting relief, but obviously has some mixed feelings about using force to get what $he wants<</if>>. <br><br> <<if $activeSlave.fetishKnown && ($activeSlave.fetish == "dom" || $activeSlave.fetish == "sadist")>> $subSlave.slaveName tries to get down <<if _vaginal>>on the floor and offer _his2 pussy<<else>>down on _his2 knees and offer _his2 asspussy<</if>> without resistance, but $activeSlave.slaveName has other ideas, and shoves the poor slave down hard. $subSlave.slaveName's <<if _vaginal>>butt hits the floor with a smack<<else>>knees hit the floor painfully<</if>> and _he2 moans unhappily as $activeSlave.slaveName penetrates _him2. diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index c8d1addf17929aac2f9088e81cfe12fc5e53e3c1..c7be6ad48fde65a2dfcbd204e143cfa546ba98d9 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -527,9 +527,9 @@ <<if ($clubAdsSpending == 0) || ($clubAdsXX == 0)>> <<set _possibleBonuses++>> <<if (_XX > 0) && (_XY > 0) && (Math.abs(_XX-_XY) <= (_DL/3))>> - <<set $clubBonuses++>> - <<run repX(_DL*random(5,10), "club")>> - The club offers a @@.green;mix@@ of sluts that can appeal to varied tastes in genitalia. + <<set $clubBonuses++>> + <<run repX(_DL*random(5,10), "club")>> + The club offers a @@.green;mix@@ of sluts that can appeal to varied tastes in genitalia. <</if>> <</if>> Most customers don't have preferences for either girls with dicks or girls with pussies. @@ -603,9 +603,9 @@ <<if ($clubAdsSpending == 0) || ($clubAdsOld == 0)>> <<set _possibleBonuses++>> <<if (_young > 0) && (_old > 0) && (Math.abs(_young-_old) <= (_DL/3))>> - <<set $clubBonuses++>> - <<run repX(_DL*random(5,10), "club")>> - There are girls @@.green;both@@ young and mature in $clubName. + <<set $clubBonuses++>> + <<run repX(_DL*random(5,10), "club")>> + There are girls @@.green;both@@ young and mature in $clubName. <</if>> <</if>> <</if>> @@ -673,9 +673,9 @@ <<if ($clubAdsSpending == 0) || ($clubAdsPreg == 0)>> <<set _possibleBonuses++>> <<if (_pregYes > 0) && (_pregNo > 0) && (Math.abs(_pregYes-_pregNo) <= (_DL/3))>> - <<set $clubBonuses++>> - <<run repX(_DL*random(5,10), "club")>> - There is a @@.green;wide@@ selection of slaves with a variety of middles working the club. + <<set $clubBonuses++>> + <<run repX(_DL*random(5,10), "club")>> + There is a @@.green;wide@@ selection of slaves with a variety of middles working the club. <</if>> <</if>> <</if>> diff --git a/src/uncategorized/reBoomerang.tw b/src/uncategorized/reBoomerang.tw index 9fe0047979bdef8c46a7801294b5c236515a06b9..d9f36dff0e89ec9422b2f8ba7111e8ef8bcee9bb 100644 --- a/src/uncategorized/reBoomerang.tw +++ b/src/uncategorized/reBoomerang.tw @@ -104,7 +104,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<set $activeSlave.lactation = 2, $activeSlave.lactationDuration = 2, $activeSlave.lactationAdaptation = 100>> <<set $activeSlave.boobs = Math.clamp($activeSlave.boobs+2000+50*random(-20,20),0,10000)>> <<set $activeSlave.boobShape = "saggy">> - <<if $seePreg != 0>><<if $activeSlave.ovaries>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregtype = random(2,4), $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, SetBellySize($activeSlave)>><</if>><</if>> + <<if $seePreg != 0>><<if $activeSlave.ovaries>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregType = random(2,4), $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, SetBellySize($activeSlave)>><</if>><</if>> <<if $activeSlave.balls>> <<set $activeSlave.balls = Math.clamp($activeSlave.balls+random(1,2),0,10)>> <<if $activeSlave.dick>><<set $activeSlave.dick = Math.clamp($activeSlave.dick+random(1,2),0,10)>><</if>> @@ -120,9 +120,9 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against "They ran an IV line into me and then put me in a cage with a male <<s>>lave who raped me for a week. Then they <<s>>witched me into a <<s>>maller cage and forgot about me. I can feel my belly <<s>>welling. It'<<s>> horrible." <<set $activeSlave.preg = _pregWeeks-1, $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1>> <<if $seeHyperPreg == 1>> - <<set $activeSlave.pregtype = random(10,40)>> + <<set $activeSlave.pregType = random(10,40)>> <<else>> - <<set $activeSlave.pregtype = 5>> + <<set $activeSlave.pregType = 5>> <</if>> <<run SetBellySize($activeSlave)>> <<case "porn studio">> @@ -134,14 +134,14 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<set $activeSlave.counter.publicUse += 500>> <<case "obsessed fan">> "It wa<<s>> really ni<<c>>e, at fir<<s>>t," $he sniffles, "and I'm a little <<s>>ad it had to end the way it d-did." You sold $him to a die-hard fan who offered up a rather large sum of money for ownership of $him. "He took out too big of a loan and when they came to collect, he let me loo<<s>>e and told me to run, run far away. I d-didn't know where el<<s>>e to g-go." $He breaks down in tears. - <<if canGetPregnant($activeSlave)>> + <<if $seePreg != 0 && canGetPregnant($activeSlave)>> "In the <<sh>>ort time we <<s>>pent together, he left me a gift..." $He runs a hand across $his stomach. "While I wouldn't <<s>>ay I wa<<s>> in love with him, I feel like I have to keep them <<s>>afe for what he did. I can't even think of where I'd have ended up if they had taken me." <<if $activeSlave.mpreg == 1 && $activeSlave.anus == 0>> <<set $activeSlave.anus = 1>> <<elseif $activeSlave.ovaries == 1 && $activeSlave.vagina == 0>> <<set $activeSlave.vagina = 1>> <</if>> - <<if $seePreg != 0>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregtype = random(2,4), $activeSlave.vagina = 4, $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, $activeSlave.pregSource = -2, SetBellySize($activeSlave)>><</if>> + <<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregType = random(2,4), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, $activeSlave.pregSource = -2, SetBellySize($activeSlave)>> <</if>> <<case "pain fetishist">> "They whip me. A-actually," $he sniffles, "I'm glad when they whip me b-becau<<s>>e e-everything el<<s>>e they d-do is w-wor<<s>>e. The only break I get i-i<<s>> when I'm hurt bad and th-they have to f-fi<<x>> me." After all, you did sell $him into a life as a pain slave. @@ -163,7 +163,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.sexualFlaw = "hates men">> <<case "subjugationist arcology">> "They were breeding me with idiot<<s>>." You sold $him to a Subjugationist arcology; it's nothing short of incredible that $he managed to get back here. $He must have sold and traded $himself without hesitation. "I d-don't want thi<<s>> pregnan<<c>>y." - <<set $activeSlave.preg = _pregWeeks-1, $activeSlave.pregtype = random(2,4), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1>> + <<set $activeSlave.preg = _pregWeeks-1, $activeSlave.pregType = random(2,4), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1>> <<run SetBellySize($activeSlave)>> <<case "gender radicalist arcology">> "They <<if $activeSlave.balls>> cut my ball<<s>> off and then<</if>> j-ju<<s>>t kind of t-turned me loo<<s>>e in the corridor<<s>>," $he moans. You sold $him to a Gender Radicalist arcology. "Naked, <<s>>o everyone could u<<s>>e my a<<ss>>. Plea<<s>>e, I don't want to be an entire arcology'<<s>> bitch." @@ -236,7 +236,7 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<set $activeSlave.behavioralFlaw = "arrogant", $activeSlave.sexualFlaw = "crude">> <<case "teaching trainer">> "I'm ju<<s>>t a mannequin now," $he <<say>>s hollowly. $His buyer planned to use $him as a teaching tool. "There'<<s>> nothing. No joy, no fun. Ju<<s>>t the <<s>>ame thing, over, and over. In<<s>>ide me." - <<set $activeSlave.fetish = "sub", $activeSlave.fetishStrength = 100>> + <<set $activeSlave.fetish = "submissive", $activeSlave.fetishStrength = 100>> <<set $activeSlave.behavioralFlaw = "hates penetration", $activeSlave.sexualFlaw = "apathetic">> <<case "implanting trainer">> "I d-don't want to be c-cut again," $he <<say>>s hollowly. $His buyer planned to use $him as a surgical teaching tool. "E-every time I'm healed, they implant me again. B-bigger." @@ -318,6 +318,19 @@ brings up the relevant feeds. There's a naked body crumpled pathetically against <<set $activeSlave.weight = Math.clamp($activeSlave.weight+random(50,100),-100,200)>> <<set $activeSlave.bellySag = 80>> <<set $activeSlave.behavioralFlaw = "anorexic">> +<<case "concert hall">> + You sold $him to a local concert venue to help relieve the stage crew's stress. "All of the roadie<<s>>, from out of town, from other arcologie<<s>>, treat like <<s>>ome <<s>>ort of punching bag, or, or like a <<s>>ide of meat. I ju<<s>>t can't go b-back there, anymore." + <<if $activeSlave.vagina > -1>> + <<set $activeSlave.vagina = 3>> + <</if>> + <<set $activeSlave.anus = 3>> + <<if $seePreg != 0>><<if $activeSlave.ovaries>><<set $activeSlave.preg = random(5,_pregWeeks-1), $activeSlave.pregType = random(1,2), $activeSlave.pregSource = either(-2,0), $activeSlave.pregWeek = $activeSlave.preg, $activeSlave.pregKnown = 1, SetBellySize($activeSlave)>><</if>><</if>> +<<case "etiquette coach">> + "The etiquette t-trainer I wa<<s>> <<s>>old to wa<<s>> an e<<x>>cellent teacher indeed," $he <<say>>s with a grimace, "H-however, I find that he had <<s>>ome rather old-f-fa<<sh>>ioned view<<s>> on educational method<<s>>, to be quite b-blunt." You look $him over; $he has numerous caning marks all over $his body, and appears to have been starved. + <<set $activeSlave.weight = random(-80, -70)>> + <<set $activeSlave.health = random(-70, -60)>> + <<set $activeSlave.behavioralFlaw = "odd">> + <<set $activeSlave.sexualFlaw = either("idealistic", "repressed", "self hating", "shamefast")>> <<default>> <<switch _buyer>> <<case "housekeeper">> diff --git a/src/uncategorized/seExpiration.tw b/src/uncategorized/seExpiration.tw index 7c19049177e3cec973cb4a0ddbb14ffc3312206d..d0e80f1c6633ee1643d412e8e54d4cab8f79f976 100644 --- a/src/uncategorized/seExpiration.tw +++ b/src/uncategorized/seExpiration.tw @@ -75,7 +75,7 @@ $activeSlave.slaveName's indentured servitude is ending this week, meaning that <<if !canTalk($activeSlave)>> $He does $his best to communicate an earnest desire to stay, and repeats over and over that $he loves you. $He begins to indicate a willingness to accept true, unlimited slavery, if that's what it takes to stay. <<else>> - "Plea<<s>>e <<Master>>, don't <<s>>end me away," $he sobs. "I love you! I'll d-do anything — I'll be your <<s>>lave! Plea<<s>>e, en<<s>>lave me. I l-love you...," $he moans, trailing off into convulsive blubbering. + "Plea<<s>>e <<Master>>, don't <<s>>end me away," $he sobs. "I love you! I'll d-do anything — I'll be your <<s>>lave! Plea<<s>>e, en<<s>>lave me. I l-love you..." $he moans, trailing off into convulsive blubbering. <</if>> <br><br> diff --git a/src/uncategorized/seWeddingDouble.tw b/src/uncategorized/seWeddingDouble.tw index 97f007e4ef6132e2a12a0ee4a856ba83e5517b10..86fa63b160fda5f73ff75a7428471f54b3714757 100644 --- a/src/uncategorized/seWeddingDouble.tw +++ b/src/uncategorized/seWeddingDouble.tw @@ -30,6 +30,7 @@ <<set _m = $slaveIndices[_slave1.relationshipTarget]>> <<set _slave1.relationshipTarget = 0>> <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> + <<setLocalPronouns $slaves[_m] 3>> <</if>> <</if>> <<if _slave1.relationshipTarget == _slave2.ID>> @@ -117,7 +118,7 @@ <<if !isSlaveAvailable(_slave1)>> Or $he would have, if $he were able. <<elseif !isSlaveAvailable($slaves[_m])>> - Or $he would have, if _he2 were around. + Or $he would have, if _he3 were around. <<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>> <<set _randomVag = random(3,7)>> <<set _randomAnal = random(1,4)>> @@ -171,7 +172,7 @@ <<if !isSlaveAvailable(_slave1)>> Or $he would have, if $he were able. <<elseif !isSlaveAvailable($slaves[_m])>> - Or $he would have, if _he2 were around. + Or $he would have, if _he3 were around. <<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>> <<set _randomVag = random(3,7)>> <<set _randomAnal = random(1,4)>> @@ -299,36 +300,37 @@ <<set _n = $slaveIndices[_slave2.relationshipTarget]>> <<set _slave2.relationshipTarget = 0>> <<set $slaves[_n].relationship = 0, $slaves[_n].relationshipTarget = 0>> + <<setLocalPronouns $slaves[_n] 4>> <</if>> <</if>> - _slave2.slaveName, meanwhile, spent $his time + _slave2.slaveName, meanwhile, spent _his2 time <<if _slave2.devotion+_slave2.trust >= 175>> <<if _slave2.relationship != 0>> <<if _slave2.relationship == -1>> - vowing that $he'll be less of a slut. + vowing that _he2'll be less of a slut. <<elseif _slave2.relationship == 4>> - breaking up with $his lover, $slaves[_n].slaveName, as painlessly as possible. + breaking up with _his2 lover, $slaves[_n].slaveName, as painlessly as possible. <<elseif _slave2.relationship == 3>> - breaking up with $his FWB, $slaves[_n].slaveName, as painlessly as possible. + breaking up with _his2 FWB, $slaves[_n].slaveName, as painlessly as possible. <<elseif _slave2.relationship > 0>> promising $slaves[_n].slaveName that they'll still be friends, even if they can't spend time together. <<else>> - as close to you as $he could. + as close to you as _he2 could. <</if>> <</if>> <<elseif _slave2.devotion < -20 && _slave2.trust > 20>> <<if _slave2.relationship == -1>> - sleeping with as many different people as $he could. + sleeping with as many different people as _he2 could. <<if !isSlaveAvailable(_slave2)>> - Or $he would have, if $he were able. + Or _he2 would have, if _he2 were able. <<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>> <<set _randomVag = random(30,60)>> <<set _randomAnal = random(30,60)>> <<set _randomOral = random(30,60)>> <<set _slave2.counter.vaginal += _randomVag, _slave2.counter.anal += _randomAnal, _slave2.counter.oral += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>> - By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes. + By week's end, _he2's managed to ruin _his2 body out of spite. _He2 can barely move, trapped on _his2 back as cum steadily drips from _his2 prolapsed, gaping, destroyed holes. <<if _slave2.vagina == 0 && _slave2.anus == 0>> - $His actions robbed you of @@.lime;both $his virginities.@@ + _His2 actions robbed you of @@.lime;both _his2 virginities.@@ <</if>> <<if _slave2.vagina < 4>><<set _slave2.vagina = 4>><</if>><<set _slave2.anus = 4>> <<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">> @@ -341,9 +343,9 @@ <<set _randomVag = random(30,60)>> <<set _randomOral = random(30,60)>> <<set _slave2.counter.vaginal += _randomVag, _slave2.counter.oral += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>> - By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt. + By week's end, _he2's managed to ruin _his2 body out of spite. _He2 can barely move, trapped on _his2 back as cum steadily drips from _his2 prolapsed, gaping, destroyed cunt. <<if _slave2.vagina == 0>> - $His actions robbed you of @@.lime;$his virginity.@@ + _His2 actions robbed you of @@.lime;_his2 virginity.@@ <</if>> <<if _slave2.vagina < 4>><<set _slave2.vagina = 4>><</if>> <<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">> @@ -356,9 +358,9 @@ <<set _randomAnal = random(30,60)>> <<set _randomOral = random(30,60)>> <<set _slave2.counter.anal += _randomAnal, _slave2.counter.oral += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>> - By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus. + By week's end, _he2's managed to ruin _his2 body out of spite. _He2 can barely move, trapped on _his2 back as cum steadily drips from _his2 prolapsed, gaping, destroyed anus. <<if _slave2.anus == 0>> - $His actions robbed you of @@.lime;$his anal virginity.@@ + _His2 actions robbed you of @@.lime;_his2 anal virginity.@@ <</if>> <<set _slave2.anus = 4>> <<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">> @@ -370,21 +372,21 @@ <<else>> <<set _randomOral = random(60,100)>> <<set _slave2.counter.oral += _randomOral, $oralTotal += _randomOral>> - By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids. + By week's end, _he2's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids. <</if>> <<elseif _slave2.relationship == 4>> - fucking $his love, $slaves[_n].slaveName, as often as possible while ignoring you. + fucking _his2 love, $slaves[_n].slaveName, as often as possible while ignoring you. <<if !isSlaveAvailable(_slave2)>> - Or $he would have, if $he were able. + Or _he2 would have, if _he2 were able. <<elseif !isSlaveAvailable($slaves[_n])>> - Or $he would have, if _he2 were around. + Or _he2 would have, if _he4 were around. <<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>> <<set _randomVag = random(3,7)>> <<set _randomAnal = random(1,4)>> <<set _randomOral = random(5,10)>> <<set _slave2.counter.vaginal += _randomVag, _slave2.counter.anal += _randomAnal, _slave2.counter.oral += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>> <<if _slave2.vagina == 0 && _slave2.anus == 0>> - $His actions robbed you of @@.lime;both $his virginities.@@ + _His2 actions robbed you of @@.lime;both _his2 virginities.@@ <<set _slave2.vagina = 1, _slave2.anus = 1>> <</if>> <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>> @@ -398,7 +400,7 @@ <<set _randomOral = random(5,10)>> <<set _slave2.counter.vaginal += _randomVag, _slave2.counter.oral += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>> <<if _slave2.vagina == 0>> - $His actions robbed you of @@.lime;$his virginity.@@ + _His2 actions robbed you of @@.lime;_his2 virginity.@@ <<set _slave2.vagina = 1>> <</if>> <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>> @@ -412,7 +414,7 @@ <<set _randomOral = random(5,10)>> <<set _slave2.counter.anal += _randomAnal, _slave2.counter.oral += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>> <<if _slave2.anus == 0>> - $His actions robbed you of @@.lime;$his anal virginity.@@ + _His2 actions robbed you of @@.lime;_his2 anal virginity.@@ <<set _slave2.anus = 1>> <</if>> <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>> @@ -424,21 +426,21 @@ <<else>> <<set _randomOral = random(15,20)>> <<set _slave2.counter.oral += _randomOral, $oralTotal += _randomOral>> - By week's end, $he's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids. + By week's end, _he2's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids. <</if>> <<elseif _slave2.relationship == 3>> - fucking $his lover, $slaves[_n].slaveName, as often as possible while ignoring you. + fucking _his2 lover, $slaves[_n].slaveName, as often as possible while ignoring you. <<if !isSlaveAvailable(_slave2)>> - Or $he would have, if $he were able. + Or _he2 would have, if _he2 were able. <<elseif !isSlaveAvailable($slaves[_n])>> - Or $he would have, if _he2 were around. + Or _he2 would have, if _he4 were around. <<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>> <<set _randomVag = random(3,7)>> <<set _randomAnal = random(1,4)>> <<set _randomOral = random(5,10)>> <<set _slave2.counter.vaginal += _randomVag, _slave2.counter.anal += _randomAnal, _slave2.counter.oral += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>> <<if _slave2.vagina == 0 && _slave2.anus == 0>> - $His actions robbed you of @@.lime;both $his virginities.@@ + _His2 actions robbed you of @@.lime;both _his2 virginities.@@ <<set _slave2.vagina = 1, _slave2.anus = 1>> <</if>> <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>> @@ -452,7 +454,7 @@ <<set _randomOral = random(5,10)>> <<set _slave2.counter.vaginal += _randomVag, _slave2.counter.oral += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>> <<if _slave2.vagina == 0>> - $His actions robbed you of @@.lime;$his virginity.@@ + _His2 actions robbed you of @@.lime;_his2 virginity.@@ <<set _slave2.vagina = 1>> <</if>> <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>> @@ -466,7 +468,7 @@ <<set _randomOral = random(5,10)>> <<set _slave2.counter.anal += _randomAnal, _slave2.counter.oral += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>> <<if _slave2.anus == 0>> - $His actions robbed you of @@.lime;$his anal virginity.@@ + _His2 actions robbed you of @@.lime;_his2 anal virginity.@@ <<set _slave2.anus = 1>> <</if>> <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>> @@ -478,7 +480,7 @@ <<else>> <<set _randomOral = random(15,20)>> <<set _slave2.counter.oral += _randomOral, $oralTotal += _randomOral>> - By week's end, $he's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids. + By week's end, _he2's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids. <</if>> <<elseif _slave2.relationship > 0>> spending time away from you with $slaves[_n].slaveName. @@ -489,22 +491,22 @@ <<if _slave2.relationship == -1>> desperately pleading with you to change your mind. <<elseif _slave2.relationship == 4>> - with $his love, $slaves[_n].slaveName, weeping. + with _his2 love, $slaves[_n].slaveName, weeping. <<elseif _slave2.relationship == 3>> - with $his lover, $slaves[_n].slaveName, weeping. + with _his2 lover, $slaves[_n].slaveName, weeping. <<elseif _slave2.relationship > 0>> - with $his friend, $slaves[_n].slaveName, weeping. + with _his2 friend, $slaves[_n].slaveName, weeping. <<else>> desperately pleading with you to change your mind. <</if>> <<else>> <<if _slave2.relationship == -1>> - trying $his hardest to not sleep with anyone else. + trying _his2 hardest to not sleep with anyone else. <<elseif _slave2.relationship == 4>> - alongside $his love, $slaves[_n].slaveName. + alongside _his2 love, $slaves[_n].slaveName. <<if canDoVaginal(_slave2) && _slave2.vagina != 0>> <<set _slave2.counter.vaginal += 1, $vaginalTotal += 1>> - $He later lets you know $he let $slaves[_n].slaveName enjoy $his pussy one last time. + _He2 later lets you know _he2 let $slaves[_n].slaveName enjoy _his2 pussy one last time. <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>> A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this. <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].counter.penetrative++, $penetrativeTotal++>> @@ -513,7 +515,7 @@ <</if>> <<elseif canDoAnal(_slave2)>> <<set _slave2.counter.anal += 1, $analTotal += 1>> - $He later lets you know $he let $slaves[_n].slaveName enjoy $his butt one last time. + _He2 later lets you know _he2 let $slaves[_n].slaveName enjoy _his2 butt one last time. <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>> A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this. <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].counter.penetrative++, $penetrativeTotal++>> @@ -522,13 +524,13 @@ <</if>> <<else>> <<set _slave2.counter.oral += 1, $oralTotal += 1>> - $He later tells you $he gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>. + _He2 later tells you _he2 gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>. <</if>> <<elseif _slave2.relationship == 3>> - alongside $his lover, $slaves[_n].slaveName. + alongside _his2 lover, $slaves[_n].slaveName. <<if canDoVaginal(_slave2) && _slave2.vagina != 0>> <<set _slave2.counter.vaginal += 1, $vaginalTotal += 1>> - $He later lets you know $he let $slaves[_n].slaveName enjoy $his pussy one last time. + _He2 later lets you know _he2 let $slaves[_n].slaveName enjoy _his2 pussy one last time. <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>> A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this. <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].counter.penetrative++, $penetrativeTotal++>> @@ -537,7 +539,7 @@ <</if>> <<elseif canDoAnal(_slave2)>> <<set _slave2.counter.anal += 1, $analTotal += 1>> - $He later lets you know $he let $slaves[_n].slaveName enjoy $his butt one last time. + _He2 later lets you know _he2 let $slaves[_n].slaveName enjoy _his2 butt one last time. <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>> A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this. <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].counter.penetrative++, $penetrativeTotal++>> @@ -546,10 +548,10 @@ <</if>> <<else>> <<set _slave2.counter.oral += 1, $oralTotal += 1>> - $He later tells you $he gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>. + _He2 later tells you _he2 gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>. <</if>> <<elseif _slave2.relationship > 0>> - with $his friend, $slaves[_n].slaveName. + with _his2 friend, $slaves[_n].slaveName. <<else>> wearing a very conflicted expression. <</if>> @@ -780,7 +782,7 @@ <</if>> <<else>> <<if _slave1.clit > 1>> - _slave1.slaveName's huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it, + _slave1.slaveName's huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it, <<else>> _slave1.slaveName's lacy g-string covers $his womanhood demurely, <</if>> @@ -790,25 +792,25 @@ _slave2.slaveName' slave dick is hidden by its chastity cage. <<elseif canAchieveErection(_slave2)>> <<if (_slave2.dick > 4) && (_slave2.belly >= 5000)>> - _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly. + _slave2.slaveName's hugely erect, with _his2 lacy g-string only serving to hold _his2 dick agonizingly pressed against the bottom of _his2 _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly. <<elseif _slave2.dick > 4>> - _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly. + _slave2.slaveName's hugely erect, with _his2 lacy g-string only serving to hold _his2 dick upright along _his2 belly. <<else>> - _slave2.slaveName' erection tents the front of $his lacy g-string. + _slave2.slaveName' erection tents the front of _his2 lacy g-string. <</if>> <<elseif (_slave2.dick > 0)>> <<if _slave2.dick > 10>> _slave2.slaveName' huge soft cock is allowed to dangle freely as no g-string could hope to contain it. <<elseif _slave2.dick > 4>> - _slave2.slaveName' big soft cock forms a lewd mass, stuffed into $his lacy g-string. + _slave2.slaveName' big soft cock forms a lewd mass, stuffed into _his2 lacy g-string. <<else>> - _slave2.slaveName' lacy g-string perfectly conceals $his soft dick. + _slave2.slaveName' lacy g-string perfectly conceals _his2 soft dick. <</if>> <<else>> <<if _slave2.clit > 1>> - _slave2.slaveName' huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it. + _slave2.slaveName' huge clit is quite hard, making _him2 shift uncomfortably as _his2 lacy g-string stimulates it. <<else>> - _slave2.slaveName' lacy g-string covers $his womanhood demurely. + _slave2.slaveName' lacy g-string covers _his2 womanhood demurely. <</if>> <</if>> <</if>> @@ -843,13 +845,13 @@ <<if _slave2.fetish == "mindbroken">> has to be pushed into walking towards you. <<elseif _slave2.devotion+_slave2.trust >= 175>> - does this of $his own choice, and $he does so with a smile. + does this of _his2 own choice, and _he2 does so with a smile. <<elseif _slave2.devotion < -20 && _slave2.trust > 20>> - does this of $his own choice, and $he does so with hesitation. + does this of _his2 own choice, and _he2 does so with hesitation. <<elseif _slave2.devotion < -20>> - does this of $his own (forced) choice, and $he does so with wavering steps. + does this of _his2 own (forced) choice, and _he2 does so with wavering steps. <<else>> - does this of $his own choice, and $he does so willingly. + does this of _his2 own choice, and _he2 does so willingly. <</if>> <</if>> @@ -1216,7 +1218,7 @@ <</if>> <</if>> - <<if (_slave1.relationship != 0) && (_slave2.relationship != 0)>> + <<if (_slave1.relationship != 0) || (_slave2.relationship != 0)>> <<if _slave1.relationshipTarget == _slave2.ID>> /* TODO: not sure about these */ <<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>> @@ -1259,7 +1261,7 @@ <<if _slave1.relationship != 0>> <<if _slave1.devotion+_slave1.trust >= 175>> <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. + _slave1.slaveName's <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his3 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. <<if _slave1.relationship == 4>> <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<elseif _slave1.relationship == 3>> @@ -1270,142 +1272,93 @@ <</if>> <<elseif _slave1.devotion < -20>> <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. + _slave1.slaveName @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. <<set _slave1.devotion -= 40, _slave1.trust -= 40>> <<elseif _slave1.relationship == 4>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner. + Both _slave1.slaveName and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> <<set _slave1.devotion -= 40, _slave1.trust -= 40>> <<elseif _slave1.relationship == 3>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. + Both _slave1.slaveName and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> <<set _slave1.devotion -= 50, _slave1.trust -= 30>> <<elseif _slave1.relationship > 0>> - Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + Both _slave1.slaveName and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set _slave1.devotion -= 20, _slave1.trust -= 20>> <</if>> <<else>> <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. + _slave1.slaveName @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. <<set _slave1.devotion -= 10, _slave1.trust -= 10>> <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. + Both _slave1.slaveName and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set _slave1.devotion -= 30, _slave1.trust -= 20>> <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2. + Both _slave1.slaveName and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him3. <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> <<set _slave1.devotion -= 15, _slave1.trust -= 10>> <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + Both _slave1.slaveName and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<set _slave1.devotion -= 5, _slave1.trust -= 5>> <</if>> <</if>> - <<elseif _slave2.relationship != 0>> - <<if _slave1.devotion+_slave1.trust >= 175>> - <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. - <<if _slave1.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif _slave1.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> + <</if>> + <<if _slave2.relationship != 0>> + <<if _slave2.devotion+_slave1.trust >= 175>> + <<if _slave2.relationship > 0>> + _slave2.slaveName's <<if _slave2.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his4 <<if _slave2.relationship > 2>>ex<<else>>companion<</if>>'s future. + <<if _slave2.relationship == 4>> + <<set $slaves[_n].devotion -= 5, $slaves[_n].trust -= 5>> + <<elseif _slave2.relationship == 3>> + <<set $slaves[_n].devotion -= 3, $slaves[_n].trust -= 3>> <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <<set $slaves[_n].devotion -= 1, $slaves[_n].trust -= 1>> <</if>> <</if>> - <<elseif _slave1.devotion < -20>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave1.devotion -= 50, _slave1.trust -= 30>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> + <<elseif _slave2.devotion < -20>> + <<if _slave2.relationship == -1>> + _slave2.slaveName @@.mediumorchid;hates@@ that _he2 has to be yours only and @@.gold;fears@@ what will happen if _he2 strays. + <<set _slave2.devotion -= 40, _slave2.trust -= 40>> + <<elseif _slave2.relationship == 4>> + Both _slave2.slaveName and _his2 ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_n].slaveName is especially @@.mediumorchid;furious@@ to watch _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 60, $slaves[_n].trust -= 40>> + <<set _slave2.devotion -= 40, _slave2.trust -= 40>> + <<elseif _slave2.relationship == 3>> + Both _slave2.slaveName and _his2 ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_n].slaveName is especially @@.mediumorchid;hurt@@ after watching _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 30, $slaves[_n].trust -= 30>> + <<set _slave2.devotion -= 50, _slave2.trust -= 30>> + <<elseif _slave2.relationship > 0>> + Both _slave2.slaveName and _his2 friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_n].devotion -= 20, $slaves[_n].trust -= 20>> + <<set _slave2.devotion -= 20, _slave2.trust -= 20>> <</if>> <<else>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 30, _slave1.trust -= 20>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave1.devotion -= 15, _slave1.trust -= 10>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set _slave1.devotion -= 5, _slave1.trust -= 5>> + <<if _slave2.relationship == -1>> + _slave2.slaveName @@.mediumorchid;dislikes@@ that _he2 has to be yours only and @@.gold;worries@@ what will happen if _he2 strays. + <<set _slave2.devotion -= 10, _slave2.trust -= 10>> + <<elseif _slave2.relationship == 4>> + Both _slave2.slaveName and _his2 ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_n].slaveName is especially @@.mediumorchid;hurt@@ after watching _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 20, $slaves[_n].trust -= 20>> + <<set _slave2.devotion -= 30, _slave2.trust -= 20>> + <<elseif _slave2.relationship == 3>> + Both _slave2.slaveName and _his2 ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_n].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him4. + <<set $slaves[_n].devotion -= 10, $slaves[_n].trust -= 10>> + <<set _slave2.devotion -= 15, _slave2.trust -= 10>> + <<elseif _slave2.relationship > 0>> + Both _slave2.slaveName and _his2 friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_n].devotion -= 5, $slaves[_n].trust -= 5>> + <<set _slave2.devotion -= 5, _slave2.trust -= 5>> <</if>> <</if>> - <<else>> - @@.red;Error! DCoded doesn't know to code. Please report this.@@ - <</if>> - <</if>> - <<else>> - <<if _slave1.devotion+_slave1.trust >= 175>> - <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. - <<if _slave1.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif _slave1.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> - <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> - <</if>> - <</if>> - <<elseif _slave1.devotion < -20>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave1.devotion -= 50, _slave1.trust -= 30>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> - <</if>> - <<else>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 30, _slave1.trust -= 20>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave1.devotion -= 15, _slave1.trust -= 10>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set _slave1.devotion -= 5, _slave1.trust -= 5>> <</if>> <</if>> <</if>> <<set _slave1.relationship = -3>> <<if _slave1.mpreg == 1>><<set _slave1.counter.anal += 1, $analTotal += 1>><<else>><<set _slave1.counter.vaginal += 1, $vaginalTotal += 1>><</if>> <<run repX(1250, "event", _slave1)>> - <<run repX(1250, "event", _slave2)>> <<if _slave1.fetish == "mindbroken">> <<set $desc = "a framed shot of you impregnating the blank-faced " + _slave1.slaveName + " at your wedding">> <<elseif _slave1.devotion+_slave1.trust >= 175>> @@ -1420,7 +1373,6 @@ <<set $trinkets.push($desc)>> <<set _slave2.relationship = -3>> <<if _slave2.mpreg == 1>><<set _slave2.counter.anal += 1, $analTotal += 1>><<else>><<set _slave2.counter.vaginal += 1, $vaginalTotal += 1>><</if>> - <<run repX(1250, "event", _slave1)>> <<run repX(1250, "event", _slave2)>> <<if _slave2.fetish == "mindbroken">> <<set $desc = "a framed shot of you impregnating the blank-faced " + _slave2.slaveName + " at your wedding">> @@ -1435,10 +1387,11 @@ <</if>> <<set $trinkets.push($desc)>> <<if $arcologies[0].FSRestart != "unset" && (_slave1.breedingMark == 0 || $propOutcome == 0) && (_slave2.breedingMark == 0 || $propOutcome == 0) && $eugenicsFullControl != 1>> - You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against. + You have @@.red;infuriated@@ the Societal Elite by this public showing of everything they stand against. <<set $failedElite += 500>> <<elseif $arcologies[0].FSRestart != "unset" && ((_slave1.breedingMark == 1) && (_slave2.breedingMark == 1))>> The Societal Elite are @@.green;very pleased@@ with this public display of their values. /* TODO: not happy with this sentence */ + <<set $failedElite -= 250>> <</if>> <<elseif $weddingPlanned == 2>> @@ -1449,7 +1402,7 @@ /* TODO: rewrite for slaves that can't walk */ They spent the day before resting and preparing themselves, if you can call sitting around mindlessly preparing. They spend most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they are extracted and taken off to be bathed. <br><br> - They return shortly, looking exhausted but otherwise uncaring. They're naked still, their skin clean, and are <<if _slave1.amp == 1 && _slave2.amp == 1>>carried<<else>>led<</if>> to you for the ceremony by other slaves. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They can't conceal their tiredness, and lean against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you. + They return shortly, looking exhausted but otherwise uncaring. They're naked still, their skin clean, and are <<if _slave1.amp == 1 && _slave2.amp == 1>>carried<<else>>led<</if>> to you for the ceremony by other slaves. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They can't conceal their tiredness, and lean against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>> and another ring <<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you. <br><br> /* TODO: marked for rewrite */ Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, and by the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing. @@ -1457,7 +1410,7 @@ /* TODO: rewrite for slaves that can't walk */ They spent the day before resting and preparing themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed. <br><br> - They return shortly, looking exhausted but rather proud of themselves for getting through all that. They're naked still, their skin clean, and <<if _slave1.amp == 1 && _slave2.amp == 1>>are carried<<else>>come confidently<</if>> to stand by you for the ceremony. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well-traveled, and their tiredness. They do their best to conceal how ready to sleep they are, but they lean against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you. + They return shortly, looking exhausted but rather proud of themselves for getting through all that. They're naked still, their skin clean, and <<if _slave1.amp == 1 && _slave2.amp == 1>>are carried<<else>>come confidently<</if>> to stand by you for the ceremony. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well-traveled, and their tiredness. They do their best to conceal how ready to sleep they are, but they lean against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>> and another ring <<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you. <br><br> /* TODO: marked for rewrite */ Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, and by the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slave's chest rises and falls with their breathing. @@ -1465,7 +1418,7 @@ /* TODO: rewrite for slaves that can't walk */ They spent the day before resting and trying to ready themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed. <br><br> - They return shortly, looking exhausted and annoyed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness and look stronger than they are, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you. + They return shortly, looking exhausted and annoyed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness and look stronger than they are, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>> and another ring <<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you. <br><br> /* TODO: marked for rewrite */ Once the ceremony is complete, you scoop up your new, protesting, slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing. They squirms slightly in their sleep to the unwelcome feeling of your arm around them. @@ -1473,7 +1426,7 @@ /* TODO: rewrite for slaves that can't walk */ They spent the day before resting and crying to themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed. <br><br> - They return shortly, looking exhausted and depressed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness out of fear of punishment, and they lean against you for support despite their feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.amp != 1) && (_slave2.amp != 1)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you. + They return shortly, looking exhausted and depressed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness out of fear of punishment, and they lean against you for support despite their feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.amp != 1) && (_slave2.amp != 1)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>> and another ring <<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you. <br><br> /* TODO: marked for rewrite */ Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing. @@ -1483,7 +1436,7 @@ <br><br> They return shortly, looking exhausted. They're naked still, their skin clean, and come to stand by you for the ceremony. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal it, leaning against you despite the lack of love between you. /* TODO: double check the devotion requirements for this, rewrite as needed */ - <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you. + <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>> and another ring <<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you. <br><br> /* TODO: marked for rewrite */ Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against you, so tired that they're grateful for the break from standing. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing. @@ -1522,36 +1475,36 @@ Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. <</if>> _slave2.slaveName, meanwhile, - <<if _slave1.fetish == "mindbroken">> - spent the day before resting and preparing _himself2, if you can call sitting around mindlessly preparing. _He2 spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed. + <<if _slave2.fetish == "mindbroken">> + spent the day before resting and preparing _himself2, if you can call sitting around mindlessly preparing. _He2 spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that _he2'll be bound to you as your slave wife from this day onward, so _he2 must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave2.slaveName spends hours with numerous cocks inside _him2, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, _he2's extracted and taken off to be bathed. <br><br> - _He2 returns shortly, looking exhausted but otherwise uncaring. _He2's naked still, $his skin clean and _slave1.skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you. + _He2 returns shortly, looking exhausted but otherwise uncaring. _He2's naked still, _his2 skin clean and _slave2.skin, and is led to you for the ceremony by another slave. The only evident signs that _he2's had sex with more than a hundred people today is _his2 ass, which looks rather well traveled, and _his2 tiredness. _He2 can't conceal _his2 tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for _him2, and you place a simple steel ring <<if _slave2.amp == 1>>on a cord around _his2 neck, since _he2 lacks fingers to wear it on<<else>>on _his2 finger<</if>>. There is no ring for you, since this marriage does not bind you. <br><br> - Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. - <<elseif _slave1.devotion+_slave1.trust >= 175>> - spent the day before resting and preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed. + Once the ceremony is complete, you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 rests _his2 head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle _him2 in your arms, and by the time _he2's home, _he2's fast asleep. You set _him2 gently down on the bed and curl up behind _him2, feeling the animal warmth of _his2 body as the exhausted slave's chest rises and falls with _his2 breathing. + <<elseif _slave2.devotion+_slave2.trust >= 175>> + spent the day before resting and preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang. The theory is that _he2'll be bound to you as your slave wife from this day onward, so _he2 must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave2.slaveName spends hours with numerous cocks inside _him2, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, _he2's extracted and taken off to be bathed. <br><br> - _He2 returns shortly, looking exhausted but rather proud of _himself2 for getting through all that. _He2's naked still, $his skin clean and _slave1.skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. _He2 does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you. + _He2 returns shortly, looking exhausted but rather proud of _himself2 for getting through all that. _He2's naked still, _his2 skin clean and _slave2.skin, and comes confidently to stand by you for the ceremony. The only evident signs that _he2's had sex with more than a hundred people today is _his2 ass, which looks rather well-traveled, and _his2 tiredness. _He2 does _his2 best to conceal how ready to sleep _he2 is, but _he2 leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for _him2, and you place a simple steel ring <<if _slave2.amp == 1>>on a cord around _his2 neck, since _he2 lacks fingers to wear it on<<else>>on _his2 finger<</if>>. There is no ring for you, since this marriage does not bind you. <br><br> - Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. - <<elseif _slave1.devotion < -20 && _slave1.trust > 20>> - spent the day before resting and trying to ready _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed. + Once the ceremony is complete, you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 rests _his2 head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle _him2 in your arms, and by the time _he2's home, _he2's fast asleep. You set _him2 gently down on the bed and curl up behind _him2, feeling the animal warmth of _his2 body as the exhausted slave's chest rises and falls with _his2 breathing. + <<elseif _slave2.devotion < -20 && _slave2.trust > 20>> + spent the day before resting and trying to ready _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that _he2'll be bound to you as your slave wife from this day onward, so _he2 must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave2.slaveName spends hours with numerous cocks inside _him2, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, _he2's extracted and taken off to be bathed. <br><br> - _He2 returns shortly, looking exhausted and annoyed. _He2's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you. + _He2 returns shortly, looking exhausted and annoyed. _He2's naked still, _his2 skin clean and _slave2.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that _he2's had sex with more than a hundred people today is _his2 ass, which looks rather well traveled, and _his2 tiredness. _He2 does _his2 best to conceal _his2 tiredness and look stronger than _he2 is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for _him2, and you place a simple steel ring <<if _slave2.amp == 1>>on a cord around _his2 neck, since _he2 lacks fingers to wear it on<<else>>on _his2 finger<</if>>. There is no ring for you, since this marriage does not bind you. <br><br> - Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. _He2 squirms slightly in $his sleep to the unwelcome feeling of your arm around $him. - <<elseif _slave1.devotion < -20>> - spent the day before resting and crying to _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed. + Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry _him2 back into the master bedroom. _He2 rests _his2 head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time _he2's home, _he2's fast asleep. You set _him2 gently down on the bed and curl up behind _him2, feeling the animal warmth of _his2 body as the exhausted slave's chest rises and falls with _his2 breathing. _He2 squirms slightly in _his2 sleep to the unwelcome feeling of your arm around _him2. + <<elseif _slave2.devotion < -20>> + spent the day before resting and crying to _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that _he2'll be bound to you as your slave wife from this day onward, so _he2 must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave2.slaveName spends hours with numerous cocks inside _him2, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, _he2's extracted and taken off to be bathed. <br><br> - _He2 returns shortly, looking exhausted and depressed. _He2's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you. + _He2 returns shortly, looking exhausted and depressed. _He2's naked still, _his2 skin clean and _slave2.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that _he2's had sex with more than a hundred people today is _his2 ass, which looks rather well traveled, and _his2 tiredness. _He2 does _his2 best to conceal _his2 tiredness out of fear of punishment, and _he2 leans against you for support despite _his2 feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for _him2, and you place a simple steel ring <<if _slave2.amp == 1>>on a cord around _his2 neck, since _he2 lacks fingers to wear it on<<else>>on _his2 finger<</if>>. There is no ring for you, since this marriage does not bind you. <br><br> - Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. + Once the ceremony is complete, you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 rests _his2 head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time _he2's home, _he2's fast asleep. You set _him2 gently down on the bed and curl up behind _him2, feeling the animal warmth of _his2 body as the exhausted slave's chest rises and falls with _his2 breathing. <<else>> - spent the day before resting and reluctantly preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed. + spent the day before resting and reluctantly preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as _he2 takes cock after cock. The theory is that _he2'll be bound to you as your slave wife from this day onward, so _he2 must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave2.slaveName spends hours with numerous cocks inside _him2, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, _he2's extracted and taken off to be bathed. <br><br> - _He2 returns shortly, looking exhausted. _He2's naked still, $his skin clean and _slave1.skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you. + _He2 returns shortly, looking exhausted. _He2's naked still, _his2 skin clean and _slave2.skin, and comes to stand by you for the ceremony. The only evident signs that _he2's had sex with more than a hundred people today is _his2 ass, which looks rather well traveled, and _his2 tiredness. _He2 does _his2 best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for _him2, and you place a simple steel ring <<if _slave2.amp == 1>>on a cord around _his2 neck, since _he2 lacks fingers to wear it on<<else>>on _his2 finger<</if>>. There is no ring for you, since this marriage does not bind you. <br><br> - Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. + Once the ceremony is complete, you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 rests _his2 head against you, so tired that _he2's grateful for the break from standing. By the time _he2's home, _he2's fast asleep. You set _him2 gently down on the bed and curl up behind _him2, feeling the animal warmth of _his2 body as the exhausted slave's chest rises and falls with _his2 breathing. <</if>> <</if>> <br> @@ -1646,11 +1599,11 @@ <</if>> <<if _slave2.anus < 3>> <<set _slave2.anus += 1>> - You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party. + You can feel _his2 ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by _his2 wedding party. <</if>> <</if>> - <<if (_slave1.relationship != 0) && (_slave2.relationship != 0)>> + <<if (_slave1.relationship != 0) || (_slave2.relationship != 0)>> <<if _slave1.relationshipTarget == _slave2.ID>> /* TODO: not sure about these */ <<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>> @@ -1693,7 +1646,7 @@ <<if _slave1.relationship != 0>> <<if _slave1.devotion+_slave1.trust >= 175>> <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. + _slave1.slaveName's <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his3 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. <<if _slave1.relationship == 4>> <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<elseif _slave1.relationship == 3>> @@ -1704,197 +1657,90 @@ <</if>> <<elseif _slave1.devotion < -20>> <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. + _slave1.slaveName @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. <<set _slave1.devotion -= 40, _slave1.trust -= 40>> <<elseif _slave1.relationship == 4>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner. + Both _slave1.slaveName and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> <<set _slave1.devotion -= 40, _slave1.trust -= 40>> <<elseif _slave1.relationship == 3>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. + Both _slave1.slaveName and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> <<set _slave1.devotion -= 50, _slave1.trust -= 30>> <<elseif _slave1.relationship > 0>> - Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + Both _slave1.slaveName and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set _slave1.devotion -= 20, _slave1.trust -= 20>> <</if>> <<else>> <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. + _slave1.slaveName @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. <<set _slave1.devotion -= 10, _slave1.trust -= 10>> <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. + Both _slave1.slaveName and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set _slave1.devotion -= 30, _slave1.trust -= 20>> <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2. + Both _slave1.slaveName and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him3. <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> <<set _slave1.devotion -= 15, _slave1.trust -= 10>> <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + Both _slave1.slaveName and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<set _slave1.devotion -= 5, _slave1.trust -= 5>> <</if>> <</if>> - <<elseif _slave2.relationship != 0>> - <<if _slave1.devotion+_slave1.trust >= 175>> - <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. - <<if _slave1.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif _slave1.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> + <</if>> + <<if _slave2.relationship != 0>> + <<if _slave2.devotion+_slave1.trust >= 175>> + <<if _slave2.relationship > 0>> + _slave2.slaveName's <<if _slave2.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his4 <<if _slave2.relationship > 2>>ex<<else>>companion<</if>>'s future. + <<if _slave2.relationship == 4>> + <<set $slaves[_n].devotion -= 5, $slaves[_n].trust -= 5>> + <<elseif _slave2.relationship == 3>> + <<set $slaves[_n].devotion -= 3, $slaves[_n].trust -= 3>> <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <<set $slaves[_n].devotion -= 1, $slaves[_n].trust -= 1>> <</if>> <</if>> - <<elseif _slave1.devotion < -20>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave1.devotion -= 50, _slave1.trust -= 30>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> + <<elseif _slave2.devotion < -20>> + <<if _slave2.relationship == -1>> + _slave2.slaveName @@.mediumorchid;hates@@ that _he2 has to be yours only and @@.gold;fears@@ what will happen if _he2 strays. + <<set _slave2.devotion -= 40, _slave2.trust -= 40>> + <<elseif _slave2.relationship == 4>> + Both _slave2.slaveName and _his2 ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_n].slaveName is especially @@.mediumorchid;furious@@ to watch _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 60, $slaves[_n].trust -= 40>> + <<set _slave2.devotion -= 40, _slave2.trust -= 40>> + <<elseif _slave2.relationship == 3>> + Both _slave2.slaveName and _his2 ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_n].slaveName is especially @@.mediumorchid;hurt@@ after watching _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 30, $slaves[_n].trust -= 30>> + <<set _slave2.devotion -= 50, _slave2.trust -= 30>> + <<elseif _slave2.relationship > 0>> + Both _slave2.slaveName and _his2 friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_n].devotion -= 20, $slaves[_n].trust -= 20>> + <<set _slave2.devotion -= 20, _slave2.trust -= 20>> <</if>> <<else>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 30, _slave1.trust -= 20>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave1.devotion -= 15, _slave1.trust -= 10>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set _slave1.devotion -= 5, _slave1.trust -= 5>> - <</if>> - <</if>> - <<else>> - @@.red;Error! DCoded doesn't know to code. Please report this.@@ - <</if>> - <</if>> - <<else>> - <<if _slave1.relationship != 0>> - <<if _slave1.devotion+_slave1.trust >= 175>> - <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future. - <<if _slave1.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif _slave1.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> - <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <<if _slave2.relationship == -1>> + _slave2.slaveName @@.mediumorchid;dislikes@@ that _he2 has to be yours only and @@.gold;worries@@ what will happen if _he2 strays. + <<set _slave2.devotion -= 10, _slave2.trust -= 10>> + <<elseif _slave2.relationship == 4>> + Both _slave2.slaveName and _his2 ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_n].slaveName is especially @@.mediumorchid;hurt@@ after watching _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 20, $slaves[_n].trust -= 20>> + <<set _slave2.devotion -= 30, _slave2.trust -= 20>> + <<elseif _slave2.relationship == 3>> + Both _slave2.slaveName and _his2 ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_n].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him4. + <<set $slaves[_n].devotion -= 10, $slaves[_n].trust -= 10>> + <<set _slave2.devotion -= 15, _slave2.trust -= 10>> + <<elseif _slave2.relationship > 0>> + Both _slave2.slaveName and _his2 friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_n].devotion -= 5, $slaves[_n].trust -= 5>> + <<set _slave2.devotion -= 5, _slave2.trust -= 5>> <</if>> - <<elseif _slave1.relationship == -2>> - $He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted. - <<elseif _slave1.relationship == -1>> - Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@ - <<set _slave1.devotion = 100, _slave1.trust = 100>> - <</if>> - <<elseif _slave1.devotion < -20>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays. - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others. - <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave1.devotion -= 50, _slave1.trust -= 30>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> - <</if>> - <<else>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy. - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 30, _slave1.trust -= 20>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave1.devotion -= 15, _slave1.trust -= 10>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set _slave1.devotion -= 5, _slave1.trust -= 5>> <</if>> <</if>> - <<else>> - <<if _slave1.devotion+_slave1.trust >= 175>> - <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future. - <<if _slave1.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif _slave1.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> - <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> - <</if>> - <<elseif _slave1.relationship == -2>> - $He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted. - <<elseif _slave1.relationship == -1>> - Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@ - <<set _slave1.devotion = 100, _slave1.trust = 100>> - <</if>> - <<elseif _slave1.devotion < -20>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays. - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others. - <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave1.devotion -= 50, _slave1.trust -= 30>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> - <</if>> - <<else>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy. - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 30, _slave1.trust -= 20>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave1.devotion -= 15, _slave1.trust -= 10>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set _slave1.devotion -= 5, _slave1.trust -= 5>> - <</if>> <</if>> <</if>> - <</if>> <<set _slave1.relationship = -3>> <<set _slave1.counter.oral += 50>> @@ -1906,7 +1752,6 @@ <<= knockMeUp(_slave1, 20, 2, -2)>> <</if>> <<run repX(2500, "event", _slave1)>> - <<run repX(2500, "event", _slave2)>> <<if _slave1.fetish == "mindbroken">> <<set $desc = "a framed shot of the broken " + _slave1.slaveName + " getting gangbanged at your wedding">> <<elseif _slave1.devotion+_slave1.trust >= 175>> @@ -1929,7 +1774,6 @@ <<if canGetPregnant(_slave2) && _slave2.eggType == "human">> <<= knockMeUp(_slave2, 20, 2, -2)>> <</if>> - <<run repX(2500, "event", _slave1)>> <<run repX(2500, "event", _slave2)>> <<if _slave2.fetish == "mindbroken">> <<set $desc = "a framed shot of the broken " + _slave2.slaveName + " getting gangbanged at your wedding">> @@ -2144,7 +1988,7 @@ <</if>> <<else>> <<if _slave1.clit > 1>> - _slave1.slaveName's huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it, + _slave1.slaveName's huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it, <<else>> _slave1.slaveName's lacy g-string covers $his womanhood demurely, <</if>> @@ -2154,25 +1998,25 @@ _slave2.slaveName' slave dick is hidden by its chastity cage. <<elseif canAchieveErection(_slave2)>> <<if (_slave2.dick > 4) && (_slave2.belly >= 5000)>> - _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly. + _slave2.slaveName's hugely erect, with _his2 lacy g-string only serving to hold _his2 dick agonizingly pressed against the bottom of _his2 _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly. <<elseif _slave2.dick > 4>> - _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly. + _slave2.slaveName's hugely erect, with _his2 lacy g-string only serving to hold _his2 dick upright along _his2 belly. <<else>> - _slave2.slaveName' erection tents the front of $his lacy g-string. + _slave2.slaveName' erection tents the front of _his2 lacy g-string. <</if>> <<elseif (_slave2.dick > 0)>> <<if _slave2.dick > 10>> _slave2.slaveName' huge soft cock is allowed to dangle freely as no g-string could hope to contain it. <<elseif _slave2.dick > 4>> - _slave2.slaveName' big soft cock forms a lewd mass, stuffed into $his lacy g-string. + _slave2.slaveName' big soft cock forms a lewd mass, stuffed into _his2 lacy g-string. <<else>> - _slave2.slaveName' lacy g-string perfectly conceals $his soft dick. + _slave2.slaveName' lacy g-string perfectly conceals _his2 soft dick. <</if>> <<else>> <<if _slave2.clit > 1>> - _slave2.slaveName' huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it. + _slave2.slaveName' huge clit is quite hard, making _him2 shift uncomfortably as _his2 lacy g-string stimulates it. <<else>> - _slave2.slaveName' lacy g-string covers $his womanhood demurely. + _slave2.slaveName' lacy g-string covers _his2 womanhood demurely. <</if>> <</if>> <</if>> @@ -2207,18 +2051,18 @@ <<if _slave2.fetish == "mindbroken">> has to be pushed into walking towards you. <<elseif _slave2.devotion+_slave2.trust >= 175>> - does this of $his own choice, and $he does so with a smile. + does this of _his2 own choice, and _he2 does so with a smile. <<elseif _slave2.devotion < -20 && _slave2.trust > 20>> - does this of $his own choice, and $he does so with hesitation. + does this of _his2 own choice, and _he2 does so with hesitation. <<elseif _slave2.devotion < -20>> - does this of $his own (forced) choice, and $he does so with wavering steps. + does this of _his2 own (forced) choice, and _he2 does so with wavering steps. <<else>> - does this of $his own choice, and $he does so willingly. + does this of _his2 own choice, and _he2 does so willingly. <</if>> <</if>> <br><br> /* good luck trying to read this line */ - When they are in front of you, <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>the slaves carrying their limbless torsos sets them down on the floor in front of you and props them up so their heads are level with your crotch<<else>>they gets down on their knees so their heads are level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring <<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since $he lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you. + When they are in front of you, <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>the slaves carrying their limbless torsos sets them down on the floor in front of you and props them up so their heads are level with your crotch<<else>>they gets down on their knees so their heads are level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring <<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>> and another ring <<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since $he lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you. <br> <<if $PC.surname && (_slave1.slaveSurname != $PC.surname && _slave2.surname != $PC.surname)>> <br><br><span id="surnaming"> @@ -2263,11 +2107,11 @@ <<if _slave1.fetish == "mindbroken">> <<if _c < 1>>_slave1.slaveName <</if>>shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift. <<elseif _slave1.devotion+_slave1.trust >= 175>> - <<if _c < 1>>_slave1.slaveName <</if>>breaks down again.; it's like a dream come true. + <<if _c < 1>>_slave1.slaveName <</if>>breaks down again; it's like a dream come true. <<elseif _slave1.devotion < -20 && _slave1.trust > 20>> - <<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly.; just another burden for $him to carry. + <<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly; just another burden for $him to carry. <<elseif _slave1.devotion < -20>> - <<if _c < 1>>_slave1.slaveName <</if>>breaks down again.; this is nothing more than another unwanted link to you. + <<if _c < 1>>_slave1.slaveName <</if>>breaks down again; this is nothing more than another unwanted link to you. <<else>> <<if _c < 1>>_slave1.slaveName <</if>>nods acceptingly. Your will is $his will, after all. <</if>> @@ -2322,20 +2166,20 @@ with a will. $He approaches $his task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure. <</if>> Next, it's _slave2.slaveName's turn. _He2 takes on _his2 task - <<if _slave1.fetish == "mindbroken">> - with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes. - <<elseif _slave1.devotion+_slave1.trust >= 175>> - <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you. - <<elseif _slave1.devotion < -20 && _slave1.trust > 20>> - with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far. - <<elseif _slave1.devotion < -20>> - with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this. + <<if _slave2.fetish == "mindbroken">> + with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down _his2 throat<<else>>covering _his2 face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 absentmindedly rests _his2 head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle _him2 in your arms, gazing up at you with empty eyes. + <<elseif _slave2.devotion+_slave2.trust >= 175>> + <<if (_slave2.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down _his2 throat<<else>>covering _his2 face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 rests _his2 head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle _him2 in your arms, staring up at you. + <<elseif _slave2.devotion < -20 && _slave2.trust > 20>> + with apprehension, so much so that things are taking too long, so you grab _his2 head and facefuck _him2 instead. _He2 gags and sputters, tears running down _his2 cheeks, as you violate _his2 mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down _his2 throat<<else>>covering _his2 face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far. + <<elseif _slave2.devotion < -20>> + with apprehension, so much so that things are taking too long, so you grab _his2 head and facefuck _him2 instead. _He2 gags and sputters, tears running down _his2 cheeks, as you violate _his2 mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down _his2 throat<<else>>covering _his2 face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 looks up at you with fearful, tear-filled eyes as if pleading for you not to do this. <<else>> - with a will. $He approaches $his task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure. + with a will. _He2 approaches _his2 task <<if (_slave2.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down _his2 throat<<else>>covering _his2 face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry _him2 back into the master bedroom. _He2 looks up at you, _his2 eyes unsure. <</if>> <</if>> - <<if _slave1.relationship != 0 && _slave2.relationship != 0>> + <<if (_slave1.relationship != 0) || (_slave2.relationship != 0)>> <<if _slave1.relationshipTarget == _slave2.ID>> /* TODO: not sure about these */ <<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>> @@ -2378,7 +2222,7 @@ <<if _slave1.relationship != 0>> <<if _slave1.devotion+_slave1.trust >= 175>> <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future. + _slave1.slaveName's <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his3 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future. <<if _slave1.relationship == 4>> <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<elseif _slave1.relationship == 3>> @@ -2389,136 +2233,86 @@ <</if>> <<elseif _slave1.devotion < -20>> <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. + _slave1.slaveName @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. <<set _slave1.devotion -= 40, _slave1.trust -= 40>> <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> + Both _slave1.slaveName and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his3 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>> <<set _slave1.devotion -= 40, _slave1.trust -= 40>> <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + Both _slave1.slaveName and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave1.devotion -= 30, _slave1.trust -= 30>> + <<set _slave1.devotion -= 50, _slave1.trust -= 30>> <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + Both _slave1.slaveName and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> <<set _slave1.devotion -= 20, _slave1.trust -= 20>> <</if>> <<else>> <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. + _slave1.slaveName @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. <<set _slave1.devotion -= 10, _slave1.trust -= 10>> <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. + Both _slave1.slaveName and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his3 life's love get stolen away and fucked pregnant in such a manner. <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> + <<set _slave1.devotion -= 30, _slave1.trust -= 20>> <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. + Both _slave1.slaveName and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him3. <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> + <<set _slave1.devotion -= 15, _slave1.trust -= 10>> <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + Both _slave1.slaveName and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> <<set _slave1.devotion -= 5, _slave1.trust -= 5>> <</if>> <</if>> <</if>> - <</if>> - <<else>> - <<if _slave1.relationship != 0>> - <<if _slave1.devotion+_slave1.trust >= 175>> - <<if _slave1.relationship > 0>> - $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future. - <<if _slave1.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif _slave1.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> - <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <<if _slave2.relationship != 0>> + <<if _slave2.devotion+_slave1.trust >= 175>> + <<if _slave2.relationship > 0>> + _slave2.slaveName's <<if _slave2.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his4 <<if _slave2.relationship > 2>>ex<<else>>companion<</if>>'s future. + <<if _slave2.relationship == 4>> + <<set $slaves[_n].devotion -= 5, $slaves[_n].trust -= 5>> + <<elseif _slave2.relationship == 3>> + <<set $slaves[_n].devotion -= 3, $slaves[_n].trust -= 3>> + <<else>> + <<set $slaves[_n].devotion -= 1, $slaves[_n].trust -= 1>> + <</if>> <</if>> - <</if>> - <<elseif _slave1.devotion < -20>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> - <<set _slave1.devotion -= 40, _slave1.trust -= 40>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave1.devotion -= 30, _slave1.trust -= 30>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> - <</if>> - <<else>> - <<if _slave1.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> - <<elseif _slave1.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave1.devotion -= 20, _slave1.trust -= 20>> - <<elseif _slave1.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave1.devotion -= 10, _slave1.trust -= 10>> - <<elseif _slave1.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set _slave1.devotion -= 5, _slave1.trust -= 5>> - <</if>> - <</if>> - <</if>> - - <<if _slave2.relationship != 0>> - <<if _slave2.devotion+_slave2.trust >= 175>> - <<if _slave2.relationship > 0>> - $His <<if _slave2.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave2.relationship > 2>>love<<else>>companion<</if>>'s future. - <<if _slave2.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<elseif _slave2.devotion < -20>> + <<if _slave2.relationship == -1>> + _slave2.slaveName @@.mediumorchid;hates@@ that _he2 has to be yours only and @@.gold;fears@@ what will happen if _he2 strays. + <<set _slave2.devotion -= 40, _slave2.trust -= 40>> + <<elseif _slave2.relationship == 4>> + Both _slave2.slaveName and _his2 ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_n].slaveName is especially @@.mediumorchid;furious@@ to watch _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 60, $slaves[_n].trust -= 40>> + <<set _slave2.devotion -= 40, _slave2.trust -= 40>> <<elseif _slave2.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> - <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + Both _slave2.slaveName and _his2 ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_n].slaveName is especially @@.mediumorchid;hurt@@ after watching _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 30, $slaves[_n].trust -= 30>> + <<set _slave2.devotion -= 50, _slave2.trust -= 30>> + <<elseif _slave2.relationship > 0>> + Both _slave2.slaveName and _his2 friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_n].devotion -= 20, $slaves[_n].trust -= 20>> + <<set _slave2.devotion -= 20, _slave2.trust -= 20>> + <</if>> + <<else>> + <<if _slave2.relationship == -1>> + _slave2.slaveName @@.mediumorchid;dislikes@@ that _he2 has to be yours only and @@.gold;worries@@ what will happen if _he2 strays. + <<set _slave2.devotion -= 10, _slave2.trust -= 10>> + <<elseif _slave2.relationship == 4>> + Both _slave2.slaveName and _his2 ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_n].slaveName is especially @@.mediumorchid;hurt@@ after watching _his4 life's love get stolen away and fucked pregnant in such a manner. + <<set $slaves[_n].devotion -= 20, $slaves[_n].trust -= 20>> + <<set _slave2.devotion -= 30, _slave2.trust -= 20>> + <<elseif _slave2.relationship == 3>> + Both _slave2.slaveName and _his2 ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_n].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him4. + <<set $slaves[_n].devotion -= 10, $slaves[_n].trust -= 10>> + <<set _slave2.devotion -= 15, _slave2.trust -= 10>> + <<elseif _slave2.relationship > 0>> + Both _slave2.slaveName and _his2 friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_n].devotion -= 5, $slaves[_n].trust -= 5>> + <<set _slave2.devotion -= 5, _slave2.trust -= 5>> <</if>> - <</if>> - <<elseif _slave2.devotion < -20>> - <<if _slave2.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. - <<set _slave2.devotion -= 40, _slave2.trust -= 40>> - <<elseif _slave2.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> - <<set _slave2.devotion -= 40, _slave2.trust -= 40>> - <<elseif _slave2.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set _slave2.devotion -= 30, _slave2.trust -= 30>> - <<elseif _slave2.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave2.devotion -= 20, _slave2.trust -= 20>> - <</if>> - <<else>> - <<if _slave2.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. - <<set _slave2.devotion -= 10, _slave2.trust -= 10>> - <<elseif _slave2.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set _slave2.devotion -= 20, _slave2.trust -= 20>> - <<elseif _slave2.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set _slave2.devotion -= 10, _slave2.trust -= 10>> - <<elseif _slave2.relationship > 0>> - Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set _slave2.devotion -= 5, _slave2.trust -= 5>> <</if>> <</if>> <</if>> @@ -2528,7 +2322,6 @@ <<set _slave1.counter.oral += 1>> <<set $oralTotal += 1>> <<run repX(2000, "event", _slave1)>> - <<run repX(2000, "event", _slave2)>> <<if _slave1.fetish == "mindbroken">> <<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + _slave1.slaveName>> <<elseif _slave1.devotion+_slave1.trust >= 175>> @@ -2545,7 +2338,6 @@ <<set _slave2.relationship = -3>> <<set _slave2.counter.oral += 1>> <<set $oralTotal += 1>> - <<run repX(2000, "event", _slave1)>> <<run repX(2000, "event", _slave2)>> <<if _slave2.fetish == "mindbroken">> <<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + _slave2.slaveName>> diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw index 968a44b7eac36431e9be2f05d87c3bbcb987c282..3978b2c03b8b7160d62fa3f71fe94fb51cc60e97 100644 --- a/src/uncategorized/seWeddingSingle.tw +++ b/src/uncategorized/seWeddingSingle.tw @@ -347,7 +347,7 @@ In the days leading up to your wedding, $slaves[_wedS].slaveName spent $his time <</if>> <<else>> <<if $slaves[_wedS].clit > 1>> - $His huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it. + $His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it. <<else>> $His lacy g-string covers $his womanhood demurely. <</if>> diff --git a/src/uncategorized/sellSlave.tw b/src/uncategorized/sellSlave.tw index 5b1ad6cf1e0932128b3510c70cd17021844bac5f..834cdde828b6792cca5bf699b2b057c26d3c6f39 100644 --- a/src/uncategorized/sellSlave.tw +++ b/src/uncategorized/sellSlave.tw @@ -1198,19 +1198,17 @@ __Bids Received__ <</if>> <</if>> -<<if $activeSlave.ovaries == 1>> - <<if $activeSlave.preg > -2>> - <<if $activeSlave.muscles > 30>> - <<if $activeSlave.weight <= 10>> - <<if $activeSlave.height < 165>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen whose friends never let him hear the end of his incorrigibly romantic treatment of his apartment full of amazons. - <<link "Accept bid" "Slave Sold">> - <<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>> - <<run cashX(_Price, "slaveTransfer", $activeSlave)>> - <<set $buyer = "D amazon hunter">> - <</link>> - <</if>> +<<if $activeSlave.dick == 0>> + <<if $activeSlave.muscles > 30>> + <<if $activeSlave.devotion > 20>> + <<if $activeSlave.height > 180>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen whose friends never let him hear the end of his incorrigibly romantic treatment of his apartment full of amazons. + <<link "Accept bid" "Slave Sold">> + <<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>> + <<run cashX(_Price, "slaveTransfer", $activeSlave)>> + <<set $buyer = "D amazon hunter">> + <</link>> <</if>> <</if>> <</if>> @@ -1218,17 +1216,19 @@ __Bids Received__ <</if>> <<if $seePreg != 0>> - <<if $activeSlave.dick == 0>> - <<if $activeSlave.muscles > 30>> - <<if $activeSlave.devotion > 20>> - <<if $activeSlave.height > 180>> - <<if random(1,100) > 60>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular <<= $girl>>s to bear him children. - <<link "Accept bid" "Slave Sold">> - <<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>> - <<run cashX(_Price, "slaveTransfer", $activeSlave)>> - <<set $buyer = "D shorty breeder">> - <</link>> + <<if $activeSlave.ovaries == 1>> + <<if $activeSlave.preg > -2>> + <<if $activeSlave.muscles > 30>> + <<if $activeSlave.weight <= 10>> + <<if $activeSlave.height < 165>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.35)/500))>>'' from a prominent citizen who keeps a large harem of lithe, muscular <<= $girl>>s to bear him children. + <<link "Accept bid" "Slave Sold">> + <<set _Price = 500*Math.trunc(($slaveCost*1.35)/500)>> + <<run cashX(_Price, "slaveTransfer", $activeSlave)>> + <<set $buyer = "D shorty breeder">> + <</link>> + <</if>> <</if>> <</if>> <</if>> @@ -1682,16 +1682,18 @@ __Bids Received__ <</if>> <</if>> -<<if $activeSlave.race != "mixed race">> - <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -50>> - <<if $activeSlave.ovaries == 1>> - <<if random(1,100) > 70>> - <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner working on a project to breed a race of $activeSlave.race people with natural, unquestioning obedience. He clearly considers $him good stock for the project. - <<link "Accept bid" "Slave Sold">> - <<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>> - <<run cashX(_Price, "slaveTransfer", $activeSlave)>> - <<set $buyer = "subjugationist arcology">> - <</link>> +<<if $seePreg != 0>> + <<if $activeSlave.race != "mixed race">> + <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -50>> + <<if $activeSlave.ovaries == 1>> + <<if random(1,100) > 70>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.25)/500))>>'' from a fellow arcology owner working on a project to breed a race of $activeSlave.race people with natural, unquestioning obedience. He clearly considers $him good stock for the project. + <<link "Accept bid" "Slave Sold">> + <<set _Price = 500*Math.trunc(($slaveCost*1.25)/500)>> + <<run cashX(_Price, "slaveTransfer", $activeSlave)>> + <<set $buyer = "subjugationist arcology">> + <</link>> + <</if>> <</if>> <</if>> <</if>> @@ -1846,6 +1848,28 @@ __Bids Received__ <</if>> <</if>> +<<if (!canHear($activeSlave))>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.3)/500))>>'' from a concert venue that wants a sex slave to keep the stage crew satisfied, but doesn't want to worry about any possible hearing loss. + <<link "Accept bid" "Slave Sold">> + <<set _Price = 500*Math.trunc(($slaveCost*1.3)/500)>> + <<run cashX(_Price, "slaveTransfer", $activeSlave)>> + <<set $buyer = "concert hall">> + <</link>> + <</if>> +<</if>> + +<<if ($activeSlave.sexualFlaw == "crude")>> + <<if random(1,100) > 60>> + <br>''<<print cashFormat(500*Math.trunc(($slaveCost*1.4)/500))>>'' from a slave trainer that specializes in teaching proper manners and etiquette to low-class slaves. + <<link "Accept bid" "Slave Sold">> + <<set _Price = 500*Math.trunc(($slaveCost*1.4)/500)>> + <<run cashX(_Price, "slaveTransfer", $activeSlave)>> + <<set $buyer = "etiquette coach">> + <</link>> + <</if>> +<</if>> + <<if $plot>> <<if $peacekeepers>> <<if $peacekeepers.strength >= 50>> diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index e100c977c54cbbd035e93f6c2c70f162db1d4964..b3196c39923b4630c40f7d6401f0adb6f5515b30 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -540,7 +540,7 @@ <</if>> <<case "organ crafter">> - $activeSlave.slaveName is seen in a research report nine months later; $he has undergone some interesting changes. As expected by someone interested in $his odd womb, $he is quite pregnant, but what really stands out is the massive size of $his testicles and $his huge round implants. A quick glance at the article reveals that they aren't implants, in fact, $his breasts and testicles are rounded with children. + $activeSlave.slaveName is seen in a research report nine months later; $he has undergone some interesting changes. As expected by someone interested in $his odd womb, $he is quite pregnant, but what really stands out is the massive size of $his testicles and $his huge round implants. A quick glance at the article reveals that they aren't implants; in fact, $his breasts and testicles are rounded with children. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].mpreg == 1)>> <<run clearSummaryCache($slaves[_ss])>> @@ -980,59 +980,79 @@ <</for>> <<case "D oral servants">> - $activeSlave.slaveName is an occasional sight around the arcology; $he's never seen outside the company of $his new slave superior. This is one of $his new master's more favored slaves. $He has a huge cock, and $activeSlave.slaveName usually crouches down, hugging one of $his superior's legs and keeping $his mouth obediently near that dick. Your cumsluts are @@.mediumaquamarine;rather envious.@@ + $activeSlave.slaveName is an occasional sight around the arcology; $he's never seen outside the company of $his new slave superior. This is one of $his new master's more favored slaves. $He has a huge cock, and $activeSlave.slaveName usually crouches down, hugging one of $his superior's legs and keeping $his mouth obediently near that dick. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetishKnown == 1)>> <<if ($slaves[_ss].fetish == "cumslut")>> <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> <</if>> <</if>> <</for>> + <<if (_slaveImpact == 1)>> + Your cumsluts are @@.mediumaquamarine;rather envious.@@ + <</if>> <<case "D trap lover">> - $activeSlave.slaveName becomes a frequent sight around the arcology, accompanying $his new master. $He's clearly happy, and is frequently seen to offer $his butt to him with a smile. Your slaves with dicks who've accepted their lot in life find this @@.mediumaquamarine;encouraging.@@ + $activeSlave.slaveName becomes a frequent sight around the arcology, accompanying $his new master. $He's clearly happy, and is frequently seen to offer $his butt to him with a smile. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].dick > 0)>> <<if ($slaves[_ss].devotion > 20)>> <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> <</if>> <</if>> <</for>> + <<if (_slaveImpact == 1)>> + Your slaves with dicks who've accepted their lot in life find this @@.mediumaquamarine;encouraging.@@ + <</if>> <<case "D butt bury">> - $activeSlave.slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground. Your buttsluts giggle over what he's got in store for $him, and @@.mediumaquamarine;envy@@ $his new owner a little. + $activeSlave.slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "buttslut")>> <<if ($slaves[_ss].fetishKnown == 1)>> <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> <</if>> <</if>> <</for>> + <<if (_slaveImpact == 1)>> + Your buttsluts giggle over what he's got in store for $him, and @@.mediumaquamarine;envy@@ $his new owner a little. + <</if>> <<case "D milky herm">> - $activeSlave.slaveName's buyer arrives and seems pleased with $his lovely feminine appearance; he verifies $his lactation and $his ability to achieve erection despite $his lack of visible balls. Your other feminine slaves with dicks @@.mediumaquamarine;trust@@ they'll go to owners that will value them, should they be sold. + $activeSlave.slaveName's buyer arrives and seems pleased with $his lovely feminine appearance; he verifies $his lactation and $his ability to achieve erection despite $his lack of visible balls. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].dick > 0)>> <<if ($slaves[_ss].boobs > 400)>> <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> <</if>> <</if>> <</for>> + <<if (_slaveImpact == 1)>> + Your other feminine slaves with dicks @@.mediumaquamarine;trust@@ they'll go to owners that will value them, should they be sold. + <</if>> <<case "D shorty breeder">> - $activeSlave.slaveName's lithe, muscular form is rarely seen after $his buyer takes charge of $him, since $he seems to spend most of $his time at home making babies. Your slaves with pregnancy fetishes @@.mediumaquamarine;almost want to be sold@@ since there's a chance they'll be purchased by him, too. + $activeSlave.slaveName's lithe, muscular form is rarely seen after $his buyer takes charge of $him, since $he seems to spend most of $his time at home making babies. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "pregnancy")>> <<if ($slaves[_ss].fetishKnown == 1)>> <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 4>> + <<set _slaveImpact = 1>> <</if>> <</if>> <</for>> + <<if (_slaveImpact == 1)>> + Your slaves with pregnancy fetishes @@.mediumaquamarine;almost want to be sold@@ since there's a chance they'll be purchased by him, too. + <</if>> <<case "D waifu">> $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his beloved at home. Though $he seems to be well treated, arcology society finds him repellent enough that your other slaves do not envy $him. @@ -1045,28 +1065,36 @@ <</for>> <<case "porn studio">> - $activeSlave.slaveName becomes a frequent sight in $activeSlave.porn.fameType smut and attracts huge crowds with each public appearance. Your other aspiring porn stars @@.mediumaquamarine;try harder than ever@@ in the hopes of following in $his prestigious footsteps. + $activeSlave.slaveName becomes a frequent sight in $activeSlave.porn.fameType smut and attracts huge crowds with each public appearance. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>> <<if ($slaves[_ss].devotion > 20)>> <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 2>> + <<set _slaveImpact = 1>> <</if>> <</if>> <</for>> + <<if (_slaveImpact == 1)>> + Your other aspiring porn stars @@.mediumaquamarine;try harder than ever@@ in the hopes of following in $his prestigious footsteps. + <</if>> <<case "obsessed fan">> - $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his prize safe and sound at home. Your other borderline unheard of sluts @@.mediumaquamarine;hope that someone like him would consider whisking them away,@@ but most of your slaves are skeptical at what his intent may be. + $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his prize safe and sound at home. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].pornPrestige == 1>> <<if ($slaves[_ss].devotion > 20)>> <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> <</if>> <</if>> <</for>> + <<if (_slaveImpact == 1)>> + Your other borderline unheard of sluts @@.mediumaquamarine;hope that someone like him would consider whisking them away,@@ but most of your slaves are skeptical at what his intent may be. + <</if>> <<case "tentacle bred">> @@ -1083,6 +1111,32 @@ <<if _slaveImpact == 1>> Your less than intelligent slaves are @@.mediumorchid;deeply envious@@ of $activeSlave.slaveName, completely failing to comprehend what they saw were not special effects. <</if>> + +<<case "concert hall">> + As $activeSlave.slaveName know spends all $his time backstage, $he's rarely seen again. Occasionally, however, a roadie will bring $him outside as he hauls the equipment, and $he jacks him off. + <<for _ss = 0; _ss < $slaves.length; _ss++>> + <<if ($slaves[_ss].hears < 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</for>> + <<if (_slaveImpact == 1)>> + Your slaves with hearing problems @@.mediumaquamarine;take some solace@@ in the idea of being bought because of their disability, not in spite of it. + <</if>> + +<<case "etiquette coach">> + $activeSlave.slaveName's new etiquette trainer sends you courtesy updates on $his progress, as $he learns proper poise and enunciation, the correct locations of silverware, and how to avoid making vulgar comments while performing lascivious acts. + <<for _ss = 0; _ss < $slaves.length; _ss++>> + <<if ($slaves[_ss].sexualFlaw == "crude")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 1>> + <<set _slaveImpact = 1>> + <</if>> + <</for>> + <<if (_slaveImpact == 1)>> + Your other slaves lacking in manners consider being turned into a proper member of polite society @@.gold;a fate wore than death.@@ + <</if>> <<case "peacekeepers">> $activeSlave.slaveName is delivered to General $peacekeepers.generalName's forces, to serve as a barracks whore. Several days later, the purchasing officer forwards a short shot of $activeSlave.slaveName diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 0cd210db7b83d836f36b3cadb2684e8f93bd44a8..d144949698d9c85b05b72b34c41a076f8611d5e0 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -1625,7 +1625,7 @@ <<case "battlearmor">> $His taut armor shows off $his huge belly. <<case "a mounty outfit">> - $His huge belly threatens to pop the buttons off $his tunic. + $His huge belly threatens to pop the buttons off $his uniform. <<case "a dirndl">> $His loose dress is completely filled by $his huge belly. <<case "lederhosen">> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index 3d905bb0f1092f882ec4fb7005bd36523f214497..1c4a8b868cd15e3cdee572ab581da4b005238abd 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -540,49 +540,49 @@ $args[1]: Fetish. <<widget "EventFetish">> <<if $args[0].fetish == $args[1]>> -This experience -<<if $args[0].fetishKnown == 1>> - <<if $args[0].fetishStrength > 95>> + This experience + <<if $args[0].fetishKnown == 1>> + <<if $args[0].fetishStrength > 95>> + @@.lightsalmon;<<switch $args[0].fetish>> + <<case "submissive">>deepens $his sexual need to submit. + <<case "cumslut">>increases $his appetite for oral sex. + <<case "humiliation">>makes $him even more eager to be humiliated. + <<case "buttslut">>encourages $him to focus on anal sex. + <<case "boobs">>focuses $his sexuality on $his breasts and nipples. + <<case "sadist">>titillates the sadistic part of $him. + <<case "masochist">>helps conflate pain and sexual pleasure for $him. + <<case "dom">>strengthens $his desire to top other slaves. + <<case "pregnancy">>further confuses lust and pregnancy in $his mind. + <<default>>ERROR: bad fetish + <</switch>>@@ + <<set $args[0].fetishStrength += 10>> + <<else>> + is @@.hotpink;especially enjoyable for $him,@@ since + <<switch $args[0].fetish>> + <<case "submissive">>$he's an utterly submissive little slut. + <<case "cumslut">>$his <<if $args[0].vagina > -1>>clit<<else>>frenulum<</if>> might as well be located in $his throat. + <<case "humiliation">>$he has a hopeless need to be humiliated and degraded. + <<case "buttslut">>$he's completely in love with having $his ass fucked. + <<case "boobs">>$he loves breast play more than any other kind of sex. + <<case "sadist">>nothing is as titillating to $him as another slave's pain can be. + <<case "masochist">>$he loves pain more than $he likes pleasure. + <<case "dom">>$he lives for the times $he's allowed to fuck someone. + <<case "pregnancy">>all $his deepest sexual desires involve <<if $args[0].vagina > -1 || $args[0].mpreg == 1>>pregnancy<<else>>impregnation<</if>>. + <<default>>ERROR: bad fetish + <</switch>> + <<set $args[0].devotion += 3>> + <</if>> + <<else>> + was surprisingly appealing for $him, revealing that $he's a @@.lightsalmon;<<switch $args[0].fetish>> - <<case "submissive">>deepens $his sexual need to submit. - <<case "cumslut">>increases $his appetite for oral sex. - <<case "humiliation">>makes $him even more eager to be humiliated. - <<case "buttslut">>encourages $him to focus on anal sex. - <<case "boobs">>focuses $his sexuality on $his breasts and nipples. - <<case "sadist">>titillates the sadistic part of $him. - <<case "masochist">>helps conflate pain and sexual pleasure for $him. - <<case "dom">>strengthens $his desire to top other slaves. - <<case "pregnancy">>further confuses lust and pregnancy in $his mind. - <<default>>ERROR: bad fetish + <<case "submissive">>sexual submissive! + <<case "humiliation">>humiliation slut! + <<case "boobs">>slut for breast play! + <<case "pregnancy">>pregslut! + <<default>>$args[0]! <</switch>>@@ - <<set $args[0].fetishStrength += 10>> - <<else>> - is @@.hotpink;especially enjoyable for $him,@@ since - <<switch $args[0].fetish>> - <<case "submissive">>$he's an utterly submissive little slut. - <<case "cumslut">>$his <<if $args[0].vagina > -1>>clit<<else>>frenulum<</if>> might as well be located in $his throat. - <<case "humiliation">>$he has a hopeless need to be humiliated and degraded. - <<case "buttslut">>$he's completely in love with having $his ass fucked. - <<case "boobs">>$he loves breast play more than any other kind of sex. - <<case "sadist">>nothing is as titillating to $him as another slave's pain can be. - <<case "masochist">>$he loves pain more than $he likes pleasure. - <<case "dom">>$he lives for the times $he's allowed to fuck someone. - <<case "pregnancy">>all $his deepest sexual desires involve <<if $args[0].vagina > -1 || $args[0].mpreg == 1>>pregnancy<<else>>impregnation<</if>>. - <<default>>ERROR: bad fetish - <</switch>> - <<set $args[0].devotion += 3>> + <<set $args[0].fetishKnown = 1>> <</if>> -<<else>> - was surprisingly appealing for $him, revealing that $he's a - @@.lightsalmon;<<switch $args[0].fetish>> - <<case "submissive">>sexual submissive! - <<case "humiliation">>humiliation slut! - <<case "boobs">>slut for breast play! - <<case "pregnancy">>pregslut! - <<default>>$args[0]! - <</switch>>@@ - <<set $args[0].fetishKnown = 1>> -<</if>> <</if>> <</widget>>