diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 12ef503c37249176bdf00527d69bb3f7f9c3e6ae..c6e65c66f62fe43f2b71c045019300ee825355f2 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -6150,7 +6150,7 @@ -reworked saChoosesOwnJob to not be potentially broken -limited saChoosesOwnJob to prevent slaves from locking themselves in industrial dairies and overfull facilities -added a new universal rule to permit or deny slaves choosing their own jobs from joining facilities, off by default - -recalced underarm and pubic hair in slavegen, you should see things other than waxed consistantly now + -recalced underarm and pubic hair in slavegen, you should see things other than waxed consistently now 04/09/17 @@ -6340,7 +6340,7 @@ 23 -bugfixes - -some tweaks to things changed from single instance to week long isntances + -some tweaks to things changed from single instance to week long instances -minor FS reactions to certain player appearances 22 diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 46246f3b46ffc0ebb2a66ae33140a867603b182e..f8cd437f843ed1a1d2457a898c13bc213352a664 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -9643,7 +9643,7 @@ window.Deadliness = function Deadliness(slave) { if (slave.labor === 1) { deadliness -= 15; - } else if (slave.preg >= slave.pregData.normalBirth && slave.pregControl !== "labor supressors") { + } else if (slave.preg >= slave.pregData.normalBirth && slave.pregControl !== "labor suppressors") { deadliness -= 5; } @@ -16200,7 +16200,7 @@ window.DefaultRules = (function() { slave.pregControl = "speed up"; r += `<br>${slave.slaveName} is pregnant, so she has been put on rapid gestation agents. CAUTION! Can be dangerous. Clinic supervision is recommended.`; } else if (rule.pregSpeed == "suppress" && slave.preg >= slave.pregData.minLiveBirth && slave.health > -50) { - slave.pregControl = "labor supressors"; + slave.pregControl = "labor suppressors"; r += `<br>${slave.slaveName} is ready to birth, so she has been put on labor suppressing agents.`; } else if (rule.pregSpeed == "stimulate" && slave.preg > slave.pregData.minLiveBirth && slave.health > -50) { slave.labor = 1; @@ -16210,7 +16210,7 @@ window.DefaultRules = (function() { } else if (rule.pregSpeed == "fast" && slave.pregControl == "speed up" && slave.health <= -50) { slave.pregControl = "none"; r += `<br>${slave.slaveName} is on rapid gestation agents and dangerously unhealthy, so her agent regimen has been stopped.`; - } else if (rule.pregSpeed == "suppress" && slave.pregControl == "labor supressors" && slave.health <= -50) { + } else if (rule.pregSpeed == "suppress" && slave.pregControl == "labor suppressors" && slave.health <= -50) { slave.pregControl = "none"; r += `<br>${slave.slaveName} is on labor suppression agents and unhealthy, so her agent regimen has been stopped.`; } @@ -18663,7 +18663,7 @@ window.rulesAssistantOptions = (function() { ["None", "none"], ["Fast gestation", "fast"], ["Slow gestation", "slow"], - ["Birth supressors", "suppress"], + ["Birth suppressors", "suppress"], ["Birth stimulators", "stimulate"] ]; super("Pregnancy control agents for pregnant slaves", pairs); @@ -38810,7 +38810,7 @@ window.FResult = (function() { result += 0; } if (V.arcologies[0].FSRepopulationFocusMilfPolicy === 1 || V.arcologies[0].FSRepopulationFocus > 20) { - result += 1; + result += 1; } } diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index dd40052393f20a458f65c406d9bb01505ba27694..575341f8042bcdff8f0f955c13d5906c81a3c9a2 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -3556,17 +3556,17 @@ Advanced pregnancy control structure: Now, with support of human-animal pregnancy, there is need for ability to change values that been constant before. New structure designed for it. -.pregData property for slave should now contain object with describle pregnancy process. By default it will be set to human data. Templates stored in setup.pregData.x where "x" - name of species. +.pregData property for slave should now contain object with describable pregnancy process. By default it will be set to human data. Templates stored in setup.pregData.x where "x" - name of species. <<set slave.pregData = setup.pregData.human>> -In code at any time properties that contain data can be acessed now. Properties is RW, so slaves can be changed individually later. Example: +In code at any time properties that contain data can be accessed now. Properties is RW, so slaves can be changed individually later. Example: <<if slave.pregData.type == "human">> or <<set slave.pregData.normalOvaMin = 2, slave.pregData.normalOvaMax = 4>> (setting normal ova count 2-4 on every ovulation). - Proprty list: + Property list: type - name of species. Should math slave.ovaType normalOvaMin - normal/base ova count on ovulation (minimal) @@ -3578,6 +3578,6 @@ or fetusCTR - array with CTR control points. These three array is linked, and values in second and third should be in the same order as in first. (Week of .fetusWeek[i] is correspond to .fetusSize[i] and fetusCTR[i]) - Control points - it's points of graph as if it builded on paper (one axis - fetusWeek, other - fetusSize/fetusCTR). This graph data used to get actual size of fetus, so no need for manual setting of every week data in array. + Control points - it's points of graph as if it built on paper (one axis - fetusWeek, other - fetusSize/fetusCTR). This graph data used to get actual size of fetus, so no need for manual setting of every week data in array. - What is CTR? In most medical data, human fetus size (length) measured as "crown to rump" from 1 to 20 weeks, and "crown to heel" later. Formula that calculate volume of womb should get data in single format. So there is need CTR rate - value that describe difference between full "crown to heel" and "crown to rump" length of fetus (also it's can be used to control aproximation of legs, hands and tails volume). For most animal fetus data it's always 1 as they are not bipedal and "crown to rump" is natural measurements for them. But CTR rate changes might be needed to get more accurate results for volume calculations, as fetus is not sphere and length - not always have the same relation to it's volume. + What is CTR? In most medical data, human fetus size (length) measured as "crown to rump" from 1 to 20 weeks, and "crown to heel" later. Formula that calculate volume of womb should get data in single format. So there is need CTR rate - value that describe difference between full "crown to heel" and "crown to rump" length of fetus (also it's can be used to control approximation of legs, hands and tails volume). For most animal fetus data it's always 1 as they are not bipedal and "crown to rump" is natural measurements for them. But CTR rate changes might be needed to get more accurate results for volume calculations, as fetus is not sphere and length - not always have the same relation to it's volume. diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index b156399914b852cd13ef69e61f28148b2452a412..da1f65eaecaa4d32a51e067cda47cf3f4270ffcf 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -147,7 +147,7 @@ <</if>> /*<br style="clear:both" />*/ <br> - /% Camel Toe à l'orange %/ + /% Camel Toe à l'Orange %/ <<if $activeSlave.vagina != -1>> <<set _dishRating = 5>> /*<img src='resources/steak.jpg' style="float:left" />*/ diff --git a/src/Mods/DinnerParty/dinnerPartyPreparations.tw b/src/Mods/DinnerParty/dinnerPartyPreparations.tw index c20aa1b5ab53baa42e82d60ac0221701b1efd348..018bb5fd4e6c4c2f93e6b3dcd5c07e3965e69004 100644 --- a/src/Mods/DinnerParty/dinnerPartyPreparations.tw +++ b/src/Mods/DinnerParty/dinnerPartyPreparations.tw @@ -19,7 +19,7 @@ Hosting of high society dinner parties will increase your prestige significantly ''Titty Tartare'' – Made from finely chopped breasts, mixed with onions, capers and seasonings, served raw. Big breasts make the best quality meat for this dish. To add a hint of creamy taste, make sure the breasts are lactating. Remember you can't eat silicone. <br><br> -''Camel Toe à l'orange'' – Pussy grilled like a steak. A big clit and big labia will improve the quality of the dish. +''Camel Toe à l'Orange'' – Pussy grilled like a steak. A big clit and big labia will improve the quality of the dish. <br><br> diff --git a/src/SecExp/secExpSmilingMan.tw b/src/SecExp/secExpSmilingMan.tw index 83fade01523a746607b42fa0a66ee4e1f33b5dd0..e343181981438bb3db33976eb4ba761bb9eb7481 100644 --- a/src/SecExp/secExpSmilingMan.tw +++ b/src/SecExp/secExpSmilingMan.tw @@ -294,7 +294,7 @@ <<set $activeSlave.prestige = 3>> <<set $activeSlave.prestigeDesc = "She was the famous Smiling Man.">> <<setLocalPronouns $activeSlave>> - + <br> The day has come to finally put an end to this story. Your men are ready to go, waiting only on your signal. You quickly don your protective gear and proceed down the busy streets of your arcology. You carefully planned the day so that nothing could exit the arcology without being scanned at least three times and poked twice. The Smiling Man has no escape. diff --git a/src/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw index 5b7bf5cb7d214f4c51ef92f4379b70c84395f680..49b647132d3cd03099c714fc0c62757faa786f95 100644 --- a/src/SpecialForce/Upgrades.tw +++ b/src/SpecialForce/Upgrades.tw @@ -14,21 +14,21 @@ <<if $SFUnit.Firebase < 5||_T1 && $SFUnit.Firebase < _FU>> - + <<set _cF = Math.ceil(100000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Firebase/100)))>> - + <<if $cash >= _cF>> - + <<link "Upgrade Firebase">> <<set $SF.U = 1, $SFUnit.Firebase++, $cash -= _cF>><<goto "Firebase">><</link>> - + <<else>>//Cannot afford to upgrade the Firebase.//<</if>> - - //Costs @@.yellowgreen;<<print cashFormat(_cF)>>@@ // - + + //Costs @@.yellowgreen;<<print cashFormat(_cF)>>@@ // + <<elseif $SFUnit.Firebase == _FU>>//The Firebase has been fully upgraded.// - + <<else>>//More upgrades are required to unlock the next tier.// - + <</if>> <span style="float:right;"> <<print progress($SFUnit.Firebase)>> </span><br> @@ -42,7 +42,7 @@ <<else>>//Cannot afford to upgrade the Armory.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cA)>>@@ // + //Costs @@.yellowgreen;<<print cashFormat(_cA)>>@@ // <<elseif $SFUnit.Armoury == _AU>>//The Armory has been fully upgraded.// @@ -61,7 +61,7 @@ <<else>>//Cannot afford to upgrade the Drug Lab.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cDrugs)>>@@ // + //Costs @@.yellowgreen;<<print cashFormat(_cDrugs)>>@@ // <<elseif $SFUnit.Drugs == _DrugsU>>//The Drug Lab has been fully upgraded.// @@ -80,11 +80,11 @@ <<else>>//Cannot afford to upgrade the Drone Bay.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*HSM()))>>@@ // <span style="float:right;"> <<print progress($SFUnit.Drones)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(Math.ceil(45000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.Drones/100))*HSM()))>>@@ // <span style="float:right;"> <<print progress($SFUnit.Drones)>> </span> <<elseif $SFUnit.Drones == _DU>>//The Drone Bay has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span> - <<elseif _T1 && $SFUnit.Drones == 5>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span><</if>> + <<elseif _T1 && $SFUnit.Drones == 5>>//More upgrades are required to unlock the next tier.//<span style="float:right;"> <<print progress($SFUnit.Drones)>> </span><</if>> <<if $SFUnit.Firebase >= 1 && $terrain !== "oceanic">><br>''Garage'' @@ -99,7 +99,7 @@ <<else>>//Cannot afford to upgrade the Attack Vehicle Fleet.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cAV)>>@@//<span style="float:right;"><<print progress($SFUnit.AV)>></span> + //Costs @@.yellowgreen;<<print cashFormat(_cAV)>>@@//<span style="float:right;"><<print progress($SFUnit.AV)>></span> <<elseif $SFUnit.AV == _AVU>>//The Attack Vehicle Fleet has been fully upgraded.//<span style="float:right;"><<print progress($SFUnit.AV)>></span> @@ -118,7 +118,7 @@ <<else>>//Cannot afford to upgrade Transport Vehicle Fleet.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cTV)>>@@//<span style="float:right;"><<print progress($SFUnit.TV)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cTV)>>@@//<span style="float:right;"><<print progress($SFUnit.TV)>> </span> <<elseif $SFUnit.TV == _TVU>>//The Transport Vehicle Fleet has been fully upgraded.//<span style="float:right;"><<print progress($SFUnit.TV)>></span> @@ -135,7 +135,7 @@ <<else>>//Cannot afford to upgrade Prototype Goliath Tank.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cPGT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cPGT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span> <<elseif $SFUnit.PGT == _PGTU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.PGT)>> </span> @@ -154,7 +154,7 @@ <<else>>//Cannot afford to upgrade Attack Aircraft Fleet.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cAA)>>@@ //<span style="float:right;"> <<print progress($SFUnit.AA)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cAA)>>@@ //<span style="float:right;"> <<print progress($SFUnit.AA)>> </span> <<elseif $SFUnit.AA == _AAU>>//The Attack Aircraft Fleet has been fully upgraded.//<span style="float:right;"> <<print progress($SFUnit.AA)>> </span> @@ -188,7 +188,7 @@ <<else>>//Cannot afford to upgrade the Spaceplane.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cSP)>>@@//<span style="float:right;"><<print progress($SFUnit.SpacePlane)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cSP)>>@@//<span style="float:right;"><<print progress($SFUnit.SpacePlane)>> </span> <<elseif $SFUnit.SpacePlane == _SPU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.SpacePlane)>> </span> @@ -205,7 +205,7 @@ <<else>>//Cannot afford to upgrade Gunship.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cGunS)>>@@ //<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cGunS)>>@@ //<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span> <<elseif $SFUnit.GunS == _GunSU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.GunS)>> </span> @@ -224,7 +224,7 @@ <<else>>//Cannot afford to upgrade Satellite.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cSat)>>@@//<span style="float:right;"><<print progress($SFUnit.Satellite)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cSat)>>@@//<span style="float:right;"><<print progress($SFUnit.Satellite)>> </span> <<elseif $SFUnit.Satellite == _SatU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.Satellite)>> </span> @@ -243,7 +243,7 @@ <<else>>//Cannot afford to upgrade the Giant Robot.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cGR)>>@@//<span style="float:right;"><<print progress($SFUnit.GiantRobot)>></span> + //Costs @@.yellowgreen;<<print cashFormat(_cGR)>>@@//<span style="float:right;"><<print progress($SFUnit.GiantRobot)>></span> <<elseif $SFUnit.GiantRobot == _GRU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.GiantRobot)>> </span> @@ -260,7 +260,7 @@ <<else>>//Cannot afford to upgrade Cruise Missile.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cMS)>>@@ //<span style="float:right;"><<print progress($SFUnit.MissileSilo)>></span> + //Costs @@.yellowgreen;<<print cashFormat(_cMS)>>@@ //<span style="float:right;"><<print progress($SFUnit.MissileSilo)>></span> <<elseif $SFUnit.MissileSilo == _MSU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.MissileSilo)>> </span> @@ -279,7 +279,7 @@ <<else>>//Cannot afford to upgrade Aircraft Carrier.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(Math.ceil(650000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AircraftCarrier/100))*HSM()))>>@@ //<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(Math.ceil(650000*_Env*(1.15+($SF.Units/10))*(1.15+($SFUnit.AircraftCarrier/100))*HSM()))>>@@ //<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span> <<elseif $SFUnit.AircraftCarrier == _ACU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.AircraftCarrier)>> </span> @@ -296,7 +296,7 @@ <<else>>//Cannot afford to upgrade Submarine//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cSub)>>@@ //<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cSub)>>@@ //<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span> <<elseif $SFUnit.Sub == _SubU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.Sub)>> </span> @@ -313,7 +313,7 @@ <<else>>//Cannot afford to upgrade Amphibious Transport.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cHAT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.HAT)>> </span> + //Costs @@.yellowgreen;<<print cashFormat(_cHAT)>>@@ //<span style="float:right;"> <<print progress($SFUnit.HAT)>> </span> <<elseif $SFUnit.HAT == _HATU && $PC.warfare < 75>>//Your warfare skill is not high enough unlock the next upgrade.//<span style="float:right;"> <<print progress($SFUnit.HAT)>> </span> @@ -321,7 +321,7 @@ <</if>> - <<if _T1 < 1>>//More firebase upgrades are required to unlock further upgrades.//<</if>> + <<if _T1 < 1>>//More firebase upgrades are required to unlock further upgrades.//<</if>> <</if>> @@ -335,6 +335,6 @@ <<else>>//Cannot afford to build $SF.Lower's support facility.//<</if>> - //Costs @@.yellowgreen;<<print cashFormat(_cSFF)>>@@ // + //Costs @@.yellowgreen;<<print cashFormat(_cSFF)>>@@ // <</if>>*/ \ No newline at end of file diff --git a/src/cheats/mod_EditFSCheat.tw b/src/cheats/mod_EditFSCheat.tw index 05dbbcc75dbead54d6695ab295a71ffaf0cef1c4..e9d95ac122e579d19ae1d70f9217cb0920eceb60 100644 --- a/src/cheats/mod_EditFSCheat.tw +++ b/src/cheats/mod_EditFSCheat.tw @@ -177,7 +177,7 @@ <br>[[Apply and reset Repopulation Efforts|MOD_Edit FS Cheat][removeFS("FSRepopulationFocus")]] <</if>> - + <br><br> <<if $arcologies[0].FSPaternalist != "unset">> diff --git a/src/cheats/mod_EditNeighborArcologyCheat.tw b/src/cheats/mod_EditNeighborArcologyCheat.tw index ce9b21bd67f9755cc6cd3f5e0d5cdd6dcde4b7ec..a1aa5ca1b1ef353586b3105d227f696f14901be6 100644 --- a/src/cheats/mod_EditNeighborArcologyCheat.tw +++ b/src/cheats/mod_EditNeighborArcologyCheat.tw @@ -45,13 +45,13 @@ <<if $arcologies[$i].direction != 0>> <<include "Neighbor Description">> /* uses $arcologies[$i] */ <</if>> - + <br><br> - + <<set _span = "arc"+$i>> - + <<print "<span id=\"" + _span + "\"><<link \"Cheat Edit Arcology " + $i + " (" + $arcologies[$i].name + ")\">><<replace #arc" + $i + ">><<EditNeighborCheat " + $i + ">><</replace>><</link>></span>">> | - + <<if $i != 0>> <<print "[[Remove neighbor|MOD_Edit Neighbor Arcology Cheat][$arcologies.deleteAt(" + $i + ")]]">> <</if>> diff --git a/src/facilities/brothel/brothelAssignmentScene.tw b/src/facilities/brothel/brothelAssignmentScene.tw index 1196ce3013cc51a991f41fbabbb945fb65af6835..706447e241025dfd09c0e3a27523c7623cf60cc5 100644 --- a/src/facilities/brothel/brothelAssignmentScene.tw +++ b/src/facilities/brothel/brothelAssignmentScene.tw @@ -130,7 +130,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately, <</switch>> <</if>> <<else>> - $He looks + $He looks <<if canTalk($activeSlave)>> determined. "<<Master>>, I will do my be<<s>>t to be a good whore, and get lot<<s>> of <<c>>iti<<z>>en<<s>> to pay good money for my body." <<else>> @@ -156,7 +156,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately, <<case "humiliation">> there'<<s>> a window that fa<<c>>e<<s>> the hallway there, right? <<if $Madam != 0>>Do you think $Madam.slaveName would let me<<else>>Could I<</if>> get fucked there? Where everyone could <<s>>ee me being fucked for money?" <<case "buttslut">> - + uh," and $he shifts $his weight, $his mind obviously on $his backdoor, <<if $activeSlave.attrXX > $activeSlave.attrXY>> "there have to be ladie<<s>> who want to buttfuck a whore, right? At lea<<s>>t, I really hope there are." @@ -321,7 +321,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately, "Gro<<ss>>," $he <<say>>s curtly. "Well, no more hand<<s>>ome boy<<s>> for me, then. Fat pathetic guy<<s>> who patroni<<z>>e whore<<s>>, all the way down. Fuck." <</switch>> <<else>> - $He does $his best to control $himself and avoid punishment. "<<Master>>, I will." $He holds $himself together until you dismiss $him; as $he turns away to go, the tears come fast, and $he almost runs into the doorframe on $his way out, blind with weeping. + $He does $his best to control $himself and avoid punishment. "<<Master>>, I will." $He holds $himself together until you dismiss $him; as $he turns away to go, the tears come fast, and $he almost runs into the door frame on $his way out, blind with weeping. <</if>> <<else>> <<if $activeSlave.sexualFlaw != "none">> @@ -347,7 +347,7 @@ You tell $him $he's to report to <<if $Madam != 0>>$Madam.slaveName immediately, by expressing $his disappointment with the type of men that frequent brothels. <</switch>> <<else>> - $He does $his best to control $himself and avoid punishment. "<<Master>>, I will." $He holds $himself together until you dismiss $him; as $he turns away to go, the tears come fast, and $he almost runs into the doorframe on $his way out, blind with weeping. + $He does $his best to control $himself and avoid punishment. "<<Master>>, I will." $He holds $himself together until you dismiss $him; as $he turns away to go, the tears come fast, and $he almost runs into the door frame on $his way out, blind with weeping. <</if>> <</if>> diff --git a/src/facilities/farmyard/farmyardReport.tw b/src/facilities/farmyard/farmyardReport.tw index 55ff0c4ecec739c7ff0e076db08ec91271934207..766a1116a17e16995ec84d0a86c24b7fd4e6792f 100644 --- a/src/facilities/farmyard/farmyardReport.tw +++ b/src/facilities/farmyard/farmyardReport.tw @@ -331,7 +331,7 @@ <<set $slaves[$i].reservedChildren = 0>> <<set $slaves[$i].reservedChildrenNursery = 0>> <</if>> - + /* General End of Week effects */ <<if $showEWD != 0>> <br><br> @@ -950,7 +950,7 @@ <</if>> $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumWeek > 0>> and <<print _cumWeek+_outputCum>> liters of cum<</if>> this week. <<if $inflatedSlavesMilk > 0>> - _outputMilk liters of milk were pumped into your penthouse for filling slaves this week. + _outputMilk liters of milk were pumped into your penthouse for filling slaves this week. <</if>> <<if $inflatedSlavesCum > 0>> <<if $inflatedSlavesMilk > 0>>and <</if>>_outputCum liters of cum were pumped into your penthouse<<if $inflatedSlavesMilk > 0>> as well<<else>> this week<</if>>. diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index bd7724cefcc07a921829c62d0cef2307414f8f96..3148625a721073eb2ca5b013e0fd55671228a421 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -349,7 +349,7 @@ | <<link "Marry $him" "FMarry">><</link>> <</if>> <</if>> - + <<set _activeSlaveRepSacrifice = repGainSacrifice()>> <<if _activeSlaveRepSacrifice > 0 && $arcologies[0].FSPaternalist == "unset" && ($activeSlave.breedingMark == 0 || $propOutcome == 0)>> | <<link "Sacrifice $him on the altar" "Aztec Slave Sacrifice">><<set $sacrificeType = "life">><</link>>//This will kill $him and gain you _activeSlaveRepSacrifice reputation// @@ -982,13 +982,13 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <</if>> <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>> <br> - __Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. + __Pregnancy control__: <<if $activeSlave.pregControl == "labor suppressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. <<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>> <br> - <<if $activeSlave.pregControl == "labor supressors">> + <<if $activeSlave.pregControl == "labor suppressors">> <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> - <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> + <<link "Suppress Labor">><<set $activeSlave.pregControl = "labor suppressors">><<SlaveInteractFertility>><</link>> <</if>> <<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>> <br> @@ -1321,7 +1321,7 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule <</if>> <</if>> <</if>> - + <<if $studioFeed == 1>> <br> <<if $activeSlave.pornFame < 100>> @@ -1376,7 +1376,7 @@ Relationship rules: ''<span id="relationshipRules">$activeSlave.relationshipRule <<case "pregnancy">> [[Pregnancy|Child Interact][$activeSlave.pornFocus = "pregnancy"]] | <</switch>> - + <<switch $activeSlave.sexualQuirk>> <<case "gagfuck queen">> [[Gagfuck queen|Child Interact][$activeSlave.pornFocus = "gagfuck queen"]] | diff --git a/src/js/DefaultRules.tw b/src/js/DefaultRules.tw index f967bfd5286e10b3121c6aa8195485920b6399b3..b128270e51b25166512bb4b5b9696acb8624f1bf 100644 --- a/src/js/DefaultRules.tw +++ b/src/js/DefaultRules.tw @@ -8,7 +8,7 @@ window.DefaultRules = (function() { function DefaultRules(slave) { if (slave.useRulesAssistant === 0) return r; //exempted - + V = State.variables; r = ""; let rule = MergeRules(slave); @@ -71,24 +71,24 @@ window.DefaultRules = (function() { } function ProcessAssignments(slave, rule) { - // Before merging rules, we process assignments for each rule separately so we can remove slaves from facilities when they no longer qualify, even if the final "winning" rule assigns them elsewhere - // We also ignore inapplicable assignments for the current slave, so we only merge assignments that are valid + // Before merging rules, we process assignments for each rule separately so we can remove slaves from facilities when they no longer qualify, even if the final "winning" rule assigns them elsewhere + // We also ignore inapplicable assignments for the current slave, so we only merge assignments that are valid switch (rule.setAssignment) { case "no default setting": delete rule.setAssignment; break; - + case "rest": case "please you": case "choose her own job": - // slaves always qualify for this assignment + // slaves always qualify for this assignment break; case "live with your Head Girl": if ((V.HGSuiteSlaves < 1 && slave.indentureRestrictions <= 0)) break; else { - RAFacilityRemove(slave, rule); // before deleting rule.setAssignment + RAFacilityRemove(slave, rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -97,7 +97,7 @@ window.DefaultRules = (function() { if ((V.arcadeSlaves < V.arcade && slave.indentureRestrictions <= 0 && (slave.breedingMark != 1 || V.propOutcome === 0))) break; else { - RAFacilityRemove(slave, rule); // before deleting rule.setAssignment + RAFacilityRemove(slave, rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -106,7 +106,7 @@ window.DefaultRules = (function() { if ((V.masterSuiteSlaves < V.masterSuite && (slave.devotion > 20 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20)))) break; else { - RAFacilityRemove(slave, rule); // before deleting rule.setAssignment + RAFacilityRemove(slave, rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -115,7 +115,7 @@ window.DefaultRules = (function() { if ((V.clinicSlaves < V.clinic && (slave.health < 20 || (slave.chem > 15 && V.Nurse !== 0 && V.clinicUpgradeFilters == 1)) || ((slave.bellyImplant > -1) && (V.bellyImplants == 1)) || slave.preg > 1)) break; else { - RAFacilityRemove(slave, rule); // before deleting rule.setAssignment + RAFacilityRemove(slave, rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -124,7 +124,7 @@ window.DefaultRules = (function() { if ((V.spaSlaves < V.spa) && (slave.health < 20) || (slave.trust < 60) || (slave.devotion <= 60) || (slave.fetish == "mindbroken") && (slave.devotion >= -20)) break; else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -133,7 +133,7 @@ window.DefaultRules = (function() { if ((V.nurserySlaves < V.nursery) && !slave.fuckdoll && (slave.devotion > 20 || slave.trust > 20)) break; else { - RAFacilityRemove(slave, rule); // before deleting rule.setAssignment + RAFacilityRemove(slave, rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -142,7 +142,7 @@ window.DefaultRules = (function() { if ((V.brothelSlaves < V.brothel && (slave.devotion > 50 || slave.trust > 50 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20)) && (slave.breedingMark != 1 || V.propOutcome === 0))) break; else { - RAFacilityRemove(slave, rule); // before deleting rule.setAssignment + RAFacilityRemove(slave, rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -151,7 +151,7 @@ window.DefaultRules = (function() { if ((V.clubSlaves < V.club && (slave.devotion > 50 || slave.trust > 50 || slave.trust < -50 || (slave.devotion >= -50 && slave.trust < -20)) && (slave.breedingMark != 1 || V.propOutcome === 0))) break; else { - RAFacilityRemove(slave, rule); // before deleting rule.setAssignment + RAFacilityRemove(slave, rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -169,19 +169,19 @@ window.DefaultRules = (function() { if ((V.dairyPregSetting < 2) || (slave.vagina > 2) || (slave.ovaries === 0) || (V.dairyPrepUpgrade == 1)) break; else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } } else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } } else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } } else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } } @@ -201,7 +201,7 @@ window.DefaultRules = (function() { if ((V.servantsQuartersSlaves < V.servantsQuarters && canSee(slave) && canWalk(slave) && (slave.devotion >= -20 || slave.trust < -20 || (slave.devotion >= -50 && slave.trust <= 20)))) break; else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -211,11 +211,11 @@ window.DefaultRules = (function() { if ((slave.intelligenceImplant < 30) || (slave.voice !== 0 && slave.accent+V.schoolroomUpgradeLanguage > 2) || (slave.oralSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.whoreSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.entertainSkill <= 10+V.schoolroomUpgradeSkills*20) || (slave.analSkill < 10+V.schoolroomUpgradeSkills*20) || ((slave.vagina >= 0) && (slave.vaginalSkill < 10+V.schoolroomUpgradeSkills*20))) break; else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -224,7 +224,7 @@ window.DefaultRules = (function() { if ((V.cellblockSlaves < V.cellblock && ((slave.devotion < -20 && slave.trust >= -20) || (slave.devotion < -50 && slave.trust >= -50)))) break; else { - RAFacilityRemove(slave,rule); // before deleting rule.setAssignment + RAFacilityRemove(slave,rule); // before deleting rule.setAssignment delete rule.setAssignment; } break; @@ -857,7 +857,7 @@ window.DefaultRules = (function() { slave.buttplug = "plug"; } break; - + case "long, large plug": if (slave.breedingMark == 1 && V.propOutcome == 1) { r += `<br>Breeding regulations forbid the use of anal plugs that can damage a growing fetus on marked slaves, so ${slave.slaveName} has been given a standard length large plug for her anus.`; @@ -999,8 +999,8 @@ window.DefaultRules = (function() { } function ProcessAssetGrowthDrugs(slave, rule) { - // Asset Growth - const growth_drugs = new Set(["breast injections", "intensive breast injections", "breast redistributors", "butt injections", "intensive butt injections", "butt redistributors", "lip injections", "lip atrophiers", "penis enhancement", "intensive penis enhancement", "penis atrophiers", "testicle enhancement", "intensive testicle enhancement", "testicle atrophiers", "hyper breast injections", "hyper butt injections", "hyper penis enhancement", "hyper testicle enhancement"]); + // Asset Growth + const growth_drugs = new Set(["breast injections", "breast redistributors", "butt injections", "butt redistributors", "hyper breast injections", "hyper butt injections", "hyper penis enhancement", "hyper testicle enhancement", "intensive breast injections", "intensive butt injections", "intensive penis enhancement", "intensive testicle enhancement", "lip atrophiers", "lip injections", "penis atrophiers", "penis enhancement", "testicle atrophiers", "testicle enhancement"]); if ((slave.drugs == "super fertility drugs" || slave.drugs == "fertility drugs") && isFertile(slave)) { r += `<br>${slave.slaveName} is on ${slave.drugs} and will not be considered for drug enhancement until that regime is complete.`; return; @@ -1205,7 +1205,7 @@ window.DefaultRules = (function() { } function ProcessOtherDrugs(slave, rule) { - // Other Drugs + // Other Drugs if (slave.indentureRestrictions < 2 && rule.drug !== "no default setting" && slave.drugs !== rule.drug) { let flag = true; switch (rule.drug) { @@ -1233,117 +1233,117 @@ window.DefaultRules = (function() { if (!((slave.breedingMark != 1 || V.propOutcome == 0) && slave.balls > 0 && slave.pubertyXY === 0)) flag = false; break; - + case "psychosuppressants": if (!(slave.intelligence > -100 && slave.indentureRestrictions < 1)) flag = false; break; - + case "breast injections": if (!(slave.boobs < 48000)) flag = false; break; - + case "hyper breast injections": if (!(slave.boobs < 25000)) flag = false; break; - + case "breast redistributors": if (!(slave.boobs - slave.boobsImplant > 100)) flag = false; break; - + case "butt injections": if (!(slave.butt < 9)) flag = false; break; - + case "hyper butt injections": if (!(slave.butt < 20)) flag = false; break; - + case "nipple atrophiers": if (!(["huge", "puffy", "cute"].includes(slave.nipples))) flag = false; break; - + case "butt redistributors": if (!(slave.buttImplant > 0)) flag = false; break; - + case "lip injections": if (!(slave.lips <= 95 || (slave.lips <= 85 && V.seeExtreme !== 1))) flag = false; break; - + case "lip atrophiers": if (!(slave.lips - slave.lipsImplant > 0)) flag = false; break; - + case "super fertility drugs": if (!(slave.indentureRestrictions < 1 && (slave.breedingMark !== 1 || V.propOutcome == 0))) flag = false; break; - + case "penis enhancement": if (!((slave.dick > 0 && slave.dick < 10) || slave.clit < 5)) flag = false; break; - + case "hyper penis enhancement": if (!((slave.dick > 0 && slave.dick < 31) || slave.clit < 5)) flag = false; break; - + case "penis atrophiers": if (!(slave.dick > 1)) flag = false; break; - + case "testicle enhancement": if (!(slave.balls > 0)) flag = false; break; - + case "hyper testicle enhancement": if (!(slave.balls > 0)) flag = false; break; - + case "testicle atrophiers": if (!(slave.balls > 1)) flag = false; break; - + case "clitoris atrophiers": if (!(slave.clit > 0)) flag = false; break; - + case "labia atrophiers": if (!(slave.labia > 0)) flag = false; break; - + case "appetite suppressors": if (!(slave.weight <= -95)) flag = false; break; - + case "female hormone injections": if (!((slave.breedingMark !== 1 || V.propOutcome == 0) && (slave.ovaries === 1 || slave.mpreg === 1) && slave.pubertyXX === 0)) flag = false; break; - + case "male hormone injections": if (!(slave.balls > 0 && slave.pubertyXY === 0)) flag = false; break; - + default: break; } @@ -1398,7 +1398,7 @@ window.DefaultRules = (function() { } function ProcessDiet(slave, rule) { - // Diet Setting + // Diet Setting if (rule.diet !== undefined && rule.diet !== "no default setting") { /* if ((slave.boobs >= 1600) && (slave.muscles <= 5) && (slave.amp != 1) && ((rule.muscles == "no default setting") || (rule.muscles === 0))) { @@ -1426,7 +1426,7 @@ window.DefaultRules = (function() { slave.diet = "restricted"; r += `<br>${slave.slaveName} is too fat so her diet has been set to restricted.`; } - + } else if ((slave.weight - rule.diet) < -5) { if ((slave.diet !== "fattening")) { slave.diet = "fattening"; @@ -1547,7 +1547,7 @@ window.DefaultRules = (function() { } } } - } else if ((rule.muscles !== undefined) && (rule.muscles !== "no default setting") && (slave.amp != 1)) { // no diet rule, muscles only + } else if ((rule.muscles !== undefined) && (rule.muscles !== "no default setting") && (slave.amp != 1)) { // no diet rule, muscles only if ((slave.muscles >= rule.muscles+8)) { if ((slave.diet !== "slimming")) { slave.diet = "slimming"; @@ -1667,7 +1667,7 @@ window.DefaultRules = (function() { slave.pregControl = "speed up"; r += `<br>${slave.slaveName} is pregnant, so she has been put on rapid gestation agents. CAUTION! Can be dangerous. Clinic supervision is recommended.`; } else if (rule.pregSpeed == "suppress" && slave.preg >= slave.pregData.minLiveBirth && slave.health > -50) { - slave.pregControl = "labor supressors"; + slave.pregControl = "labor suppressors"; r += `<br>${slave.slaveName} is ready to birth, so she has been put on labor suppressing agents.`; } else if (rule.pregSpeed == "stimulate" && slave.preg > slave.pregData.minLiveBirth && slave.health > -50) { slave.labor = 1; @@ -1677,7 +1677,7 @@ window.DefaultRules = (function() { } else if (rule.pregSpeed == "fast" && slave.pregControl == "speed up" && slave.health <= -50) { slave.pregControl = "none"; r += `<br>${slave.slaveName} is on rapid gestation agents and dangerously unhealthy, so her agent regimen has been stopped.`; - } else if (rule.pregSpeed == "suppress" && slave.pregControl == "labor supressors" && slave.health <= -50) { + } else if (rule.pregSpeed == "suppress" && slave.pregControl == "labor suppressors" && slave.health <= -50) { slave.pregControl = "none"; r += `<br>${slave.slaveName} is on labor suppression agents and unhealthy, so her agent regimen has been stopped.`; } @@ -1844,7 +1844,7 @@ window.DefaultRules = (function() { } } } - + function ProcessSolidFood(slave, rule) { if ((rule.onDiet !== undefined) && (rule.onDiet !== "no default setting")) { if ((slave.onDiet !== rule.onDiet)) { @@ -2457,12 +2457,12 @@ window.DefaultRules = (function() { } } } - + function ProcessLabel(slave, rule) { if (rule.label !== "no default setting" && !slave.customLabel.includes("["+rule.label+"]")) { slave.customLabel = slave.customLabel + "[" + rule.label + "]"; r += `<br>${slave.slaveName} has been tagged as ${rule.label}`; - } + } if (rule.removeLabel !== "no default setting" && slave.customLabel.includes("["+rule.removeLabel+"]")) { slave.customLabel = slave.customLabel.replace("["+rule.removeLabel+"]", ""); diff --git a/src/js/assayJS.tw b/src/js/assayJS.tw index a7f48ff960dea669936d5f26534027584c5755b0..2d6e029fa792bd1abb92f0b489fbe3a43c0e27f1 100644 --- a/src/js/assayJS.tw +++ b/src/js/assayJS.tw @@ -8,11 +8,11 @@ window.isSlim = function(slave) { if ((slave.muscles <= 30) && (ArcologyZero.FSPhysicalIdealist === "unset") && (slave.weight <= 10) && (ArcologyZero.FSHedonisticDecadence === "unset")) { slim = true; } else if (ArcologyZero.FSPhysicalIdealist !== "unset") { - if ((ArcologyZero.FSPhysicalIdealistStrongFat === 1) && (slave.weight <= 30)) { + if ((ArcologyZero.FSPhysicalIdealistStrongFat === 1) && (slave.weight <= 30)) { slim = true; - } - } else if ((ArcologyZero.FSHedonisticDecadence !== "unset") && (slave.weight <= 30)) { - if (ArcologyZero.FSHedonisticDecadenceStrongFat === 1) { + } + } else if ((ArcologyZero.FSHedonisticDecadence !== "unset") && (slave.weight <= 30)) { + if (ArcologyZero.FSHedonisticDecadenceStrongFat === 1) { slim = true; } else if (slave.muscles <= 30) { slim = true; @@ -1653,7 +1653,7 @@ window.DegradingName = function DegradingName(slave) { if (slave.fetishKnown === 1) { if (slave.fetish === "buttslut") { names.push("Anal", "Sodomy"); - } + } if (slave.fetish === "cumslut") { names.push("Cum", "Dicksuck", "Sucker"); } @@ -2178,10 +2178,10 @@ window.Deadliness = function Deadliness(slave) { deadliness -= 1; } } - + if (slave.labor === 1) { deadliness -= 15; - } else if (slave.preg >= slave.pregData.normalBirth && slave.pregControl !== "labor supressors") { + } else if (slave.preg >= slave.pregData.normalBirth && slave.pregControl !== "labor suppressors") { deadliness -= 5; } diff --git a/src/js/assignJS.tw b/src/js/assignJS.tw index 2ca984e1b0ffcf2b7e145c89a9825273711f5248..9d35a4ce091f557942873a8cadb6ae0de5fe1bd2 100644 --- a/src/js/assignJS.tw +++ b/src/js/assignJS.tw @@ -231,7 +231,7 @@ window.assignJob = function assignJob(slave, job) { break; } break; - + case "work as a nanny": case "nursery": slave.assignment = "work as a nanny"; @@ -307,7 +307,7 @@ window.assignJob = function assignJob(slave, job) { if (awi != -1) { V.personalAttention.deleteAt(awi); if (V.personalAttention.length === 0) { - if (V.PC.career === "escort") + if (V.PC.career === "escort") V.personalAttention = "whoring"; else if (V.PC.career === "servant") V.personalAttention = "upkeep"; @@ -328,7 +328,7 @@ window.removeJob = function removeJob(slave, assignment) { "use strict"; const V = State.variables; let r = ""; - + const idx = V.slaveIndices[slave.ID]; if (assignment === "Pit") diff --git a/src/js/datatypeCleanupJS.tw b/src/js/datatypeCleanupJS.tw index 779a4357e8e1efec1a0cb2f82c98039f8917f0a2..b3a6cc84ff8675077e09a09040cd427a0ca72547 100644 --- a/src/js/datatypeCleanupJS.tw +++ b/src/js/datatypeCleanupJS.tw @@ -4,17 +4,17 @@ This function does not ensure values make sense. For example, it does not fix weird relations/relationships/rivalries/pregnancies/prosthetics. It only makes sure most datatypes are correct, and sets to default if not. Number values are clamped to the correct bounds. Any values that are supposed to be objects or arrays are not handled (yet). - + A tutorial on how to add to this passage: - The || operator can be very useful for setting default values. To be precise, + The || operator can be very useful for setting default values. To be precise, x = y || z - is the same thing as + is the same thing as if (y) {x = y} else {x = z} This means that if z is the default value, in the ideal case you could write x = x || z. If x is already in use, this won't change it, and if x is not defined it will set it to z. However, for example, if x is 0 but the default is -1 this will actually set x to -1! So care must be taken. - - Let's say you want to add slave.value to this function, and you want it to be a number. + + Let's say you want to add slave.value to this function, and you want it to be a number. First, you need to take whatever slave.value currently is, and turn it into a number. You can use either +slave.value or Number(slave.value) to do this. Second, you need to determine what range to restrict slave.value to. You'll either use Math.max, Math.min, Math.clamp, or none of them. Finally, you need to consider the default value if the .max/.min/.clamp returned 0 (or NaN). To make a long story short, @@ -23,7 +23,7 @@ Use slave.value = Math.clamp(+slave.value, a, b) || default; if you need a <= slave.value <= b. Use slave.value = +slave.value || default; if slave.value can be any number. The exception to this is if the default != 0. In this case, it's usually good enough to just check if slave.value !== 0 first. The strict equality is important! - + If you want slave.value to be a string, there's no easy tricks to make sure it's already an accepted value. The simplest way is the following if (typeof slave.value !== "string") slave.value = default; */ @@ -55,7 +55,7 @@ window.SlaveDatatypeCleanup = function SlaveDatatypeCleanup (slave) { window.slaveAgeDatatypeCleanup = function slaveAgeDatatypeCleanup(slave) { const V = State.variables; - + slave.birthWeek = Math.clamp(+slave.birthWeek, 0, 51) || 0; if (slave.age > 0) { slave.actualAge = Math.clamp(+slave.actualAge, V.minimumSlaveAge, Infinity) || slave.age; /* if undefined, this sets to slave.age */ @@ -210,7 +210,7 @@ window.slavePregnancyDatatypeCleanup = function slavePregnancyDatatypeCleanup(sl if (typeof slave.pregControl !== "string") { slave.pregControl = "none"; } - WombNormalizePreg(slave); + WombNormalizePreg(slave); }; window.slaveBellyDatatypeCleanup = function slaveBellyDatatypeCleanup(slave) { @@ -1172,9 +1172,10 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() { PC.staminaPills = Math.clamp(+PC.staminaPills, 0, 1) || 0; PC.storedCum = Math.max(+PC.storedCum, 0) || 0; PC.mpreg = 0; /* So knockMeUp() may be used with the PC */ + PC.lactation = Math.max(+PC.lactation, 0) || 0; PC.lactationDuration = Math.max(+PC.lactationDuration, 0) || 0; - + if (PC.age !== undefined) { delete PC.age; } @@ -1184,7 +1185,7 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() { if (PC.indentureRestrictions !== undefined) { delete PC.indentureRestrictions; } - + /* None of these are in use */ PC.bellyPreg = PC.belly; PC.ageImplant = 0; @@ -1196,16 +1197,16 @@ window.PCDatatypeCleanup = function PCDatatypeCleanup() { window.ArcologyDatatypeCleanup = function ArcologyDatatypeCleanup() { const V = State.variables; - + V.ACitizens = Math.max(+V.ACitizens, 0) || 0; V.ASlaves = Math.max(+V.ASlaves, 0) || 0; V.shelterAbuse = Math.max(+V.shelterAbuse, 0) || 0; - + V.arcologies[0].prosperity = Math.clamp(+V.arcologies[0].prosperity, 1, 300) || 1; V.AProsperityCap = Math.max(+V.AProsperityCap, 0) || 0; V.arcologies[0].ownership = Math.clamp(+V.arcologies[0].ownership, 0, 100) || 0; V.arcologies[0].minority = Math.clamp(+V.arcologies[0].minority, 0, 100) || 0; - + V.economy = Math.max(+V.economy, 20) || 100; V.difficultySwitch = Math.clamp(+V.difficultySwitch, 0, 1) || 0; V.localEcon = Math.max(+V.localEcon, 20) || V.economy; @@ -1226,7 +1227,7 @@ window.ArcologyDatatypeCleanup = function ArcologyDatatypeCleanup() { V.deltaDemand = Math.clamp(+V.deltaDemand, -3000, 3000) || 0; V.econWeatherDamage = Math.max(+V.econWeatherDamage, 0) || 0; V.disasterResponse = Math.clamp(V.disasterResponse, 0, 2) || 0; - + V.foodCost = Math.trunc(2500/V.economy); V.drugsCost = Math.trunc(10000/V.economy); V.rulesCost = Math.trunc(10000/V.economy); diff --git a/src/js/eventSelectionJS.tw b/src/js/eventSelectionJS.tw index 62ec1f1d4989eaab060dfc3bd6c8c60a14777590..eb9dd4ef910c06521dddcae23fca7e5d5698ca6b 100644 --- a/src/js/eventSelectionJS.tw +++ b/src/js/eventSelectionJS.tw @@ -1528,7 +1528,7 @@ if(eventSlave.fetish != "mindbroken") { } } } - + if(eventSlave.vagina == 0) { if(eventSlave.devotion > 50) { if(eventSlave.trust > 20) { @@ -2764,7 +2764,7 @@ if(eventSlave.fetish != "mindbroken") { } } } - + if(eventSlave.vagina == 0) { if(eventSlave.devotion > 50) { if(eventSlave.trust > 20) { diff --git a/src/js/generateGenetics.tw b/src/js/generateGenetics.tw index b574f256aa1f24871dce6e29e1cbf102be22f574..1163c65a9a42cf2796b0ade304d70ab31b48857a 100644 --- a/src/js/generateGenetics.tw +++ b/src/js/generateGenetics.tw @@ -76,7 +76,7 @@ window.generateGenetics = (function() { genes.sexualFlaw = setSexualFlaw(father, mother); genes.behavioralFlaw = setBehavioralFlaw(father, mother); genes.fetish = setFetish(father, mother); - + return genes; } @@ -332,7 +332,7 @@ window.generateGenetics = (function() { } return hair; } - + // pubicHairStyle function setPubicHStyle(father, mother) { let hair; @@ -369,7 +369,7 @@ window.generateGenetics = (function() { } return markings; } - + // sexualFlaw function setSexualFlaw(father, mother) { let flaw; @@ -391,7 +391,7 @@ window.generateGenetics = (function() { } return flaw; } - + // fetish function setFetish(father, mother) { let fetish; diff --git a/src/js/itemAvailability.tw b/src/js/itemAvailability.tw index 8cf51a08b04bb3569e6df1b4f8d5dd04485ed6d7..81fae0045d442d64bbc5a897e97a5c376bccf9e0 100644 --- a/src/js/itemAvailability.tw +++ b/src/js/itemAvailability.tw @@ -148,7 +148,7 @@ window.isItemAccessible = function(string) { return false; } break; - + case 'a klan robe': case 'a slutty klan robe': case 'a schutzstaffel uniform': @@ -255,7 +255,7 @@ window.isItemAccessible = function(string) { return false; } break; - + case 'sport shorts and a t-shirt': if (V.clothesBoughtSports === 1 && V.clothesBoughtCasual === 1) { return true; diff --git a/src/js/pregJS.tw b/src/js/pregJS.tw index 98fbdbc3f825fb3ea59a19c567573fec4fd5467c..2fa43ac545bb584886d3d15225def57a278caad5 100644 --- a/src/js/pregJS.tw +++ b/src/js/pregJS.tw @@ -71,7 +71,7 @@ window.setPregType = function(actor) { /* Suggestion for better animal pregnancy support - usage of another variable then ovum for fertility drugs bonus, and then adding actor.pregData.drugsEffect multiplier to it before adding to ovum. Example: var bonus = 0; - + ... (code below where ovum changed to bonus) bonus *= actor.pregData.drugsEffect; @@ -81,7 +81,7 @@ window.setPregType = function(actor) { if(actor.broodmother < 1) { // Broodmothers should be not processed here. Necessary now. if(typeof actor.readyOva == "number" && actor.readyOva != 0) { - ovum = actor.readyOva; //just single override; for delayed impregnation cases + ovum = actor.readyOva; //just single override; for delayed impregnation cases } else if(actor.ID == -1) { if(actor.geneticQuirks.fertility == 2 && actor.geneticQuirks.hyperFertility == 2) { // Do not mix with sperm if(actor.fertDrugs == 1) { @@ -242,7 +242,7 @@ window.knockMeUp = function(target, chance, hole, fatherID, displayOverride) { } window.getIncubatorReserved = function(slaves) { - + return FetusGlobalReserveCount("incubator"); } @@ -254,7 +254,7 @@ window.getNurseryReserved = function (slaves) { window.findFather = function(fatherID) { let father; let V = State.variables; - + father = V.slaves[V.slaveIndices[fatherID]]; if (father === undefined) { if (V.incubator > 0) { @@ -266,7 +266,7 @@ window.findFather = function(fatherID) { father = V.cribs.find(function(s) { return s.ID == fatherID; }); } } - + return father; } @@ -280,7 +280,7 @@ window.adjustFatherProperty = function(actor, property, newValue) { window.adjustFatherProperty = function(actor, property, newValue) { let V = State.variables; let fatherIndex; - + fatherIndex = V.slaves.findIndex(function(s) { return s.ID == actor.ID; }); if (fatherIndex > 0) { V.slaves[fatherIndex][property] = newValue; diff --git a/src/js/removeActiveSlave.tw b/src/js/removeActiveSlave.tw index f46aa12fe685b0d079d60d3de232f6e94f999810..6bffe5cd3840f950c37aaed69c02e09eba4d5ac5 100644 --- a/src/js/removeActiveSlave.tw +++ b/src/js/removeActiveSlave.tw @@ -13,7 +13,7 @@ window.removeActiveSlave = function removeActiveSlave() { if (V.PC.pregSource === V.missingParentID) { missing = true; } - + if (V.PC.mother === AS_ID) { V.PC.mother = V.missingParentID; missing = true; @@ -59,7 +59,7 @@ window.removeActiveSlave = function removeActiveSlave() { }); } V.slaves.forEach(slave => { - WombChangeID(slave, AS_ID, V.missingParentID); /* This check is complex, should be done in JS now, all needed will be done here. */ + WombChangeID(slave, AS_ID, V.missingParentID); /* This check is complex, should be done in JS now, all needed will be done here. */ WombChangeGeneID(slave, AS_ID, V.missingParentID); if (slave.pregSource === V.missingParentID) { missing = true; @@ -233,9 +233,9 @@ window.removeActiveSlave = function removeActiveSlave() { ID : V.missingParentID }; if (V.traitor.ID == V.activeSlave.ID) { /* To link developing fetuses to their parent */ - V.traitor.missingParentTag = V.missingParentID; + V.traitor.missingParentTag = V.missingParentID; } else if (V.boomerangSlave.ID == V.activeSlave.ID) { - V.boomerangSlave.missingParentTag = V.missingParentID; + V.boomerangSlave.missingParentTag = V.missingParentID; } V.missingParentID--; } diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw index 280ade70858bcf9e8594c1626c0733d8a97f3c13..7616b208a06cf36d67b1d06c782d56d268640349 100644 --- a/src/js/rulesAssistantOptions.tw +++ b/src/js/rulesAssistantOptions.tw @@ -122,14 +122,14 @@ window.rulesAssistantOptions = (function() { this.element.remove(); } } - + class Section extends Element { constructor(header, hidden=false) { super(header); this.hidey = this.element.querySelector("div"); if (hidden) this.toggle_hidey(); } - + render(header) { const section = document.createElement("section"); section.classList.add("rajs-section"); @@ -263,7 +263,7 @@ window.rulesAssistantOptions = (function() { this.parent = parent; pairs.forEach(item => this.appendChild(new ListItem(...item))); } - + render(label) { const elem = document.createElement("div"); const lelem = document.createElement("em"); @@ -761,7 +761,7 @@ window.rulesAssistantOptions = (function() { "genes": "XX, XY", }[attribute]; } - + setValue(input) { try { const arr = JSON.parse(input.value); @@ -980,7 +980,7 @@ window.rulesAssistantOptions = (function() { } } } - + class OtherSection extends Section { constructor() { super("Other Settings"); @@ -1394,7 +1394,7 @@ window.rulesAssistantOptions = (function() { this.onchange = (value) => current_rule.set.buttplugAttachment = value; } } - + class ImplantVolumeList extends List { constructor() { const pairs = [ @@ -1654,7 +1654,7 @@ window.rulesAssistantOptions = (function() { ["None", "none"], ["Fast gestation", "fast"], ["Slow gestation", "slow"], - ["Birth supressors", "suppress"], + ["Birth suppressors", "suppress"], ["Birth stimulators", "stimulate"] ]; super("Pregnancy control agents for pregnant slaves", pairs); @@ -1850,7 +1850,7 @@ window.rulesAssistantOptions = (function() { this.setValue(this.value2string(current_rule.set.dietCum, current_rule.set.dietMilk)); }; } - + value2string(cum, milk) { return `cum: ${cum}, milk: ${milk}`; } @@ -2207,7 +2207,7 @@ window.rulesAssistantOptions = (function() { super(items); } } - + class EarwearList extends List { constructor() { const pairs = [ @@ -2958,7 +2958,7 @@ window.rulesAssistantOptions = (function() { if (V.arcologies[0].FSChineseRevivalist !== "unset") items.push(["(FS) Imperial Seal", "a small image of your Imperial Seal"]); - + super("Your brand design is", items, true); } } diff --git a/src/js/rulesAutosurgery.tw b/src/js/rulesAutosurgery.tw index 4db8ec176f0e9ba4fb1cef19ba7af2a47e026f65..79a5a35a844ac794389961effe5ef53a2fbc438b 100644 --- a/src/js/rulesAutosurgery.tw +++ b/src/js/rulesAutosurgery.tw @@ -263,7 +263,7 @@ window.rulesAutosurgery = (function() { V.cash -= V.surgeryCost; if (V.PC.medicine >= 100) slave.health -= 5; else slave.health -= 10; - + } else if (((slave.boobShape == "normal") || (slave.boobShape == "wide-set")) && (thisSurgery.surgery_cosmetic > 0) && (slave.breastMesh != 1)) { if (slave.boobs > 800) slave.boobShape = "torpedo-shaped"; diff --git a/src/js/slaveCostJS.tw b/src/js/slaveCostJS.tw index cdf0208388164555b960d9c882cb54a589a19847..cfafbf8bce482cce28391ced846ad89208e525ca 100644 --- a/src/js/slaveCostJS.tw +++ b/src/js/slaveCostJS.tw @@ -1398,7 +1398,7 @@ window.FResult = (function() { result += 0; } if (V.arcologies[0].FSRepopulationFocusMilfPolicy === 1 || V.arcologies[0].FSRepopulationFocus > 20) { - result += 1; + result += 1; } } @@ -1563,7 +1563,7 @@ window.slaveCost = (function() { calcCareersCost(slave); calcMiscCost(slave); calcIndentureCost(slave); /* multipliers */ - + calcCost(slave); if (isStartingSlave) { calcStartingSlaveCost(slave); diff --git a/src/js/walkPastJS.tw b/src/js/walkPastJS.tw index a55bbecccd4274124401ae93c58c8d1368c55ad5..f525f7f54758d85da4a0b8bc871686e326e16b53 100644 --- a/src/js/walkPastJS.tw +++ b/src/js/walkPastJS.tw @@ -10,7 +10,7 @@ window.primeSlave = function(activeSlave, seed) { var V = State.variables var race if (V.seeRace == 1) { race = activeSlave.race } else { race = "" } - + var pronouns = getPronouns(activeSlave) var he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun var He = capFirstChar(he), His = capFirstChar(his) @@ -31,16 +31,16 @@ window.rivalSlave = function(activeSlave, seed) { var _target = "" var t = "" var V = State.variables - + var pronouns = getPronouns(activeSlave) var he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun var He = capFirstChar(he), His = capFirstChar(his) - + if (_partnerSlave != undefined) { /* potential problem point */ var race2 if (V.seeRace == 1) { race2 = _partnerSlave.race } else { race2 = "" } - + t += " Meanwhile, " if (activeSlave.rivalry >= 3) { t += `${_partnerSlave.slaveName}, whom ${he} hates, ` @@ -54,7 +54,7 @@ window.rivalSlave = function(activeSlave, seed) { _target = "FRival", _partnerSlave = null V.target = "FRival" /*potentially removed later*/ } - + return t; } @@ -66,7 +66,7 @@ window.walkPasts = function(slave, _seed) { var V = State.variables var race if (V.seeRace == 1) { race = slave.race } else { race = "" } - + var pronouns = getPronouns(slave) var he = pronouns.pronoun, him = pronouns.object, his = pronouns.possessive, hers = pronouns.possessivePronoun, himself = pronouns.objectReflexive, boy = pronouns.noun var He = capFirstChar(he), His = capFirstChar(his) diff --git a/src/js/wombJS.tw b/src/js/wombJS.tw index 4cd077330693ca3730390401d7e71df0237cfaf0..b830ec7c8d00ac37c966d8d83748f4d958e72161 100644 --- a/src/js/wombJS.tw +++ b/src/js/wombJS.tw @@ -1,7 +1,7 @@ :: wombJS [script] /* -This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes, +This is womb processor/simulator script. It's take care about calculation of belly sizes based on individual fetus sizes, with full support of broodmothers implant random turning on and off possibility. Also this can be expanded to store more parents data in each individual fetus in future. Design limitations: - Mother can't gestate children with different speeds at same time. All speed changes apply to all fetuses. @@ -16,7 +16,7 @@ WombImpregnate($slave, $fetus_count, $fatherID, $initial_age) - should be added WombProgress($slave, $time_to_add_to_fetuses) - after code that update $slave.preg, time to add should be the same. -$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists. +$isReady = WombBirthReady($slave, $birth_ready_age) - how many children ready to be birthed if their time to be ready is $birth_ready_age (40 is for normal length pregnancy). Return int - count of ready to birth children, or 0 if no ready exists. $children = WombBirth($slave, $birth_ready_age) - for actual birth. Return array with fetuses objects that birthed (can be used in future) and remove them from womb array of $slave. Should be called at actual birth code in sugarcube. fetuses that not ready remained in womb (array). @@ -47,7 +47,7 @@ window.WombInit = function(actor) { if ( actor.pregData == undefined) { - actor.pregData = deepCopy( setup.pregData.human ); + actor.pregData = deepCopy( setup.pregData.human ); //Setup should be through deep copy, so in future, if we like, these values can be changed individually. Gameplay expansion posibilities. But for dev time to simplify debugging: //actor.pregData = setup.pregData.human; // any changes in setup pregData template will be applied immideatly to all. But can't be made seperate changes. } @@ -191,7 +191,7 @@ window.WombBirthReady = function(actor, readyAge) { }; window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with minor adaptation. - + if (actor.pregData.sizeType == 0) return getVolByLen(actor); @@ -199,7 +199,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with return getVolByWeight(actor); else if (actor.pregData.sizeType == 2) return getVolByRaw(actor); - else + else return 0; function getCurData(actor, age) @@ -222,7 +222,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with one = (max - min) / (ageMax - ageMin); rateOne = (rateMax - rateMin) / (ageMax - ageMin); - + rate = rateMin + (rateOne * cage); csize = (min + (one * cage)); @@ -231,7 +231,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with data.size = csize; data.rate = rate; - return data; //csize * rate; + return data; //csize * rate; //maybe not very effective code, but simple and easy to debug. May be optimized more in future. } @@ -243,13 +243,13 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with var phi = 1.618; var targetData, targetLen; var wombSize = 0; - + actor.womb.forEach(ft => { - + /* legacy block for debug only let gestastionWeek = ft.age; let oldLen; - let oldVol; + let oldVol; if (gestastionWeek <= 32) { oldLen = (0.00006396 * Math.pow(gestastionWeek, 4)) - (0.005501 * Math.pow(gestastionWeek, 3)) + @@ -268,14 +268,14 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with 43.843; } */ - + targetData = getCurData(actor, ft.age); targetLen = targetData.size * targetData.rate; ft.volume = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((targetLen / 2), 3))); wombSize += ft.volume; - //oldVol = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((oldLen / 2), 3))); //for debug + //oldVol = ((4 / 3) * (Math.PI) * (phi / 2) * (Math.pow((oldLen / 2), 3))); //for debug //console.log("fetus.age:" + ft.age + " oldLen:"+oldLen+" targetLen:"+targetLen+" ft.volume:"+ft.volume+ " old volume:"+oldVol ); /* @@ -291,10 +291,10 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with wombSize = 0; return wombSize; - + } - + function getVolByWeight(actor) { var targetData; @@ -314,7 +314,7 @@ window.WombGetVolume = function(actor) { //most legacy code from pregJS.tw with return wombSize; } - + function getVolByRaw(actor) { var targetData; @@ -349,7 +349,7 @@ window.WombUpdatePregVars = function(actor) { window.WombMinPreg = function(actor) { WombSort(actor); - if (actor.womb.length > 0) + if (actor.womb.length > 0) return actor.womb[actor.womb.length-1].age; else return 0; @@ -357,7 +357,7 @@ window.WombMinPreg = function(actor) { window.WombMaxPreg = function(actor) { WombSort(actor); - if (actor.womb.length > 0) + if (actor.womb.length > 0) return actor.womb[0].age; else return 0; @@ -369,20 +369,20 @@ window.WombNormalizePreg = function(actor) WombInit(actor); // this is broodmother on hold. - if (actor.womb.length == 0 && actor.broodmother >= 1) { - actor.pregType = 0; + if (actor.womb.length == 0 && actor.broodmother >= 1) { + actor.pregType = 0; actor.pregKnown = 0; // to avoid legacy code conflicts - broodmother on hold // can't be impregnated, but she not on normal contraceptives. // So we set this for special case. if (actor.preg >= 0) - actor.preg = 0.1; + actor.preg = 0.1; if (actor.pregSource > 0) actor.pregSource = 0; - if (actor.pregWeek > 0) + if (actor.pregWeek > 0) actor.pregWeek = 0; actor.broodmotherCountDown = 0; @@ -420,7 +420,7 @@ window.WombNormalizePreg = function(actor) // We can't properly set postpartum here, // but can normalize obvious error with forgotten property. - if (actor.pregWeek > 0) + if (actor.pregWeek > 0) actor.pregWeek = 0; } actor.bellyPreg = WombGetVolume(actor); @@ -502,7 +502,7 @@ window.WombGetFetus = function(actor, fetusNum) WombInit(actor); if (actor.womb.length >= fetusNum) return actor.womb[fetusNum]; - else + else return null; } @@ -574,7 +574,7 @@ window.WombCleanYYFetuses = function(actor) return reserved; } -window.FetusGlobalReserveCount = function(reserveType) +window.FetusGlobalReserveCount = function(reserveType) { var cnt = 0; var SV = State.variables; @@ -614,7 +614,7 @@ window.WombSetGenericReserve = function(actor, type, count) window.WombAddToGenericReserve = function(actor, type, count) { - + WombSetGenericReserve(actor, type, (WombReserveCount(actor, type)+count)); } @@ -725,7 +725,7 @@ window.BCReserveInit = function() if (typeof ft.reserve != 'string') ft.reserve = ""; if (typeof ft.motherID != 'number') //setting missing biological mother ID for fetus. - ft.motherID = slave.ID; + ft.motherID = slave.ID; if (ft.ID == undefined) ft.ID = genUUID(); @@ -733,7 +733,7 @@ window.BCReserveInit = function() try { if (slave.reservedChildren > 0) WombSetGenericReserve(slave, "incubator", reservedChildren); - + if (slave.reservedChildrenNursery > 0) WombSetGenericReserve(slave, "nursery", reservedChildren); } catch (err) { @@ -747,7 +747,7 @@ window.BCReserveInit = function() SV.PC.womb.forEach(function(ft){ if (typeof ft.reserve != 'string') ft.reserve = ""; - ft.motherID = SV.PC.ID; + ft.motherID = SV.PC.ID; }); } diff --git a/src/npc/asDump.tw b/src/npc/asDump.tw index ea6597530b66da6189cbd4679ff7a1800d52b049..35df1e2b2f7434b1a14b4d0e70385af76260a6c2 100644 --- a/src/npc/asDump.tw +++ b/src/npc/asDump.tw @@ -43,7 +43,7 @@ <</switch>> <<run clearSummaryCache($activeSlave)>> - + <</silently>> <<goto $returnTo>> diff --git a/src/pregmod/MpregSelf.tw b/src/pregmod/MpregSelf.tw index afa3a632833529f93c48fd450e6434263e1e2a14..5455350fdcea798e2e6e99efcc1096756bd0d613 100644 --- a/src/pregmod/MpregSelf.tw +++ b/src/pregmod/MpregSelf.tw @@ -6,97 +6,97 @@ <<if $PC.birthSelf == 0>> <<if $PC.balls > 2>> - Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your massive balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. - Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum. - <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. - You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right? - + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. + Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum. + <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. + You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right? + <<elseif $PC.balls == 2>> - Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _his hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _his hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your huge balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. - Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a liter of your virile cum. - <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. + Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a liter of your virile cum. + <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your prodigious sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right? - + <<elseif $PC.balls == 1>> - Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflowing from the dildo suppository. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflowing from the dildo suppository. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your large balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. Push hard, I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. - Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum. - <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt. + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. + Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum. + <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt. You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the escaping semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your considerable sperm production. There's always the tap from $dairyName of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right? - + <<else>> - Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your latest deviancy has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of what comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. - Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with. - <br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt. + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. + Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with. + <br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt. You feel _hisU soft lips pressed to your vulva as _heU works to retrieve _hisU treat. You hear some soft slurping noises and feel a warm tongue worming its way inside you to retrieve any lingering cum. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your own balls for a satisfying creampie. There's always a slave to do that, of course, but this way you don't have to worry about getting pregnant. That last thought gives you pause. You can't get yourself pregnant... right? - + <</if>> <<set _selfPreg = 30+($PC.balls*20)>> <<= knockMeUp($PC, _selfPreg, 0, -1)>> <<else>> <<if $PC.balls > 2>> - Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the high-volume enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending rivulets of precum running down to pool on your massive balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the extra-long enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your engorged prostate necessitates frequent swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your massive balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your massive balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying inhumanly large jets of alabaster cum into the enema syringe. It's good that you asked for high-capacity version, as the prodigious quantity of fertile semen would have overflowed from a smaller container. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your massive balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to soak you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a seemingly-endless volume of your virile cum. - <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. - You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available? - + <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your balloon-like womb from forcing its meal back into the syringe. The nearly 2 liters of cum you have stuffed inside you leaves your stomach looking noticeably distended, prompting you to rub your sloshing belly. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your inflated belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the colossal quantity of cum inflating your womb. Your well-trained slave reacts quickly, hefting your massive balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. + You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your inhuman sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available? + <<elseif $PC.balls == 2>> - Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the enema syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending a steady stream of precum running down to pool on your huge balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the glass enema syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your soaked member. The large volume of precum coming from your swollen prostate necessitates regular swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your huge balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your huge balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying massive jets of alabaster cum into the enema syringe. It's good that you decided on an enema syringe instead of a normal dildo suppository, as the huge quantity of fertile semen would have overflowed from a smaller container. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the glass of the thick enema syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe between your huge balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the nubby plug-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to take both hands and ram that plunger in. Push hard, I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. - Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a full liter of your virile cum. - <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the pointy enema bulb into the opening of your cervix, forcibly stretching it further open with each piercing impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends thick streams of cum spraying all over the place to coat you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger with both hands and starts shoving it in the direction of your womb. _HeU leans in, using _hisU body weight to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the whole enema syringe further inside you, causing a blissful stretching sensation as the squirting enema bulb penetrates your cervix to lodge in your womb. + Your orgasm continues unabated, spurred on by the syringe now spraying your cum directly into your womb. You spend a couple minutes that feel like hours cumming as your slave slowly inflates your womb with a full liter of your virile cum. + <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the plunger to keep your stuffed womb from forcing its meal back into the syringe. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering over your swollen belly to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls, and with a popping sensation the enema bulb comes free. The sudden lack of resistance causes _himU to swiftly yank the rest of the syringe out of you, opening the floodgates for the huge quantity of cum that's stuffed in your womb. Your well-trained slave reacts quickly, hefting your huge balls up and out of the way so _heU can catch the torrent of jizz that's just starting to pour from your cunt. You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the unending flood of semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your prodigious sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available? - + <<elseif $PC.balls == 1>> - Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflows from the dildo suppository. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, sending regular drips of precum running down onto your large balls. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. The extra precum coming from your enhanced prostate necessitates occasional swallowing that only adds to your pleasure. You lay back and enjoy yourself as _heU massages your large balls before slipping _hisU hand underneath to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching your large balls as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying large jets of alabaster cum into the syringe. It's close, the large quantity of fertile semen almost overflows from the dildo suppository. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the full syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is secure and won't leak any of the precious cargo. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your large balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. Push hard, I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. - Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum. - <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling in your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt. + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends jets of cum all over the place to land on you and your slave. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. + Your orgasm continues unabated, spurred on by warm fluid flowing into your womb. You spend a minute that feel like an hour cumming as your slave slowly fills your womb with a few deciliters of virile cum. + <br><br>Sometime later when you've recovered your senses, you see your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, opening the floodgates for the cum that's filling in your womb. Your well-trained slave reacts quickly, lifting your large balls up and out of the way so _heU can catch the stream of jizz that's just starting to pour from your cunt. You hear some wet sounds as _heU slurps down the cum that already escaped, and then you feel _hisU soft lips pressed to your vulva as _heU steadfastly works to drink the escaping semen. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your considerable sperm production. There's always the tap from $dairyName of course, but why use slave cum when you have such obviously superior material available? - + <<else>> - Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." - <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it. - <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. + Calling over your closest slave, you order _himU to bring you one of the dildo-shaped suppository syringes from the slave quarters. _HeU rushes off, and you set about getting naked before lying down on your luxurious bed. Your cock is already rock-hard, a large droplet of precum hanging from the head. Your pussy is similarly soaked, imagining your belly swelling after you knock yourself up has it practically puddling. Just as you start to think about punishing your slave for taking too long, you hear a knock before _heU enters carrying the remarkably-lifelike dildo syringe. Impatient, you give _himU your instructions: "pull out the plunger and keep the syringe handy. You're going to suck me off, but I want every drop of my cum to go into that syringe. No spilling. Now get started." + <br><br>Following your instructions, _heU eagerly drops to _hisU knees and inhales your straining cock. You lay back and enjoy yourself as _heU massages your balls before slipping _hisU hand downward to start fingering your soaked pussy. The expert ministrations from your slave combine with your thoughts of the semi-incestuous stuffing that comes next, and soon your sack is clenching tightly as your body prepares to cum. Recognizing the signs, your slave removes _hisU mouth and replaces it with the open end of the syringe. _HeU takes _hisU sodden hand from your cunt and starts stroking vigorously, and soon you're spraying jets of alabaster cum into the syringe. It's a powerful orgasm, but you only manage to fill a quarter of it. + <br><br>You sit up and pick up the previously discarded plunger while your slave continues to hold the syringe. _HeU has thoughtfully blocked the tip with the palm of _hisU hand, keeping any of the precious fluid from escaping. You position the plunger and barely insert it into the open syringe, not wanting to accidentally force out your semen. The two of you flip the syringe over so that the business end is pointing upward, and the slave removes _hisU hand while you make sure the plunger is inserted far enough that you've gotten all the air out of the syringe. Your slave eagerly licks the drop of cum off the palm of _hisU hand, but you don't begrudge _himU a small treat. Instead, you get a firm grasp on the silicone of the thick dildo syringe and lay back once more. You spread your legs into a wide "M" shape, as if preparing for a gynecological exam. You can't demean yourself by allowing your slave to penetrate you, so you carefully position the girthy syringe underneath your balls and slowly shove it into your pussy. Adjusting your grip, you keep pushing; you're unable to suppress a moan when you feel the cock-like tip knock at the entrance of your womb. Thoroughly penetrated, you lay back and give your slave instructions. "Fuck me good and hard with the syringe until I cum. When I do, I want you to ram that plunger in. I want that syringe completely empty when you're done." - <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. - Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. - Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with. - <br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt. + <br><br>The _girlU does as _heU's told, getting a firm grip on the syringe and pushing in slightly before drawing it outward. After a brief pause, _heU shoves it back inside you. Seeing the undeniable pleasure on your face, _heU takes it as permission to continue and quickly picks up the pace. Soon _heU's fucking you hard and fast with the syringe. Thanks to the position caused by your widely-splayed legs, your fertile womb is lined up perfectly for each thrust to slam the head of the dildo into your cervix, battering it open with each impact. The sensation is too much to bear after having cum so recently, and you rapidly moan your way towards another orgasm. + Your fevered thoughts are focused on the perverse pleasure of giving yourself a creampie, intensifying the extreme pleasure you're feeling. Soon you are cumming with a scream of ecstasy, your neglected cock making your orgasm obvious as it sends several jets of cum to land on your reclined body. Seeing _hisU cue, the _girlU grabs the large plunger and starts shoving it in the direction of your womb. _HeU pushes hard to help fight the resistance of your richly-thick and fertile semen that's filling the syringe. The pressure forces the silicone cockhead against your cervix, creating a seal and leaving the syringe free to spray your semen through your battered cervix and into your hungry womb. + Your orgasm continues unabated, spurred on by the jet of fluid flowing into your womb. Your orgasm soon fades, and you wish that you could produce more than a deciliter of cum to fill yourself with. + <br><br>Now that your orgasm is over, you notice your slave standing by while holding the dildo inside you to keep you plugged up. You give the waiting _girlU _hisU orders: "pull it out, and use your mouth to keep the mess to a minimum." _HeU gets on _hisU knees and takes a firm grip on the syringe before peering up at you to make sure you're ready for _himU to continue. As soon as you give _himU a nod _heU pulls the dildo free, allowing the cum inside you to leak out. Your well-trained slave reacts quickly, lifting your balls up and out of the way so _heU can catch the load of jizz before it starts to leak out of your cunt. You feel _hisU soft lips pressed to your vulva as _heU works to retrieve _hisU treat. You hear some soft slurping noises and feel a warm tongue worming its way inside you to retrieve any lingering cum. You relax and enjoy the afterglow of your orgasms while _heU works, proud of your ingenious idea to take advantage of your own balls for a satisfying creampie. There's always a slave to do that, of course, but why use slave cum when you have such obviously superior material available? - + <</if>> <<= knockMeUp($PC, 100, 0, -1)>> <</if>> diff --git a/src/pregmod/analyzePregnancy.tw b/src/pregmod/analyzePregnancy.tw index d0f940a4b1e9ac5d2dfb446297b7788eb81ae1b5..891048297c2955b86886c76c17091c70fd2b31c7 100644 --- a/src/pregmod/analyzePregnancy.tw +++ b/src/pregmod/analyzePregnancy.tw @@ -132,9 +132,9 @@ <br> Reserved: $activeSlave.womb[_ap].reserve <</if>> - + <br><br> - + Rename: <<textbox "_tempName" _tempName >> [[Apply | Analyze Pregnancy][$activeSlave.womb[_ap].genetics.name = _tempName]] <<if $activeSlave.womb[_ap].age < 4 && ($activeSlave.womb[_ap].fatherID != -1 || $activeSlave.breedingMark == 0)>> <br> diff --git a/src/pregmod/artificialInsemination.tw b/src/pregmod/artificialInsemination.tw index 1c2bdc2aa70e67b08c5cb037e3836cb43c4a327a..64021a377c8042d213cfa3ded6751504feade0b2 100644 --- a/src/pregmod/artificialInsemination.tw +++ b/src/pregmod/artificialInsemination.tw @@ -23,7 +23,7 @@ __Select an eligible slave to serve as the semen donatrix:__ <<if $incubatorSlaves > 0 && $incubatorReproductionSetting == 2>> <br><br> - + __Incubator settings are resulting in large-scale fluid secretion. Select an eligible incubatee to milk for semen:__ <br> diff --git a/src/pregmod/criminalMarkets.tw b/src/pregmod/criminalMarkets.tw index 9a5385983ebeb3301c4c2418cafae199894cbf12..f08448ff9811c47879eb78265406fe1a0695a9a8 100644 --- a/src/pregmod/criminalMarkets.tw +++ b/src/pregmod/criminalMarkets.tw @@ -52,11 +52,11 @@ You board the transport to It will cost <<print cashFormat($slaveCost)>> to enslave $him. <<if $cash >= $slaveCost>> - <br>[[Enslave her and check out other available prisoners|Criminal Market][$cash -= $slaveCost, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] + <br>[["Enslave " + $him + " and check out other available prisoners"|Criminal Market][$cash -= $slaveCost, $newSlaves.push($activeSlave), $introType = "multi", $slavesSeen+=1]] <<if $newSlaves.length == 0>> - <br>[[Enslave her|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]] + <br>[["Enslave " + $him|New Slave Intro][$cash -= $slaveCost,$nextButton = "Continue",$nextLink = "AS Dump",$returnTo = "Main"]] <<else>> - <br>[[Enslave her and finish your inspection|Bulk Slave Intro][$cash -= $slaveCost, $newSlaves.push($activeSlave)]] + <br>[["Enslave " + $him + " and finish your inspection"|Bulk Slave Intro][$cash -= $slaveCost, $newSlaves.push($activeSlave)]] <</if>> <<else>> //You lack the necessary funds to enslave this criminal.// diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index cdeca1b7c2ad93474967f5951a8689c0d6ac1140..9d1b8d9eca026576afa49c9f8505f5ec58c7c254 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -128,12 +128,12 @@ <</if>> <</if>> <<set _afterSize = WombGetVolume($activeSlave)>> /* not really needed right now, but better to add alredy for future usage. To not forget later.*/ -<<set $diffSize = _beforeSize / (1 + _afterSize)>> /* 1 used to avoid divide by zero error.*/ +<<set $diffSize = _beforeSize / (1 + _afterSize)>> /* 1 used to avoid divide by zero error.*/ <<set _incubated = 0>> <<set _oldDevotion = $activeSlave.devotion>> -<<set _cToIncub = 0, _cToNursery = 0>> +<<set _cToIncub = 0, _cToNursery = 0>> <<for _csec = 0; _csec < _curBabies; _csec++>> <<if $activeSlave.curBabies[_csec].reserve === "incubator">> <<set _cToIncub++>> @@ -159,7 +159,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<else>> _fathersReduced[0] <</if>> - + <<if _curBabies <= 1>>has<<else>>have<</if>> already been @@ -196,7 +196,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <</for>> <</if>> <<set $activeSlave = $mom>> - + <<else>> /*No live babies. Placeholder */ <</if>> @@ -316,7 +316,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<set $activeSlave.devotion += 6, $privateOrphanageTotal += _curBabies>> <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ - <</link>> + <</link>> //Will cost <<print cashFormat(500)>> weekly// <<elseif _lostBabies != 1 && $DefaultBirthDestination != "anywhere">> $His <<if _curBabies > 1>>babies<<else>>baby<</if>> were sent to $DefaultBirthDestination. $slaves[$i].slaveName @@ -389,7 +389,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<if _curBabies+_cToIncub+_cToNursery < 1>> /* Reaction for no live babies here. Placeholder.*/ -<<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> +<<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <br><br> <<if $activeSlave.pregSource == -1>> <<if $activeSlave.devotion <= 20 && $activeSlave.weekAcquired > 0>> @@ -423,13 +423,15 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<set $failedElite -= 2*_curBabies>> <<else>> The Societal Elite @@.red;are disappointed@@ that you would allow subhuman filth to dirty society under your watch. Society @@.red;frowns@@ on the unwelcome addition of more subhumans into the world. - <<set $failedElite += 5*_curBabies>> + <<if $eugenicsFullControl != 1>> + <<set $failedElite += 5*_curBabies>> + <</if>> <<set $rep -= 10*_curBabies>> <</if>> <</if>> <br><br> -Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@ +Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@ <<if ($PC.medicine >= 100)>> Since you @@.springgreen;performed the surgery yourself,@@ and you do artist's work, $his health is @@.green;less affected@@ by the surgery than it would have been if you'd paid some hack to do it remotely. <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> @@ -482,7 +484,7 @@ Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared fro Installation of belly implant is relatively simple procedure. Using the fact that $his body and internal organs have already adapted to pregnancy, it's possible to greatly expand the initial size of implant. $He will still look pregnant post surgery and recovery. <br> <<if ($activeSlave.devotion > 50)>> - $He leaves the surgery with $his belly still very gravid, and as such, knows you put something into $his womb replacing $his prior natural pregnancy. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. + $He leaves the surgery with $his belly still very gravid, and as such, knows you put something into $his womb replacing $his prior natural pregnancy. $He is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result. <<set $activeSlave.devotion += 4>> <<elseif ($activeSlave.devotion >= -20)>> $He leaves the surgery with $his belly still very gravid, and as such, knows you put something into $his womb replacing $his prior natural pregnancy. $He understands the realities of $his life as a slave, but $he is still surprised at what now resides in $his womb. $He is @@.gold;sensibly fearful@@ of your total power over $his body. diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw index ef12b05cbc0654683767936a000fee229f87d919..da76b30fbb39ee1e9601de7347497fe397b5b123 100644 --- a/src/pregmod/eliteTakeOverFight.tw +++ b/src/pregmod/eliteTakeOverFight.tw @@ -51,7 +51,7 @@ You pick up the revolver and hold the barrel to your temple. <</switch>> -<<if $finalChoice == "give in">> +<<if $finalChoice == "give in">> <<if $PC.pregSource == -1 || $PC.pregSource == -6>> Screw their plans, you're out of here. <</if>>With a bang! you drop dead. <<set $ui = "start">> <br><br> @@ -60,7 +60,7 @@ /* PC shooting */ /* higher skill means a higher chance to hit due to lower requirements and if the elites are enraged they very slightly become easier targets. */ /* 5/6 = 83% rounded down is the chance that it was loaded chamber (simplified version based off the wikipedia article) */ - + /* variables: */ /* Revolver */ <<set _revolverChambers = 6>> @@ -69,7 +69,7 @@ <<set $eliteTotal = 12>> <<set $eliteDead = 0>> <<set $eliteVegetable = 0>> - + /* To Hit chance */ <<if $PC.pregSource == -1 || $PC.pregSource == -6>> /* still woozy */ <<set _toHit = 56>> @@ -87,7 +87,7 @@ <<if _EliteEnraged == 1>> <<set _toHit += 5>> <</if>> - + /* shooting */ /* in the end I removed the messages from the cycle. I don't think having 6 lines of "you shot" is pretty looking. Feel free to re add them in however */ <<for _i = _revolverChambers; _i > 0; _i-->> @@ -97,7 +97,7 @@ <<set _revolverBullets -= 1>> <</if>> <</for>> - + <<if $eliteDead >= 1>> <br>You managed to kill several elites in rapid succession, leaving the rest in shock and fear. <<elseif $eliteDead == 1>> @@ -106,11 +106,11 @@ <br>Unfortunately you fail to kill a single elite. <</if>> <br> - + /* syringe shot */ <<set $eliteVegetable = 0>> <<set _druggedThrow = 0>> - + <<if $eliteDead > 0>> With $eliteDead elite's dead, you pick up the syringe from the desk and aim for the forehead of another. <<else>> @@ -155,7 +155,7 @@ <</if>> <<elseif $PC.warfare < 10>> <<if _hitRoll > 90>> - By blind luck you successfully made the throw. + By blind luck you successfully made the throw. <<set _SyringeHeadShot = 1>> <<else>> Unfortunately you miss the shot. @@ -196,7 +196,7 @@ <<else>> The target is still alive but is nothing more than a vegetable. <<set $eliteVegetable = 1>> - <</if>> + <</if>> <</if>> <</if>> @@ -210,7 +210,7 @@ /* enslaved = 1 */ /* had fun (and enslaved) = 2 */ <<if $BodyguardHasSucessfullyRecivedSignal == 1>> - $Bodyguard.slaveName asks <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite"? + $Bodyguard.slaveName asks <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite"? <br> <<link "Open fire">> <<set $eliteFate = 0>> @@ -261,7 +261,7 @@ <</link>> <<elseif $Bodyguard != 0>> It is now that $Bodyguard.slaveName makes her entrance, pointing her guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite. - She then asks<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left? + She then asks<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left? <br> <<link "Open fire">> <<set $eliteFate = 0>> @@ -279,7 +279,7 @@ <<elseif $eliteLeft <= 9 && $rep >= 10000>> Some of the citizens waiting outside your penthouse to see you hear the ruckus and rush inside, worried. Time freezes for a few seconds, while the remaining elite recover from their terror and the citizens digest the gory scene in front of them. The newcomers are quick to take your side. In little time the elites, outgunned and outnumbered, are neutralized. - <br>One of the more courageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?" + <br>One of the more courageous citizens approaches you and asks "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should we do with them?" <br> <<link "Open fire">> <<set $eliteFate = 0>> diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw index 7935e926304fe96cd986168199b66310b2cd83e2..bc10c86451019f47b8730e1b1d9eb52e1b0e9862 100644 --- a/src/pregmod/fDick.tw +++ b/src/pregmod/fDick.tw @@ -1,5 +1,5 @@ :: FDick [nobr] - + <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> @@ -16,7 +16,7 @@ <<else>> $his cock <</if>> - + <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <<if $activeSlave.devotion > 20>> $He thought $he would be fucking another slave, not $his <<= WrittenMaster()>>, so to say $he's pleasantly surprised would be an understatement. @@ -30,7 +30,7 @@ <</if>> <</if>> <</if>> - + You slowly lower yourself onto $his <<if $activeSlave.dick == 1>> tiny @@ -57,7 +57,7 @@ <</if>> dick, savoring every <<if $showInches == 2>>inch<<else>>centimeter<</if>>, <<if $activeSlave.dick <= 6>> - until you find yourself hilted and sitting on $his pelvis. + until you find yourself hilted and sitting on $his pelvis. <<else>> until you feel that you can't take any more of $him inside you. <</if>> @@ -90,7 +90,7 @@ Like a doll, $he dumbly remains still, completely indifferent that $he's deep in $his <<= WrittenMaster()>>'s <<if $PC.vagina == 1>>pussy<<else>>butt<</if>>. You start moving up and on $his shaft, continuing until you climax and lift yourself off of $him. A strand of cum slips from your <<if $PC.vagina == 1>>slit<<else>>anus<</if>>; it seems $activeSlave.slaveName came too. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. - <<elseif $activeSlave.devotion > 50>> + <<elseif $activeSlave.devotion > 50>> <<if $activeSlave.trust < -20>> Having followed your instructions as quickly as $he could in fear of your wrath, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his obedient cock. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He squeaks lewdly, overwhelmed by your orgasmic <<if $PC.vagina == 1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you before apologizing submissively. <<elseif $activeSlave.trust <= 20>> @@ -185,7 +185,7 @@ until feel that you can't take more of $him inside you. <</if>> - You reach back + You reach back <<if $activeSlave.scrotum > 0>> and stroke $his @@ -212,7 +212,7 @@ You start moving up and on $his shaft, until you climax and notice that so did $activeSlave.slaveName. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. <<else>> - You ride your helpless slave until you both climax. + You ride your helpless slave until you both climax. <</if>> <</if>> diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw index 7eed557e8f0cc523f148e87c7fc132159e3d2cc3..c708060c9ba37178eb69c68659a2ee3a3efd18af 100644 --- a/src/pregmod/fFeet.tw +++ b/src/pregmod/fFeet.tw @@ -58,7 +58,7 @@ <<else>> <<set _belly = bellyAdjective($activeSlave)>> <</if>> - + <<if $activeSlave.height >= 185>> <<set _legs = 'wonderfully long'>> <<elseif $activeSlave.height >= 170>> @@ -224,32 +224,32 @@ /*Part 1: Order and reaction*/ -You call $activeSlave.slaveName to your office, telling $his to use $his feet to please you. +You call $activeSlave.slaveName to your office, telling $his to use $his feet to please you. <<if ($activeSlave.fetish == "mindbroken")>> - $He is brought to you and stands blankly by your desk. + $He is brought to you and stands blankly by your desk. <<elseif ($activeSlave.relationship == -3 && $activeSlave.devotion >= 60 )>> - Your devoted slave wife is delighted to get another chance to pleasure you. + Your devoted slave wife is delighted to get another chance to pleasure you. <<elseif ($activeSlave.relationship == -2 && $activeSlave.devotion >= 60 )>> - $He considers $himself your lover, and is delighted to spend time with you. + $He considers $himself your lover, and is delighted to spend time with you. <<elseif ($activeSlave.devotion < -50)>> $He strongly refuses, and you have to restrain $him to get $him to obey. <<elseif ($activeSlave.devotion < -20)>> $He tries to refuse, but decides it will just be easier to comply than risk punishment. <<elseif ($activeSlave.devotion <= 20)>> - $He doesn't seem eager to comply, but fears being punished enough to obey. + $He doesn't seem eager to comply, but fears being punished enough to obey. <<elseif ($activeSlave.devotion < 60)>> - $He complies quietly. + $He complies quietly. <<else>> <<if ($activeSlave.trust < -50)>> Although $he just barely trusts that you will not harm $him, $he is still unsure about what you are going to do which makes $him pause. <<else>> - $He rushes to comply. + $He rushes to comply. <</if>> <</if>> /*Extra 1 if tease/perverted and not mindbroken*/ <<if ($activeSlave.sexualQuirk == "tease" || $activeSlave.sexualQuirk == "perverted") && $activeSlave.devotion > 60 && $activeSlave.fetish != "mindbroken">> - Before you can begin, $he arches a leg in a seductive tease. + Before you can begin, $he arches a leg in a seductive tease. <</if>> /*Part 2: lube and reaction*/ <<if !canWalk($activeSlave)>> @@ -260,35 +260,35 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to <<elseif tooBigDick($activeSlave)>> Since $he is immobilized by $his _dick dick, you have $he lay on $his side on the floor, <<elseif tooBigButt($activeSlave)>> - Since $he is immobilized by $his _dick dick, you have $he sit on your desk to present $his _legs legs and feet, + Since $he is immobilized by $his _dick dick, you have $he sit on your desk to present $his _legs legs and feet, <<elseif tooBigBalls($activeSlave)>> Since $he is immobilized by $his _balls balls, you have $he lay on $his back on the floor with $his legs over $his nuts, <<else>> You have $him sit on the edge of your desk to present $his _legs legs and feet, <</if>> <<else>> - You have $him sit on the edge of your desk to present $his _legs legs and feet, + You have $him sit on the edge of your desk to present $his _legs legs and feet, <</if>> <<if $activeSlave.fetish == "mindbroken">> <<if $activeSlave.amp == -2 || $activeSlave.amp == -5>> - then pour lubricant onto your hands, applying it to $his elegant artificial feet. + then pour lubricant onto your hands, applying it to $his elegant artificial feet. <<elseif $activeSlave.amp == -4>> - then pour lubricant onto your hands, applying it to $his deadly artificial feet. + then pour lubricant onto your hands, applying it to $his deadly artificial feet. <<elseif $activeSlave.amp == -1>> - then pour lubricant onto your hands, applying it to $his artificial feet. + then pour lubricant onto your hands, applying it to $his artificial feet. <<else>> - then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and toes. + then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and toes. <</if>> - $He shows little reaction to your efforts. + $He shows little reaction to your efforts. <<else>>/*not mindbroken*/ <<if $activeSlave.amp == -2 || $activeSlave.amp == -5>> - then pour lubricant onto your hands, applying it to $his elegant artificial feet. + then pour lubricant onto your hands, applying it to $his elegant artificial feet. <<elseif $activeSlave.amp == -4>> - then pour lubricant onto your hands, applying it to $his deadly artificial feet. + then pour lubricant onto your hands, applying it to $his deadly artificial feet. <<elseif $activeSlave.amp == -1>> then pour lubricant onto your hands, applying it to $his artificial feet <<else>> - then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and $his toes. + then pour lubricant onto your hands, massaging it into $his $activeSlave.skin feet: rubbing $his arches, soles, and $his toes. <</if>> <<if ($activeSlave.devotion < -50)>> $He tries to stay hateful despite the pleasurable stimulation. @@ -321,31 +321,31 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to $He does $his best to please you from $his position on $his side, massaging your cock nicely. <<else>> <<if ($activeSlave.trust < -50)>> - $His lack of trust causes $him to ask <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> "is this pleasurable for you?", spoiling the moment. + $His lack of trust causes $him to ask <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>> "is this pleasurable for you?", spoiling the moment. <<else>> - $He moves $his feet hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs legs as $he runs $his feet across your cock. + $He moves $his feet hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs legs as $he runs $his feet across your cock. <</if>> <</if>> <<if !canWalk($activeSlave)>> <<if $activeSlave.boobs > $activeSlave.belly >> - $His's _boobs breasts wobble as $his feet service you. + $His's _boobs breasts wobble as $his feet service you. <<else>> - $His's _belly belly wobbles as $his feet service you. + $His's _belly belly wobbles as $his feet service you. <</if>> <</if>> <<elseif ($activeSlave.devotion < -50)>> - When $he refuses to comply, you take both $his feet and start thrusting between them. + When $he refuses to comply, you take both $his feet and start thrusting between them. <<elseif ($activeSlave.devotion < -20)>> - $He seems a bit reluctant when massaging you with $his feet so you have to do most of the work. + $He seems a bit reluctant when massaging you with $his feet so you have to do most of the work. <<elseif ($activeSlave.devotion <= 20)>> - $He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing. + $He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing. <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>> - $He does $his best to please you, massaging you nicely with $his feet. + $He does $his best to please you, massaging you nicely with $his feet. <<elseif ($activeSlave.attrXY < 16)>> - $He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression. + $He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression. <<else>> <<if $activeSlave.sexualQuirk == "perverted">> - As a devoted pervert, $activeSlave.slaveName gives an enthusiastic footjob, with $his + As a devoted pervert, $activeSlave.slaveName gives an enthusiastic footjob, with $his <<if $activeSlave.dick > 0>> <<if canAchieveErection($activeSlave)>> <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>> @@ -355,105 +355,105 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to <</if>> <<else>> soft and dripping _dick <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>caged <</if>>dick , - <</if>> + <</if>> <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>> <<if $activeSlave.vagina >= 0>> and pulsing _balls balls <<if $activeSlave.vaginaLube > 0 && $activeSlave.vagina >= 0>>that are wet from $his feminine arousal <</if>> <</if>> <<elseif $activeSlave.vagina >= 0>> - and <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina + and <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina <</if>> <<elseif $activeSlave.vagina >= 0>> - <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina + <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina <<else>> - perverted smile + perverted smile <</if>> - showing $his sexual excitement to service your cock with $his feet. + showing $his sexual excitement to service your cock with $his feet. <<elseif $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - As a devoted cumslut, $activeSlave.slaveName eagerly strokes your cock with $his feet, delightedly smearing your precum on $his soles. $He <<if canSee($activeSlave)>>stares at your <<if $PC.balls >=2>>massive balls with a ravenous gaze, <<elseif $PC.balls >=1>>large balls with a hungry gaze, <<else>>balls with a steady gaze, <</if>><<else>>gingerly feels the weight of your <<if $PC.balls >=2>>massive balls <<elseif $PC.balls >=1>>large balls <<else>>balls <</if>>with $his feet, <</if>>shivering in anticipation. + As a devoted cumslut, $activeSlave.slaveName eagerly strokes your cock with $his feet, delightedly smearing your precum on $his soles. $He <<if canSee($activeSlave)>>stares at your <<if $PC.balls >=2>>massive balls with a ravenous gaze, <<elseif $PC.balls >=1>>large balls with a hungry gaze, <<else>>balls with a steady gaze, <</if>><<else>>gingerly feels the weight of your <<if $PC.balls >=2>>massive balls <<elseif $PC.balls >=1>>large balls <<else>>balls <</if>>with $his feet, <</if>>shivering in anticipation. <<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName slowly strokes your cock with $his feet, getting off on the degrading use of $his feet and avoiding your gaze. $He is showing an embarrassed smile<<if $activeSlave.skin == 'black'>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks. + $activeSlave.slaveName slowly strokes your cock with $his feet, getting off on the degrading use of $his feet and avoiding your gaze. $He is showing an embarrassed smile<<if $activeSlave.skin == 'black'>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks. <<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - As $activeSlave.slaveName deftly strokes your cock with $his feet, $his hands plays with $his <<if $activeSlave.boobs < 300>>erect nipples. <<elseif $activeSlave.boobs < 500>>small chest. <<elseif $activeSlave.boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch. + As $activeSlave.slaveName deftly strokes your cock with $his feet, $his hands plays with $his <<if $activeSlave.boobs < 300>>erect nipples. <<elseif $activeSlave.boobs < 500>>small chest. <<elseif $activeSlave.boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch. <<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee($activeSlave)>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction. + $activeSlave.slaveName is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee($activeSlave)>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction. <<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName is a dominant and $his skilled feet roughly stroke your erect cock, but $he pauses often to rub $his soles on your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls so $he doesn't get too aggressive with $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. + $activeSlave.slaveName is a dominant and $his skilled feet roughly stroke your erect cock, but $he pauses often to rub $his soles on your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls so $he doesn't get too aggressive with $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. <<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName skillfully strokes your cock with $his feet, one of $his hands roaming across $his _belly belly as $he happily services you. $He occasionally pauses to <<if canSee($activeSlave)>>watch <<else>>feel <</if>>your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls churn with sperm, clearly lost in a pregnancy fantasy. + $activeSlave.slaveName skillfully strokes your cock with $his feet, one of $his hands roaming across $his _belly belly as $he happily services you. $He occasionally pauses to <<if canSee($activeSlave)>>watch <<else>>feel <</if>>your <<if $PC.balls >= 2>>massive<<elseif $PC.balls >= 0>>large>><</if>> balls churn with sperm, clearly lost in a pregnancy fantasy. <<else>> - $activeSlave.slaveName skillfully strokes your cock with $his feet, trying $his best to bring you pleasure. + $activeSlave.slaveName skillfully strokes your cock with $his feet, trying $his best to bring you pleasure. <</if>> <</if>> <<if $activeSlave.amp == -2 || $activeSlave.amp == -5>> - As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock. + As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock. <<elseif $activeSlave.amp == -4>> - The hard angles of $his metal feet provide extra stimulation. + The hard angles of $his metal feet provide extra stimulation. <</if>> /*Extra 2: if not mindbroken/immobi, tease with a flash.*/ <<if $activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "tease" && $activeSlave.devotion >= 60>> - <<if canSee($activeSlave)>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he + <<if canSee($activeSlave)>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he <<if _footSeed < 40>> <<if $activeSlave.boobs < 300>> - presses $his hands on $his flat chest, + presses $his hands on $his flat chest, <<elseif $activeSlave.boobs < 500>> - puts $his hands under $his small chest, + puts $his hands under $his small chest, <<else>> - cups $his _boobs breasts with $his hands, + cups $his _boobs breasts with $his hands, <</if>> - then sticks out $his tongue, posing like a free cities whore who wants a cumshot. + then sticks out $his tongue, posing like a free cities whore who wants a cumshot. <<elseif _footSeed < 70 && !["chastity", "combined chastity"].includes($activeSlave.dickAccessory) && !(["chastity belt", "combined chastity"].includes($activeSlave.vaginalAccessory)) && ($activeSlave.dick > 0 || $activeSlave.vagina >= 0 )>> - spreads $his _legs legs + spreads $his _legs legs <<if $activeSlave.dick > 0>> <<if $activeSlave.vagina >= 0>> - and raises $his _dick <<if canAchieveErection($activeSlave)>>erect <<else>>soft <</if>>cock <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>and _balls balls <</if>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina + and raises $his _dick <<if canAchieveErection($activeSlave)>>erect <<else>>soft <</if>>cock <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>and _balls balls <</if>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina <<else>> - and teases the tip of $his _dick <<if canAchieveErection($activeSlave)>>throbbing <<else>>soft <</if>>dick + and teases the tip of $his _dick <<if canAchieveErection($activeSlave)>>throbbing <<else>>soft <</if>>dick <</if>> <<else>> - to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips + to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips <</if>> - with a sultry smile. + with a sultry smile. <<else>> - rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. + rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. <</if>> <</if>> /*PC orgasms*/ <<if ($activeSlave.fetish == "mindbroken")>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even _belly belly with your massive load<<elseif $PC.balls >=1>> and _legs legs with your large load<</if>>. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even _belly belly with your massive load<<elseif $PC.balls >=1>> and _legs legs with your large load<</if>>. <<elseif !canWalk($activeSlave)>> <<if ($activeSlave.devotion < -50)>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean. <<elseif ($activeSlave.devotion < -20)>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean. <<elseif ($activeSlave.devotion <= 20)>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he rises to an elbow to smile at you. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he rises to an elbow to smile at you. <<else>> <<if ($activeSlave.trust < -50)>> $His lack of trust causes $his eyes to glaze over in fear. <<else>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he moans in pleasure. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his side with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he moans in pleasure. <</if>> <</if>> <<elseif ($activeSlave.devotion < -50)>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp with a look of disgust. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he struggles in your grasp with a look of disgust. <<elseif ($activeSlave.devotion < -20)>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now. <<elseif ($activeSlave.devotion <= 20)>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>> as $he sighs in nervous relief. <<elseif ($activeSlave.devotion < 60 || $activeSlave.attrXY < 16 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he does $his best to catch your semen on $his legs. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he does $his best to catch your semen on $his legs. <<else>> <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> When you eventually cum, $activeSlave.slaveName giggles in lustful joy as your hot cum coats $his _skin <<if $PC.balls >= 1>> - feet and quickly slides from your desk to kneel in front of your pulsating cock. + feet and quickly slides from your desk to kneel in front of your pulsating cock. <<if $PC.balls >= 2>> - Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his + Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his <<if $activeSlave.boobs < 300>> flat chest <<elseif $activeSlave.boobs < 500>> @@ -463,7 +463,7 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to <</if>> and _belly belly onto $his thighs. <<else>> - Your large load coats $his face in sticky semen, some dripping onto $his + Your large load coats $his face in sticky semen, some dripping onto $his <<if $activeSlave.boobs < 300>> flat chest. <<elseif $activeSlave.boobs < 500>> @@ -476,53 +476,53 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to feet. <</if>> <<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he whimpers as even $his feet used as a sex object. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he whimpers as even $his feet used as a sex object. <<elseif $activeSlave.fetish == "submissive" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>> _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin. <<elseif $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - When you eventually cum, $activeSlave.slaveName moans as your semen lands on $his _skin feet, + When you eventually cum, $activeSlave.slaveName moans as your semen lands on $his _skin feet, <<if $PC.balls >= 1>> - but quickly turns to present $his _butt ass and _hips hips as a new target. + but quickly turns to present $his _butt ass and _hips hips as a new target. <<if $PC.balls >= 2>> - Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves. + Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves. <<else>> - Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs legs. + Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs legs. <</if>> <<else>> - but you know $he wanted to involve $his _butt butt and your cum, if your orgasm had more volume. + but you know $he wanted to involve $his _butt butt and your cum, if your orgasm had more volume. <</if>> <<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he <<if $activeSlave.boobs < 300>>pinches both $his erect nipples <<elseif $activeSlave.boobs < 500>>rubs $his hands across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he <<if $activeSlave.boobs < 300>>pinches both $his erect nipples <<elseif $activeSlave.boobs < 500>>rubs $his hands across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure. <<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his feet with semen. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his feet with semen. <<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and holds your cock between $his feet tightly as you soil $his with semen. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he gasps slightly and holds your cock between $his feet tightly as you soil $his with semen. <<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> When you start to cum, $activeSlave.slaveName moves $his hand from $his belly to <<if $activeSlave.vagina >= 0>> - expose $his vagina and spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum. + expose $his vagina and spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum. <<elseif $activeSlave.mpreg == 1>> - expose $his <<if $activeSlave.anus >3 >>gaping <<elseif $activeSlave.anus >2 >>very loose <<elseif $activeSlave.anus >1 >>loose <<elseif $activeSlave.anus >0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum. + expose $his <<if $activeSlave.anus >3 >>gaping <<elseif $activeSlave.anus >2 >>very loose <<elseif $activeSlave.anus >1 >>loose <<elseif $activeSlave.anus >0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum. <<else>> - hug $his stomach. + hug $his stomach. <</if>> - Your orgasm shoots across $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly is marked with your massive load. $He runs $his hands through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 1>> and _legs legs<</if>>. + Your orgasm shoots across $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly is marked with your massive load. $He runs $his hands through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 1>> and _legs legs<</if>>. <<else>> - You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his soles. + You eventually cum all over $his _skin feet<<if $PC.balls >= 2>>, _legs legs, and even $his _belly belly with your massive load<<elseif $PC.balls >= 1>> and _legs legs with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his soles. <</if>> <</if>> /*Extra 3: devoted perverted slave giggles and orgasms*/ -<<if ($activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "perverted" && $activeSlave.devotion >= 60 && !($activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60))>> - $He was getting off on the footjob, but the feeling of your cum on +<<if ($activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "perverted" && $activeSlave.devotion >= 60 && !($activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60))>> + $He was getting off on the footjob, but the feeling of your cum on <<if $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60 && $PC.balls >=1>> - $his ass and thighs sets off a strong orgasm of $his own, $his _thighs legs quivering as + $his ass and thighs sets off a strong orgasm of $his own, $his _thighs legs quivering as <<if $activeSlave.dick > 0>> <<if $activeSlave.vagina >= 0>> <<if cumAmount($activeSlave) > 20>> - $his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm. + $his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm. <<else>> - $his _dick dick spurts $his load, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. + $his _dick dick spurts $his load, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. <</if>> <<else>> <<if cumAmount($activeSlave) > 20>> @@ -532,26 +532,26 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to <</if>> <</if>> <<elseif $activeSlave.vagina >= 0>> - $he moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing. + $he moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing. <<else>> - $he moans in pleasure, asshole pulsating as $he tries to remain standing. + $he moans in pleasure, asshole pulsating as $he tries to remain standing. <</if>> <<else>> $his legs<<if $PC.balls >=2>>and belly<</if>> sets off a strong orgasm of $his own, even without masturbating. <<if $activeSlave.dick > 0>> /*dick shoots*/ <<if cumAmount($activeSlave) > 20>>/*huge load*/ - $His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk. + $His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk. <<else>> - $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down. + $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down. <</if>> <<elseif $activeSlave.vagina >= 0>> - $He leans back and moans in pleasure, showing $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. + $He leans back and moans in pleasure, showing $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. <<else>> - $He leans back and moans in pleasure, showing $his asshole pulsating. + $He leans back and moans in pleasure, showing $his asshole pulsating. <</if>> <</if>> <<if $activeSlave.vaginaLube >= 1>> - After $he leaves, you find a <<if $activeSlave.vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting. + After $he leaves, you find a <<if $activeSlave.vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting. <</if>> <</if>> @@ -559,9 +559,9 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to <<if $PC.balls > 1>> <<if $activeSlave.dick > 0>> <<if cumAmount($activeSlave) > 20>> - $His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier. + $His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier. <<else>> - $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in the heady smell and how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier. + $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in the heady smell and how <<if ["chastity", "combined chastity"].includes($activeSlave.dickAccessory)>>$he's dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier. <</if>> <<elseif $activeSlave.vagina >= 0>> $He leans back and moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in your scent and how $he can't stop masturbating, $he couldn't be happier. @@ -569,6 +569,6 @@ You call $activeSlave.slaveName to your office, telling $his to use $his feet to $He leans back and moans in pleasure, asshole pulsating. $He is splattered in semen, face coated in your cum, and judging by $his nostrils desperately taking in your scent and how $he can't stop masturbating, $he couldn't be happier. <</if>> <<else>> - $activeSlave.slaveName leans down to wipe semen off $his feet, quickly bringing it into $his mouth with a blissful look as $he tastes your cum and sighs in pleasure. + $activeSlave.slaveName leans down to wipe semen off $his feet, quickly bringing it into $his mouth with a blissful look as $he tastes your cum and sighs in pleasure. <</if>> <</if>> diff --git a/src/pregmod/fillUpFace.tw b/src/pregmod/fillUpFace.tw index 04b1cc506a6a08ad60f67764f582e793a4728bb2..ca01b204d743f32d7e0ab4d82fb034af5f3abec7 100644 --- a/src/pregmod/fillUpFace.tw +++ b/src/pregmod/fillUpFace.tw @@ -1,10 +1,10 @@ -:: FillUpFace [nobr] - +:: FillUpFace [nobr] + <<run clearSummaryCache($activeSlave)>> <<set $activeSlave.bellyAccessory = "none">> <<set _pregDiscovery = 0>> <<set _belly = bellyAdjective($activeSlave)>> -You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.inflationType and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling $him over so you can feel $him up while you force-feed $him $activeSlave.inflationType. +You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.inflationType and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling $him over so you can feel $him up while you force-feed $him $activeSlave.inflationType. <<if $activeSlave.inflation > 1 && $activeSlave.preg > 1>> $He looks uneasy at the prospect of taking in that much, far more than could be considered normal. @@ -60,7 +60,7 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl firm, flat <</if>> belly, pulling $him into your lap. You force the hose down $his throat, strapping it to $his head to prevent it from slipping out, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a large belch from the broken slave and no motion at all from $his gut. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his hiccuping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the broken slave and tons of motion from $his gut. You order $his to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his hiccuping bulk onto the couch to recover, After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small burp from the broken slave and a little jiggle from $his gut. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccuping $activeSlave.slaveName ready to be moved<</if>>. - + <<elseif $activeSlave.devotion < -20>> <<if canWalk($activeSlave)>> You instruct $him to take a seat on your lap and open $his mouth wide for the hose. Opposed to the thought of being filled <<if $activeSlave.inflation > 0>>more <</if>>with $activeSlave.inflationType, $he tries to step back, but you catch $him and pull $him into your lap, wrapping your arms around $his @@ -99,7 +99,7 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl firm, flat <</if>> belly. You force the hose down $his throat, strapping it to $his head to prevent $him from removing it, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting gagging from the overfilled slave and no motion at all from $his gut. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his hiccuping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the full slave and tons of motion from $his gut. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his hiccuping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a shudder from the bloated slave and a little jiggle from $his gut. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccuping $activeSlave.slaveName ready to be moved<</if>>. - + <<elseif $activeSlave.devotion <= 20>> <<if canWalk($activeSlave)>> You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He complies without comment and settles $himself onto your lap, shuddering slightly as you wrap your arms around $his @@ -138,7 +138,7 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl firm, flat <</if>> belly. You insert the hose down $his throat, choosing to hold it place instead of strapping it to $him, and turn the flow to low. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a restrained gag from the overfilled slave and no motion at all from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his hiccuping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a strained burp from the full slave and tons of motion from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his hiccuping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small shudder from the bloated slave and a little jiggle from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<</if>>. - + <<elseif $activeSlave.devotion <= 50>> <<if canWalk($activeSlave)>> You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He hesitates but eventually settles $himself onto your lap as you wrap your arms around $his @@ -177,7 +177,7 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl firm, flat <</if>> belly. You <<if $activeSlave.amp != 1>>hand $him the hose<<else>>place the hose in $his mouth<</if>>, allowing $him to drink from it at $his own pace, as you keep a hand on the tap to control the flow. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a couple gentle pats, eliciting a small hiccup, that $he immediately apologizes for, from the overfilled slave and no motion at all from $his gut. $He sighs contently, hoping you'll give $his more attention. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the full slave and tons of motion from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $him several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the bloated slave and a little jiggle from $his gut. $He sighs contently, hoping you'll give $his more attention. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<</if>>. - + <<else>> <<if canWalk($activeSlave)>> You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He eagerly settles $himself onto your lap as you wrap your arms around $his @@ -224,9 +224,9 @@ You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.infl <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. <<set $activeSlave.health -= 10>> <<elseif $activeSlave.inflation == 2>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. + <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. <<elseif $activeSlave.inflation == 1>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. + <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. <</if>> <<run SetBellySize($activeSlave)>> <</if>> diff --git a/src/pregmod/hotswapprosthetics.tw b/src/pregmod/hotswapprosthetics.tw index 662fd903aa487e40166e4cc966c9af75bad96a80..9bdaf2764f084ce469976c53b19dd70db8288094 100644 --- a/src/pregmod/hotswapprosthetics.tw +++ b/src/pregmod/hotswapprosthetics.tw @@ -13,7 +13,7 @@ <</for>> __Swap out $his prosthetics__: - <<if $activeSlave.amp < 0>> + <<if $activeSlave.amp < 0>> <<link "Remove current prostheses">> <<set $activeSlave.amp = 1, $activeSlave.armsTat = 0, $activeSlave.legsTat = 0>> <<set $activeSlave.readyLimbs.splice(_hsp, 1, _oldLimbs)>> @@ -22,8 +22,8 @@ <</replace>> <</link>> | <</if>> - - <<if $activeSlave.amp == -1>> + + <<if $activeSlave.amp == -1>> <strong>Basic P-limbs equipped</strong> <<elseif _readyLimbs.includes(-1)>> <<link "A basic set">> @@ -43,8 +43,8 @@ <<else>> //Basic prostheses unavailable <</if>>| - - <<if $activeSlave.amp == -2>> + + <<if $activeSlave.amp == -2>> <strong>Sex focused P-limbs equipped</strong> <<elseif _readyLimbs.includes(-2)>> <<link "A sex focused set">> @@ -64,8 +64,8 @@ <<else>> //Sex focused prostheses unavailable <</if>>| - - <<if $activeSlave.amp == -3>> + + <<if $activeSlave.amp == -3>> <strong>Natural looking P-limbs equipped</strong> <<elseif _readyLimbs.includes(-3)>> <<link "A natural looking set">> @@ -84,9 +84,9 @@ //Natural looking P-limbs being built <<else>> //Natural looking prostheses unavailable - <</if>>| - - <<if $activeSlave.amp == -4>> + <</if>>| + + <<if $activeSlave.amp == -4>> <strong>Combat P-limbs equipped</strong> <<elseif _readyLimbs.includes(-4)>> <<link "Military grade arms">> @@ -106,7 +106,7 @@ <<else>> //Combat prostheses unavailable <</if>>| - + <<if $activeSlave.amp == -5>> <strong>Cybernetic P-limbs equipped</strong> <<elseif _readyLimbs.includes(-5)>> diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index f14b09899c58c4e09c4d32580624779096bf0a83..ce3f960252f2febbda38938169d6520172aa9c59 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -77,7 +77,7 @@ <<set $tanks[_inc].weight -= 40>> <</if>> <</if>> - + <<if $incubatorUpgradeMuscles == 1>> <br> <<if $incubatorMusclesSetting == 2>> @@ -225,7 +225,7 @@ <br> With the growth stimulant injections offline, $his body is left to develop naturally. <</if>> - + <<if $incubatorUpgradeReproduction == 1>> <br> <<if $incubatorReproductionSetting == 2>> @@ -740,7 +740,7 @@ <<else>> <<set $tanks[_inc].energy = 0, $tanks[_inc].need = 0>> <</if>> - + <<set $tanks[_inc].weight = Math.clamp($tanks[_inc].weight, -100, 200)>> <<set $tanks[_inc].muscles = Math.clamp($tanks[_inc].muscles, -100, 100)>> <<set $tanks[_inc].dick = Math.clamp($tanks[_inc].dick, 0, 10)>> @@ -749,7 +749,7 @@ <<set $tanks[_inc].boobs = Math.clamp($tanks[_inc].boobs, 0, 30000)>> <<set $tanks[_inc].height = Math.clamp($tanks[_inc].height, 0, 274)>> <<set $tanks[_inc].hormoneBalance = Math.clamp($tanks[_inc].hormoneBalance, -500, 500)>> - + <br> <</for>> /* diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 07dd3929ff0e08b556fed9fb28cc171ff6ec6299..7dde340f47760f0e1209d6a3c42ece78bfdad17d 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -19,7 +19,7 @@ <</if>> You completed the legalities before heading to $incubatorName, knowing the tank will release $him on your approach, and instruct $assistantName to notify the new girl's parents to meet you in your office. As the tank exhumes the disoriented girl, you help $him to $his feet<<if $incubatorReproductionSetting > 1>>, making sure to feel-up $his overdeveloped body,<</if>> and walk $him to your penthouse. Though first you must decide upon a name for the new girl; it won't take long to reach your office, so you have only @@.orange;one chance to name $him@@ before you arrive. -<span id="naming"> +<span id="naming"> <br>Choose a name for $him. <<textbox "$activeSlave.slaveName" $activeSlave.slaveName>> <<link "Commit name.">> <<set $activeSlave.birthName = $activeSlave.slaveName>> @@ -789,7 +789,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<elseif $activeSlave.dick == 6>> You grin sadistically at $him as $his massive dick fills both of your hands. <</if>> -As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm, +As $he begins to moan with lust, you grip down tightly and force $him to the floor. You straddle $him and lower your dripping pussy onto $his face<<if $PC.dick == 1>>, your erect cock coming to rest on $his forehead<</if>>. You continue stroking your toy's rod as $he eagerly begins eating you out. As $his cock begins to throb, anticipating $his upcoming orgasm, <<if $activeSlave.muscles > 30 && $incubatorReproductionSetting > 0>> $he shoves you onto your back and deeply penetrates you. Before you can kick $him off, $he thrusts twice and unloads $his pent up orgasm deep into your pussy. $He pulls out with a huge smile on $his face and a @@.hotpink;deep love@@ for $his mate. You glower at $him as cum pools from your stretched cunt; $he might not be a dom now, but $he may certainly become one. <<set $activeSlave.devotion += 5>> @@ -1471,5 +1471,5 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ $His butt is already so large that basic implants will not have a noticeable enough effect to sate $his curiosity. <</if>> <</if>> - + </span> diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index ac508c4ded2f36ea342a301f78e6852615415341..c3373454ed4db63a0e749466e28f02be09958ece 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -287,7 +287,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<goto "Remote Surgery">> <</link>> //Costs <<print cashFormat(20000)>> and the slave must not have female reproductive organs for successful implantation// <</if>> - + <<if $animalMpreg != 0>> <<if $slaveOrgans.mpregPig != 1>> <br> @@ -336,7 +336,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<for _i = 0; _i < $organs.length; _i++>> <<if $organs[_i].ID == $activeSlave.ID>> <br> - $His + $His <<switch $organs[_i].type>> <<case "penis" "scrotum" "foreskin" "prostate" "voicebox">> $organs[_i].type is diff --git a/src/pregmod/pcSurgeryDegredation.tw b/src/pregmod/pcSurgeryDegredation.tw index d6559030a7da6d9953ed06b879f0d6693b30c8b1..4d5be45e0edfbbac044df6f13c8a9b8977b0f7cd 100644 --- a/src/pregmod/pcSurgeryDegredation.tw +++ b/src/pregmod/pcSurgeryDegredation.tw @@ -9,45 +9,45 @@ <<case "restoreFace">> After a few hours, you awaken in the recovery wing with a face both sore and somewhat numb. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you catch sight of yourself in the mirror-covered wall across from your bed. Your face is back to the way it was before you had it altered (not counting any additional years added to it) and looking just as good as you remember. You attempt to smile at yourself, only to find your face doesn't want to comply; guess the drugs haven't completely worn off yet. You lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "ageDown">> After a few hours, you awaken in the recovery wing with a face both sore and somewhat numb. Sitting up, you catch sight of yourself in the mirror-covered wall across from your bed. An oddly familiar face is staring back at you; it takes you a moment to register in your groggy state that it isn't your past self but rather the result of the age reduction surgery. You attempt to smile at yourself, only to find your face doesn't want to comply; guess the drugs haven't completely worn off yet. You lie back down to sleep off the rest of the anesthesia before returning to your arcology. <<PCAgeImplantAdjustmentDown>> - + <<case "ageUp">> After a few hours, you awaken in the recovery wing with a face both sore and somewhat numb. Sitting up, you catch sight of yourself in the mirror-covered wall across from your bed. An oddly familiar face is staring back at you; it takes you a moment to register in your groggy state that you are in fact looking at the result of the age increasing surgery. You attempt to smile at yourself, only to find your face doesn't want to comply; guess the drugs haven't completely worn off yet. You lie back down to sleep off the rest of the anesthesia before returning to your arcology. <<PCAgeImplantAdjustmentUp>> - + <<case "breastReductionImplant">> After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much lighter your breasts are. Pulling the covers off yourself, you observe your implant free boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your natural breasts. "We made sure to tighten them up a bit, get rid of that sag from not having the silicone pouch in them anymore." She begins groping your breasts, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "breastShrinkage">> After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much lighter your breasts are. Pulling the covers off yourself, you observe your smaller <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your shrunken breasts. "We made sure to tighten them up a bit, get rid of that sagginess from weight and the mass removed." She begins groping your breasts, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "breastEnlargementImplant">> After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, round <<if $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<else>>H-cup<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them looking natural, <<if $PC.boobsBonus == 2>>but you can definitely tell<<elseif $PC.boobsBonus == 1>>and I say we did a pretty good job<<else>>but the implants were way too big for that<</if>>." She begins groping your breasts, feeling the implant within for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your implant laden breasts. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "breastEnlargement">> After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice how much heavier your breasts are. Pulling the covers off yourself, you observe your new, soft <<if $PC.boobsBonus == 3>>H-cup<<elseif $PC.boobsBonus == 2>>G-cup<<elseif $PC.boobsBonus == 1>>F-cup<<elseif $PC.boobsBonus == -1>>D-cup<<elseif $PC.boobsBonus == -2>>C-cup<<elseif $PC.boobsBonus == -3>>B-cup<<else>>DD<</if>> boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "We did everything we could to keep them perky, <<if $PC.boobsBonus == 3>>quite a feat given their size<<else>>not that hard given your natural perk<</if>>." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your fat tits. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "flatChest">> After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice the absence of the usual weight on your chest. Pulling the covers off yourself, you observe your flat chest in the mirror-covered wall across from your bed. "So do you like it?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your chest. "I honestly couldn't live without my pair." She begins groping your chest, feeling for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeak when a gush of milk escapes your tits and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts still work, but it's still strange coming from such a flat chest."<</if>> You can't help but moan under your building arousal as she massages and teases your nipples. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "breasts">> After a few hours, you awaken in the recovery wing with a sore chest. <<if $PC.belly >= 10000 || $PC.boobsBonus == 3>>Struggling to sit<<else>>Sitting<</if>> up, you immediately notice a new weight on your chest. Pulling the covers off yourself, you observe your new, soft C-cup boobs in the mirror-covered wall across from your bed. "So do you like them?", asks the surgeon's assistant, seating herself behind you and wrapping her hands around to your heaving breasts. "With these, you should be able to compete with any girls around you." She begins groping your breasts, feeling the added mass for any oddities. "I know you're still a little sore, but bear with it." She moves on to your nipples and begins teasing them. <<if $PC.preg > 30 || $PC.births > 0>>She lets out a surprised squeak when a gush of milk escapes your breasts and a moan escapes your lips. "<<if $PC.pregKnown == 1>>Should have expected that with the pregnancy and all.<<else>>You did recently have a child didn't you? Or have you just been enjoying your nipples too much?<</if>> Either way, this is a good thing. Your breasts work."<</if>> You can't help but moan under your building arousal as she massages and teases your new tits. "Enjoying yourself are we? Let me finish you off." She sneaks a hand down to your <<if $PC.dick == 1>>stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.<<else>>stiff clit and begins teasing it as well, quickly bringing you to orgasm and relieving you of your built up tension.<</if>> She states, while licking her fingers, "I always did enjoy the way you taste. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "buttReductionImplant">> After a few hours, you awaken in the recovery wing, face down in a bed made to accommodate as person with your body type, with a sore ass. You push yourself up and look at the mass under the cover behind you that is your rear, taking note of how much smaller it is now than when you arrived. "So do you like it?", asks the surgeon's assistant, seating herself beside you and bringing her hands to your butt. "Size isn't everything in an ass, shape is important too." She begins groping your bottom, feeling around for any oddities. "I know you're still a little sore, but bear with it. There, everything feels good, now rest up and you'll be set! Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Groggy, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "buttShrinkage">> After a few hours, you awaken in the recovery wing, face down in a bed made to accommodate a person with your body type, with a sore ass. You push yourself up and look at the mass under the cover behind you that is your rear, taking note of how much smaller it is now than when you arrived. "So do you like it?", asks the surgeon's assistant, seating herself beside you and bringing her hands to your butt. "Size isn't everything in an ass, shape is important too, though I think you've got a good balance. We didn't need to do much reshaping." She begins groping your bottom, feeling around for any oddities. "I know you're still a little sore, but bear with it. There, everything feels good, now rest up and you'll be set! Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Groggy, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "buttEnlargementImplant">> After a few hours, you awaken in the recovery wing, face down in a bed made to accommodate a person with your body type, with a sore ass. You push yourself up and look at the mass under the cover behind you that is your rear, taking note of how much bigger it is now than when you arrived. "So do you like it?", asks the surgeon's assistant, seating herself beside you and bringing her hands to your <<if $PC.butt == 3>>enormous<<elseif $PC.butt == 2>>huge<<else>>big<</if>> rounded butt. "Size isn't everything in an ass, shape is important too, though I think you've got a good balance. We didn't need to do much reshaping when we put in the implant." She begins groping your bottom, feeling the silicone filled implant for any oddities. "I know you're still a little sore, but bear with it. There, everything feels good, now rest up and you'll be set! Though you may need some help righting yourself until you get used to its added weight. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Groggy, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "buttEnlargement">> After a few hours, you awaken in the recovery wing, face down in a bed made to accommodate a person with your body type, with a sore ass. You push yourself up and look at the mass under the cover behind you that is your rear, taking note of how much bigger it is now than when you arrived. "So do you like it?", asks the surgeon's assistant, seating herself beside you and bringing her hands to your <<if $PC.butt == 3>>enormous<<elseif $PC.butt == 2>>huge<<else>>big<</if>> soft butt. "Size isn't everything in an ass, shape is important too, though I think you've got a good balance. We didn't need to do much reshaping when we added the fat." She begins groping your bottom, feeling around for any oddities. "So soft... I know you're still a little sore, but bear with it. There, everything feels good, now rest up and you'll be set! Though you may need some help righting yourself until you get used to its added weight. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Groggy, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "ballEnlargement">> After a few hours, you awaken in the recovery wing with a distinct soreness <<if $PC.ballsImplant > 2>>and the sense that something massive is pushing your legs apart<<elseif $PC.ballsImplant == 2>>and tight feeling between your legs<<else>>between your legs<</if>>. You pull the covers off of yourself to catch sight of the result of the surgery and <<if $PC.boobsBonus == 3 && $PC.belly >= 10000>> @@ -62,7 +62,7 @@ "So, what do you think of them?", asks the surgeon's assistant, seating herself beside you and placing a hand upon your <<if $PC.ballsImplant > 3>>watermelon-sized<<elseif $PC.ballsImplant == 3>>cantaloupe-sized<<elseif $PC.ballsImplant == 2>>softball-like<<else>>large<</if>> testicles. "Nice and heavy, you should feel them with every move you make." She begins groping your scrotum, feeling around for any oddities in the gel. "I know you're still a little sore, but bear with it. Enjoying the massage are you?" She asks, poking at the tip of your erection with her free hand. "Why don't we find out if they are working properly?" She leans over your dick<<if $PC.belly >= 5000>>, her face brushing the underside of your pregnancy,<</if>> <<if $PC.balls > 1>> and licks up the rivulet of precum running down its length. "As good as always." Taking your dick to the hilt, she begins earnestly sucking you off while fondling your overfilled balls. The new sensation quickly overwhelms your control and you release your massive load deep in her throat. Like a good assistant, she gulps down the gushing fluid until she takes you deep enough for it to pour down her throat directly. "Shame just adding gel doesn't mean more cum." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. <<else>> and licks the bead of precum building on its end. "As good as always." Taking your dick to the hilt, she begins earnestly sucking you off while fondling your overfilled balls. The new sensation quickly overwhelms your control and you release your load deep in her throat. Like a good assistant, she diligently swallows it down, making sure not a drop is missed. "Shame just adding gel doesn't mean more cum." Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology.<</if>> - + <<case "ballShrinkage">> After a few hours, you awaken in the recovery wing with a distinct soreness <<if $PC.ballsImplant == 2>>and tight feeling between your legs<<else>>between your legs<</if>>. You pull the covers off of yourself to catch sight of the result of the surgery and <<if $PC.boobsBonus == 3 && $PC.belly >= 10000>> @@ -118,7 +118,7 @@ find your balls have had a dramatic size adjustment. <</if>> "So, what do you think of them?", asks the surgeon's assistant, seating herself beside you and placing a hand upon your <<if $PC.ballsImplant == 2>>softball-like<<else>>large<</if>> testicles. "Starting to feel lighter?" She begins groping your scrotum, feeling around for any oddities. "I know you're still a little sore after removing so much gel on top of the testicle growth." After a few minutes of gentle massage she looks up at you. "Enjoying the massage are you?" She asks, poking at the tip of your erection with her free hand. "Why don't we find out if those hormones are working properly?" She leans over your dick<<if $PC.belly >= 5000>>, her face brushing the underside of your pregnancy,<</if>> and licks up the droplets of precum running down its length. "As good as always." Taking your dick to the hilt, she begins earnestly sucking you off while fondling your loosened balls. The new sensation quickly overwhelms your control and you release a surprisingly large load deep in her throat. Like a good assistant, she gulps down the gushing fluid, making sure she doesn't spill a drop. "Their new size might not be what you were hoping for, but they're sure producing a lot of yummy cum now!" Satisfied, you lie back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<case "tightPussy">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs. You pull the covers off of yourself to catch sight of the result of the surgery and <<if $PC.boobsBonus == 3 && $PC.belly >= 10000>> @@ -163,7 +163,7 @@ find your penis and testicles removed, leaving you with just a vagina. Given the soreness in your lower belly, your prostate and other male reproductive organs have been removed as well. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a man anymore. <</if>> "So, how do you feel?", asks the surgeon's assistant, seating herself beside you. "I'd take it easy for the rest of the week, your body is going to take some time to get used to not having a penis anymore and to recover from all the changes. But if it makes you feel any better, you certainly are a lovely woman. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Exhausted from the procedure, you settle back down to recover for the rest of your stay. - + <<case "herm2truemale">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and pain practically all over your body. You pull the covers off of yourself to catch sight of the result of the surgery and find your pussy is gone, leaving you with just a cock and balls. Given the soreness in your lower belly, your womb and ovaries are gone too. You can't tell much more until you get a good feel of it, but you're too sore to try. Your body has also undergone large-scale reconstructive surgery; it is unlikely anyone will recognize you a woman anymore. "So, how do you feel?", asks the surgeon's assistant, seating herself beside you. "I'd take it easy for the rest of the week, your body is going to take some time to recover from all the changes. But if it makes you feel any better, you certainly are a handsome man. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Exhausted from the procedure, you settle back down to recover for the rest of your stay. @@ -175,7 +175,7 @@ your dick is gone, along with the rest of your male reproductive organs, leaving you with a pussy, a new fertile set of ovaries and a fresh womb. You can't tell much more until you get a good feel of it, but you're too sore to try. <</if>> "So, how do you feel?", asks the surgeon's assistant, seating herself beside you and placing a hand on your belly. "I'd take it easy for the rest of the week, your body is going to take some time to recover from all the changes. Now, this might be uncomfortable, but it would be best to check if your new parts are functioning correctly." She circles around until she is between your legs and disappears between your thighs. You feel face brush your inner legs as she brings her mouth to your fresh pussy and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your new vagina squirting girl cum across her face. She raises from your crotch and licks her lips. "Your new taste is good too. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around. Oh! And before you leave, we'll write a prescription for some birth control for you. You don't have to use it, but it'll be there for you." Exhausted from the procedure, you settle back down to recover for the rest of your stay. - + <<case "male2herm">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and in your lower belly. You pull the covers off of yourself to catch sight of the result of the surgery and find <<if $PC.boobsBonus == 3>> @@ -194,7 +194,7 @@ <</if>> "So, how do you feel?", asks the surgeon's assistant, seating herself beside you and placing a hand on your belly. "I'd take it easy for the rest of the week, your body is going to take some time to recover from all the changes. Now, this might be uncomfortable, but it would be best to check if your new parts are functioning correctly." She circles around until she is between your legs and disappears between your thighs. You feel face brush your inner legs as she brings her mouth to your fresh pussy and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your new vagina squirting girl cum across her face. She raises from your crotch and licks her lips. "Your new taste is good too. Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around. Oh! And before you leave, we'll write a prescription for some birth control for you. You don't have to use it, but it'll be there for you." Exhausted from the procedure, you settle back down to play with your tits and recover for the rest of your stay. <<if $PC.boobs == 0>><<set $PC.boobs = 1, $PC.boobsBonus = -2>><</if>> - + <<case "male2hermfemale">> After a few hours, you awaken in the recovery wing with a distinct soreness between your legs and in your lower belly. You pull the covers off of yourself to catch sight of the result of the surgery and find <<if $PC.boobsBonus == 3>> @@ -246,7 +246,7 @@ find nothing but a pair of small, stitched incisions over your ovaries. <</if>> "Everything went well", says the surgeon's assistant, seating herself beside you and tracing your labia with a finger. "Now we won't know if they are functional until you have your first period. Funny hearing that again, right? Anyway, everything is hooked up so I'm sure you'll find out in a few weeks. So, how about a little warm up to get you ready?" She circles around till she is between your legs and disappears between your thighs. You feel face brush your inner legs as she brings her mouth to your cunt and begins to enthusiastically eat you out. She is quite good at her job and quickly brings you to climax; your pussy squirting girl cum across her face. She raises from your crotch and licks her lips. "As much as I'd like to really check your fertility, I lack the proper 'instruments' to do so and, well, I doubt you'd want me to be the father of your next child..." She faces the floor before turning back to you. "Feel free to rest as long as you need before departing. If you need, or want, me, I'll be around." Satisfied, you settle back down to sleep off the rest of the anesthesia before returning to your arcology. - + <<default>> You have surgery. This is a WIP, if you can't tell. diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw index 838e054b3e8454bd112bcc8f3f2a7a7c796c2782..ab6079780db8525291dd80ca2e3438505862a9ef 100644 --- a/src/pregmod/saInflation.tw +++ b/src/pregmod/saInflation.tw @@ -1,5 +1,5 @@ -:: SA inflation [nobr] - +:: SA inflation [nobr] + <<if $slaves[$i].assignment == "be confined in the arcade" || $slaves[$i].assignment == "work in the dairy">> <<set $slaves[$i].inflation = 0, $slaves[$i].inflationType = "none", $slaves[$i].inflationMethod = 0, $slaves[$i].milkSource = 0, SetBellySize($slaves[$i])>> <<elseif $slaves[$i].bellyImplant >= 1500>> @@ -477,7 +477,7 @@ <</if>> <</if>> <</if>> - + <<case "food">> <<if $slaves[$i].behavioralFlaw == "anorexic">> <<if $slaves[$i].inflation == 3>> diff --git a/src/pregmod/saPorn.tw b/src/pregmod/saPorn.tw index 5e6bce621897864c8325722f7dd84e5a438fdcb6..6d9f55a923f0022d8bd13156d823a8c1161bf6d8 100644 --- a/src/pregmod/saPorn.tw +++ b/src/pregmod/saPorn.tw @@ -2,7 +2,7 @@ <<if $studio == 1 && $slaves[$i].pornFeed == 1>> /* content is being produced */ <<set $HackingSkillMultiplier = HSM()>> - + /* rate of decay*/ <<if $slaves[$i].pornPrestige > 1>> /* 50k */ <<set _decayRate = 5000>> @@ -42,11 +42,11 @@ <<if $PC.hacking < 0>> <<set $PC.hacking += 0.1>> <</if>> - + The studio regularly releases clips of $his daily affairs. - + <<if $cheatMode == 1>>Decay: _decayRate Viewership: _viewership Last week's fame: _oldFame<</if>> - + <<if $slaves[$i].pornPrestige > 1>> $He is widely regarded in $slaves[$i].pornFameType porn, but with so many watchers, turn over is high. <<elseif $slaves[$i].pornPrestige > 0>> @@ -58,13 +58,13 @@ <<else>> $He is borderline unknown, so $he tends to hold onto what little watchers $he has. <</if>> - + <<if ($slaves[$i].prestige > 1)>> Interest in porn of $him is very high, since $he's already quite prestigious. <<elseif ($slaves[$i].prestige > 0)>> Interest in porn of $him is high, since $he's already prestigious. <</if>> - + <<if $slaves[$i].fuckdoll > 0>> <<elseif $slaves[$i].collar == "porcelain mask">> $His mask adds an air of mystery to $him, @@ -94,13 +94,13 @@ <<else>> $His face chases off all but the most desperate viewers. <</if>> - + <<if $PC.hacking > 10>> With your hacking skills, you manage to tweak search algorithms to display $his content more often. <<elseif $PC.hacking < 0>> With your lack of skill with computers you manage to misidentify $his content, complicating searches. <</if>> - + /*Paraphilias have the highest take of viewers*/ <<if $slaves[$i].sexualFlaw == "neglectful">> <<if $slaves[$i].pornFocus == "neglectful" || $slaves[$i].pornFameType == "orgasm denial">> /*perhaps split these? */ @@ -112,7 +112,7 @@ <<set $slaves[$i].pornTypeNeglectful += _adjustedViewership+($slaves[$i].fetishStrength*2)-((_decayRate/10)*($pornStarNeglectfuls-1))>> <<set $slaves[$i].pornTypeNeglectful = Math.clamp($slaves[$i].pornTypeNeglectful, 0, 150000)>> <<set _viewerSoaking++>> - + <<if $slaves[$i].pornFocus == "neglectful" || $slaves[$i].pornFameType == "orgasm denial">> $His lack of interest in getting off $himself, even when at the verge of climax, makes $him a hit with viewers that enjoy orgasm denial. <<if $slaves[$i].pornTypeNeglectful > _oldPorn>> @@ -139,7 +139,7 @@ <<set $slaves[$i].pornTypeCumAddict += _adjustedViewership+($slaves[$i].fetishStrength*2)-((_decayRate/10)*($pornStarCumAddicts-1))>> <<set $slaves[$i].pornTypeCumAddict = Math.clamp($slaves[$i].pornTypeCumAddict, 0, 150000)>> <<set _viewerSoaking++>> - + <<if $slaves[$i].pornFocus == "cum addict" || $slaves[$i].pornFameType == "bukkake">> $His complete obsession with cum makes $him a hit with viewers that enjoy bukkake and cum drinking. <<if $slaves[$i].pornTypeCumAddict > _oldPorn>> @@ -166,7 +166,7 @@ <<set $slaves[$i].pornTypeAnalAddict += _adjustedViewership+($slaves[$i].fetishStrength*2)-((_decayRate/10)*($pornStarAnalAddicts-1))>> <<set $slaves[$i].pornTypeAnalAddict = Math.clamp($slaves[$i].pornTypeAnalAddict, 0, 150000)>> <<set _viewerSoaking++>> - + <<if $slaves[$i].sexualFlaw == "anal addict" || $slaves[$i].pornFameType == "anal addiction">> $His complete obsession with taking things up $his ass makes $him a hit with viewers that enjoy hardcore anal. <<if $slaves[$i].pornTypeAnalAddict > _oldPorn>> @@ -220,7 +220,7 @@ <<set $slaves[$i].pornTypeBreastGrowth += _adjustedViewership+($slaves[$i].fetishStrength*2)-((_decayRate/10)*($pornStarBreastGrowths-1))>> <<set $slaves[$i].pornTypeBreastGrowth = Math.clamp($slaves[$i].pornTypeBreastGrowth, 0, 150000)>> <<set _viewerSoaking++>> - + <<if $slaves[$i].pornFocus == "breast growth" || $slaves[$i].pornFameType == "breast expansion">> $His complete obsession with the ever increasing size of $his tits makes $him a hit with viewers that enjoy enormous knockers and breast expansion. <<if $slaves[$i].pornTypeBreastGrowth > _oldPorn>> @@ -247,7 +247,7 @@ <<set $slaves[$i].pornTypeAbusive += _adjustedViewership+($slaves[$i].fetishStrength*2)-((_decayRate/10)*($pornStarAbusives-1))>> <<set $slaves[$i].pornTypeAbusive = Math.clamp($slaves[$i].pornTypeAbusive, 0, 150000)>> <<set _viewerSoaking++>> - + <<if $slaves[$i].pornFocus == "abusive" || $slaves[$i].pornFameType == "abuse">> $His wanton enjoyment of pleasure through force amuses viewers that enjoy rape and abuse. <<if $slaves[$i].pornTypeAbusive > _oldPorn>> @@ -301,7 +301,7 @@ <<set $slaves[$i].pornTypeSelfHating += _adjustedViewership+($slaves[$i].fetishStrength*2)-((_decayRate/10)*($pornStarSelfHatings-1))>> <<set $slaves[$i].pornTypeSelfHating = Math.clamp($slaves[$i].pornTypeSelfHating, 0, 150000)>> <<set _viewerSoaking++>> - + <<if $slaves[$i].pornFocus == "self hating" || $slaves[$i].pornFameType == "self hating">> $His complete disregard for $his own wellbeing makes $him a hit with viewers that enjoy watching $him suffer. <<if $slaves[$i].pornTypeSelfHating > _oldPorn>> @@ -384,7 +384,7 @@ <<set $slaves[$i].pornTypeCumSlut += (_adjustedViewership/_viewerSoaking)+($slaves[$i].fetishStrength)-((_decayRate/10)*($pornStarCumSluts-1))>> <<set $slaves[$i].pornTypeCumSlut = Math.clamp($slaves[$i].pornTypeCumSlut, 0, 150000)>> <<set _viewerSoaking++>> - + <<if $slaves[$i].pornFocus == "cumslut" || $slaves[$i].pornFameType == "cum">> With $his taste for cum, $he has a clear advantage when it comes to ejaculate-based smut. <<if $slaves[$i].pornTypeCumSlut > _oldPorn>> @@ -590,7 +590,7 @@ <<set $slaves[$i].pornTypePregnancy = Math.clamp($slaves[$i].pornTypePregnancy-(_decayRate*2), 0, 150000)>> <<if $cheatMode == 1>>Pregnancy: (_oldPorn) to ($slaves[$i].pornTypePregnancy).<</if>> <</if>> - + /*General*/ <<if $slaves[$i].fuckdoll > 0>> @@ -1043,7 +1043,7 @@ <<else>> $he cap went @@.red;completely overlooked@@ this week and failed to gain any hits at all. <</if>> - + <<if $slaves[$i].pornFame > 0>> <<set _topFame = getHighestPorn($slaves[$i])>> <<set _donations = Math.floor($slaves[$i].pornFame/(random(10,15+_viewerSoaking)))>> @@ -1052,9 +1052,9 @@ <<set $cash += _donations>> <</if>> <</if>> - + /* prestige gen */ - + <<if $slaves[$i].pornPrestige == 0 && $slaves[$i].pornFame >= 10000>> <<set _pornFameGrabBag = []>> <<if $slaves[$i].pornTypeGeneral >= 10000>><<set _pornFameGrabBag.push("generic")>><</if>> @@ -1092,13 +1092,13 @@ <<if $slaves[$i].pornTypeSadist >= 10000>><<set _pornFameGrabBag.push("sadistic")>><</if>> <<if $slaves[$i].pornTypeMasochist >= 10000>><<set _pornFameGrabBag.push("masochistic")>><</if>> <<if $slaves[$i].pornTypePregnancy >= 10000>><<set _pornFameGrabBag.push("pregnancy fetish")>><</if>> - + <<if _pornFameGrabBag.length > 0>> <<set $slaves[$i].pornFameType = _pornFameGrabBag.random()>> <<set $slaves[$i].pornPrestige = 1>> - + @@.green;$He has gained a following in $slaves[$i].pornFameType pornography!@@ Thousands have enjoyed - + <<switch $slaves[$i].pornFameType>> <<case "generic">> <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed the sight of her being used.">> @@ -1215,7 +1215,7 @@ <<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>> $his fondness for pregnancy, <</switch>> - + but $he isn't famous enough to be called prestigious yet. <</if>> <<elseif $slaves[$i].pornPrestige == 1>> @@ -1576,7 +1576,7 @@ @@.red;No porn fame detected, reseting to "none".@@ <<set $slaves[$i].pornPrestige = 0, $slaves[$i].pornPrestigeDesc = 0, $slaves[$i].pornFameType = "none">> <</switch>> - + <<if _failedStar == 1>> <<set $slaves[$i].pornPrestige = 0, $slaves[$i].pornPrestigeDesc = 0>> @@.red;$His popularity in $slaves[$i].pornFameType pornography has faded.@@ $He is once again relatively unknown. @@ -2070,7 +2070,7 @@ @@.red;No porn fame detected, reseting to "none".@@ <<set $slaves[$i].pornPrestige = 0, $slaves[$i].pornPrestigeDesc = 0, $slaves[$i].pornFameType = "none">> <</switch>> - + <<if _failedStar == 1>> <<set $slaves[$i].pornPrestige = 1>> @@.red;$His popularity in $slaves[$i].pornFameType pornography has dropped considerably,@@ though $he still retains a core fanbase. @@ -2147,13 +2147,13 @@ <<set $slaves[$i].pornPrestigeDesc = "She has a following in slave pornography. Thousands have enjoyed her fondness for pregnancy.">> <</switch>> <</if>> - + <<if $slaves[$i].pornPrestige > 2>> Further paid publicity cannot increase $his fame, so subsidy of porn featuring $him has stopped. <<set $slaves[$i].pornFameSpending = 0>> <</if>> <</if>> - + <<else>> /* popularity decay from lack of new content */ <<if $slaves[$i].pornPrestige > 1>> /* 500k */ @@ -2345,7 +2345,7 @@ <<set $slaves[$i].pornFame = $slaves[$i].pornTypeGeneral + $slaves[$i].pornTypeFuckdoll + $slaves[$i].pornTypeRape + $slaves[$i].pornTypePreggo + $slaves[$i].pornTypeBBW + $slaves[$i].pornTypeGainer + $slaves[$i].pornTypeStud + $slaves[$i].pornTypeLoli + $slaves[$i].pornTypeDeepThroat + $slaves[$i].pornTypeStruggleFuck + $slaves[$i].pornTypePainal + $slaves[$i].pornTypeTease + $slaves[$i].pornTypeRomantic + $slaves[$i].pornTypePervert + $slaves[$i].pornTypeCaring + $slaves[$i].pornTypeUnflinching + $slaves[$i].pornTypeSizeQueen + $slaves[$i].pornTypeNeglectful + $slaves[$i].pornTypeCumAddict + $slaves[$i].pornTypeAnalAddict + $slaves[$i].pornTypeAttentionWhore + $slaves[$i].pornTypeBreastGrowth + $slaves[$i].pornTypeAbusive + $slaves[$i].pornTypeMalicious + $slaves[$i].pornTypeSelfHating + $slaves[$i].pornTypeBreeder + $slaves[$i].pornTypeSub + $slaves[$i].pornTypeCumSlut + $slaves[$i].pornTypeAnal + $slaves[$i].pornTypeHumiliation + $slaves[$i].pornTypeBoobs + $slaves[$i].pornTypeDom + $slaves[$i].pornTypeSadist + $slaves[$i].pornTypeMasochist + $slaves[$i].pornTypePregnancy>> <<set $slaves[$i].pornFame = Math.trunc($slaves[$i].pornFame)>> - + <<if $slaves[$i].pornPrestige > 0>> <<set _failedStar = 0>> @@ -2564,7 +2564,7 @@ @@.red;No porn fame detected, reseting to "none".@@ <<set $slaves[$i].pornPrestige = 0, $slaves[$i].pornPrestigeDesc = 0, $slaves[$i].pornFameType = "none">> <</switch>> - + <<if _failedStar == 1>> <<set $slaves[$i].pornPrestige = 0, $slaves[$i].pornPrestigeDesc = 0>> With no new $slaves[$i].pornFameType content coming out, @@.red;$his popularity has faded away.@@ diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index 85b1e357b1d5038f45e9e8b44f367d01a1f546af..edd6d64a0b43e0279f0aecd94b6136e1c021e981 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -1,5 +1,5 @@ -:: SE Player Birth [nobr] - +:: SE Player Birth [nobr] + <<set $nextButton = "Continue", $nextLink = "Scheduled Event">> <<set _gaveBirth = 0, _PCDegree = 0, _pregTypeDecrecement = WombReserveCount($PC, "incubator"), _pregTypeDecrecementNursery = WombReserveCount($PC, "incubator"), $PC.reservedChildren = _pregTypeDecrecement, $PC.reservedChildrenNursery = _pregTypeDecrecementNursery>> @@ -23,7 +23,7 @@ PC.pregSource documentation <<set _badBirth = 10>> <</if>> <<set $PC.curBabies = WombBirth($PC, 35)>> -<<set _curBabies = $PC.curBabies.length>> +<<set _curBabies = $PC.curBabies.length>> <<set _stilBirth = $PC.womb.length>> <<if _curBabies == 1>> <<if $PC.curBabies[0].genetics.gender == "XX">> @@ -485,7 +485,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <<elseif _curBabies > 1>> <<for _p = 0; _p < _curBabies; _p++>> - + <<set _PCDegree = 0>> <<if $PC.curBabies[0].genetics.race == $PC.origRace>> <<set _PCDegree++>> @@ -546,7 +546,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin _babiesReduced[0]'s <</if>> babies into the world. - + <</if>> @@ -618,7 +618,7 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <br><br> <span id="choice">What will it be? <br> - <<link "Boarding School">><<replace "#choice">><<print "You have decided to send them away to be raised in your stead.">><</replace>><</link>> | + <<link "Boarding School">><<replace "#choice">><<print "You have decided to send them away to be raised in your stead.">><</replace>><</link>> | <<link "Slave Orphanage">><<replace "#choice">><<print "You have decided to send them to a slave orphanage to be raised to $minimumSlaveAge and sold. Perhaps you'll even see them again, though you are unlikely to recognize them if you do.">><</replace>><<set $slaveOrphanageTotal += _curBabies>><</link>> | <<link "Citizen School">><<replace "#choice">><<print "You have decided to send them to a citizen school to become a future citizen. Perhaps you'll even see them again, though you are unlikely to recognize them if you do.">><</replace>><<set $citizenOrphanageTotal += _curBabies>><</link>> | <<link "Privately Raised">><<replace "#choice">><<print "You have decided to send them to be privately raised. Perhaps you'll even see them again, though it's unlikely that there will be any connection between you. At least you'll know they've been properly reared.">><</replace>><<set $privateOrphanageTotal += _curBabies>><</link>> diff --git a/src/pregmod/surrogacyWorkaround.tw b/src/pregmod/surrogacyWorkaround.tw index fa4482b808df6b9439050af101265b9a22dee727..2b7995d10e07f284f77138007bddd715ffff542c 100644 --- a/src/pregmod/surrogacyWorkaround.tw +++ b/src/pregmod/surrogacyWorkaround.tw @@ -39,7 +39,7 @@ __Semen donatrix: _impreg __ <<if $incubatorSlaves > 0 && $incubatorReproductionSetting == 2>> <br><br> - + __Incubator settings are resulting in large-scale fluid secretion. Select an eligible incubatee to milk for semen:__ <br> diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index 0a4c610e7c344b9ea1bc880214aab05aa6a93f9b..8e3f510e2a76aaa5e42ff76d8fa6c0ce94e583d0 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -43,7 +43,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <br> "Now when it comes to the legal, relatively boring stuff, I've got the following available:" - + <<if $thisWeeksFSWares.length > 0>> <<for _bm = 0; _bm < $thisWeeksFSWares.length; _bm++>> <br> @@ -141,7 +141,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $thisWeeksIllegalWares[_bim] == "childhoodFertilityInducedNCS">> <br> <<if $minimumSlaveAge <= 15>> - <dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt> + <dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt> <<if $minimumSlaveAge > 8>> <br> Illegal information for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw index 1004fb768bb0529bdf1d8e1374fb1d27a7e77909..8cc74aedfcf237b070274af37c5e18e975a9e397 100644 --- a/src/pregmod/widgets/bodySwapReaction.tw +++ b/src/pregmod/widgets/bodySwapReaction.tw @@ -137,7 +137,7 @@ Now you only have to wait for $him to wake up. <<else>> /* (same muscle (within five units)) */ <<if $args[0].physicalAge < $args[1].physicalAge-5>> <<if !canSee($args[0])>> - finger. $He traces $his + finger. $He traces $his <<if $args[1].physicalAge >= 40>> arm and feels how @@.green;less wrinkled@@ $his skin is and how firmer $his muscles are. <<else>> @@ -151,7 +151,7 @@ Now you only have to wait for $him to wake up. <</if>> <<elseif $args[0].physicalAge > $args[1].physicalAge+5>> <<if !canSee($args[0])>> - finger. $He traces $his + finger. $He traces $his <<if $args[1].physicalAge < 40>> arm and feels the @@.red;wrinkles in $his skin.@@ With a despondent note, $he lowers $his hands back to $his sides. <<else>> @@ -592,7 +592,7 @@ Now you only have to wait for $him to wake up. <<if $args[0].areolaePiercing != 0 && $args[1].areolaePiercing == 0>> $He bumps into the piercings in $his areolae, brushing $his fingers against them and toying with them for a moment. <</if>> - + /*(if lactation status has changed)*/ <<if $args[0].lactation > 0 && $args[1].lactation == 0>> /*(lactating now, wasn't before)*/ As $he fondles $his breasts, @@ -682,7 +682,7 @@ Now you only have to wait for $him to wake up. @@.green;they can only be called normal.@@ <</if>> <</if>> - + <<if canSee($args[0]) && $args[0].fetish != "mindbroken">> <br><br> <<if $args[1].voice == 0>> @@ -697,13 +697,13 @@ Now you only have to wait for $him to wake up. speak, but finds @@.coral;no words come.@@ $He tries again, frowning. $He rubs $his throat and tears well in $his eyes, but no sobs can be heard as $his shoulders begin to @@.gold;shake.@@ After a bit, $he extends $his hand, and gestures @@.mediumorchid;somberly@@ for a mirror. <<set $args[0].devotion -= 5, $args[0].trust -= 5>> <<else>> - speak. At first $he's slightly startled by $his new + speak. At first $he's slightly startled by $his new <<if $args[0].voice < $args[1].voice>> @@.orange;<<if $args[0].voice < $args[1].voice-1>>much <</if>>lower voice,@@ <<elseif $args[0].voice > $args[1].voice>> @@.lime;<<if $args[0].voice < $args[1].voice+1>>much <</if>>higher voice,@@ <<else>> - voice, + voice, <</if>> but manages a single word. "...mirror..." <</if>> @@ -713,7 +713,7 @@ Now you only have to wait for $him to wake up. <br><br> <<elseif canSee($args[0])>> When $he finishes with $his tits, $he begins to strain to look at the rest of $his body. - + <br><br> You depress a button and a long, body length mirror slides up from the floor near the wall. <br><br> @@ -775,7 +775,7 @@ Now you only have to wait for $him to wake up. <br><br> $He <<if canSee($args[0])>>takes in<<else>>runs $his hands across<</if>> $his new figure. - + <<if $args[0].fetish != "mindbroken" && canSee($args[0])>> <<if $args[0].race != $args[1].race>> /*(race changes)*/ It immediately strikes $him that $he is @@.coral;no longer <<print $args[1].race>>.@@ $His new $args[0].race body @@ -793,7 +793,7 @@ Now you only have to wait for $him to wake up. <<set $args[0].devotion += 1>> <</if>> <</if>> - + <<if $args[0].bald == 1 && $args[1].bald == 0>> /*(+baldness)*/ <<if canSee($args[0])>> Something about $his head catches $his eye; @@.red;$he is now bald.@@ @@ -832,7 +832,7 @@ Now you only have to wait for $him to wake up. <</if>> <<else>> <<if canSee($args[0])>> - Something about $his head catches $his + Something about $his head catches $his <<if $args[0].hColor != $args[1].hColor>> eye; $he @@.coral;now has $args[0].hColor hair.@@ <<else>> @@ -968,7 +968,7 @@ Now you only have to wait for $him to wake up. <<elseif $args[0].behavioralQuirk == "fitness" && $args[0].weight > 30>> $He would prefer to be fitter, but this just means $he can work it off for your amusement. <<else>> - $He is happy that you have given $him more weight for you to play + $He is happy that you have given $him more weight for you to play <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> with, but is somewhat confused that you would do so against the society you created. <<else>> @@ -1196,7 +1196,7 @@ Now you only have to wait for $him to wake up. <</if>> <<set _weightChange = 1>> <</if>> - + /*stomach*/ <<if _weightChange != 1>> <br><br> @@ -1330,7 +1330,7 @@ Now you only have to wait for $him to wake up. <<if $args[0].corsetPiercing != 0 && $args[1].corsetPiercing == 0>> An odd feeling on $his back draws $his attention. $He discovers a series of rings running down $his spine and, flexing $his back muscles, shudders at the sensation. <</if>> - + <br><br> As $his hands wander lower, @@ -2241,7 +2241,7 @@ Now you only have to wait for $him to wake up. <<elseif $args[0].bald == 1 && $args[1].bald == 1>> Something about $his head catches $his eye, but it turned out to be nothing. $He is as bald as ever. <<else>> - Something about $his head catches $his + Something about $his head catches $his <<if $args[0].hColor != $args[1].hColor>> eye; $he @@.coral;now has $args[0].hColor hair.@@ <<else>> @@ -2421,7 +2421,7 @@ Now you only have to wait for $him to wake up. <<elseif $args[0].behavioralQuirk == "fitness">> $He would prefer to be fitter, but without arms and legs, $he gets little say in the matter. <<else>> - $He is happy that you have given $his more weight for you to play + $He is happy that you have given $his more weight for you to play <<if $arcologies[0].FSSlimnessEnthusiast != "unset">> with, but is somewhat confused that you would do so against the society you created. <<else>> diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index 1c8d90ef69163172ed11dd9bbf25ea5edd56ba3d..24f97045e76dd02b7ae1a2f8f155469a6a3dab74 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -249,7 +249,7 @@ */ <<widget "setSpokenLocalPronouns">> <<set _primarySlaveLisp = SlaveStatsChecker.checkForLisp($args[0])>> - + <<set _heLisp = lispReplace($he)>> <<set _hisLisp = lispReplace($his)>> <<set _hersLisp = lispReplace($hers)>> @@ -259,10 +259,10 @@ <<set _HisLisp = lispReplace($His)>> <<set _HersLisp = lispReplace($Hers)>> <<set _HimselfLisp = lispReplace($Himself)>> - + <<if def _he2>> <<set _secondarySlaveLisp = SlaveStatsChecker.checkForLisp($args[1])>> - + <<set _he2Lisp = lispReplace(_he2)>> <<set _his2Lisp = lispReplace(_his2)>> <<set _hers2Lisp = lispReplace(_hers2)>> diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index 102e643e1d6bc92ec44c8ef4497c07eea7e2ba75..4b0aad61114e7187ff5285e6c6a79a32b22129ac 100644 --- a/src/societies/aztec/slaveSacrifice.tw +++ b/src/societies/aztec/slaveSacrifice.tw @@ -1,5 +1,5 @@ :: Aztec Slave Sacrifice [nobr] - + <<set $nextButton = "Back to Main", $nextLink = "Main", $returnTo = "Main", $showEncyclopedia = 1, $encyclopedia = "Aztec Revivalism">> <<run SlavePronouns($activeSlave)>> <<run Enunciate($activeSlave)>> @@ -72,7 +72,7 @@ A big smile appears on $his face. "I'm going to be clean<<s>>ed. I'll be cleaned for the godde<<ss>>..." <</if>> <<else>> - $He does $his best to control $himself and avoid punishment. "<<Master>>, I will do it. I'll do the peniten<<c>>e for the godde<<ss>>." $He holds $himself together until you dismiss $him; as $he turns to leave, the tears come fast, and $he almost runs into the doorframe on $his way out<<if canSee($activeSlave)>>, blinded with weeping<</if>>. + $He does $his best to control $himself and avoid punishment. "<<Master>>, I will do it. I'll do the peniten<<c>>e for the godde<<ss>>." $He holds $himself together until you dismiss $him; as $he turns to leave, the tears come fast, and $he almost runs into the door frame on $his way out<<if canSee($activeSlave)>>, blinded with weeping<</if>>. <</if>> <<else>> <<if canWalk($activeSlave)>> @@ -131,10 +131,10 @@ <</if>> <br> - $He's prepared for $his public penance. First, $he is left to sweat for several hours on the temazcal to remove any impurity of the previous night before being bathed and painted once again. $He's specially dressed for the occasion - + $He's prepared for $his public penance. First, $he is left to sweat for several hours on the temazcal to remove any impurity of the previous night before being bathed and painted once again. $He's specially dressed for the occasion - <<if ($activeSlave.sexualFlaw == "shamefast") || ($activeSlave.sexualFlaw == "repressed")>> a short red loincloth and a chastity belt designed to prevent any forbidden self-stimulation cover as little of $his lower body as possible. The setup is adorned with long, red, silky fringes that move as $he walks. $His chest is bare except for a pair of golden pasties over $his nipples joined by three blue chains on cascade. - <<else>> + <<else>> a particularly enticing red loincloth covers $his lower regions while hiding the chastity belt that will thwart any forbidden self-stimulation. $His chest is nearly naked save for a large necklace adorned with feathers, gold and flowers. <</if>> Lastly, $his head is decorated with a huge crest of feathers in the colors of the goddess. @@ -173,7 +173,7 @@ <<if ($activeSlave.fetish == "submissive")>> $He makes sure to be ready to take any instruction, and it's clear that $he enjoys it. As the week progresses, the signs of $his sexual frustration become more evident. However, $he seems to enjoy the struggle of resisting the urges, since $he is under strict orders not to touch $himself. Every time the slave in charge of feeding $him or renewing $his aphrodisiacs orders $him to come closer, $his body shudders with lust-fueled pleasure. $He moans lewdly whenever $he's ordered to wake up or to sleep. By the end of the week, $he fights to remain standing, almost delusional from lust and starvation. $He was told to remain on $his feet, but, much to $his chagrin, exhaustion often brings $him to $his knees. <<elseif ($activeSlave.fetish == "masochist")>> - $He seems to enjoy the pain $his sacrifice gives $him. As the week progresses, it is fairly common to see $him moaning and showing other signs of pleasure that seem to be unrelated to the huge amount of aphrodisiacs in $his system. Before long, $he starts to faint more often as $he refuses to even drink the tea to keep $him hydrated and avoids any sleep whatsoever. The specially designated slave appointed to $his care needs to force $him to drink every few hours to avoid dying of dehydration. $He seems to enjoy the extra abuse and even fights to retain as little liquid inside $him as possible. By the end of the week, $he needs to be constantly reanimated to carry out $his penance; a process that $he also seems to enjoy. + $He seems to enjoy the pain $his sacrifice gives $him. As the week progresses, it is fairly common to see $him moaning and showing other signs of pleasure that seem to be unrelated to the huge amount of aphrodisiacs in $his system. Before long, $he starts to faint more often as $he refuses to even drink the tea to keep $him hydrated and avoids any sleep whatsoever. The specially designated slave appointed to $his care needs to force $him to drink every few hours to avoid dying of dehydration. $He seems to enjoy the extra abuse and even fights to retain as little liquid inside $him as possible. By the end of the week, $he needs to be constantly reanimated to carry out $his penance; a process that $he also seems to enjoy. <<elseif ($activeSlave.fetish == "cumslut")>> $He can be seen frequently crying and desperately fighting the excruciating need to touch $himself. As a result of the aphrodisiacs, the paint on $his inner thighs is constantly wet and steadily drips onto the cage floor. As the week progresses, $his whining increase and $his body convulses harder and harder with lust. The loincloth $he's wearing is constantly wet, as are $his legs. It is common to see $him begging strength from the goddess only to burst into tears when no relief comes to $him and crying $himself to sleep at night only to be awoken a few hours later. As a result of all $his crying and lubrication, $he needs to be hydrated more often. By the end of the week, $his body refuses to lose more liquid, a fact that doesn't stop $him from sobbing, immobile in $his dried arousal on the floor of the cage, interrupted only by the spasms of $his lust raked body and the slave posted to procure $him more tea to prevent $him from succumbing to dehydration. <<elseif ($activeSlave.fetish == "humiliation")>> @@ -194,7 +194,7 @@ <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish != "none")>> <<if ($activeSlave.fetish == "submissive")>> - $He makes sure is ready to take any order $he might be given, and it's evident that $he enjoys it every time $he is ordered to do something. As the week progresses $he finds $himself close to the limits of $his submission. As much as $he tries to keep $his hands to $himself, $his sexual frustration finally wins the battle, and $he desperately tries to masturbate, only for $him to discover how effective the chastity belt really is. $He cries in frustration and shame for being unable to fulfill $his orders. The signs of sexual frustration are more evident on $his body as time goes by and it is common to see $him repeating "<<Master>> told me no touching yourself is allowed" over and over again as $he shifts $his weight from foot to foot. The only thing that seems to shut $him up is when $he is ordered to come closer to drink, renew $his dose of aphrodisiacs or when ordered to be prepared to sleep. As soon as $he hears the order, $his body twitches and a soft moan can be heard. By the end of the week $he fights to remain standing up almost delusional as $he was told to remain on $his feet but the signs of exhaustion often bring $him to $his knees. Sometimes $he tries to touch $himself down there only to burst into tears when $he is unable to do so. + $He makes sure is ready to take any order $he might be given, and it's evident that $he enjoys it every time $he is ordered to do something. As the week progresses $he finds $himself close to the limits of $his submission. As much as $he tries to keep $his hands to $himself, $his sexual frustration finally wins the battle, and $he desperately tries to masturbate, only for $him to discover how effective the chastity belt really is. $He cries in frustration and shame for being unable to fulfill $his orders. The signs of sexual frustration are more evident on $his body as time goes by and it is common to see $him repeating "<<Master>> told me no touching yourself is allowed" over and over again as $he shifts $his weight from foot to foot. The only thing that seems to shut $him up is when $he is ordered to come closer to drink, renew $his dose of aphrodisiacs or when ordered to be prepared to sleep. As soon as $he hears the order, $his body twitches and a soft moan can be heard. By the end of the week $he fights to remain standing up almost delusional as $he was told to remain on $his feet but the signs of exhaustion often bring $him to $his knees. Sometimes $he tries to touch $himself down there only to burst into tears when $he is unable to do so. <<elseif ($activeSlave.fetish == "masochist")>> $He seems to enjoy the pain $his sacrifice submits $him to. Through the week is fairly common to see $his moaning and showing other signs of pleasure that seem to be fairly unrelated to the huge amounts of aphrodisiacs that run through $him. Every time the shot it is injected to $his body $he pants and thrusts, enjoying the pain of $his swollen <<if $activeSlave.dick != 0>>dick<<else>>pussy lips<</if>> throbbing inside $his chastity belt. As the week progresses, $he starts to frequently faint, as $he refuses to even drink the tea that keeps $him hydrated or sleep whatsoever, instead choosing to focus on the pain of being constantly aroused. As a precaution, alternative methods to keep $him hydrated are put in place to avoid the pleasure of being forced to drink every few hours as $he was caught several times trying to cum from it. By the end of the week $he needs to be constantly reanimated to fulfill $his vigil, moaning as $he comes to conscience as the exhaustion and pain on $his body washes over to $him. <<elseif ($activeSlave.fetish == "cumslut")>> /*Will need to be completely rewritten*/ @@ -210,13 +210,13 @@ <</if>> <<elseif $activeSlave.sexualFlaw != "none">> - <<if ($activeSlave.sexualFlaw == "hates oral")>> + <<if ($activeSlave.sexualFlaw == "hates oral")>> $He focuses on fulfilling $his duty to keeping $himself pure for the goddess while fighting the urge to touch $himself. $He seems to think the worst part of $his penance is over as $he is no longer going to be raped in the mouth like $he was last night. Soon $he discovers that is far the truth when $his first dose of the tea doesn't come in a tea cup. As a means of keeping $his penance in accordance to the suffering the goddess demands the tea will be administered through a similar device used in dairies. A feeding phallus is quickly installed into a side of the cage. If $he wants to avoid dehydration $he will have to suck it off and only after $he does it right is the tea provided. When $he realizes what is in store for $him, $he begins to cry. $He tries to drink only when strictly necessary. However, as the week progresses, $he starts to faint more frequently as $his body receives only the minimum amount of liquids necessary. As a result, $he is restrained and the feeding phalli is pressed into $his mouth and down $his throat to facefuck $him. $He gags and struggles, tears running down $his face as $he tries to figure out how to breathe while being facefucked. Only after $he manages to control $himself is the transparent reservoir of tea injected. $He swallows desperately. As per your instructions $his feedings are synched with $his dose of aphrodisiacs which confuses $him to no end and adds to $his penance. This procedure occurs several times a day. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage only interrupted by $his feedings and the body spasms $he suffers as a result of the constant arousal. - <<elseif ($activeSlave.sexualFlaw == "shamefast")>> + <<elseif ($activeSlave.sexualFlaw == "shamefast")>> At first, $he tries to fulfill $his duty to keeping $himself pure to the goddess, distracting $himself by trying to cover however $he can $his almost naked body. As a way to keep $his penance according to the suffering the goddess demands a big screen set next to $his cage. After a few hours, the screen turns on and a live image of $him on the cage appears. The screen then shifts to a low shot of $his tight dripping wet product of $his arousal, showing different stats related to it. After a few minutes, the screens changes to previously recorded footage of $his naked body glistening while laying comfortably on the temazcal. After a minute, it shifts again to a close shot of $his ass being carefully painted with blue, the camera following the movement of the brush as it moves over $his ass cheek and shifts again to a very close shot of $him being fucked the night before. The video changes over and over again showing scenes of previously recorded footage of $his preparation for $his penance, every one carefully picked to give a good look of $his body or revealing live shots of $his body picked to show where $his sexual arousal is more evident. The first time $he sees them $he burst into tears, begging the screens to be turned off just to see $his image begging and crying a few hours later. As the week goes new clips are added showing the best scenes the camera was able to capture while on the cage. Due to $his resistance to show $his body for the cameras and the citizens passing by $he is immobilized to be kept standing, $his body conveniently positioned to get the best shots. $He tries to ignore the whole situation trying to focus on resisting the signs of $his hunger, exhaustion and arousal $he constantly feels. By the end of the week as $he remains sitting immobilize on a stool to procure a good shot a small screen is set in front of $him, the image divided in two, one half showing what the big screen projects and the other the audience and $his reactions. <<elseif ($activeSlave.sexualFlaw == "repressed")>> - Although $he thinks $his clothes are degrading, $he seems happy to fulfill $his duty keeping $himself pure to the goddess and fighting the urge to touch $himself. At first, $he seems confident $he can manage the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for what $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body betrays $him every time more often. $He shakes, moans and shivers with the littlest provocation, which horrify $him to no end. Little does $he know that $his dose of aphrodisiacs is being increased every time $he is injected and that they are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and burst into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when $he thinks no one is watching $him only to be caught right after. The shame is so big $he breaks out on tears. $He spends the rest of $his time left in penance on the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him. - <<elseif ($activeSlave.sexualFlaw == "attention whore")>> + Although $he thinks $his clothes are degrading, $he seems happy to fulfill $his duty keeping $himself pure to the goddess and fighting the urge to touch $himself. At first, $he seems confident $he can manage the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for what $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body betrays $him every time more often. $He shakes, moans and shivers with the littlest provocation, which horrify $him to no end. Little does $he know that $his dose of aphrodisiacs is being increased every time $he is injected and that they are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and burst into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when $he thinks no one is watching $him only to be caught right after. The shame is so big $he breaks out on tears. $He spends the rest of $his time left in penance on the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him. + <<elseif ($activeSlave.sexualFlaw == "attention whore")>> $He seems to enjoy all the attention $he receives every time $he tries to fight the impulse to touch $himself as $his body shows clear signs of arousal and takes special care in showing $his body to the audience. $He rejoices with the reactions of the citizens as they gasp and point while $he shakes and moans. The first time the tea is offered to $him $he refuses it hoping to get a reaction of $his crowd. As a way to keep $his penance according to the suffering the goddess demands after the first night is over $he is informed that due to $his good behavior $he has been granted the chance to finish $his penance in private. $He cries and begs to be left where $he is. $He is blindfolded and taken to a minuscule room nearby while cries and begs. Once inside $he is left to $himself, $his only contact with another person is the slave appointed to $his care who enters to administer the aphrodisiacs when required, when $his ration of tea is left on the room or when $he falls sleep and is required to be awake. Little does $he know the room is filled with hidden cameras which are connected to a big screen installed where $his cage was as the penance must be public. As the week goes by $he is left to deal with the hunger, the lack of sleep and the constant need to release. By the end of the week $he cannot stand up and remains on the bottom of the room, saving $his strength and sobbing. <<elseif ($activeSlave.sexualFlaw == "self hating")>> As week starts $he tries to fulfill $his duty, fighting the urge to touch $himself and drinking just when $he needs to, hoping that by following the rules the penance of such unworthy slave will be enough to please the goddess. As the week progresses $his resolution reduces. $He soon discovers how efficient a chastity belt could be when, once completely overpowered by $his need of release $he tries to touch $himself, fearing the wrath of the goddess for $his lack of strength. $His body shakes and twitches every time more often as the aphrodisiacs run through $his body, blaming $himself for not being able to keep control. $His pelvis thrusts every time the airs provides extra stimulation product the sexual frustration and tries to stop it by banging $his head against the cage. $He soon needs to be immobilized to avoid damage. As $he lays on the cage $he blames $himself for $his inability to fulfill $his task. The lack of food has a toll on $him too, as $he often refuses to drink thinking the dehydration is well deserved. As a result of this, it is forced to drink several times a day which seems to infuriate $him. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage being fed by another slave when it is clear $he that needs more liquid in $his body and $his hours of sleep are over. @@ -227,15 +227,15 @@ At first, $he tries to fulfill $his sacrifice the best $he can, trying to keep $himself pure for the goddess. $He submits to every instruction trying to hold as much as $his body allows $him, drinking as little as $he can and sleeping only when $he is told. Soon the aphrodisiacs make $his resolutions dilute as $he tries to touch $himself to find release. It does not take $him long to prove just how effective $his chastity belt is. $He cries and tries as much as $he can but $he is unable to cause any kind of pleasure. As time goes by $he seems to shift $his efforts on fighting to remove the chastity belt to no avail. $His body twitches and shakes more and more often as the aphrodisiacs hit $him harder each time $his dose is renewed. Later on, $he tries to please any part of $his body that he is able to, and so needs to be restrained. Hunger and sleep depravation take a toll on $his body, and $he tries to drink as much as possible to fool the hunger. The tea is rationed to be given only when need it and the sleep carefully monitored. By the end of the week $he remains on the bottom of $his cage trying to conserve the little energy $he has, interrupted only by the spasms caused by the aphrodisiacs in $his body, followed by a soft moan. <</if>> - <<elseif ($activeSlave.trust < -20)>> - <<if ($activeSlave.sexualFlaw == "hates oral")>> + <<elseif ($activeSlave.trust < -20)>> + <<if ($activeSlave.sexualFlaw == "hates oral")>> $He immediately focuses on $his need of release, since $he thinks the worst part of $his penance is over as $his mouth is no longer going to be raped like it was last night. Soon $he discovers that this is far from the truth when it is time for $his first dose of the tea. As a means to keep $his penance according to the suffering the goddess demands, the tea it to be administered through a similar device as is used in dairies. A feeding phallus is installed on a side of the cage, and if $he wants to avoid dehydration, $he will have to suck it off. When $he realizes what lies in store for $him $he begins to cry and refuses to drink at all. As the week progresses $he begins to faint more and more often as $he vehemently refuses to work for $his drink. As a result, $he is restrained and the feeding phallus is shoved into $his mouth and down $his throat. $He gags and struggles, tears running down $his face as $he tries and fails to scream. After several minutes, $he stops panicking and finally starts to inhale and exhale regularly. Only after this the transparent reservoir of tea is injected. $He chokes on it but swallows desperately. As per your instructions $his feedings are synched with $his dose of aphrodisiacs which confuses $him to no end and adds to $his penance. The procedure goes on during the rest of the week several times a day. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage, only interrupted by $his feedings and the spasms $he suffers as a result of the constant arousal. - <<elseif ($activeSlave.sexualFlaw == "shamefast")>> + <<elseif ($activeSlave.sexualFlaw == "shamefast")>> At first, $he tries to relieve $himself while $he tries to hide $his body. As a way to keep $his penance according to the suffering the goddess demands a big screen is set next to $his cage. After a few hours, the screen turns on and a live image of $him on the cage appears. The screen then shifts to a low shot of $his tight pussy dripping with the wet product of $his arousal, showing different stats related to it. After a few minutes, the screens changes to previously recorded footage of $his naked body glistening while laying comfortably on the temazcal. After a minute, it shifts again to a close up shot of $his ass being carefully painted with blue, the camera following the movement of the brush as it moves over $his ass cheek then shifts again to a very close shot of $him being fucked the night before. The video changes over and over again showing scenes of previously recorded footage preparation for $his penance, every one carefully picked to give a good view of $his body or revealing live shots of $his body picked to show where $his sexual arousal is more evident. The first time $he sees them $he burst into tears. As the week goes new clips are added showing the best scenes of $him that the camera was able to capture while the aphrodisiacs forced $him to masturbate without success. Due $his resistance to show $his body for the cameras and the citizens passing by, $he is immobilized into standing, $his body conveniently positioned to get the best shots. $He tries to ignore the whole situation by trying to focus on ignoring the screen. As a result, a small screen is set in front of $him, the image divided in two, one half showing the big screen's projection and the other reactions of all parties. By the end of the week $he remains sitting immobilized on a stool to produce a good shivering shot. - <<elseif ($activeSlave.sexualFlaw == "repressed")>> - Although $he thinks $his clothes are degrading, $he seems content to fulfill $his duty to keeping $himself pure to the goddess and fights the urge to touch $himself. At first, $he manages to control the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for which $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body does betray $him most of the time. $He shakes, moans and shivers at the littlest provocation, which horrifies $him to no end. Little does $he know that $his dosage of aphrodisiacs has being increased every time $he is injected and are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and bursts into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when the arousal becomes too much, which is often. $He seems ashamed of $his actions and often $he breaks out in tears as $he tries to masturbate. $He remains $his time left on penance in the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him. - <<elseif ($activeSlave.sexualFlaw == "attention whore")>> - $He seems to enjoy all the attention $he receives every time $he tries to find release as the citizens passing by scream at $him for $his lack of faith and takes special care in showing $his body to the audience. $He rejoices with the reactions of the citizens as they gasp and point while $he shakes and moans. The first time the tea is offered to $him $he refuses it hoping to get a reaction out of the crowd. As a way to keep $his penance in accordance to the suffering the goddess demands, after the first night is over $he is informed that due to $his good behavior $he has been granted the chance to finish $his penance in private. $He curses and swears, fighting with all of $his strength to be left where $he is. $He is taken out by forced and pinned to the floor to be immobilized. $He is blindfolded and taken to a minuscule room nearby while $he cries and tries to resist. Once inside $he is left to $himself, $his only contact with another person is the slave appointed to $his care who enters to administer the aphrodisiacs when required, when $his ration of tea is left on the room or when $he falls sleep and is required to be awake. Little does $he know the room is filled with hidden cameras which are connected to a big screen installed where $his cage was as the penance must be public. As the week goes by $he is left to deal with the hunger, the lack of sleep and the constant need for release which $he can no longer control. By the end of the week $he cannot stand up and remains on the bottom of the room, saving $his strength and sobbing. + <<elseif ($activeSlave.sexualFlaw == "repressed")>> + Although $he thinks $his clothes are degrading, $he seems content to fulfill $his duty to keeping $himself pure to the goddess and fights the urge to touch $himself. At first, $he manages to control the heavy dose of aphrodisiacs that run through $his body and tries to give no indication of the constant arousal $he suffers. An occasional shake or moan escapes $his lips for which $he seems to be deeply ashamed. As the week goes by and $his resistance reduces $his body does betray $him most of the time. $He shakes, moans and shivers at the littlest provocation, which horrifies $him to no end. Little does $he know that $his dosage of aphrodisiacs has being increased every time $he is injected and are more effective now that the lack of sleep takes a toll on $his body. $He hates $himself for being unable to control the shameful things $his body demands and bursts into tears when $his pelvis thrusts the minute the fringes are moved by the wind and caresses $his body or the necklace rubs on $his nipples. By the end of the week $he cannot handle it and tries to touch $himself when the arousal becomes too much, which is often. $He seems ashamed of $his actions and often $he breaks out in tears as $he tries to masturbate. $He remains $his time left on penance in the bottom of the cage sobbing as $his body keeps as much of the energy it can only interrupted by the moans $he can no longer control and the shivers to run through $his body when the aphrodisiacs overwhelmed $him. + <<elseif ($activeSlave.sexualFlaw == "attention whore")>> + $He seems to enjoy all the attention $he receives every time $he tries to find release as the citizens passing by scream at $him for $his lack of faith and takes special care in showing $his body to the audience. $He rejoices with the reactions of the citizens as they gasp and point while $he shakes and moans. The first time the tea is offered to $him $he refuses it hoping to get a reaction out of the crowd. As a way to keep $his penance in accordance to the suffering the goddess demands, after the first night is over $he is informed that due to $his good behavior $he has been granted the chance to finish $his penance in private. $He curses and swears, fighting with all of $his strength to be left where $he is. $He is taken out by forced and pinned to the floor to be immobilized. $He is blindfolded and taken to a minuscule room nearby while $he cries and tries to resist. Once inside $he is left to $himself, $his only contact with another person is the slave appointed to $his care who enters to administer the aphrodisiacs when required, when $his ration of tea is left on the room or when $he falls sleep and is required to be awake. Little does $he know the room is filled with hidden cameras which are connected to a big screen installed where $his cage was as the penance must be public. As the week goes by $he is left to deal with the hunger, the lack of sleep and the constant need for release which $he can no longer control. By the end of the week $he cannot stand up and remains on the bottom of the room, saving $his strength and sobbing. <<elseif ($activeSlave.sexualFlaw == "self hating")>> As week starts $he tries to fulfill $his duty, fighting the urge to touch $himself and drinking just when $he needs to, hoping that by following the rules the penance of such an unworthy slave will be enough to please the goddess. As the week progresses $his resolution reduces. $He soon discovers how efficient a chastity belt could be when, once completely overpowered by $his need of release $he tried to touch $himself fearing the wrath of the goddess for $his lack of strength. $His body shakes and twitches more frequently as the aphrodisiacs run through $his body. $He blames $himself for not being able to keep $himself in control. $His pelvis thrusts every time the airs provides extra stimulation that produces sexual frustration and tries to stop it by banging $his head against the cage's bars. $He soon needs to be immobilized to avoid damage. As $he lies down on the cage's floor $he blames $himself and hating $his inability to fulfill $his task. The lack of food has taken a toll on $him too as $he often refuses to drink thinking the dehydration is well deserved. As a result, $he is forced to drink several times a day which seems to infuriate $him. By the end of the week $he can hardly stand up as the lack of food and sleep keeps $him weak. $He remains on the bottom of the cage fed by another slave when it is clear that $he needs more liquids in $his body and $his hours of sleep are over. <<else>> @@ -263,16 +263,16 @@ <<if fetishChangeChance($activeSlave) > random(0,100)>> <<set $activeSlave.fetishStrength = 10, $activeSlave.fetishKnown = 1, $activeSlave.fetish = "masochist">> <<set $activeSlave.devotion += 4, $activeSlave.trust += 4>> - $His successful penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is. + $His successful penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is. <<elseif ($activeSlave.fetish == "masochist")>> <<set $activeSlave.devotion += 6, $activeSlave.trust += 6>> - The constant pain you submitted $him to during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more. + The constant pain you submitted $him to during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more. <<set $activeSlave.fetishStrength += 4>> <<elseif ($activeSlave.fetish == "cumslut")>> <<set $activeSlave.fetishStrength -= 2>> <<elseif ($activeSlave.fetish == "humiliation")>> <<set $activeSlave.devotion += 6, $activeSlave.trust += 6>> - The constant humiliation during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is. + The constant humiliation during $his penance made $him @@.gold;trust@@ and @@.hotpink;love@@ you more as $he has proved both to you and the goddess how good of a slave $he is. <<set $activeSlave.fetishStrength += 3>> <<elseif ($activeSlave.fetish == "buttslut")>> <<set $activeSlave.fetishStrength -= 2>> @@ -371,7 +371,7 @@ <<set $arcologies[0].FSAztecRevivalist += 1>> <</if>> <<set $slavesSacrificedThisWeek = ($slavesSacrificedThisWeek || 0) + 1>> - + <<elseif $sacrificeType == "life">> $He dies screaming as $his still beating heart is ripped out of $his body. <<if _activeSlaveRepSacrifice <= 0>>Nobody cares.<<elseif _activeSlaveRepSacrifice < 10>>The few spectators are suitably impressed.<<elseif _activeSlaveRepSacrifice < 100>>The small crowd appreciates your devotion to the Aztec culture.<<else>>The crowd cheers to the bloody spectacle.<</if>><<if $slaves.length > 0>> On the other hand, your remaining <<if $slaves.length == 1>>slave is<<else>>slaves are<</if>> suitably @@.gold;horrified@@.<</if>> <<set $rep = Math.min(20000, $rep + _activeSlaveRepSacrifice)>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index 4c7c7375b357739a6b64ab6a68fe1ecf9f851392..69a147fd5a7779de8c9bca1366b466ffb15f78b9 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -3536,6 +3536,13 @@ Setting missing slave variables: <<run delete _Slave.areoleaPiercing>> <</if>> +<<if ndef _Slave.pregControl>> + <<set _Slave.pregControl = "none">> +<</if>> +<<if _Slave.pregControl == "labor supressors">> + <<set _Slave.pregControl = "labor suppressors">> +<</if>> + <<run SlaveDatatypeCleanup(_Slave)>> <<set $slaves[_bci] = _Slave>> diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 6ff3124e84ef13badcbe3f7755a5b99a5fca3a5f..5bb71b3dcb59333769ab443643e0deaeffcc2b07 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -163,7 +163,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<set $rep += 500>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $he can throw a man the breadth of a room in a single heave.">> <</if>> <</replace>> <</link>> -<</if>> +<</if>> <<if ($activeSlave.height < 170)>> <br>//Your bodyguard lacks the height required to tower over and intimidate him.// <<else>> @@ -174,10 +174,10 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<set $rep += 500>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $he is twice the height of any man.">> <</if>> <</replace>> <</link>> -<</if>> +<</if>> <<if ($activeSlave.face < 95)>> <br>//Your bodyguard lacks the beauty required to distract him with her wiles.// -<<else>> +<<else>> <br><<link "$He distracts him with her beautiful face">> <<EventNameDelink $activeSlave>> <<replace "#result">> @@ -185,10 +185,10 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<set $rep += 500>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $his beauty is unmatched by any woman in the world.">> <</if>> <</replace>> <</link>> -<</if>> +<</if>> <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant < -15)>> <br>//Your bodyguard lacks the intellect required to de-escalate the situation with tact.// -<<else>> +<<else>> <br><<link "$He de-escalates the situation with tact">> <<EventNameDelink $activeSlave>> <<replace "#result">> @@ -196,10 +196,10 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<set $rep += 500>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "$His silver tongue is the envy of many in the arcology.">> <</if>> <</replace>> <</link>> -<</if>> +<</if>> <<if ($activeSlave.combatSkill < 1)>> <br>//Your bodyguard lacks the combat skill required to fight him hand to hand.// -<<else>> +<<else>> <br><<link "$He fights him hand to hand">> <<EventNameDelink $activeSlave>> <<replace "#result">> @@ -207,7 +207,7 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<set $rep += 500>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $his hands are deadlier than many weapons.">> <</if>> <</replace>> <</link>> -<</if>> +<</if>> <br><<link "$He fires a few dozen warning shots">> <<EventNameDelink $activeSlave>> <<replace "#result">> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index d904e446ccaa1c06907de71882b3460c23b4fb6b..f074f7b53fd045319f148a1bf0f736a26cf966e6 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -671,7 +671,7 @@ You're at your desk as $he arrives; $his predecessor passes $him on the way out. <<else>> bare feet come up against <</if>> -the doorframe to either side of $him. $He reaches out to press $his palms against the doorframe to either side of $his body, and runs them slowly up the frame, gradually stretching out $his +the door frame to either side of $him. $He reaches out to press $his palms against the door frame to either side of $his body, and runs them slowly up the frame, gradually stretching out $his <<set _averageHeight = Height.mean($activeSlave)>> <<if $activeSlave.height > (_averageHeight+15)>> tall @@ -765,7 +765,7 @@ form. $He's good at this, so you let $him continue; <<if $activeSlave.clothes != wet for $his <<= WrittenMaster()>>. <</if>> <br><br> -Finally, $he pulls $himself over to one side of the doorframe, <<if $activeSlave.belly >= 5000>>leaning far forward to accommodate $his gravid body and<</if>> clasping it like a lover. +Finally, $he pulls $himself over to one side of the door frame, <<if $activeSlave.belly >= 5000>>leaning far forward to accommodate $his gravid body and<</if>> clasping it like a lover. <<if ($activeSlave.boobs > 2000)>> $He nestles it between $his enormous tits, forcing them apart, <<elseif ($activeSlave.boobs > 800)>> @@ -781,19 +781,19 @@ and licks $his <<else>> lips <</if>> -until they're so wet they leave a strand of saliva between $his mouth and the frame. $He then gives up all pretense<<if $activeSlave.belly >= 5000>>, shifts $his bulk back,<</if>> and begins to openly grind $himself against the doorframe, $his +until they're so wet they leave a strand of saliva between $his mouth and the frame. $He then gives up all pretense<<if $activeSlave.belly >= 5000>>, shifts $his bulk back,<</if>> and begins to openly grind $himself against the door frame, $his <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> limp dick dribbling precum down it. <<elseif $activeSlave.dick > 0>> erection leaving precum all along it. <<elseif $activeSlave.vagina == -1>> - buttocks parting against it as $he rubs $his asspussy against the hard doorframe. + buttocks parting against it as $he rubs $his asspussy against the hard door frame. <<else>> pussy leaving moisture as $he humps it. <</if>> $He's certainly taking the colloquial term //fucked by the arcology// literally. <br><br> -As if the invitation wasn't already blindingly clear, $he reaches a hand down without pausing $his doorframe rape to +As if the invitation wasn't already blindingly clear, $he reaches a hand down without pausing $his door frame rape to <<if $activeSlave.butt > 10>> slap an immense buttock and let it jiggle. <<elseif $activeSlave.butt > 5>> @@ -1144,7 +1144,7 @@ Your order $him to turn around and present $his anus for inspection. $He doesn't <<case "age implant">> -In the morning the penthouse is a busy bustle of female energy. Slaves get up promptly, eat, shower, dress themselves, and head out to work. They chatter if able and allowed, and draw a good deal of strength from each other. As you pass by the kitchen, you are narrowly avoided by a rush of girls heading to the showers. They're almost bouncing, feeding off each others' youthful energy. At the back of the pack is <<EventNameLink $activeSlave>>. $He looks as young as any of them, but after they're out, $he leans against the doorframe for a moment and exhales slowly. +In the morning the penthouse is a busy bustle of female energy. Slaves get up promptly, eat, shower, dress themselves, and head out to work. They chatter if able and allowed, and draw a good deal of strength from each other. As you pass by the kitchen, you are narrowly avoided by a rush of girls heading to the showers. They're almost bouncing, feeding off each others' youthful energy. At the back of the pack is <<EventNameLink $activeSlave>>. $He looks as young as any of them, but after they're out, $he leans against the door frame for a moment and exhales slowly. <br><br> $His $activeSlave.eyeColor eyed gaze catches yours for a moment, and you are reminded that $he isn't as young as they are, not at all. $His face might look youthful, but $his eyes don't. <<if canSee($activeSlave)>>$He sees your consideration, and<<else>>You make yourself known, and $he<</if>> murmurs, "<<S>>orry, <<Master>>. Ju<<s>>t a little <<s>>low thi<<s>> morning." $He hurries after $his sisters, $his @@ -6468,7 +6468,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> "I, I feel healthy, <</if>> - <<if $activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.pregControl != "labor supressors">> + <<if $activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.pregControl != "labor suppressors">> and I think it might be time <<s>>oon, <</if>> <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>><<else>><<Master>><</if>>." @@ -6813,7 +6813,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<replace "#result">> There's a glint <<if canSee($activeSlave)>>in $his eyes as $he sees<<elseif canHear($activeSlave)>>on her face as $he hears<<else>>on her face as $he senses<</if>> you stand up from your desk; <<if $activeSlave.height >= 185>> - $he's tall enough for standing anal, so as you approach $he just turns her head back to face the doorframe and cocks $his hips. + $he's tall enough for standing anal, so as you approach $he just turns her head back to face the door frame and cocks $his hips. <<elseif $activeSlave.height < 160>> $he's so short standing anal is a stretch, so as you approach $he goes up on tiptoe with one leg and runs the other up the wall, using it as support to hike $his ass as high as $he can manage. <<else>> @@ -6895,13 +6895,13 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<if ($activeSlave.dick > 6) && !canAchieveErection($activeSlave)>> releasing a spurt of cum onto the floor <<elseif ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> - releasing a spurt of cum against the doorframe. + releasing a spurt of cum against the door frame. <<elseif $activeSlave.dick > 0>> - spurting cum against the doorframe. + spurting cum against the door frame. <<elseif $activeSlave.vagina == -1>> - grinding her featureless crotch against the doorframe. + grinding her featureless crotch against the door frame. <<else>> - leaving a little girlcum on the doorframe. + leaving a little girlcum on the door frame. <</if>> $His <<if $activeSlave.anus > 2>> @@ -6911,13 +6911,13 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> tight sphincter tightens mercilessly <</if>> - with the orgasm, eliciting a sob of overstimulation, which you draw into a series of sobs by slowly assfucking her despite her climax. You are gentle with $his butt, and continue teasing $his body, so that her arousal builds again and $he manages to climax a second time when you do. You let her out from between you and the doorframe to wash, and return to work, but when $he emerges from a quick trip to the bathroom $he + with the orgasm, eliciting a sob of overstimulation, which you draw into a series of sobs by slowly assfucking her despite $his climax. You are gentle with $his butt, and continue teasing $his body, so that $his arousal builds again and $he manages to climax a second time when you do. You let her out from between you and the door frame to wash, and return to work, but when $he emerges from a quick trip to the bathroom $he <<if $activeSlave.belly >= 300000>> - leans against her _belly stomach, + leans against $his _belly stomach, <<else>> kneels on the couch, <</if>> - spreads her buttocks with one hand, + spreads $his buttocks with one hand, <<if !canTalk($activeSlave)>> and @@.mediumaquamarine;earnestly asks@@ for more. <<else>> @@ -6952,13 +6952,13 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> soft <</if>> - back, forcing her<<if ($activeSlave.belly >= 1500)>> _belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly<</if>> against the doorframe. + back, forcing her<<if ($activeSlave.belly >= 1500)>> _belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly<</if>> against the door frame. <<if $activeSlave.height >= 185>> - $He's so tall $his butt is at the perfect height right where it is, so $he relaxes as much as possible, trapped against the doorframe. + $He's so tall $his butt is at the perfect height right where it is, so $he relaxes as much as possible, trapped against the door frame. <<elseif $activeSlave.height < 160>> - $He's short enough that even tiptoes aren't enough, and you force her up between you and the doorframe, pinning her little body helplessly in place. + $He's short enough that even tiptoes aren't enough, and you force her up between you and the door frame, pinning $his little body helplessly in place. <<else>> - $He squirms up on tiptoes to get $his butt to the right height, trapped between you and the doorframe. + $He squirms up on tiptoes to get $his butt to the right height, trapped between you and the door frame. <</if>> None too soon, for the next thing $he feels is the discomfort of standing anal penetration, <<if $activeSlave.anus > 2>> @@ -6966,9 +6966,9 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<elseif $activeSlave.anus > 1>> veteran asshole notwithstanding. <<else>> - worsened by her tight little sphincter. + worsened by $his tight little sphincter. <</if>> - You ravage $his ass hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the doorframe and try to ride it out. At first $he was squashed painfully against it, but $he manages to <<if ($activeSlave.belly >= 5000)>>shift her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>beside the frame and<</if>> cock $his hips out at enough of an angle that $he can get back to + You ravage $his ass hard from the first stroke, making it clear you're taking your pleasure, leaving her nothing to do but cling to the door frame and try to ride it out. At first $he was squashed painfully against it, but $he manages to <<if ($activeSlave.belly >= 5000)>>shift $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>beside the frame and<</if>> cock $his hips out at enough of an angle that $he can get back to <<if ($activeSlave.dick > 6) && !canAchieveErection($activeSlave)>> rubbing her oversized cock between it and $his leg <<elseif ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> @@ -6980,7 +6980,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> humping $his pussy against it <</if>> - for stimulation. $His asshole eventually spasms in orgasm, but it's spasmed so frequently during the rough sodomy that you don't realize the slut came to having $his asshole savaged until <<if $activeSlave.dick > 0>>you notice the ejaculate running down $his leg<<else>>an aftershock almost makes $his legs give out<</if>>. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean $himself up. When $he emerges, $he comes over to sit quietly next to your desk, looking up at you @@.hotpink;obediently,@@ though you do notice $he sits to one side to take a bit of weight off her poor rear. + for stimulation. $His asshole eventually spasms in orgasm, but it's spasmed so frequently during the rough sodomy that you don't realize the slut came to having $his asshole savaged until <<if $activeSlave.dick > 0>>you notice the ejaculate running down $his leg<<else>>an aftershock almost makes $his legs give out<</if>>. You climax in triumph yourself before pulling the bitch off the door frame and flinging her towards the bathroom to clean $himself up. When $he emerges, $he comes over to sit quietly next to your desk, looking up at you @@.hotpink;obediently,@@ though you do notice $he sits to one side to take a bit of weight off her poor rear. <<set $activeSlave.devotion += 4>> <<= AnalVCheck()>> <</replace>> @@ -7012,13 +7012,13 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> soft <</if>> - back, forcing $his<<if ($activeSlave.belly >= 1500)>> _belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly<</if>> against the doorframe. + back, forcing $his<<if ($activeSlave.belly >= 1500)>> _belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly<</if>> against the door frame. <<if $activeSlave.height >= 185>> - $He's so tall $his butt is at the perfect height right where it is, so $he relaxes as much as possible, trapped against the doorframe. + $He's so tall $his butt is at the perfect height right where it is, so $he relaxes as much as possible, trapped against the door frame. <<elseif $activeSlave.height < 160>> - $He's short enough that even tiptoes aren't enough, and you force $him up between you and the doorframe, pinning $his little body helplessly in place. + $He's short enough that even tiptoes aren't enough, and you force $him up between you and the door frame, pinning $his little body helplessly in place. <<else>> - $He squirms up on tiptoes to get $his hips to the right height, trapped between you and the doorframe. + $He squirms up on tiptoes to get $his hips to the right height, trapped between you and the door frame. <</if>> None too soon, for the next thing $he feels is the pleasure of standing vaginal penetration, <<if $activeSlave.vagina > 2>> @@ -7028,7 +7028,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> inserting slowly into $his still-tight pussy. <</if>> - You pump $him hard from the first stroke, making it clear you're taking your pleasure, leaving $him nothing to do but cling to the doorframe and try to ride it out. At first $he was squashed painfully against it, but $he manages to <<if ($activeSlave.belly >= 5000)>>shift $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>beside the frame and<</if>> cock $his hips out at enough of an angle that $he can get back to + You pump $him hard from the first stroke, making it clear you're taking your pleasure, leaving $him nothing to do but cling to the door frame and try to ride it out. At first $he was squashed painfully against it, but $he manages to <<if ($activeSlave.belly >= 5000)>>shift $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>>beside the frame and<</if>> cock $his hips out at enough of an angle that $he can get back to <<if ($activeSlave.dick > 6) && !canAchieveErection($activeSlave)>> rubbing $his oversized cock between it and $his leg. <<elseif ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> @@ -7038,7 +7038,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> humping $his abdomen against it. <</if>> - $He eventually shudders and spasms in orgasm, <<if $activeSlave.dick > 0>>the ejaculate running down $his leg<<else>>$his legs almost give out<</if>> making obvious her pleasure in getting $his pussy fucked by you. You climax in triumph yourself before pulling the bitch off the doorframe and flinging her towards the bathroom to clean $himself up. When $he emerges, $he comes over to sit quietly next to your desk, looking up at you @@.hotpink;obediently.@@ + $He eventually shudders and spasms in orgasm, <<if $activeSlave.dick > 0>>the ejaculate running down $his leg<<else>>$his legs almost give out<</if>> making obvious her pleasure in getting $his pussy fucked by you. You climax in triumph yourself before pulling the bitch off the door frame and flinging her towards the bathroom to clean $himself up. When $he emerges, $he comes over to sit quietly next to your desk, looking up at you @@.hotpink;obediently.@@ <<set $activeSlave.devotion += 4>> <<= VaginalVCheck()>> <</replace>> @@ -8213,9 +8213,9 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</if>> You instruct $him to go back to what $he was doing. <<if $activeSlave.belly >= 150000>> - $He leans back over her _belly stomach, + $He leans back over $his _belly stomach, <<else>> - $He gets back to her $activeSlave.skin knees, + $He gets back to $his $activeSlave.skin knees, <</if>> puzzled, and then gasps when $he finds <<if $PC.dick == 0>>your fingers<<else>>your cockhead<</if>> pressing against her rosebud. You instruct her imperiously to get on with it, and $he soon understands your intent. $He scrubs back and forth, panting and moaning, as you buttfuck her in time with her labors<<if $PC.dick == 0>>, using your other hand to look after yourself<<elseif $PC.vagina == 1>>, using your other hand to shlick your pussy while you pound her<</if>>. You even carefully scoot along with her when $he needs to reach new spots. By the time $he's done $his arms and $his anus are very tired. $His submission to you @@.hotpink;has increased.@@ <<= AnalVCheck()>> @@ -8233,14 +8233,14 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> scrambles hurriedly <</if>> - to her feet when you enter and asks + to $his feet when you enter and asks <<if !canTalk($activeSlave)>> in gestures how $he can serve you. <<else>> <<if ($activeSlave.lips > 70)>> - meekly through her massive dick-sucking lips, + meekly through $his massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> - meekly through her inconvenient oral piercings, + meekly through $his inconvenient oral piercings, <<else>> meekly, <</if>> @@ -8248,11 +8248,11 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</if>> You instruct $him to go back to what $he was doing. <<if $activeSlave.belly >= 150000>> - $He leans back over her _belly stomach, + $He leans back over $his _belly stomach, <<else>> - $He gets back to her $activeSlave.skin knees, + $He gets back to $his $activeSlave.skin knees, <</if>> - puzzled, and then gasps when $he finds <<if $PC.dick == 0>>your fingers<<else>>your cockhead<</if>> tracing $his pussy lips. You instruct her imperiously to get on with it, and $he soon understands your intent. $He scrubs back and forth, panting and moaning, as you fuck her in time with her labors<<if $PC.dick == 0>>, using your other hand to look after yourself<<elseif $PC.vagina == 1>>, using your other hand to shlick your pussy while you pound her<</if>>. You even carefully scoot along with her when $he needs to reach new spots. By the time $he's done $his arms are very tired and $his legs struggling to hold $him. $His submission to you @@.hotpink;has increased.@@ + puzzled, and then gasps when $he finds <<if $PC.dick == 0>>your fingers<<else>>your cockhead<</if>> tracing $his pussy lips. You instruct her imperiously to get on with it, and $he soon understands your intent. $He scrubs back and forth, panting and moaning, as you fuck her in time with $his labors<<if $PC.dick == 0>>, using your other hand to look after yourself<<elseif $PC.vagina == 1>>, using your other hand to shlick your pussy while you pound her<</if>>. You even carefully scoot along with her when $he needs to reach new spots. By the time $he's done $his arms are very tired and $his legs struggling to hold $him. $His submission to you @@.hotpink;has increased.@@ <<= VaginalVCheck()>> <<set $activeSlave.devotion += 4>> <</replace>> @@ -9051,11 +9051,11 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<link "Cheer her up">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You close in on $him, and $he starts to present $himself with the force of long habit. However, you take $him by the hand and draw her in close, running your fingertips along her cheekbone, looking into her $activeSlave.eyeColor eyes. <<if canSee($activeSlave)>>$He only holds your gaze for a brief moment before blushing and looking down again,<<else>>Once $he feels your hand stop, $he quickly glances down while<</if>> muttering another apology. You raise her chin again with a gentle hand and give $him a deep kiss. After a moment $he hugs you with almost painful + You close in on $him, and $he starts to present $himself with the force of long habit. However, you take $him by the hand and draw her in close, running your fingertips along $his cheekbone, looking into her $activeSlave.eyeColor eyes. <<if canSee($activeSlave)>>$He only holds your gaze for a brief moment before blushing and looking down again,<<else>>Once $he feels your hand stop, $he quickly glances down while<</if>> muttering another apology. You raise $his chin again with a gentle hand and give $him a deep kiss. After a moment $he hugs you with almost painful <<if $activeSlave.belly >= 100000>> - fierceness, a feat given the size of her _belly <<if $activeSlave.bellyPreg >= 3000>>gravid <</if>>belly, where + fierceness, a feat given the size of $his _belly <<if $activeSlave.bellyPreg >= 3000>>gravid <</if>>belly, where <<elseif $activeSlave.belly >= 5000>> - fierceness, pushing her _belly <<if $activeSlave.bellyPreg >= 3000>>gravid <</if>>belly into yours, where + fierceness, pushing $his _belly <<if $activeSlave.bellyPreg >= 3000>>gravid <</if>>belly into yours, where <<else>> fierceness, and <</if>> @@ -9858,7 +9858,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<case "night visit">> <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> -<<link "Fuck her as $he asks">> +<<link "Fuck $him as $he asks">> <<EventNameDelink $activeSlave>> <<replace "#result">> $He almost sobs with joy as <<if $PC.dick == 0>>your strap-on enters<<else>>you enter<</if>> $him. The two of you have @@ -9869,7 +9869,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> gentle anal sex <</if>> - for the rest of the night<<if $PC.vagina == 1>><<if $PC.dick == 1>>; whenever you go soft for a moment, all $he has to do is eat you out, and you're rock hard again<</if>><</if>>. As you move from position to position<<if $activeSlave.belly >= 5000>>, and exploring several unusual ones thanks to her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>><</if>>, $he twists to face you whenever $he can. When $he manages it, $he kisses you when $he can reach your lips, and $he <<if canSee($activeSlave)>>stares deeply into your eyes<<else>>meets your face with her own<</if>> when $he cannot. $His trust in you @@.mediumaquamarine;has increased.@@ + for the rest of the night<<if $PC.vagina == 1>><<if $PC.dick == 1>>; whenever you go soft for a moment, all $he has to do is eat you out, and you're rock hard again<</if>><</if>>. As you move from position to position<<if $activeSlave.belly >= 5000>>, and exploring several unusual ones thanks to $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>><</if>>, $he twists to face you whenever $he can. When $he manages it, $he kisses you when $he can reach your lips, and $he <<if canSee($activeSlave)>>stares deeply into your eyes<<else>>meets your face with her own<</if>> when $he cannot. $His trust in you @@.mediumaquamarine;has increased.@@ <<set $activeSlave.trust += 4>> <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> <<= BothVCheck()>> @@ -10598,9 +10598,9 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<if ($activeSlave.height >= 185)>> $He's tall enough that the angle isn't that uncomfortable for $him. <<elseif ($activeSlave.anus > 0)>> - $He hikes $himself desperately up on her tiptoes to make the angle less uncomfortable for $him. + $He hikes $himself desperately up on $his tiptoes to make the angle less uncomfortable for $him. <<else>> - $He hikes $himself desperately up on her tiptoes, but $he's so short the angle is desperately uncomfortable for $him. + $He hikes $himself desperately up on $his tiptoes, but $he's so short the angle is desperately uncomfortable for $him. <</if>> $He decides to try begging one last time, and <<if !canTalk($activeSlave)>> @@ -10610,17 +10610,17 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</if>> as you shove <<if $PC.dick == 0>>the strap-on<<else>>yourself<</if>> up $his cunt. $He reflexively tries to get away into the wall, <<if $activeSlave.belly > 100000>> - her _belly belly squashing out to either side. + $his _belly belly squashing out to either side. <<elseif ($activeSlave.boobs > 2000)>> - her enormous boobs squashing out to either side. + $his enormous boobs squashing out to either side. <<elseif ($activeSlave.boobs > 1000)>> - her big boobs squashing out to either side. + $his big boobs squashing out to either side. <<elseif ($activeSlave.boobs > 300)>> - her boobs crashing into it. + $his boobs crashing into it. <<else>> - her sore nipples giving $him a jerk as $he does. + $his sore nipples giving $him a jerk as $he does. <</if>> - After some continued whining through her tears, $he gives up and just @@.gold;lets you@@ rape her sore vagina. + After some continued whining through $his tears, $he gives up and just @@.gold;lets you@@ rape $his sore vagina. <<= VaginalVCheck()>> <</if>> When you finally <<if ($PC.dick == 1)>>fill her <<if canDoAnal($activeSlave)>>butt<<else>>pussy<</if>> with your ejaculate and pull out,<<if $PC.vagina == 1>> the motion releasing a waft of the combined cum and pussyjuice smell of a satisfied futa,<</if>><<else>>shudder with orgasm and withdraw your strap-on,<</if>> $he slumps and turns to go, looking a bit sad for some reason. @@ -11260,18 +11260,18 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</replace>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take virginity//<</if>> <<if ($activeSlave.nipples == "inverted") || ($activeSlave.nipples == "partially inverted") || $activeSlave.nipples == "fuckable">> -<br><<link "Delay her milking and torture her with the pressure">> +<br><<link "Delay $his milking and torture $him with the pressure">> <<EventNameDelink $activeSlave>> <<replace "#result">> - $activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His devotion is severely tested over the next hours as you ignore $him. The occasional glance at her shows her growing increasingly frantic as $his breasts grow heavier and her inverted nipples, which prevent any release of pressure without the strong suction of the milkers<<if $activeSlave.nipples != "fuckable">> to protrude them<</if>>, grow more tender. Eventually, $he loses all composure and begins to beg you abjectly to give her relief. Your cruel smile at the kneeling $girl with tears streaming down her $activeSlave.skin cheeks fills her with @@.gold;anticipatory horror.@@ You tell $him to get on all fours like the <<if $activeSlave.pregKnown == 1>>pregnant<</if>> cow $he is. + $activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His devotion is severely tested over the next hours as you ignore $him. The occasional glance at $him shows $him growing increasingly frantic as $his breasts grow heavier and $his inverted nipples, which prevent any release of pressure without the strong suction of the milkers<<if $activeSlave.nipples != "fuckable">> to protrude them<</if>>, grow more tender. Eventually, $he loses all composure and begins to beg you abjectly to give $his relief. Your cruel smile at the kneeling $girl with tears streaming down $his $activeSlave.skin cheeks fills $him with @@.gold;anticipatory horror.@@ You tell $him to get on all fours like the <<if $activeSlave.pregKnown == 1>>pregnant<</if>> cow $he is. <<if $activeSlave.belly >= 750000>> - $He is so horribly <<if $activeSlave.bellyPreg >= 3000>>pregnant<<else>>bloated<</if>> that it is a struggle just to shift onto her _belly stomach in the hope that $he can even reach the floor with all four limbs. Even worse, her efforts are absolutely agonizing to her engorged breasts; when $he finally does get onto the mass that is her middle, the sudden shift of $his breasts causes $him to shriek with pain. + $He is so horribly <<if $activeSlave.bellyPreg >= 3000>>pregnant<<else>>bloated<</if>> that it is a struggle just to shift onto $his _belly stomach in the hope that $he can even reach the floor with all four limbs. Even worse, $his efforts are absolutely agonizing to $his engorged breasts; when $he finally does get onto the mass that is $his middle, the sudden shift of $his breasts causes $him to shriek with pain. <<elseif $activeSlave.belly >= 300000>> - $He has to crawl onto her _belly stomach to even get all four limbs on the ground. The drastic shifting of $his breasts is agonizing and $he shrieks in spite of $himself. + $He has to crawl onto $his _belly stomach to even get all four limbs on the ground. The drastic shifting of $his breasts is agonizing and $he shrieks in spite of $himself. <<elseif $activeSlave.belly >= 100000>> - $He slowly does, her _belly stomach coming to rest on the floor beneath $him, but the simple movement is agonizing and seems to last forever causing $him to shriek in spite of $himself. + $He slowly does, $his _belly stomach coming to rest on the floor beneath $him, but the simple movement is agonizing and seems to last forever causing $him to shriek in spite of $himself. <<elseif $activeSlave.belly >= 10000>> - $He gingerly does, taking care to give her _belly stomach room, but the simple movement is agonizing and seems to last forever causing $him to shriek in spite of $himself. + $He gingerly does, taking care to give $his _belly stomach room, but the simple movement is agonizing and seems to last forever causing $him to shriek in spite of $himself. <<else>> $He does, but the simple movement is agonizing and $he shrieks in spite of $himself. <</if>> @@ -12521,7 +12521,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t It doesn't take long before you fill $his ass with cum. <</if>> <<elseif $activeSlave.belly >= 300000>> - You'd like to lift her up into a standing fuck, but even you aren't strong enough to lift her extreme weight. Instead, you choose to have her ride you; supporting her _belly middle is a workout in its own right. + You'd like to lift her up into a standing fuck, but even you aren't strong enough to lift $his extreme weight. Instead, you choose to have her ride you; supporting $his _belly middle is a workout in its own right. <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> After a while, you push her up as high as you can, freeing your member, and then lower her back down again, forcing yourself up $his butt instead despite the slave's anxious begging. <<= BothVCheck()>> @@ -12534,7 +12534,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t It doesn't take long before you fill $his ass with cum. <</if>> <<elseif $activeSlave.belly >= 100000>> - Once you're hilted, you hoist her up by the underarms, shifting your stance to handled her _belly stomach's weight, and hold in midair, impaled on your dick. You can't pound her all that hard in this challenging position, but the effort of holding her this way forces you to work out hard, producing an excellent sensation.<<if $PC.vagina == 1>> The position angles your dick upward, producing a lovely massaging sensation in your pussy as you slide in and out of her.<</if>> + Once you're hilted, you hoist $him up by the underarms, shifting your stance to handle $his _belly stomach's weight, and hold $him in midair, impaled on your dick. You can't pound her all that hard in this challenging position, but the effort of holding her this way forces you to work out hard, producing an excellent sensation.<<if $PC.vagina == 1>> The position angles your dick upward, producing a lovely massaging sensation in your pussy as you slide in and out of her.<</if>> <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> After a while, you lift her up as high as you can, freeing your member, and then lower her back down again, forcing yourself up $his butt instead despite the slave's anxious begging. <<= BothVCheck()>> @@ -13403,12 +13403,12 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<case "diet">> -<<link "Catch her at it and punish her">> +<<link "Catch $him at it and punish $him">> <<EventNameDelink $activeSlave>> <<replace "#result">> It's childishly easy to catch her at it. You simply call a slave eating her breakfast away over the arcology's audio system, and then enter the kitchen by a different door. $activeSlave.slaveName has the departed slave's cup in $his hand and halfway to $his mouth when $he's caught in the act. You relieve her of her prize, and finding that $he has not started her own proper portion, pour it out onto the floor. You tell $him to lap it up without using $his hands, and begin counting down from ten. $He obeys, <<if $activeSlave.belly >= 300000>> - only to find her _belly stomach keeps her from reaching the puddle. When you reach zero you shove her over her middle, face first into the pool of slave food, and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass. + only to find $his _belly stomach keeps her from reaching the puddle. When you reach zero you shove her over $his middle, face first into the pool of slave food, and administer a stinging slap across $his thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass. <<else>> but slowly and hesitantly. When you reach zero you order $him to get to all fours and administer a stinging slap across her thieving <<if $seeRace == 1>>$activeSlave.race <</if>> ass. <</if>> @@ -14198,11 +14198,11 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<if $PC.dick == 0>> at the floor in front of you<<if !canSee($activeSlave)>> along with a commanding "floor"<</if>>. $He hurries over, but hesitates for an instant, unsure of what to do next. You help her understand by grabbing her on either side of her neck and <<if $activeSlave.belly >= 300000>> - pulling onto her _belly stomach + pulling onto $his _belly stomach <<else>> shoving her down to kneel at your feet <</if>> - with her face + with $his face <<if $PC.belly >= 5000>> crammed under your pregnant belly, level with your cunt. <<else>> @@ -14777,29 +14777,29 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<case "hates oral">> -<<link "Let her earn a break for her throat">> +<<link "Let $him earn a break for $his throat">> <<EventNameDelink $activeSlave>> <<replace "#result">> You tell her $he's a sex slave, and that $he needs to learn how to suck dick. <<if !canTalk($activeSlave) && ($activeSlave.amp != 1)>> $He frantically begs with gestures, pleading on $his knees. <<elseif !canTalk($activeSlave)>> - $He frantically mouths pleas that you leave her throat cock-free. + $He frantically mouths pleas that you leave $his throat cock-free. <<else>> $He begs, "Plea<<s>>e no, <<Master>>, plea<<s>>e don't rape my mouth, <<Master>>!" <</if>> - You make a show of considering, and then tell $him that if $he's extra obedient, you might let her earn a break for her throat - for now. + You make a show of considering, and then tell $him that if $he's extra obedient, you might let her earn a break for $his throat - for now. <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> - You tell $him to lie back and spread $his legs, because you're going to give $him a good old fashioned missionary-position pounding. $He does so with unusual obedience<<if $activeSlave.belly >= 5000>>, $his legs hanging off the couch to give you a better angle with her _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> in the way<</if>>, and as you're giving $him a thorough pounding, whether out of relief, gratitude, or a desire to put on a good performance, $he certainly seems to be enjoying it more than usual. + You tell $him to lie back and spread $his legs, because you're going to give $him a good old fashioned missionary-position pounding. $He does so with unusual obedience<<if $activeSlave.belly >= 5000>>, $his legs hanging off the couch to give you a better angle with $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> in the way<</if>>, and as you're giving $him a thorough pounding, whether out of relief, gratitude, or a desire to put on a good performance, $he certainly seems to be enjoying it more than usual. <<= VaginalVCheck()>> <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> You tell $him to bend over and spread $his ass for you, because if $he doesn't want you going in one end you're going to go in the other. $He does so with unusual obedience, and as you <<if ($activeSlave.anus == 1)>> - gently but firmly pound her still-tight ass + gently but firmly pound $his still-tight ass <<elseif ($activeSlave.anus == 2)>> - pound away at her well-used backdoor + pound away at $his well-used backdoor <<else>> - mercilessly jackhammer her gaping hole + mercilessly jackhammer $his gaping hole <</if>> $he actively tries to match the rhythm of your thrusts. <<= AnalVCheck()>> @@ -15327,7 +15327,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</if>> in her drowsy state $he can't figure out what to do. $He settles for @@.hotpink;freezing submissively@@ and letting you do what you like. You test her compliance by <<if $activeSlave.weight > 10>> - sinking your hands into her fat to get a good feel of the implant hidden within. + sinking your hands into $his fat to get a good feel of the implant hidden within. <<else>> feeling up the implant within $him. <</if>> @@ -15340,13 +15340,13 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</if>> Satisfied, <<elseif $activeSlave.bellyFluid >= 5000>> - $His eyes fly open as soon as $he feels someone touching her _belly, <<print $activeSlave.inflationType>>-filled stomach. + $His eyes fly open as soon as $he feels someone touching $his _belly, <<print $activeSlave.inflationType>>-filled stomach. <<if $activeSlave.weight > 10>> - You're massaging and jiggling her huge, soft belly, enjoying the sounds it makes as you move it. + You're massaging and jiggling $his huge, soft belly, enjoying the sounds it makes as you move it. <<elseif $activeSlave.muscles > 5>> - You're massaging and jiggling her taut belly and stretched abs, enjoying the sounds it makes as you move it. + You're massaging and jiggling $his taut belly and stretched abs, enjoying the sounds it makes as you move it. <<else>> - You're massaging and jiggling her taut belly, enjoying the sounds it makes as you move it. + You're massaging and jiggling $his taut belly, enjoying the sounds it makes as you move it. <</if>> $His face contorts with surprise and then outrage, but then $he <<if !canSee($activeSlave)>>recognizes your familiar smell and <</if>>realizes whose hand it is that's taking liberties with $him. <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>> @@ -16279,12 +16279,12 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>> <</replace>> <</link>> -<br><<link "Treat her like a cow">> +<br><<link "Treat $him like a cow">> <<EventNameDelink $activeSlave>> <<replace "#result">> You ask her if $he really wants to be treated like a cow. $He nods, a bit hesitantly, sensing a certain danger but not really knowing what else to do. You lead $him to the utility area of the penthouse, where the milkers are, but stop her when $he starts for one. Instead, you <<if $activeSlave.belly >= 300000>> - pull her over her _belly belly with her udders hanging beneath her<<if $activeSlave.boobs > 5000>>, the twin masses of female flesh almost reaching the floor<</if>>. + pull her over $his _belly belly with $his udders hanging beneath her<<if $activeSlave.boobs > 5000>>, the twin masses of female flesh almost reaching the floor<</if>>. <<else>> fetch a pair of low stools, make her kneel on one, and put $his hands on the other, so $he's on all fours with her udders hanging beneath her<<if $activeSlave.boobs > 5000>>, the twin masses of female flesh almost reaching the floor<</if>>. <</if>> @@ -19248,15 +19248,15 @@ You tell her kindly that you understand, and that $he'll be trained to address t <br><<link "Give $him an afternoon off for some quality time with a local retirement community">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You direct $assistantName to clear $activeSlave.slaveName's schedule and to find a local retirement community willing to 'host' a $girl of her age. Perhaps a group of venerable graybeards running a train on $activeSlave.slaveName might accustom $him to older sexual partners. When $activeSlave.slaveName leaves the penthouse, $he's dressed up to look like an Old World schoolgirl and is clearly skeptical about your age-play therapy. + You direct $assistantName to clear $activeSlave.slaveName's schedule and to find a local retirement community willing to 'host' a $girl of $his age. Perhaps a group of venerable graybeards running a train on $activeSlave.slaveName might accustom $him to older sexual partners. When $activeSlave.slaveName leaves the penthouse, $he's dressed up to look like an Old World schoolgirl and is clearly skeptical about your age-play therapy. <br><br> - $activeSlave.slaveName returns to the penthouse naked, disheveled, and absolutely covered in a thick coating of drying cum. Despite her appearance, however, $he is practically beaming with happiness. It seems a good fucking from experienced older men agrees with $him, and by the state of her + $activeSlave.slaveName returns to the penthouse naked, disheveled, and absolutely covered in a thick coating of drying cum. Despite $his appearance, however, $he is practically beaming with happiness. It seems a good fucking from experienced older men agrees with $him, and by the state of $his <<if $activeSlave.mpreg == 1>> cum-drenched asshole <<else>> messy pussy <</if>> - her aged partners particularly enjoyed filling her with their still potent seed. Unsurprisingly, at a routine check up later that week, $activeSlave.slaveName joyfully discovers that $he was impregnated during her excursion. It seems that being bred by a bunch of horny old men has eliminated her prior worries about the importance of age and also caused $him to @@.lightcoral;fetishize impregnation.@@ @@.hotpink;$He has become more submissive to you@@ for giving $him the means to broaden her sexual horizons. + $his aged partners particularly enjoyed filling $him with their still potent seed. Unsurprisingly, at a routine check up later that week, $activeSlave.slaveName joyfully discovers that $he was impregnated during $his excursion. It seems that being bred by a bunch of horny old men has eliminated $his prior worries about the importance of age and also caused $him to @@.lightcoral;fetishize impregnation.@@ @@.hotpink;$He has become more submissive to you@@ for giving $him the means to broaden $his sexual horizons. <<set $activeSlave.devotion += 4, $activeSlave.preg = 1, $activeSlave.pregWeek = 1, $activeSlave.pregKnown = 1>> <<set $activeSlave.pregType = setPregType($activeSlave)>> <<set WombImpregnate($activeSlave, $activeSlave.pregType, 0, 1)>> @@ -19278,7 +19278,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<case "devoted educated slave">> -<<link "Have a conversation with her">> +<<link "Have a conversation with $him">> <<EventNameDelink $activeSlave>> <<replace "#result">> You linger in the hallway a while with $activeSlave.slaveName and enjoy a brief but verbose discussion. It's clear $he hasn't had the chance to engage in any meaningful conversations in a while, so $he relishes the opportunity energetically. @@ -19288,7 +19288,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</replace>> <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> -<br><<link "Stimulate her mind and body">> +<br><<link "Stimulate $his mind and body">> <<EventNameDelink $activeSlave>> <<replace "#result">> You find a comfortable seat to sit on <<if $PC.dick == 0>>,don a strap-on,<</if>>as $he seats her @@ -19317,7 +19317,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> buttfucking <</if>> - pushes her over the edge into orgasm, robbing the thrust of her defense of any gravitas it once had. $He doesn't seem to mind however, choosing to instead wrap up her remarks by @@.hotpink;blowing you a kiss.@@ + pushes $him over the edge into orgasm, robbing the thrust of her defense of any gravitas it once had. $He doesn't seem to mind however, choosing to instead wrap up her remarks by @@.hotpink;blowing you a kiss.@@ <<set $activeSlave.devotion += 4>> <<if canDoVaginal($activeSlave)>> <<= VaginalVCheck()>> @@ -19328,7 +19328,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take anal virginity//<</if>> <</if>> <<if $arcologies[0].FSDegradationist !== "unset">> -<br><<link "A public blowbang will show her what a Degradationist arcology thinks about 'educated' slaves">> +<br><<link "A public blowbang will show $him what a Degradationist arcology thinks about 'educated' slaves">> <<EventNameDelink $activeSlave>> <<replace "#result">> You tell her $he'll get fucked in the mouth until $he either gets over the idea of being special for her education or until all her learning is fucked out of her head. You drag the protesting $activeSlave.slaveName out into a public plaza, restrain her in stocks so that $his mouth is available, and inform the gathering crowd of citizens that this particular slave thinks $himself more than a fuckhole because of some fancy 'education'. @@ -19346,7 +19346,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<replace "#result">> You tell $him to take the day off for a trip to audit classes at $arcologies[0].name's most renowned Paternalist slave schools. $activeSlave.slaveName is shocked into a reverie by your words before running to wrap $his arms around you in a tight hug. When $he eventually untangles $himself from you, $he races off to get ready for her day of intellectualism while you direct $assistantName to make the necessary arrangements. <br><br> - When $activeSlave.slaveName returns, $he looks exhausted but happier than you've ever seen $him. It seems $he benefited greatly from $arcologies[0].name's Paternalist institutions, and has grown to @@.mediumaquamarine;trust you more@@ while also @@.hotpink;deepening her acceptance of slavery.@@ + When $activeSlave.slaveName returns, $he looks exhausted but happier than you've ever seen $him. It seems $he benefited greatly from $arcologies[0].name's Paternalist institutions, and has grown to @@.mediumaquamarine;trust you more@@ while also @@.hotpink;deepening $his acceptance of slavery.@@ <<set $activeSlave.trust += 4, $activeSlave.devotion += 4>> <</replace>> <</link>> @@ -19366,7 +19366,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<replace "#result">> You instruct $assistantName to have $activeSlave.slaveName give the tourists a real Free Cities welcome, as befitting one of your public servants. <br><br> - Some time later, you return to the video feed to see $activeSlave.slaveName giving each of the boys a hug goodbye. The boys reciprocate her affection warmly, even as they try to ignore the fact that her $activeSlave.skin face and chest are spattered with their cum. $activeSlave.slaveName has certainly given the tourists a crash course in Free Cities culture and @@.green;improved your reputation@@ at the same time. + Some time later, you return to the video feed to see $activeSlave.slaveName giving each of the boys a hug goodbye. The boys reciprocate $his affection warmly, even as they try to ignore the fact that $his $activeSlave.skin face and chest are spattered with their cum. $activeSlave.slaveName has certainly given the tourists a crash course in Free Cities culture and @@.green;improved your reputation@@ at the same time. <<set $activeSlave.oralCount += 6, $oralTotal += 6, $rep += 250>> <</replace>> <</link>> @@ -19374,19 +19374,19 @@ You tell her kindly that you understand, and that $he'll be trained to address t <br><<link "Instruct the slave to offer sex to the highest bidder">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You instruct $assistantName to have $activeSlave.slaveName offer $his body to the highest bidder among the eager tourists. Though the boys are initially taken aback by her forwardness, a rapid yet red-faced bidding war takes place. As soon as the winning bid is decided, $activeSlave.slaveName sinks to $his knees in front of the winner and unbuckles his pants, soon taking his hardening member deep into $his mouth. + You instruct $assistantName to have $activeSlave.slaveName offer $his body to the highest bidder among the eager tourists. Though the boys are initially taken aback by $his forwardness, a rapid yet red-faced bidding war takes place. As soon as the winning bid is decided, $activeSlave.slaveName sinks to $his knees in front of the winner and unbuckles his pants, soon taking his hardening member deep into $his mouth. <br><br> Some time later, you return to the video feed to see <<if $activeSlave.bellyPreg >= 750000>> - the lucky winner carefully taking $activeSlave.slaveName from behind as he gingerly caresses her straining, squirming pregnancy. + the lucky winner carefully taking $activeSlave.slaveName from behind as he gingerly caresses $his straining, squirming pregnancy. <<elseif $activeSlave.belly >= 750000>> - the lucky winner taking $activeSlave.slaveName from behind with his arms wrapped as far around her _belly middle as possible. + the lucky winner taking $activeSlave.slaveName from behind with his arms wrapped as far around $his _belly middle as possible. <<elseif $activeSlave.boobs > 25000>> the lucky winner's head poking out from beneath pair of humongous breasts as $activeSlave.slaveName rides him. <<elseif $activeSlave.bellyPreg >= 450000>> - the lucky winner taking $activeSlave.slaveName almost tenderly in missionary, his arms wrapped around her _belly pregnant belly. + the lucky winner taking $activeSlave.slaveName almost tenderly in missionary, his arms wrapped around $his _belly pregnant belly. <<elseif $activeSlave.belly >= 450000>> - the lucky winner taking $activeSlave.slaveName roughly in missionary, his arms wrapped around her massively distended belly. + the lucky winner taking $activeSlave.slaveName roughly in missionary, his arms wrapped around $his massively distended belly. <<elseif $activeSlave.weight > 190>> the lucky winner's head poking out from beneath $activeSlave.slaveName's humongous belly as $he rides him. <<elseif $activeSlave.butt > 10>> @@ -19467,32 +19467,32 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<replace "#result">> There are some things that never change, even after ascension to the high position of an arcology owner. One of these fixtures of life is the ability to enjoy a relaxing evening of wallscreen television and <<if $PC.dick == 1>>a blowjob<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>some cunnilingus<</if>>. With $activeSlave.slaveName sequestered between your legs, you tune into your favorite Free Cities serial drama and <<if !canSee($activeSlave)>>audibly <</if>>widen your legs slightly as you sink back into the chair with a sigh of contentment. $He <<if $activeSlave.belly >= 300000>> - gently leans onto her _belly belly with $his arms steadying the mass + gently leans onto $his _belly belly with $his arms steadying the mass <<elseif $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>> - kneels carefully with an arm wrapped protectively around her bump + kneels carefully with an arm wrapped protectively around $his bump <<else>> - kneels carefully with an arm cradling her _belly belly + kneels carefully with an arm cradling $his _belly belly <</if>> <<else>> - sinks to $his knees obediently with $his hands placed placidly on her thighs + sinks to $his knees obediently with $his hands placed placidly on $his thighs <</if>> before putting $his mouth to work, <<if $activeSlave.oralSkill >= 100>> - her mastery at giving oral providing a wealth of pleasure. + $his mastery at giving oral providing a wealth of pleasure. <<elseif $activeSlave.oralSkill > 60>> - her skills in oral providing ample pleasure. + $his skills in oral providing ample pleasure. <<else>> - her mediocre oral skills providing some relief. + $his mediocre oral skills providing some relief. <</if>> <<if $activeSlave.teeth == "pointy">> - Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you still feel the extreme care $he has to take to keep her sharklike teeth clear of you. + Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you still feel the extreme care $he has to take to keep $his sharklike teeth clear of you. <<elseif $activeSlave.lips > 40>> $His huge lips are soft and pillowy against you. <<elseif $activeSlave.teeth == "gapped">> Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you can feel the slight hesitations as $he takes care to not pinch you between $his front teeth. <<elseif ($activeSlave.teeth == "straightening braces") || ($activeSlave.teeth == "cosmetic braces")>> - Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you can feel the slight hesitations as $he takes care to keep her braces off you. + Although most of your attention is focused on the intriguing drama unfolding on your wallscreen, you can feel the slight hesitations as $he takes care to keep $his braces off you. <</if>> You have an enjoyable evening glued to your wallscreen, punctuated by the playful ruffling <<if $activeSlave.hLength > 1>>of $activeSlave.slaveName's $activeSlave.hColor hair<<else>>across $activeSlave.slaveName's scalp<</if>> and the occasional orgasm into her waiting mouth. Though your experience was more stimulating than $hers, $activeSlave.slaveName enjoyed @@.hotpink;being used while you enjoyed yourself.@@ <<set $activeSlave.devotion += 4, $activeSlave.oralCount += 1, $oralTotal += 1>> @@ -19920,7 +19920,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<elseif ($activeSlave.height >= 160)>> pull her up on tiptoe <<else>> - push her petite form up onto a railing + push $his petite form up onto a railing <</if>> for standing sex. $He cocks $his hips and takes your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> compliantly, and after a few thrusts you reach down, seize her behind each knee, and <<if $PC.belly >= 5000 && $activeSlave.belly >= 100000>> @@ -19929,7 +19929,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t Penetrating her while feeling so much movement between you is unbelievably lewd. $His children squirm at their mother's excitement, causing her bloated body to rub against you in ways you couldn't imagine. <</if>> <<elseif $activeSlave.belly >= 100000>> - pull her as close as you can with her _belly belly between you. Struggling to support the immense weight, you back her against a rail so that you can continue to fuck her while holding $him. + pull her as close as you can with $his _belly belly between you. Struggling to support the immense weight, you back her against a rail so that you can continue to fuck her while holding $him. <<if $activeSlave.bellyPreg >= 600000>> Penetrating her while feeling so much movement between you is unbelievably lewd. $His children squirm at their mother's excitement, causing her bloated body to rub against you in ways you couldn't imagine. <</if>> @@ -20075,9 +20075,9 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> Deciding to do something a little more intimate than fucking $his cleavage with a strap-on, you walk forward and into her face, pressing her inexorably backwards as $he nuzzles your pussy until $he's forced to collapse onto the ground. Then you scoot backwards a little, until you're <<if $activeSlave.belly >= 10000>> - crammed between her _belly middle and breasts. + crammed between $his _belly middle and breasts. <<else>> - straddling her ribcage just below $his breasts. + straddling $his ribcage just below $his breasts. <</if>> $His huge breasts rest atop your inner thighs, <<if Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> @@ -20137,7 +20137,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<replace "#result">> $His <<if canSee($activeSlave)>>eyes widen<<else>>face light up<</if>> with surprise when you <<if $activeSlave.belly >= 300000>> - lean against her _belly stomach. + lean against $his _belly stomach. <<else>> kneel down in front of $him. <</if>> @@ -20413,7 +20413,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> With a groan of effort, the broodmother manages to pull $his belly slightly further out through the doorway, but, in the effort, only really manages to wedge it more firmly. It bulges ominously from the added pressure. <<else>> - The massively pregnant slave's belly clutches in a false contraction and $he pulls several inches further out through the doorframe before it expands again, leaving her even more hopelessly stuck + The massively pregnant slave's belly clutches in a false contraction and $he pulls several inches further out through the door frame before it expands again, leaving her even more hopelessly stuck <</if>> <br><br> <<if !canTalk($activeSlave)>> @@ -20447,7 +20447,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> across her back <</if>> - and then slide off of $him to instruct your servants to fix the doorframe before they carry $him to her duties for the day. + and then slide off of $him to instruct your servants to fix the door frame before they carry $him to her duties for the day. <<set $activeSlave.health -= 20, $activeSlave.trust -= 20>> <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take virginity//<<elseif !canDoVaginal($activeSlave) && canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take anal virginity//<</if>> diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index 918c12674656247149eba58e2cfa7cbf31888edd..dab78300c41d3d9a62fc23c0aad2db1291ebc1d3 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -1124,7 +1124,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <br><<link "Trust them with a night out">> <<EventNameDelink $activeSlave>> <<replace "#result">> - Rather than answering $him directly, you tell $assistantName to clear $activeSlave.slaveName's and $subSlave.slaveName's schedules for the evening. $He looks at you with happy anticipation, but this is nothing to $his gratitude when you tell $him that you'll arrange a date night for them. Trusted slaves are often seen unchaperoned in your arcology, and there are several establishments that cater to slaveowners who wish to bring their girls out or even send them out alone. You tell $him you've made a reservation for $him and $his <<if $activeSlave.relationship >= 5>>wife<<else>>girlfriend<</if>> at one of the less formal places, an ethnic restaurant that manages to add spice to liquid slave nutrition without ruining its good qualities. They're to spend the night out, and can wear what they like. $He hurries off to collect $his _girl2 and get dressed, but also tries to keep thanking you on her way out, and almost runs into the doorframe as $he goes. + Rather than answering $him directly, you tell $assistantName to clear $activeSlave.slaveName's and $subSlave.slaveName's schedules for the evening. $He looks at you with happy anticipation, but this is nothing to $his gratitude when you tell $him that you'll arrange a date night for them. Trusted slaves are often seen unchaperoned in your arcology, and there are several establishments that cater to slaveowners who wish to bring their girls out or even send them out alone. You tell $him you've made a reservation for $him and $his <<if $activeSlave.relationship >= 5>>wife<<else>>girlfriend<</if>> at one of the less formal places, an ethnic restaurant that manages to add spice to liquid slave nutrition without ruining its good qualities. They're to spend the night out, and can wear what they like. $He hurries off to collect $his _girl2 and get dressed, but also tries to keep thanking you on her way out, and almost runs into the door frame as $he goes. <br><br> Since $he trusts you, they dress very daringly for slaves. That is, they dress about as conservatively as slaves can dress, in comfortable pants and soft sweaters whose high collars they roll down to keep their collars visible. Any hesitations citizens who see them might have are banished by their obvious love for each other, and their total lack of shame about having it seen. Indeed, as the night wears on they attract more than a few @@.green;admiring glances@@ from citizens who envy you the favors of the pair of <<if $girl == _girl2>>$girl<<else>>slave<</if>>s occupying one side of the corner booth. After all, they'd rather lean against each other than look at each other from across a table. The next day, they both come to you individually and @@.mediumaquamarine;thank you almost gravely,@@ quite aware of the trust you've placed in them. <<set $cash -= 1000>> diff --git a/src/uncategorized/assign.tw b/src/uncategorized/assign.tw index c8d5757e3160dcc63b0637e6eab6b9f3db0a68cb..9fb35d058a7c6fff5f76faa31fb1b3c4d9f0df69 100644 --- a/src/uncategorized/assign.tw +++ b/src/uncategorized/assign.tw @@ -19,7 +19,7 @@ <<default>> <<= assignJob($activeSlave, $assignTo)>> - + <<if ($showAssignToScenes == 1) && ($activeSlave.fetish != "mindbroken")>> <<if ($assignTo == "Dairy") && (($dairyStimulatorsSetting >= 2) || ($dairyFeedersSetting >= 2) || ($dairyPregSetting >= 2))>> <<goto "Industrial Dairy Assignment Scene">> diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index e3ac27d113c8d256f5a51c210bad8d5b30d91b51..0d4f17764e608d779f5e20ce55e97b968b845ceb 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -974,7 +974,8 @@ Choose a site for branding: <<set $cash -= $modCost>> <<set $degradation += 10>> <<goto "Body Modification">> - <</link>> $brandTarget, or + <</link>> + $brandTarget, or <<link "both">> <<set $brandApplied = 1>> <<set $activeSlave.brand = $brandDesign>> diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index 9243d207b8427a4913cc04743e0dfe7a9527286b..be3c9fe8ac6d21dc25509068783273a2ad0cfcc6 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -325,7 +325,7 @@ <<if $slaves[$i].energy > 40 && $slaves[$i].energy < 95>> <<set $slaves[$i].energy++>> <</if>> - + <<if $showEWD != 0>> <br><br> /* 000-250-006 */ @@ -481,7 +481,7 @@ <<if $brothelAdsSpending != 0>> An ad campaign is supporting business there, and whores that match it make more ¤. <</if>> - + <br> <<if $brothelAdsSpending != 0>> <<if $brothelAdsStacked == 1>> @@ -548,7 +548,7 @@ <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> - + <br> <<if ($brothelAdsSpending > 0)>> <<if $brothelAdsPreg == 1>> @@ -615,7 +615,7 @@ <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> - + <br> <<if ($brothelAdsSpending > 0)>> <<if $brothelAdsModded == 1>> @@ -682,7 +682,7 @@ <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> - + <br> <<if ($brothelAdsSpending > 0)>> <<if ($brothelAdsImplanted == 1)>> @@ -749,7 +749,7 @@ <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> <</if>> - + <<if $seeDicks != 0>> <br> <<if ($brothelAdsSpending > 0)>> @@ -816,7 +816,7 @@ <</if>> <</if>> <</if>> - + <br> <<if ($brothelAdsSpending > 0)>> <<switch ($brothelAdsOld)>> @@ -917,7 +917,7 @@ b.totalExpenses = b.whoreCosts + b.adsCosts + b.maintenance; b.profit = b.totalIncome - b.totalExpenses; <</script>> - + <br><br> $brothelNameCaps makes you @@.yellowgreen;<<print cashFormat(_profits)>>@@ this week. diff --git a/src/uncategorized/bulkSlaveIntro.tw b/src/uncategorized/bulkSlaveIntro.tw index 80f9e85de1e0f459015d7155001a58cf93872ae3..6c442cb23b1b20b8e59c88b3e98f478995a14817 100644 --- a/src/uncategorized/bulkSlaveIntro.tw +++ b/src/uncategorized/bulkSlaveIntro.tw @@ -38,7 +38,7 @@ You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br> <<case "inStock">> - You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves. + You clear out <<MarketName $slaveMarket $numArcology>> of its stock of $newSlaves.length slaves. <<if $slaveMarket == "TFS">> /* Put line about The Futanari Sisters discount & pricing */ <<elseif $discount == 475>> @@ -47,13 +47,13 @@ With all your discounts factored in you got a @@.yellowgreen;<<print (500-$discount)/5>>%@@ discount; <</if>> You spent @@.yellowgreen;<<print cashFormat($spent)>>@@ on your new slaves.<br><br> - + <<case "event">> This is placeholder event info. - + <</switch>> /* remove the below line to make the intro blurb show up for every slave, not just the first */ -<<set $introType = "">> +<<set $introType = "">> <<if ($newSlaveIndex >= $newSlaves.length) || ($newSlavesDone == 1)>> <<if $newSlaves.length > 0>> @@ -75,23 +75,23 @@ Showing new slave <<print $newSlaveIndex+1>> of <<print $newSlaves.length>>: <</if>> <br><br> - + /* Set activeSlave to the desired newSlave so that existing code can be used */ <<set $activeSlave = $newSlaves[$newSlaveIndex]>> /* Due to possible gingering, the Long Slave Description must be displayed before the New Slave Intro */ <<set $saleDescription = 1>> /* policies were applied earlier, if needed */ <<include "Long Slave Description">> - + <br> - + /* Use existing New Slave Intro */ <<include "New Slave Intro">> /* calls removeGingering() if needed */ - + /* Override nextButton setting from New Slave Intro */ <<set $nextButton = "Continue">> <<set $nextLink = "Bulk Slave Intro">> - + /* Add an option = goto the next slave below the New Slave Intro section */ <br><br> <<if $newSlaveIndex < ($newSlaves.length - 1)>> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 635b855bd8df76f65dc9033b742b66c47a4f1de1..8a598e7e5f48d11f7b7f17698b3b7894a94c9a0b 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -41,7 +41,7 @@ __Sex Slave Purchase Options__ <</if>> <<if ($rep > 500)>> -<br>[[Kidnappers' Market|Slave Markets][$slaveMarket = "kidnappers", $slavesSeen += 1]] | +<br>[[Kidnappers' Market|Slave Markets][$slaveMarket = "kidnappers", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -55,7 +55,7 @@ __Sex Slave Purchase Options__ <<for _i = 0; _i < $arcologies.length; _i++>> <<if $arcologies[_i].direction != 0>> <br> <<print '[[Slaves from|Slave Markets][$slaveMarket = "neighbor", $numArcology = ' + _i + ']]'>> - '' $arcologies[_i].name'' + '' $arcologies[_i].name'' <<if $cash > _minimumFive>> | <<print '[[(x5)|Bulk Slave Generate][$slaveMarket = "neighbor", $introType = "bulk", $numSlaves = 5, $numArcology = '+_i+']]'>> <</if>> @@ -66,7 +66,7 @@ __Sex Slave Purchase Options__ <</for>> <<if ($rep > 1000)>> - <br>[[Runaway Hunters' Market|Slave Markets][$slaveMarket = "hunters", $slavesSeen += 1]] | + <br>[[Runaway Hunters' Market|Slave Markets][$slaveMarket = "hunters", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "hunters", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -77,7 +77,7 @@ __Sex Slave Purchase Options__ <</if>> <<if ($rep > 2000)>> - <br>[[Indentures Market|Slave Markets][$slaveMarket = "indentures", $slavesSeen += 1]] | + <br>[[Indentures Market|Slave Markets][$slaveMarket = "indentures", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -88,7 +88,7 @@ __Sex Slave Purchase Options__ <</if>> <<if ($rep > 3000)>> - <br>[[Raiders' Market|Slave Markets][$slaveMarket = "raiders", $slavesSeen += 1]] | + <br>[[Raiders' Market|Slave Markets][$slaveMarket = "raiders", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "raiders", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -99,7 +99,7 @@ __Sex Slave Purchase Options__ <</if>> <<if ($pedo_mode == 1 || ($minimumSlaveAge <= 13 && $minimumSlaveAge <= $fertilityAge)) && ($rep > 3500)>> - <br>[[Raiders' Black Market|Slave Markets][$slaveMarket = "underage raiders", $slavesSeen += 1]] | + <br>[[Raiders' Black Market|Slave Markets][$slaveMarket = "underage raiders", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "underage raiders", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -110,7 +110,7 @@ __Sex Slave Purchase Options__ <</if>> <<if ($rep > 4000)>> - <br>[[Trainers' Market|Slave Markets][$slaveMarket = "trainers", $slavesSeen += 1]] | + <br>[[Trainers' Market|Slave Markets][$slaveMarket = "trainers", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -118,9 +118,9 @@ __Sex Slave Purchase Options__ [[(x10)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves will tend to be good quality and obedient.// - + <<if $arcologies[0].FSPaternalist == "unset">> - <br>[[Wetware CPUs|Slave Markets][$slaveMarket = "wetware", $slavesSeen += 1]] | + <br>[[Wetware CPUs|Slave Markets][$slaveMarket = "wetware", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -135,7 +135,7 @@ __Sex Slave Purchase Options__ <<if ($rep > 5000)>> <<set $weeklyMarket = $prisonCircuit[$prisonCircuitIndex]>> - <br>[[Prisoner Sale|Criminal Market][$slavesSeen += 1]] | + <br>[[Prisoner Sale|Criminal Market][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = $weeklyMarket, $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -162,7 +162,7 @@ __Sex Slave Purchase Options__ <<if ($rep > 5500)>> <br>''Slave Schools:'' //High prices; will be young and healthy.// <<if ($seeDicks != 100)>> - <br> [[The Slavegirl School][$slavesSeen += 1]] | + <br> [[The Slavegirl School][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -170,14 +170,14 @@ __Sex Slave Purchase Options__ [[(x10)|Bulk Slave Generate][$slaveMarket = "TSS", $introType = "bulk", $numSlaves = 10]] | <</if>> //Straightforward slaves with good training.//<<if $TSS.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> - - <br> [[Growth Research Institute][$slavesSeen += 1]] | + + <br> [[Growth Research Institute][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "GRI", $introType = "bulk", $numSlaves = 5]] | <</if>> //Poorly trained slaves with huge assets.//<<if $GRI.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> - - <br> [[St. Claver Preparatory][$slavesSeen += 1]] | + + <br> [[St. Claver Preparatory][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "SCP", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -185,8 +185,8 @@ __Sex Slave Purchase Options__ [[(x10)|Bulk Slave Generate][$slaveMarket = "SCP", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves with basic training and solid implants.//<<if $SCP.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> - - <br> [[The Cattle Ranch][$slavesSeen += 1]] | + + <br> [[The Cattle Ranch][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TCR", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -194,16 +194,16 @@ __Sex Slave Purchase Options__ [[(x10)|Bulk Slave Generate][$slaveMarket = "TCR", $introType = "bulk", $numSlaves = 10]] | <</if>> //Mentally conditioned free-range cowgirls.//<<if $TCR.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> - - <br> [[The Hippolyta Academy][$slavesSeen += 1]] | + + <br> [[The Hippolyta Academy][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "HA", $introType = "bulk", $numSlaves = 5]] | <</if>> //High quality slaves of powerful physique and refined skills.//<<if $HA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> - + <</if>> <<if ($seeDicks != 0)>> - <br> [[L'École des Enculées][$slavesSeen += 1]] | + <br> [[L'École des Enculées][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -211,8 +211,8 @@ __Sex Slave Purchase Options__ [[(x10)|Bulk Slave Generate][$slaveMarket = "LDE", $introType = "bulk", $numSlaves = 10]] | <</if>> //Slaves optimized and trained for anal.//<<if $LDE.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> - - <br> [[The Gymnasium-Academy][$slavesSeen += 1]] | + + <br> [[The Gymnasium-Academy][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TGA", $introType = "bulk", $numSlaves = 5]] | <</if>> @@ -220,8 +220,8 @@ __Sex Slave Purchase Options__ [[(x10)|Bulk Slave Generate][$slaveMarket = "TGA", $introType = "bulk", $numSlaves = 10]] | <</if>> //Well trained slaves with dicks.//<<if $TGA.schoolSale == 1>> //@@.yellow;Offering your first purchase at half price this week.@@//<</if>> - - <br> [[The Futanari Sisters][$slavesSeen += 1]] | + + <br> [[The Futanari Sisters][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "TFS", $introType = "bulk", $numSlaves = 5]] | <</if>> diff --git a/src/uncategorized/clinicReport.tw b/src/uncategorized/clinicReport.tw index 898aef812d33a25fe901df0e0e7fd8f37ad0826c..ef8e9c3bf3171b3d1b14d081be815b01cf0c486c 100644 --- a/src/uncategorized/clinicReport.tw +++ b/src/uncategorized/clinicReport.tw @@ -231,7 +231,7 @@ <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$CliniciIDs[_dI]]>> <<setLocalPronouns $slaves[$i]>> - + <<if $slaves[$i].devotion < 45>> <<set $slaves[$i].devotion += 4>> <</if>> diff --git a/src/uncategorized/corporationDevelopments.tw b/src/uncategorized/corporationDevelopments.tw index 9b29830b1f27535e494280f27556fbea8bf70664..46bcab1e9afb5aec573e12e98c685665537e451e 100644 --- a/src/uncategorized/corporationDevelopments.tw +++ b/src/uncategorized/corporationDevelopments.tw @@ -66,9 +66,9 @@ in total, the corporation has enslaved <<print commaNum($corpPeopleEnslaved)>> p <<set _drugWeight = 0.1, _trainingWeight += 0.1>> <</if>> <<set _improvementAssetsTotal = ($trainingAssets * _trainingWeight) + ($surgicalAssets * _surgicalWeight) + ($drugAssets * _drugWeight)>> -The corporation +The corporation <<if _improvementAssetsTotal > $slaveAssets * 0.6>> - has enough training and medical assets to rapidly improve + has enough training and medical assets to rapidly improve <<set $slaveAssets += Math.ceil(Math.log($slaveAssets)*800)>> <<elseif _improvementAssetsTotal > $slaveAssets * 0.4>> uses its training and medical assets to improve @@ -123,7 +123,7 @@ Since it is <<else>> <<set $cash += _multplier, $corpCash -= Math.trunc($corpProfit*0.2)>> <</if>> - + <<set _roll = random(1,100)>> <<if $sharePrice*_totalShares < $corpValue*0.5>> /* market value is less than 50% of value of assets */ @@ -152,7 +152,7 @@ Since it is Shares in your corporation are trading at @@.yellowgreen;<<print cashFormat(Math.ceil($sharePrice))>>@@: <<if $oldSharePrice == $sharePrice>> - no different from + no different from <<elseif $oldSharePrice > $sharePrice>> down @@.yellowgreen;<<print cashFormat(Math.ceil(($oldSharePrice-$sharePrice)*100)/100)>>@@ <<else>> diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index 8e5a2a03b8ac488430d71e11c2be577b070d50f6..55b3b523d8166e8608d7d3475f0cbe90ce39f6b5 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -379,7 +379,7 @@ <<set WombCleanGenericReserve($slaves[$i], "incubator", 9999)>> <<set WombCleanGenericReserve($slaves[$i], "nursery", 9999)>> <</if>> - + /* General End of Week effects */ <<if $showEWD != 0>> <br><br> @@ -998,7 +998,7 @@ <</if>> $dairyNameCaps produced <<print _milkWeek+_outputMilk>> liters of milk<<if _cumWeek > 0>> and <<print _cumWeek+_outputCum>> liters of cum<</if>> this week. <<if $inflatedSlavesMilk > 0>> - _outputMilk liters of milk were pumped into your penthouse for filling slaves this week. + _outputMilk liters of milk were pumped into your penthouse for filling slaves this week. <</if>> <<if $inflatedSlavesCum > 0>> <<if $inflatedSlavesMilk > 0>>and <</if>>_outputCum liters of cum were pumped into your penthouse<<if $inflatedSlavesMilk > 0>> as well<<else>> this week<</if>>. diff --git a/src/uncategorized/dispensary.tw b/src/uncategorized/dispensary.tw index ef795cec3281c627de068f313655c43557cf40a6..291920df0941a65ddaab8534da38b10c4195dacd 100644 --- a/src/uncategorized/dispensary.tw +++ b/src/uncategorized/dispensary.tw @@ -590,7 +590,7 @@ Implant Production The fabricator is capable of producing supportive mesh uterine implants. <br> <</if>> - + <</if>> <<if $geneticMappingUpgrade == 1>> diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw index aef3c9b869a54bc14787dce52aaffc50d4aa80c7..8b8a127ead3a768f6ed9ea2ed4a3f53fa0bf55e4 100644 --- a/src/uncategorized/main.tw +++ b/src/uncategorized/main.tw @@ -180,7 +180,7 @@ __''MAIN MENU''__ //[[Summary Options]]// | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+_BG+"],$nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <<if $slaves[_BG].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <</if>> /*check*/ @@ -262,7 +262,7 @@ __''MAIN MENU''__ //[[Summary Options]]// <</if>> <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <</if>> /*check*/ @@ -284,7 +284,7 @@ __''MAIN MENU''__ //[[Summary Options]]// <</if>> <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <</if>> /*check*/ @@ -369,7 +369,7 @@ __''MAIN MENU''__ //[[Summary Options]]// <<include "Slave Summary">> </div> </div> - + <div id="work a glory hole" class="tabcontent"> <div class="content"> <<if $showTipsFromEncy != 0>> @@ -489,7 +489,7 @@ Filter by assignment: | <</if>> <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <</if>> /*check*/ @@ -511,7 +511,7 @@ Filter by assignment: | <</if>> <<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>> <<if $slaves[$i].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <</if>> /*check*/ @@ -543,12 +543,12 @@ Filter by assignment: | | <<print "[[Use her holes|FButt][$activeSlave = $slaves["+_BG+"],$nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <<if $slaves[_BG].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <</if>> <<if canDoVaginal($slaves[_BG]) || canDoAnal($slaves[_BG])>> <<if $slaves[_BG].belly >= 300000>> - | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> + | <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">> <</if>> <</if>> /*check*/ diff --git a/src/uncategorized/manageArcology.tw b/src/uncategorized/manageArcology.tw index 4e2ac3862c4bda2add287c2fdf7f87c0f413f371..4a4fa1d7ae2381491a660bdbbf536d23f1d56236 100644 --- a/src/uncategorized/manageArcology.tw +++ b/src/uncategorized/manageArcology.tw @@ -300,5 +300,5 @@ During all battles you lost a total of <<print commaNum($militiaTotalCasualties Your arcology is named <<textbox "$arcologies[0].name" $arcologies[0].name "Manage Arcology">> <<if $cheatMode == 1 && $seeExtreme == 1>> - <br><br>[[Host Dinner Party|Dinner Party Preperations]] + <br><br>[[Host Dinner Party|Dinner Party Preparations]] <</if>> diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index debab5d6d28b2f66c946638e9b9c86e723f84273..082cf4221d6fb593cc5591b96f7028d733c65876 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -233,28 +233,29 @@ A 1% interest in $activeArcology.name is worth <<print cashFormat(_ownershipCost <br> <<for $j = 0; $j < $leaders.length; $j++>> <<if $activeArcology.leaderID == $leaders[$j].ID>> - Your agent @@.deeppink;<<= SlaveFullName($leaders[$j])>>@@ is running this arcology. [[Recall and reenslave her|Agent Retrieve]] - <span id="rename"> | <<link "Instruct her to rename the arcology">><<replace #rename>> | <<textbox "$activeArcology.name" $activeArcology.name>> [[Confirm name|Neighbor Interact]]<</replace>><</link>></span> - <br>Her <<if $leaders[$j].intelligence > 95>>brilliance<<else>>intelligence<</if>> and education are the most important qualities for her. + <<setLocalPronouns $leaders[$j]>> + Your agent @@.deeppink;<<= SlaveFullName($leaders[$j])>>@@ is running this arcology. [["Recall and reenslave " + $him|Agent Retrieve]] + <span id="rename"> | <<link "Instruct $him to rename the arcology">><<replace #rename>> | <<textbox "$activeArcology.name" $activeArcology.name>> [[Confirm name|Neighbor Interact]]<</replace>><</link>></span> + <br>$His <<if $leaders[$j].intelligence > 95>>brilliance<<else>>intelligence<</if>> and education are the most important qualities for $him. <<if $leaders[$j].actualAge > 35>> - As with the Head Girl position, her age and experience lend her leadership weight. + As with the Head Girl position, $his age and experience lend $him leadership weight. <</if>> <<if $leaders[$j].career == "an arcology owner">> - Her career as an arcology owner herself is, obviously, useful to her. + $His career as an arcology owner $himself is, obviously, useful to $him. <<elseif setup.HGCareers.includes($leaders[$j].career)>> - Her career in leadership helps her. + $His career in leadership helps $him. <</if>> <<if $leaders[$j].fetishStrength > 95>> <<if ($leaders[$j].fetish == "dom") || ($leaders[$j].fetish == "sadist")>> - Her sexually dominant fetish helps her fill a leadership role. + $His sexually dominant fetish helps $him fill a leadership role. <<elseif ($leaders[$j].fetish == "submissive") || ($leaders[$j].fetish == "masochist")>> - Unfortunately, she has an inappropriate fetish for a leader. + Unfortunately, $he has an inappropriate fetish for a leader. <<else>> - Her sexual fetishes will influence how she leads the arcology. + $His sexual fetishes will influence how $he leads the arcology. <</if>> <</if>> <<if $leaders[$j].energy > 95>> - Finally, her sexual depravity lets her fit into arcology society naturally. + Finally, $his sexual depravity lets $him fit into arcology society naturally. <</if>> <</if>> <</for>> diff --git a/src/uncategorized/pBombing.tw b/src/uncategorized/pBombing.tw index 3620462553685fbbec81d828b62073fc20dcf7bd..d89dae96cc9d3ae86c93b0a5b00bbcac2b47b8e6 100644 --- a/src/uncategorized/pBombing.tw +++ b/src/uncategorized/pBombing.tw @@ -62,9 +62,9 @@ The implant is small, and went off too far ahead to do anything more than stun. <<set $activeSlave = $Bodyguard>> <<include "Remove activeSlave">> <</if>> /* closes $Bodyguard != 0 */ - + <<elseif $personalArms > 0>> - You are prepared for this exigency. Your handsome clothing conceals a small but very powerful pistol. This fact comes slowly back to you as your ears and mind shake off the blast effects. There is something important about this fact, but you are having trouble thinking of it. Eventually, you remember, and groggily draw and level the weapon. Its rocket-assisted slugs detonate on contact, assisting your impaired marksmanship by causing fatal damage regardless of shot placement. You are alive, and you are not permanently damaged, which is more than can be said for your assailants, who have with the assistance of your weapon redecorated this area of the club in red tones. There is some @@.red;minor property damage@@ to repair, but no lasting harm. + You are prepared for this exigency. Your handsome clothing conceals a small but very powerful pistol. This fact comes slowly back to you as your ears and mind shake off the blast effects. There is something important about this fact, but you are having trouble thinking of it. Eventually, you remember, and groggily draw and level the weapon. Its rocket-assisted slugs detonate on contact, assisting your impaired marksmanship by causing fatal damage regardless of shot placement. You are alive, and not permanently damaged, which is more than can be said for your assailants, who have, with the assistance of your weapon, redecorated this area of the club in red tones. There is some @@.red;minor property damage@@ to repair, but no lasting harm. <<set $cash -= 1000>> <<elseif $mercenaries > 0>> diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw index 8f3ee0928e587b0f65a2a917b1e6ef098bdc2c9b..997adf27f6c23839253266c51ddb5d95bbea0505 100644 --- a/src/uncategorized/pHostageAcquisition.tw +++ b/src/uncategorized/pHostageAcquisition.tw @@ -329,7 +329,7 @@ Your hired mercenaries are en route now with your precious cargo. <<set $activeSlave.trust = 80>> Your mercenaries radio you upon arrival. "We have a problem, sir. This one is a fighter, she already broke one of our guy's jaw. We think she is tranq'd and restrained enough to bring in. Please be ready." Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!" - The mercenary captain is thrown back as she explodes her restraints, having been preparing to gag her. The rest of the troop center their weapons on her, forcing her to back down. She glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. She grunts as she exits the office for the slave quarters, stopping in the doorway. "I'll be your slave, but you're going to be sorry.". With a hand on each doorframe, she rips it out of the wall. She lets out a single laugh while scowling at you. She is thin and extremely muscular, a stark difference from the soft, chubby girl you used to know; she certainly doesn't think the same anymore, either. Odds are high that she'll cause problems for you in the future, given her hatred for you and her frightening strength. + The mercenary captain is thrown back as she explodes her restraints, having been preparing to gag her. The rest of the troop center their weapons on her, forcing her to back down. She glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. She grunts as she exits the office for the slave quarters, stopping in the doorway. "I'll be your slave, but you're going to be sorry.". With a hand on each door frame, she rips it out of the wall. She lets out a single laugh while scowling at you. She is thin and extremely muscular, a stark difference from the soft, chubby girl you used to know; she certainly doesn't think the same anymore, either. Odds are high that she'll cause problems for you in the future, given her hatred for you and her frightening strength. <</if>> <<case "Cummunism">> <<set $activeSlave.health = -30>> @@ -382,7 +382,7 @@ Your hired mercenaries are en route now with your precious cargo. <<set $activeSlave.trust = 100>> Your mercenaries radio you upon arrival. "We have a problem, sir. This one is a fighter, she already broke one of our guy's jaw. We think she is tranq'd and restrained enough to bring in. Please be ready." Upon seeing you, $activeSlave.slaveName's eyes fill with a distinct hatred. As you step forward, she stands her ground. After several steps, she shouts "Stay away from me, you sick fuck! I'll never be a cow again. DON'T YOU DARE TOUCH ME!" - The mercenary captain is thrown back as she explodes her restraints, having been preparing to gag her. The rest of the troop center their weapons on her, forcing her to back down. She glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. She grunts as she exits the office for the slave quarters, stopping in the doorway. "I'll be your slave, but you're going to be sorry.". With a hand on each doorframe, she rips it out of the wall. She lets out a single laugh while scowling at you. She is thin and extremely muscular, a stark difference from the soft, chubby girl you used to know; she certainly doesn't think the same anymore, either. Odds are high that she'll cause problems for you in the future, given her hatred for you and her frightening strength. + The mercenary captain is thrown back as she explodes her restraints, having been preparing to gag her. The rest of the troop center their weapons on her, forcing her to back down. She glares at you as the captain picks himself up and exits your penthouse, leaving you with the enraged $activeSlave.slaveName. She grunts as she exits the office for the slave quarters, stopping in the doorway. "I'll be your slave, but you're going to be sorry.". With a hand on each door frame, she rips it out of the wall. She lets out a single laugh while scowling at you. She is thin and extremely muscular, a stark difference from the soft, chubby girl you used to know; she certainly doesn't think the same anymore, either. Odds are high that she'll cause problems for you in the future, given her hatred for you and her frightening strength. <</if>> <<case "Chattel Religionism">> <<set $activeSlave.health = 50>> diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index 4ee38417a8fdac60781c1f97c1ba9f1d15600944..c20e9b87e588dbf13cfd490365b36dc02142a8a3 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -31,21 +31,21 @@ You receive an official communication from a popular talk show e-hosted in one o <br> $He <<if $activeSlave.bellyPreg >= 1000000>> - barely waddles out, arms resting atop her _belly belly, + barely waddles out, arms resting atop $his _belly belly, <<elseif $activeSlave.bellyPreg >= 750000>> - barely waddles out, arms struggling to lift her _belly, absolutely child stuffed belly as she lewdly caresses it, + barely waddles out, arms struggling to lift $his _belly, absolutely child stuffed belly as she lewdly caresses it, <<elseif $activeSlave.bellyPreg >= 600000>> - waddles out, arms cradling her _belly, absolutely child stuffed belly as best she can as she lewdly caresses its sides, + waddles out, arms cradling $his _belly, absolutely child stuffed belly as best she can as she lewdly caresses its sides, <<elseif $activeSlave.bellyPreg >= 450000>> - waddles out, arms cradling her _belly, absolutely child stuffed belly as she lewdly sways it side to side, + waddles out, arms cradling $his _belly, absolutely child stuffed belly as she lewdly sways it side to side, <<elseif $activeSlave.bellyPreg >= 300000>> - strides out, arms cradling her _belly, absolutely child stuffed belly as she lewdly sways it side to side, + strides out, arms cradling $his _belly, absolutely child stuffed belly as she lewdly sways it side to side, <<elseif $activeSlave.bellyPreg >= 150000>> - strides out with an exaggerated gait, purposefully swaying her _belly, child stuffed belly from side to side, + strides out with an exaggerated gait, purposefully swaying $his _belly, child stuffed belly from side to side, <<elseif $activeSlave.belly >= 150000>> - strides out, her _belly belly swaying side to side lewdly, + strides out, $his _belly belly swaying side to side lewdly, <<elseif $activeSlave.belly >= 5000>> - strides out, sensually swaying her round belly side to side, + strides out, sensually swaying $his round belly side to side, <<else>> strides out <</if>> diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw index 253feefba0a34e4f1a496ac3670534d5e8f43a73..c3680abf0bd6261302c90660f81390d201a6e842 100644 --- a/src/uncategorized/pePitFight.tw +++ b/src/uncategorized/pePitFight.tw @@ -102,7 +102,7 @@ Across the ring, $his opponent's owner nods civilly to you and examines $activeS <</if>> <<if $activeSlave.labor == 1>> $He's feeling labor pains. $His child<<if $activeSlave.pregType > 1>>ren are<<else>> is<</if>> ready to be born. -<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth && $activeSlave.pregControl != "labor supressors">> +<<elseif $activeSlave.preg >= $activeSlave.pregData.normalBirth && $activeSlave.pregControl != "labor suppressors">> $He'll be going into labor any time now and $he knows it. <</if>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index fe6dcdf4ca7cfeeae6f948ebd49ef92aa33d2dcd..08c291d4f03a845fd787663d86673f0d4c888ab0 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -12,7 +12,7 @@ You are starting to feel better. It's very likely you will be back to full working order within the next week. <<elseif $PCWoundCooldown == 0>> <<set $PCWounded = 0>> - You finally recovered from your injuries. + You have finally recovered from your injuries. <<else>> Your trusted physician believes it will still take a few weeks to fully recover. <</if>> diff --git a/src/uncategorized/personalAttentionSelect.tw b/src/uncategorized/personalAttentionSelect.tw index a1a4bea776a9354aed91721de2f09f72a217775a..e0a31fca098cb0981e4d3eb121b8b360f0aeb201 100644 --- a/src/uncategorized/personalAttentionSelect.tw +++ b/src/uncategorized/personalAttentionSelect.tw @@ -21,15 +21,12 @@ <br>[[Have as much sex with your slaves as possible|Main][$personalAttention = "sex"]] <<if $proclamationsCooldown == 0 && $secExp == 1>> <br>[[Issue a proclamation|proclamations]] - <br> - <br> + <br><br> <<elseif $secExp == 1>> <br>It's too early to issue another proclamation. Another will be available in <<if $proclamationsCooldown == 1>> one week.<<else>> $proclamationsCooldown weeks.<</if>> - <br> - <br> + <br><br> <<else>> - <br> - <br> + <br><br> <</if>> @@ -193,70 +190,72 @@ <</if>> <<capture $activeSlave, _i>> - + <<if _i > 0>><br><br><</if>> - + + <<setLocalPronouns $activeSlave>> + You will give ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' your personal attention this week. - + Your training will seek to <<span "training"+_i>><strong>$personalAttention[_i].trainingRegimen</strong><</span>>. <br>Change training objective: <br> <<if ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>> - <<link "Break her will">><<set $personalAttention[_i].trainingRegimen = "break her will">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + <<link "Break $his will">><<set $personalAttention[_i].trainingRegimen = "break her will">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> | <<link "Use enhanced breaking techniques">><<set $personalAttention[_i].trainingRegimen = "harshly break her will">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<else>> - <<link "Build her devotion">><<set $personalAttention[_i].trainingRegimen = "build her devotion">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + <<link "Build $his devotion">><<set $personalAttention[_i].trainingRegimen = "build her devotion">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <br> <<if $activeSlave.fetishKnown == 0 || $activeSlave.attrKnown == 0>> - <<link "Explore her sexuality and fetishes">><<set $personalAttention[_i].trainingRegimen = "explore her sexuality">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + <<link "Explore $his sexuality and fetishes">><<set $personalAttention[_i].trainingRegimen = "explore her sexuality">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<else>> - //You already understand her sexuality// + //You already understand $his sexuality// <</if>> <<if ($activeSlave.behavioralFlaw != "none")>> <br> - <<link "Remove her behavioral flaw">><<set $personalAttention[_i].trainingRegimen = "fix her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + <<link "Remove $his behavioral flaw">><<set $personalAttention[_i].trainingRegimen = "fix her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<if ($activeSlave.devotion < -20)>> - | //She must be broken before her flaws can be softened// + | //$He must be broken before $his flaws can be softened// <<else>> - | <<link "Soften her behavioral flaw">><<set $personalAttention[_i].trainingRegimen = "soften her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + | <<link "Soften $his behavioral flaw">><<set $personalAttention[_i].trainingRegimen = "soften her behavioral flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <</if>> <<if ($activeSlave.sexualFlaw != "none")>> <br> - <<link "Remove her sexual flaw">><<set $personalAttention[_i].trainingRegimen = "fix her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + <<link "Remove $his sexual flaw">><<set $personalAttention[_i].trainingRegimen = "fix her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <<if ($activeSlave.devotion < -20)>> <<if ($activeSlave.behavioralFlaw == "none")>> - | //She must be broken before her flaws can be softened// + | //$He must be broken before $his flaws can be softened// <</if>> - <<elseif ["cum addict", "anal addict", "attention whore", "breast growth", "abusive", "malicious", "self hating", "neglectful", "breeder"].includes($activeSlave.sexualFlaw)>> + <<elseif ["abusive", "anal addict", "attention whore", "breast growth", "breeder", "cum addict", "malicious", "neglectful", "self hating"].includes($activeSlave.sexualFlaw)>> | //Paraphilias cannot be softened// <<else>> - | <<link "Soften her sexual flaw">><<set $personalAttention[_i].trainingRegimen = "soften her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + | <<link "Soften $his sexual flaw">><<set $personalAttention[_i].trainingRegimen = "soften her sexual flaw">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <</if>> <br> <<if ($activeSlave.analSkill >= 100) && ($activeSlave.oralSkill >= 100) && ($activeSlave.vaginalSkill >= 100) && ($activeSlave.whoreSkill > 0) && ($activeSlave.entertainSkill > 0)>> - //She knows all the skills you can teach// + //$He knows all the skills you can teach// <<elseif ($activeSlave.analSkill >= 100) && ($activeSlave.oralSkill >= 100) && ($activeSlave.whoreSkill > 0) && ($activeSlave.entertainSkill > 0) && ($activeSlave.vagina == -1) && ($activeSlave.balls == 0)>> - //She knows all the skills you can teach a gelded slave// + //$He knows all the skills you can teach a gelded slave// <<elseif ($activeSlave.analSkill >= 100) && ($activeSlave.oralSkill >= 100) && ($activeSlave.whoreSkill > 0) && ($activeSlave.entertainSkill > 0) && ($activeSlave.vagina == -1)>> - //She knows all the skills you can teach a shemale slave// + //$He knows all the skills you can teach a shemale slave// <<elseif ($activeSlave.analSkill >= 100) && ($activeSlave.oralSkill >= 100) && ($activeSlave.whoreSkill > 0) && ($activeSlave.entertainSkill > 0) && ($activeSlave.vaginalAccessory == "chastity belt")>> - //She knows all the skills you can teach while she's wearing a chastity belt// + //$He knows all the skills you can teach while $he's wearing a chastity belt// <<elseif ($activeSlave.devotion <= 20) && ($activeSlave.trust >= -20)>> - //She's too disobedient to learn sex skills// + //$He's too disobedient to learn sex skills// <<else>> - <<link "Teach her">><<set $personalAttention[_i].trainingRegimen = "learn skills">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + <<link "Teach $him">><<set $personalAttention[_i].trainingRegimen = "learn skills">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <</if>> <br> - <<link "Care for her">><<set $personalAttention[_i].trainingRegimen = "look after her">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> + <<link "Care for $him">><<set $personalAttention[_i].trainingRegimen = "look after her">><<replace `"#training"+_i`>><strong>$personalAttention[_i].trainingRegimen</strong><</replace>><</link>> <br> Induce a flaw: @@ -351,7 +350,7 @@ <</for>> <</if>> /* CLOSES NO SLAVE SELECTED */ -<br><br>__Select a slave to train:__ <<if $PC.slaving >= 100>>//Your @@.springgreen;slaving experience@@ allows you to divide your attention between more than one slave each week, with slightly reduced efficiency//<</if>> +<br><br>__Select a slave to train:__ <<if $PC.slaving >= 100>>//Your @@.springgreen;slaving experience@@ allows you to divide your attention between more than one slave each week, with slightly reduced efficiency//<</if>> <<include "Slave Summary">> <br> diff --git a/src/uncategorized/pit.tw b/src/uncategorized/pit.tw index 49afe4c0ba3318d7ab6b3dddcbc4217b8536493b..cbbbfae695f8b7a786b69b2518c6ba7984fdde5e 100644 --- a/src/uncategorized/pit.tw +++ b/src/uncategorized/pit.tw @@ -42,7 +42,7 @@ $pitNameCaps is clean and ready, <br> <<if $pitBG == 0>> <<if $pitAnimal == 0>> - Two fighters will be selected from the pool at random. + Two fighters will be selected from the pool at random. <<if $Bodyguard != 0>>[[Guarantee your Bodyguard a slot|Pit][$pitBG = 1, $pitAnimal = 0]]<</if>> <<if $Bodyguard != 0 && ($activeCanine != 0 || $activeHooved != 0 || $activeFeline != 0)>> | <</if>> <<if $activeCanine != 0 || $activeHooved != 0 || $activeFeline != 0>>[[Have a slave fight an animal|Pit][$pitBG = 0, $pitAnimal = 1]]<</if>> @@ -65,7 +65,7 @@ $pitNameCaps is clean and ready, <<else>> <<if $pitAnimal == 0>> Fighters will use their fists and feet, and fights will be to submission. [[Lethal|Pit][$pitLethal = 1]] - + <br> <<if $pitVirginities == 0>> ''No'' virginities of the loser will be respected. @@ -73,12 +73,12 @@ $pitNameCaps is clean and ready, [[Anal|Pit][$pitVirginities = 2]] | [[All|Pit][$pitVirginities = 3]] <<elseif $pitVirginities == 1>> - ''Vaginal'' viriginity of the loser will be respected. + ''Vaginal'' virginity of the loser will be respected. [[Neither|Pit][$pitVirginities = 0]] | [[Anal|Pit][$pitVirginities = 2]] | [[All|Pit][$pitVirginities = 3]] <<elseif $pitVirginities == 2>> - ''Anal'' viriginity of the loser will be respected. + ''Anal'' virginity of the loser will be respected. [[Neither|Pit][$pitVirginities = 0]] | [[Vaginal|Pit][$pitVirginities = 1]] | [[All|Pit][$pitVirginities = 3]] @@ -108,14 +108,14 @@ $pitNameCaps is clean and ready, <<if $pitLethal == 1>> <<if $pitAnimalType == $activeCanine.type>> <<if $activeCanine.species != "dog">> - Your slave will fight a ''$activeCanine.species''. + Your slave will fight a ''$activeCanine.species''. $activeCanine.speciesCap <<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>> - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small for your slave to fight// + //House cats are too small for your slave to fight// <</if>> <</if>> <<else>> @@ -123,51 +123,51 @@ $pitNameCaps is clean and ready, Your slave will fight a ''$activeCanine.breed''. $activeCanine.breed <<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>> - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small for your slave to fight// + //House cats are too small for your slave to fight// <</if>> <</if>> <<else>> //<<print $activeCanine.breed>>s are too small for your slave to fight// <<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>> - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small for your slave to fight// + //House cats are too small for your slave to fight// <</if>> <</if>> <</if>> <</if>> <<elseif $pitAnimalType == $activeHooved.type>> - Your slave will fight a ''$activeHooved.species''. + Your slave will fight a ''$activeHooved.species''. <<if _CL > 0>> <<if $activeCanine.species != "dog">> - [["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] | + [["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] | <<else>> <<if _animalEligible == 1>> - [["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] | + [["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] | <<else>> - //<<print $activeCanine.breed>>s are too small for your slave to fight// | + //<<print $activeCanine.breed>>s are too small for your slave to fight// | <</if>> <</if>> <</if>> $activeHooved.speciesCap - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small for your slave to fight// + //House cats are too small for your slave to fight// <</if>> <</if>> <<elseif $pitAnimalType == $activeFeline.type>> <<if $activeFeline.species != "cat">> - Your slave will fight a ''$activeFeline.species''. + Your slave will fight a ''$activeFeline.species''. <<else>> - //Housecats are too small for your slave to fight// + //House cats are too small for your slave to fight// <</if>> <<if _CL > 0>> <<if $activeCanine.species != "dog">> @@ -184,10 +184,10 @@ $pitNameCaps is clean and ready, <<if $activeFeline.species != "cat">> $activeFeline.speciesCap <<else>> - //Housecats are too small for your slave to fight// + //House cats are too small for your slave to fight// <</if>> <<else>> - Select an animal for your slave to fight. + Select an animal for your slave to fight. <<if _CL > 0>> <<if $activeCanine.species != "dog">> [["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] @@ -208,7 +208,7 @@ $pitNameCaps is clean and ready, <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small for your slave to fight// + //House cats are too small for your slave to fight// <</if>> <</if>> @@ -216,66 +216,66 @@ $pitNameCaps is clean and ready, <<elseif $pitLethal == 0>> <<if $pitAnimalType == $activeCanine.type>> <<if $activeCanine.species != "dog">> - Your slave will try to avoid being used by a ''$activeCanine.species''. + Your slave will try to avoid being used by a ''$activeCanine.species''. $activeCanine.speciesCap <<else>> <<if _animalEligible == 1>> Your slave will try to avoid being used by a ''$activeCanine.breed''. $activeCanine.breed <<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>> - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small to use your slave// + //House cats are too small to use your slave// <</if>> <</if>> <<else>> //<<print $activeCanine.breed>>s are too small to use your slave// <<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>> - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small to use your slave// + //House cats are too small to use your slave// <</if>> <</if>> <</if>> <</if>> <<if _HL > 0>> | [["" + $activeHooved.speciesCap + ""|Pit][$pitAnimalType = "hooved"]]<</if>> - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small to use your slave// + //House cats are too small to use your slave// <</if>> <</if>> <<elseif $pitAnimalType == $activeHooved.type>> - Your slave will try to avoid being used by a ''$activeHooved.species''. + Your slave will try to avoid being used by a ''$activeHooved.species''. <<if _CL > 0>> <<if $activeCanine.species != "dog">> - [["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] | + [["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] | <<else>> <<if _animalEligible == 1>> - [["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] | + [["" + $activeCanine.breed + ""|Pit][$pitAnimalType = "canine"]] | <<else>> - //<<print $activeCanine.breed>>s are too small for your slave to fight// | + //<<print $activeCanine.breed>>s are too small for your slave to fight// | <</if>> <</if>> <</if>> $activeHooved.speciesCap - <<if _FL > 0>> | + <<if _FL > 0>> | <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small to use your slave// + //House cats are too small to use your slave// <</if>> <</if>> <<elseif $pitAnimalType == $activeFeline.type>> <<if $activeFeline.species != "cat">> - Your slave will try to avoid being used by a ''$activeFeline.species''. + Your slave will try to avoid being used by a ''$activeFeline.species''. <<else>> - //Housecats are too small to use your slave// + //House cats are too small to use your slave// <</if>> <<if _CL > 0>> <<if $activeCanine.species != "dog">> @@ -292,10 +292,10 @@ $pitNameCaps is clean and ready, <<if $activeFeline.species != "cat">> $activeFeline.speciesCap <<else>> - //Housecats are too small to use your slave// + //House cats are too small to use your slave// <</if>> <<else>> - Select an animal for your slave to try to avoid. + Select an animal for your slave to try to avoid. <<if _CL > 0>> <<if $activeCanine.species != "dog">> [["" + $activeCanine.speciesCap + ""|Pit][$pitAnimalType = "canine"]] @@ -316,7 +316,7 @@ $pitNameCaps is clean and ready, <<if $activeFeline.species != "cat">> [["" + $activeFeline.speciesCap + ""|Pit][$pitAnimalType = "feline"]] <<else>> - //Housecats are too small to use your slave// + //House cats are too small to use your slave// <</if>> <</if>> <</if>> diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw index dd9828d2f17d718fc93a26d38a773828411ed4db..64e7f41100b188d8dd807f4d4bbd58654ab6887f 100644 --- a/src/uncategorized/policies.tw +++ b/src/uncategorized/policies.tw @@ -217,7 +217,7 @@ <br>''Motherly Preference:'' you are using your personal influence to spur interest in MILFs. [[Repeal|Policies][$arcologies[0].FSRepopulationFocusMilfPolicy = 0]] <</if>> - + <<if $arcologies[0].FSEgyptianRevivalistIncestPolicy == 1>> <br>''Incest Encouragement:'' you are using your personal influence to spur interest in incest. [[Repeal|Policies][$arcologies[0].FSEgyptianRevivalistIncestPolicy = 0]] @@ -968,7 +968,7 @@ <br>''Motherly Preference:'' you will use your personal influence to spur interest in MILFs. [[Implement|Policies][$arcologies[0].FSRepopulationFocusMilfPolicy = 1, $cash -=5000, $rep -= 1000]] <</if>> - + <<if $arcologies[0].FSEgyptianRevivalistIncestPolicy == 0 && $arcologies[0].FSEgyptianRevivalist == "unset">> <br>''Incest Encouragement:'' you will use your personal influence to spur interest in incest. [[Implement|Policies][$arcologies[0].FSEgyptianRevivalistIncestPolicy = 1, $cash -=5000, $rep -= 1000]] diff --git a/src/uncategorized/reAWOL.tw b/src/uncategorized/reAWOL.tw index e71e0d2749b6eb6f0e039558527698f3cd473033..eaf81637dc22d8cf1ef795d72ee4442a5e56affb 100644 --- a/src/uncategorized/reAWOL.tw +++ b/src/uncategorized/reAWOL.tw @@ -62,7 +62,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <<link "Let them go">> <<replace "#result">> - You inform your personal assistant that you aren't planning to take any action. By the next morning, word has spread to the rest of your arcology that crossing you is apparently permissible and your @@.red;reputation has suffered@@ as a result. + You inform your personal assistant that you aren't planning to take any action. By the next morning, word has spread to the rest of your arcology that crossing you is apparently permissible and your @@.red;reputation has suffered@@ as a result. <<set $rep -= 1000>> <</replace>> <</link>> @@ -99,7 +99,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <</link>> <br> - + <<link "You want $him alive">> <<replace "#SFresult">> It doesn't take long for a squad of $SF.Lower to track $him down. Soon you have the troublesome turncoat before you in chains. @@ -154,7 +154,7 @@ Your window of opportunity to act is closing. If you have plans for punishing th <</link>> <br> - + <<link "You want $him alive">> <<replace "#bountyresult">> It doesn't take long for some hired guns, motivated by the bounty, to track $him down. Soon you have the troublesome turncoat before you in chains. diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw index b1063bf39187c08e89e0d9a2fc31e86bd6d4c4d9..8c19c6e1d78c0e473e3c9ec00876166ee3adee3e 100644 --- a/src/uncategorized/rePokerNight.tw +++ b/src/uncategorized/rePokerNight.tw @@ -49,9 +49,9 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <</link>> <br> - + <<link "Up the ante">> - + <<set $activeSlaveOneTimeMinAge = 38>> <<set $activeSlaveOneTimeMaxAge = 43>> <<set $one_time_age_overrides_pedo_mode = 1>> @@ -91,7 +91,7 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <<set $activeSlave.hStyle = "shaved into a mohawk">> <<set $activeSlave.customTat = "She has a number of tattoos from a variety of mercenary companies.">> <<setLocalPronouns $activeSlave>> - + <<replace "#bountyresult">> Some aggressive play and an eye for riling up your fellow players has resulted in an immense payout, and all but one of your adversaries have folded as the situation has escalated. The only player still in contention is a wily old mercenary, the veteran of $his fair share of battles on the battlefield and at the poker table. $He's short on chips, however, and $he'll have to buy in with something else as collateral. <br><br> @@ -124,13 +124,13 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <</replace>> <</link>> - </span> - <</replace>> - <</link>> + </span> + <</replace>> + <</link>> - </span> - <</replace>> + </span> + <</replace>> <</link>> // It will cost <<print cashFormat(5000)>> to participate in the poker night.// -<</if>> +<</if>> -</span> +</span> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index bbf6e154d56dbaff331d477250ac863135340609..6324f4503ced6cfddbc3b985436c712de403bb81 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -730,7 +730,7 @@ $He's got a <<elseif $activeSlave.buttImplant == 2>> $He has enormous butt implants. <<elseif $activeSlave.buttImplant > 2>> - $He has + $He has <<if $activeSlave.buttImplantType == 1>> massively engorged butt implants <<else>> @@ -895,7 +895,7 @@ Work on $his sex: <<elseif $activeSlave.broodmother > 0>> $He has been made into a <<if $activeSlave.broodmother > 1>>hyper-<</if>>broodmother. <<if $activeSlave.womb.length == 0 >> - [[Remove a pregnancy generator|Surgery Degradation][$activeSlave.preg = 0,$activeSlave.pregWeek = -2,$activeSlave.pregSource = 0,$activeSlave.pregWeek = 0,$activeSlave.pregKnown = 0,$activeSlave.pregType = 0,$activeSlave.broodmother = 0,$activeSlave.broodmotherFetuses = 0,$activeSlave.broodmotherOnHold = 0,$cash -= $surgeryCost,$activeSlave.pregControl = "none",$activeSlave.health -= 10,$surgeryType = "pregRemove"]] + [[Remove a pregnancy generator|Surgery Degradation][$activeSlave.preg = 0,$activeSlave.pregWeek = -2,$activeSlave.pregSource = 0,$activeSlave.pregWeek = 0,$activeSlave.pregKnown = 0,$activeSlave.pregType = 0,$activeSlave.broodmother = 0,$activeSlave.broodmotherFetuses = 0,$activeSlave.broodmotherOnHold = 0,$cash -= $surgeryCost,$activeSlave.pregControl = "none",$activeSlave.health -= 10,$surgeryType = "pregRemove"]] <<else>> $He is pregnant right now, so $his broodmother implant can't be safely extracted. <<if $activeSlave.broodmother == 1 && $activeSlave.broodmotherFetuses == 1>> /*hack can be applied only one time, for type 1 broodmothers, and only if implant already present*/ @@ -1031,10 +1031,10 @@ Work on $his sex: <<if ($activeSlave.balls > 0)>> <<if ($activeSlave.balls == 1)>> <br> - $His testicles are vestigial, but $he has balls. Technically. They are + $His testicles are vestigial, but $he has balls. Technically. They are <<elseif ($activeSlave.balls > 1)>> <br> - $He has testicles + $He has testicles <</if>> <<if ($activeSlave.scrotum > 0)>> located in $his scrotum. @@ -1058,13 +1058,13 @@ Work on $his sex: <</if>> <<if ($seeExtreme == 1)>> <<if ($activeSlave.scrotum > 0)>> - | + | <</if>> [[Geld|Surgery Degradation][$activeSlave.balls = 0,$activeSlave.ballType = "human",$activeSlave.scrotum = 0,$activeSlave.vasectomy = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "geld"]] <</if>> <<if $activeSlave.ballType != "sterile">> <<if ($activeSlave.scrotum > 0)>> - | + | <</if>> [[Chemically castrate|Surgery Degradation][$activeSlave.ballType = "sterile",$cash -= $surgeryCost, $surgeryType = "chem castrate"]] <</if>> @@ -1257,15 +1257,15 @@ Work on $him structurally: <br> <<if $activeSlave.indentureRestrictions < 1>> <<if ($activeSlave.shoulders < -1)>> - $He has very narrow shoulders. + $He has very narrow shoulders. <<elseif ($activeSlave.shoulders < 0)>> - $He has narrow shoulders. + $He has narrow shoulders. <<elseif ($activeSlave.shoulders < 1)>> - $He has average shoulders. + $He has average shoulders. <<elseif ($activeSlave.shoulders < 2)>> - $He has broad shoulders. + $He has broad shoulders. <<elseif ($activeSlave.shoulders == 2)>> - $He has very broad shoulders. + $He has very broad shoulders. <</if>> <<if ($activeSlave.shouldersImplant == 0)>> $He has a natural shoulder structure. @@ -1485,7 +1485,7 @@ Work on $him structurally: The prosthesis facility is not currently building a set of artificial limbs for $him. <br> Construct prosthetics: - + <<if $activeSlave.amp != -1>> <<set _rems = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -1; })>> <<if _rems == -1>> @@ -1498,7 +1498,7 @@ Work on $him structurally: <</link>> //Costs <<print cashFormat(10000)>> and will take 4 weeks// <</if>> <</if>> - + <<if $prostheticsUpgrade > 1>> <<if $activeSlave.amp != -2>> <<set _rems = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -2; })>> @@ -1516,7 +1516,7 @@ Work on $him structurally: <</link>> //Costs <<print cashFormat(15000)>> and will take 6 weeks// <</if>> <</if>> - + <<if $activeSlave.amp != -3>> <<set _rems = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -3; })>> <<if _rems == -1>> @@ -1533,7 +1533,7 @@ Work on $him structurally: <</link>> //Costs <<print cashFormat(15000)>> and will take 6 weeks// <</if>> <</if>> - + <<if $activeSlave.amp != -4>> <<set _rems = $activeSlave.readyLimbs.findIndex(function(s) { return s.type == -4; })>> <<if _rems == -1>> @@ -1606,7 +1606,7 @@ Work on $him structurally: <<set _oldLimbs.type = $activeSlave.amp, _oldLimbs.armsTat = $activeSlave.armsTat, _oldLimbs.legsTat = $activeSlave.legsTat>> <<set $activeSlave.readyLimbs.push(_oldLimbs)>> <</if>> - + <<set _i = $limbs.findIndex(function(s) { return s.ID == $activeSlave.ID; })>> <<switch $limbs[_i].type>> @@ -1653,7 +1653,7 @@ Work on $him structurally: <<case "cyber">> <<set _newLimbs.type = -5>> <</switch>> - + <<set $activeSlave.readyLimbs.push(_newLimbs)>> <<set $limbs.deleteAt(_i), $limbsCompleted-->> <<goto "Remote Surgery">> diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index 20b786574b24b5f13049f923451905807991b026..e3215f38f544cce459d5857c81c2a71677619626 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -341,7 +341,7 @@ On formal occasions, you are announced as $PCTitle. <<if $sexualOpeness == 1>> principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge <<else>> - principle; your fecund figure exposes your willingness to be penetrated, but your + principle; your fecund figure exposes not only your willingness to be penetrated, but your <</if>> breach of eugenics. Your citizens are @@.red;livid@@ over your actions and are calling for your removal. <<set $rep -= 500>> @@ -356,14 +356,14 @@ On formal occasions, you are announced as $PCTitle. <<if $sexualOpeness == 1>> principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, a huge <<else>> - principle; your fecund figure exposes your willingness to be penetrated, but your + principle; your fecund figure exposes not only your willingness to be penetrated, but your <</if>> breach of the eugenics you are pushing for. Your citizens are @@.red;disgusted@@ by both your body and your lack of commitment. <<set $rep -= 500>> <<set $failedElite += 50>> <</if>> <<elseif $arcologies[0].FSRepopulationFocus >= 60>> - Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@.green;pleased@@ with your dedication than it is disappointed in your + Most prominent female owners avoid being penetrated on principle, but your arcology values motherhood so much that it is more @@.green;pleased@@ with your dedication than it is disappointed in your <<if $sexualOpeness == 1>> suspected slave baby. <<else>> @@ -371,7 +371,7 @@ On formal occasions, you are announced as $PCTitle. <</if>> <<set $rep += 10>> <<else>> - Most prominent female owners avoid being penetrated on + Most prominent female owners avoid being penetrated on <<if $sexualOpeness == 1>> principle, though you choose the opposite; your fecund figure suggests a slave knocked you up, <<else>> @@ -403,7 +403,7 @@ On formal occasions, you are announced as $PCTitle. <<elseif $PC.career == "gang" || $PC.career == "BlackHat">> Your reputation is strong enough that society has come to accept your background as part of your image. <</if>> - + <<if $PCSlutContacts == 2>> You are actively starring in pornographic videos. While they are rather exclusive, @@.red;some still leak out to the public,@@ harming your image. <<set $rep -= 50>> @@ -647,7 +647,7 @@ On formal occasions, you are announced as $PCTitle. <</if>> <<if $FrigiditySMR == 1>> - Your market regulations regarding slave sex drives @@.red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available. + Your market regulations regarding slave sex drives @@.red;outrages@@ your citizens seeking sex slaves, since only slaves disinterested in sex are available. <<set $rep -= 250>> <</if>> diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index e118f83207424a96840eed360186c52ea78aa0b8..7a92e5434b04c11c361e75732efac226da40b2a6 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -27,13 +27,13 @@ <<set $slaves[$i].fetish = "submissive", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>> <</if>> <<else>> - The psychosuppressants have little effect on $his passive mind. + The psychosuppressants have little effect on $his passive mind. <</if>> <<case "hyper breast injections">> <<set $slaves[$i].chem += 2>> <<set _growth = (1+$injectionUpgrade)*3>> - $He receives @@.lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> hyper growth hormones, right into $his breasts;@@ + $He receives @@.lime;direct injections of <<if ($injectionUpgrade != 0)>> advanced<</if>> hyper growth hormones, right into $his breasts;@@ <<if ($slaves[$i].diet == "fattening")>> all the food $he's required to consume fuels growth, <<if $slaves[$i].health > -20>>and<<else>>but<</if>> <<set _growth += 6>> @@ -521,7 +521,7 @@ $His young body eagerly responds to the stimulants. <<set _ageMod = 1.5>> <<elseif $slaves[$i].physicalAge <= ($slaves[$i].pubertyAgeXY + $pubertyLength)>> - Due to $his recent puberty, $his body welcomes the treatment with open arms. + Due to $his recent puberty, $his body welcomes the treatment with open arms. <<set _ageMod = 2>> <<elseif $slaves[$i].physicalAge <= $maxGrowthAge>> With $his puberty concluded, $his body resists the stimulants. @@ -538,7 +538,7 @@ $His young body eagerly responds to the stimulants. <<set _ageMod = 1.5>> <<elseif $slaves[$i].physicalAge <= ($slaves[$i].pubertyAgeXX + $pubertyLength)>> - Due to $his recent puberty, $his body welcomes the treatment with open arms. + Due to $his recent puberty, $his body welcomes the treatment with open arms. <<set _ageMod = 2>> <<elseif $slaves[$i].physicalAge <= $maxGrowthAge>> With $his puberty concluded, $his body resists the stimulants. @@ -824,7 +824,7 @@ <<case "fertility drugs">> <<if $slaves[$i].pregKnown == 1>> - @@.yellow;$He's already pregnant, so the fertility drugs $he's on do $him no good.@@ + @@.yellow;$He's already pregnant, so the fertility drugs $he's on do $him no good.@@ <<elseif $slaves[$i].pregWeek < 0>> $He's still recovering from a recent pregnancy, so the fertility drugs $he's on do $him little good. <<elseif ($slaves[$i].preg > 1)>> @@ -1102,7 +1102,7 @@ <</if>> <</if>> -<<case "labor supressors">> +<<case "labor suppressors">> <<set $slaves[$i].chem += 2>> <<if WombBirthReady($slaves[$i], $activeSlave.pregData.normalBirth*1.5) > 0>> <<set $slaves[$i].health -= 20>> diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw index 71fdc6fce98dd11b510a6c4e100ec7068c25452c..96f0314ca8ba1a286a04fb12a6a636f9f480fe78 100644 --- a/src/uncategorized/saGuardsYou.tw +++ b/src/uncategorized/saGuardsYou.tw @@ -129,7 +129,7 @@ carries arms in your defense. <</if>> <<if $slaves[$i].labor == 1>> $He's feeling labor pains, greatly detracting from $his ability to protect you. -<<elseif $slaves[$i].preg >= $slaves[$i].pregData.normalBirth && $slaves[$i].pregControl != "labor supressors">> +<<elseif $slaves[$i].preg >= $slaves[$i].pregData.normalBirth && $slaves[$i].pregControl != "labor suppressors">> $He'll be going into labor any time now detracting from $his ability to protect you. <</if>> diff --git a/src/uncategorized/saHormoneEffects.tw b/src/uncategorized/saHormoneEffects.tw index ac801906589e1070ab13cb3ef8332dc802d22679..51054265300bf2aaf6c8c393fada3acaecf19789 100644 --- a/src/uncategorized/saHormoneEffects.tw +++ b/src/uncategorized/saHormoneEffects.tw @@ -583,7 +583,7 @@ Hormonal effects cause $his @@.orange;nipples to shrink to a more masculine size.@@ <<set $slaves[$i].nipples = "cute">> <</if>> - + <<if $slaves[$i].geneMods.NCS == 0>> <<if ($slaves[$i].dick > 0) && ($slaves[$i].dick < 5)>> Hormonal effects add @@.lime;a bit more heft to $his penis.@@ @@ -670,7 +670,7 @@ Hormonal effects cause $his @@.orange;nipples to shrink to a more masculine size.@@ <<set $slaves[$i].nipples = "cute">> <</if>> - + <<if $slaves[$i].geneMods.NCS == 0>> <<if ($slaves[$i].dick > 0) && ($slaves[$i].dick < 5)>> Hormonal effects add @@.lime;a bit more heft to $his penis.@@ @@ -754,7 +754,7 @@ Hormonal effects cause $his @@.orange;nipples to shrink to a more masculine size.@@ <<set $slaves[$i].nipples = "cute">> <</if>> - + <<if $slaves[$i].geneMods.NCS == 0>> <<if ($slaves[$i].dick > 0) && ($slaves[$i].dick < 4)>> Hormonal effects add @@.lime;a bit more heft to $his penis.@@ @@ -836,7 +836,7 @@ Hormonal effects cause $his big @@.orange;nipples to shrink to a more reasonable size.@@ <<set $slaves[$i].nipples = "cute">> <</if>> - + <<if $slaves[$i].geneMods.NCS == 0>> <<if ($slaves[$i].dick > 0) && ($slaves[$i].dick < 3)>> Hormonal effects add @@.lime;a bit more heft to $his penis.@@ diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 40ff71519088c6f09b5ade5930966266fe8fbecc..9b0d81e1fedf764525d2f7940205d44633e440e4 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -1327,7 +1327,7 @@ $He knows $he will be pregnant until $his body gives out, and @@.hotpink;$he couldn't be happier.@@ <<set _para = 1>> <<set $slaves[$i].devotion += 5>> - <<elseif $slaves[$i].pregControl == "labor supressors" && $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>> + <<elseif $slaves[$i].pregControl == "labor suppressors" && $slaves[$i].preg >= $slaves[$i].pregData.normalBirth>> Under the effects of labor suppression drugs, $he knows $he will be pregnant until you decided to allow $his birth. @@.hotpink;$He couldn't be happier.@@ <<set _para = 1>> <<set $slaves[$i].devotion += 5>> @@ -3098,7 +3098,7 @@ <<set $slaves[$i].trust -= 2>> <</if>> <</if>> - <<case "labor supressors">> + <<case "labor suppressors">> <<if $slaves[$i].devotion <= 20 && ($slaves[$i].pregSource == -1)>> $He is filled with @@.mediumorchid;hate@@ that you're forcing $him to continue carrying your child. <<set $slaves[$i].devotion -= 5>> @@ -3111,7 +3111,7 @@ <</switch>> <<if $slaves[$i].induce == 1>> $His child<<if $slaves[$i].pregType > 1>>ren visibly shift<<else>> visibly shifts<</if>> within $his womb as <<if $slaves[$i].pregType > 1>>they prepare<<else>>it prepares<</if>> to enter the world. $He experiences several contractions, but not enough to deter $him from $his work. - <<elseif $slaves[$i].pregControl == "labor supressors">> + <<elseif $slaves[$i].pregControl == "labor suppressors">> $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> oddly calm; it is unlikely $he will give birth soon, despite being overdue. <<elseif $slaves[$i].broodmother == 0>> <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth+1>> @@ -7282,7 +7282,7 @@ /*--------------- main labor triggers: -------- */ <<if $slaves[$i].preg > $slaves[$i].pregData.normalBirth/8>> - <<if $slaves[$i].pregControl != "labor supressors" && $slaves[$i].assignment != "labor in the production line">> + <<if $slaves[$i].pregControl != "labor suppressors" && $slaves[$i].assignment != "labor in the production line">> <<if $slaves[$i].broodmother < 1>> <<if WombBirthReady($slaves[$i], $slaves[$i].pregData.normalBirth*1.075) > 0>> /*check for really ready fetuses - 43 weeks - max, overdue*/ <<set $slaves[$i].labor = 1, $birthee = 1>> @@ -7335,7 +7335,7 @@ <</if>> <<if $slaves[$i].pregControl == "slow gestation">> <<set _miscarriageChance -= 100>> - <<elseif $slaves[$i].pregControl == "labor supressors">> + <<elseif $slaves[$i].pregControl == "labor suppressors">> <<set _miscarriageChance -= 10000>> <<elseif $slaves[$i].pregControl == "speed up">> <<if _miscarriageChance > 0>> diff --git a/src/uncategorized/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw index 0169f96f43915e14d722bb5fc0ece57d49f87d8c..bf9c8ce7ce335d5be6b0bbc6baa805a5b5270101 100644 --- a/src/uncategorized/saPleaseYou.tw +++ b/src/uncategorized/saPleaseYou.tw @@ -1038,7 +1038,7 @@ serves you this week. <</if>> rape fills $him with @@.mediumorchid;revulsion@@ and @@.gold;fear.@@ <</if>> - + <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> <<set _acts = random(21,40)>> <<elseif ($fuckSlaves <= $PC.sexualEnergy)>> diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index e61d3bcaf82815f6e03123fbd5268befaeecf10b..4b20a4157d36e73b24369ab0e9ab817d58b04625 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -63,7 +63,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -134,7 +134,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -231,7 +231,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -530,7 +530,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -706,7 +706,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -978,7 +978,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -1049,7 +1049,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -1140,7 +1140,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<else>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;understands you care about $his current health.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;understands you care about $his current health.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <</if>> <<if $slaves[$i].devotion > 20>> @@ -1261,7 +1261,7 @@ <<saRulesAttractionDiscovery>> <</if>> <</if>> - + <<if random(-200,200) > $slaves[$i].health>> <<if $slaves[$i].devotion > 50>> $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. @@ -1382,7 +1382,7 @@ $He is @@.hotpink;very happy@@ with $his private room in $cellblockName and @@.mediumaquamarine;trusts@@ you a bit more for placing $him in charge of it. <<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>> - + <<if ($slaves[$i].attrKnown == 0)>> <<if ($week-$slaves[$i].weekAcquired > 4) && $slaves[$i].energy > 20>> <<set $slaves[$i].attrKnown = 1>> @@ -1394,7 +1394,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -1537,7 +1537,7 @@ $He expected spare living conditions. In reality, they are far worse. @@.gold;Not one moment goes by that $he isn't filled with terror.@@ <<set $slaves[$i].trust -= 3>> <<case "Paternalist">> - $He expected far worse living conditions, and while still resistant, @@.hotpink;finds $himself more willing to obey.@@ + $He expected far worse living conditions, and while still resistant, @@.hotpink;finds $himself more willing to obey.@@ <<set $slaves[$i].devotion += 1>> <<case "Pastoralist">> $He expected the spare living conditions, but not the dietary supplements. $He never anticipated @@.gold;you'd go this far@@ to force $him into shape and is constantly reminded of $his changes by just how small $his cell feels with a belly full of milk. @@ -1607,7 +1607,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -1678,7 +1678,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -1768,7 +1768,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -2086,7 +2086,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands, creams and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -2157,7 +2157,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -2247,7 +2247,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -2581,7 +2581,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys outside of class, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys outside of class, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you won't make an example out of $him.@@ @@ -2652,7 +2652,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -2779,7 +2779,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -3052,7 +3052,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -3123,7 +3123,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -3218,7 +3218,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -3525,7 +3525,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -3596,7 +3596,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -3707,7 +3707,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -3849,7 +3849,7 @@ <<else>> with the slight bulge of pregnancy <</if>> - also weighs heavily on $his + also weighs heavily on $his <<if $slaves[$i].bellyPreg >= 120000>> mind, though $he often gets lost in the sensation of being so full of life. <<else>> @@ -4058,7 +4058,7 @@ <<saRulesPlayerDrugEffects>> <<elseif ($slaves[$i].releaseRules == "masturbation")>> <<if ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys when off duty, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -4129,7 +4129,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -4224,7 +4224,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -4359,7 +4359,7 @@ <<else>> with the slight bulge of pregnancy <</if>> - also weighs heavily on $his + also weighs heavily on $his <<if $slaves[$i].bellyPreg >= 120000>> mind, though $he often gets lost in the sensation of being so full of life. <<else>> @@ -4563,7 +4563,7 @@ $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> - + <<if _rewards > 0>> <<switch $slaves[$i].standardReward>> <<case "relaxation">> @@ -4959,7 +4959,7 @@ accepts having to relieve $himself solely through masturbation. <<set $slaves[$i].need = 0>> <<elseif ($slaves[$i].devotion < 80)>> - is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ + is a little disappointed that $he's limited to $his hands and toys, but @@.mediumaquamarine;trusts you know what's best for $him.@@ <<set $slaves[$i].trust += 1, $slaves[$i].need = 0>> <<else>> @@.mediumaquamarine;trusts your judgment@@ that only $he really knows how to pleasure $himself, though $he @@.mediumorchid;often wonders why you don't use $him.@@ @@ -5045,7 +5045,7 @@ <<set $slaves[$i].devotion += 1>> <</if>> <</if>> - + <<if $slaves[$i].assignment != "be your Head Girl" && $slaves[$i].assignment != "guard you">> <<if $roomsPopulation > $rooms>> <<if $slaves[$i].livingRules == "luxurious">> diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index dbe28b87d0492e3511ad8420b87a9ddda2ef3f34..760a533ea94ccc9f1256f9cfc18b6bb00a45ddde 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -128,7 +128,7 @@ | [[Vacant|Salon][$artificialEyeShape = "vacant"]] | [[Star-Shaped|Salon][$artificialEyeShape = "star-shaped"]] | [[Goat-Like|Salon][$artificialEyeShape = "goat-like"]] - + <br> Sclera: [[White|Salon][$artificialEyeFill = "white"]] @@ -250,11 +250,11 @@ | [[Silver|Salon][$primaryHairColor = "silver"]] | [[White|Salon][$primaryHairColor = "white"]] | [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]] - | [[Purple|Salon][$primaryHairColor = "purple"]] - | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] - | [[Sea Green|Salon][$primaryHairColor = "sea green"]] - | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] - | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] + | [[Purple|Salon][$primaryHairColor = "purple"]] + | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] + | [[Sea Green|Salon][$primaryHairColor = "sea green"]] + | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] + | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] | [[Blazing Red|Salon][$primaryHairColor = "blazing red"]] | [[Neon Green|Salon][$primaryHairColor = "neon green"]] | [[Neon Blue|Salon][$primaryHairColor = "neon blue"]] @@ -292,7 +292,7 @@ | [[Curled|Salon][$activeSlave.hStyle = "curled",$cash -= $modCost]] | [[Permed|Salon][$activeSlave.hStyle = "permed",$cash -= $modCost]] | [[Luxurious|Salon][$activeSlave.hStyle = "luxurious",$cash -= $modCost]] - | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] + | [[Messy|Salon][$activeSlave.hStyle = "messy",$cash -= $modCost]] | [[Eary|Salon][$activeSlave.hStyle = "eary",$cash -= $modCost]] | [[Dreadlocks|Salon][$activeSlave.hStyle = "dreadlocks",$cash -= $modCost]] | [[Cornrows|Salon][$activeSlave.hStyle = "cornrows",$cash -= $modCost]] @@ -346,7 +346,7 @@ <<if $activeSlave.hStyle == "bald">> $He is completely bald. <<else>> - $His current wig is $activeSlave.hColor. + $His current wig is $activeSlave.hColor. <<if $activeSlave.hStyle != "bald">> [[Remove wig|Salon][$activeSlave.hStyle = "bald",$activeSlave.hLength = 0,$cash -= $modCost]] or //choose a new one:// <<else>> @@ -378,11 +378,11 @@ | [[Silver|Salon][$primaryHairColor = "silver"]] | [[White|Salon][$primaryHairColor = "white"]] | [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]] - | [[Purple|Salon][$primaryHairColor = "purple"]] - | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] - | [[Sea Green|Salon][$primaryHairColor = "sea green"]] - | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] - | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] + | [[Purple|Salon][$primaryHairColor = "purple"]] + | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] + | [[Sea Green|Salon][$primaryHairColor = "sea green"]] + | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] + | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] | [[Blazing Red|Salon][$primaryHairColor = "blazing red"]] | [[Neon Green|Salon][$primaryHairColor = "neon green"]] | [[Neon Blue|Salon][$primaryHairColor = "neon blue"]] @@ -410,12 +410,12 @@ <<if $activeSlave.hStyle != "bald">> <br><br> - $His $activeSlave.hStyle wig is <<= lengthToEitherUnit($activeSlave.hLength)>> long. - + $His $activeSlave.hStyle wig is <<= lengthToEitherUnit($activeSlave.hLength)>> long. + //General hairstyles will conform to hair length and clothing choices.// - + <<if $activeSlave.hLength == 0>><<set $activeSlave.hLength = 10>><</if>> - + <br> Set wig length to: <<if $activeSlave.hLength != 10>>[[lengthToEitherUnit(10)|Salon][$activeSlave.hLength = 10,$cash -= $modCost]]<</if>> @@ -474,7 +474,7 @@ Apply makeup: <<if $activeSlave.amp != 1>> <br> -Treat nails: +Treat nails: [[Clip|Salon][$activeSlave.nails = 0,$cash -= $modCost]] | [[Extend|Salon][$activeSlave.nails = 1,$cash -= $modCost]] | [[Sharp, claw-like|Salon][$activeSlave.nails = 3,$cash -= $modCost]] @@ -660,7 +660,7 @@ Dye or paint: <<if $activeSlave.pubicHColor != $activeSlave.hColor>> [[Match the curtains?|Salon][$activeSlave.pubicHColor = $activeSlave.hColor,$cash -= $modCost]] <</if>> - + <br> Dye $his pubic hair: [[Blonde|Salon][$activeSlave.pubicHColor = "blonde",$cash -= $modCost]] diff --git a/src/uncategorized/seLethalPit.tw b/src/uncategorized/seLethalPit.tw index 9bbce1742c0a42b5120301ed76d5e45c3aecd438..421bf96c52f9c73886849ab837e80edec89d7256 100644 --- a/src/uncategorized/seLethalPit.tw +++ b/src/uncategorized/seLethalPit.tw @@ -25,7 +25,7 @@ <</switch>> <</if>> -This week's pit fight is between _fighterOne.slaveName and <<if $pitAnimal == 0>>_fighterTwo.slaveName<<else>>a _animal.species<</if>>. +This week's pit fight is between _fighterOne.slaveName and <<if $pitAnimal == 0>>_fighterTwo.slaveName<<else>>a _animal.species<</if>>. <<if $pitAudience == "none">> You are alone above the pit, left to watch them kill and die in private. <<elseif $pitAudience == "free">> @@ -165,7 +165,7 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>> <</if>> <<if _fighterOne.labor == 1>> She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious to the fact that it will mean the death of <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother. -<<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor supressors">> +<<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor suppressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> @@ -317,7 +317,7 @@ You review the rules - the <<if $pitAnimal == 0>>combatants<<else>>slave<</if>> <</if>> <<if _fighterTwo.labor == 1>> She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will mean the death of <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother. - <<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor supressors">> + <<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor suppressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw index 8074c136bae64c430527b46f5425c28561beec83..5388d7e862400a363d4d66b54f161d7f91b4b1f0 100644 --- a/src/uncategorized/seNonlethalPit.tw +++ b/src/uncategorized/seNonlethalPit.tw @@ -26,7 +26,7 @@ <</if>> <<if $pitAnimal == 0>> - This week's pit fight is between _fighterOne.slaveName and _fighterTwo.slaveName. + This week's pit fight is between _fighterOne.slaveName and _fighterTwo.slaveName. <<elseif $pitAnimal == 1>> This week a _animal.species is going to use _fighterOne.slaveName. <<else>> @@ -44,7 +44,7 @@ <<set $arcologies[0].FSRomanRevivalist += 0.2*$FSSingleSlaveRep>> <</if>> - You review the rules - the combatants are wearing light gloves, and the fight will be nonlethal, with you as the judge. The winner will have the right to do anything she wishes to the loser, + You review the rules - the combatants are wearing light gloves, and the fight will be nonlethal, with you as the judge. The winner will have the right to do anything she wishes to the loser, <<if $pitVirginities == 0>> even take virginities, <<elseif $pitVirginities == 1>> @@ -153,7 +153,7 @@ <</if>> <<if _fighterOne.labor == 1>> She's feeling labor pains. Her child<<if _fighterOne.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterOne.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent. - <<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor supressors">> + <<elseif _fighterOne.preg >= _fighterOne.pregData.normalBirth && _fighterOne.pregControl != "labor suppressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> @@ -293,7 +293,7 @@ <</if>> <<if _fighterTwo.labor == 1>> She's feeling labor pains. Her child<<if _fighterTwo.pregType > 1>>ren are<<else>> is<</if>> ready to be born, oblivious that it will put <<if _fighterTwo.pregType > 1>>their<<else>>its<</if>> mother at the mercy of her opponent. - <<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor supressors">> + <<elseif _fighterTwo.preg >= _fighterTwo.pregData.normalBirth && _fighterTwo.pregControl != "labor suppressors">> She'll be going into labor any time now and she knows it. She's terrified of the thought of her water breaking during the fight. <</if>> @@ -556,7 +556,7 @@ She respects _loser.slaveName's virgin holes, and hauls the loser to her knees for a facefuck. <<set _loser.oralCount += 1, $oralTotal += 1>> <<elseif (_loser.vagina == 0) && canDoVaginal(_loser) && canDoAnal(_loser)>> - She pushes _loser.slaveName's back down onto the mat, forces her legs apart, + She pushes _loser.slaveName's back down onto the mat, forces her legs apart, <<if _winner.fetish == "pregnancy">> and, after eyeing her virgin vagina with desire, penetrates the loser's anus. <<else>> @@ -568,7 +568,7 @@ <<= knockMeUp(_loser, 50, 1, _winner.ID)>> <</if>> <<elseif (_loser.anus == 0) && canDoVaginal(_loser) && canDoAnal(_loser)>> - She pushes _loser.slaveName's back down onto the mat, forces her legs apart, + She pushes _loser.slaveName's back down onto the mat, forces her legs apart, <<if _winner.fetish == "buttslut" || (canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1 && _winner.fetish == "pregnancy")>> and, after eyeing her virgin anus with desire, penetrates the loser's cunt. <<else>> @@ -599,7 +599,7 @@ <</if>> <<elseif $pitVirginities == 2>> /* anal */ <<if (_loser.vagina == 0) && canDoVaginal(_loser)>> - She pushes _loser.slaveName's back down onto the mat, forces her legs apart, + She pushes _loser.slaveName's back down onto the mat, forces her legs apart, <<if _winner.fetish == "pregnancy">> and gleefully takes advantage of your rules to @@.lime;take her virginity.@@ <<else>> @@ -658,7 +658,7 @@ <</if>> <<elseif $pitVirginities == 1>> /* vagina */ <<if (_loser.vagina == 0) && canDoVaginal(_loser)>> - She pushes _loser.slaveName's back down onto the mat, forces her legs apart, + She pushes _loser.slaveName's back down onto the mat, forces her legs apart, <<if _winner.fetish == "pregnancy">> <<if canDoAnal(_loser)>> and hungrily eyes her pristine vagina before penetrating the loser's ass. @@ -685,7 +685,7 @@ <</if>> <</if>> <<elseif (_loser.anus == 0) && canDoAnal(_loser)>> - She pushes _loser.slaveName's back down onto the mat, forces her legs apart, + She pushes _loser.slaveName's back down onto the mat, forces her legs apart, <<if _winner.fetish == "buttslut" || (canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1 && _winner.fetish == "pregnancy")>> and gleefully takes advantage of your rules to @@.lime;take her anal virginity.@@ <<else>> @@ -717,7 +717,7 @@ <</if>> <<else>> /* free game */ <<if (_loser.vagina == 0) && canDoVaginal(_loser)>> - She pushes _loser.slaveName's back down onto the mat, forces her legs apart, + She pushes _loser.slaveName's back down onto the mat, forces her legs apart, <<if _winner.fetish == "pregnancy">> and gleefully takes advantage of your rules to @@.lime;take her virginity.@@ <<else>> @@ -730,7 +730,7 @@ <<= knockMeUp(_loser, 50, 0, _winner.ID)>> <</if>> <<elseif (_loser.anus == 0) && canDoAnal(_loser)>> - She pushes _loser.slaveName's back down onto the mat, forces her legs apart, + She pushes _loser.slaveName's back down onto the mat, forces her legs apart, <<if _winner.fetish == "buttslut" || (canImpreg(_loser, _winner) && canPenetrate(_winner) && _loser.mpreg == 1 && _winner.fetish == "pregnancy")>> and gleefully takes advantage of your rules to @@.lime;take her anal virginity.@@ <<else>> @@ -763,7 +763,7 @@ <</if>> <<if (_winner.sexualFlaw == "malicious")>> - _winner.slaveName lives to torment and violate slave girls. She uses _loser.slaveName for her @@.hotpink;pleasure,@@ slapping her viciously, pinching her until she draws blood, and showing off for the spectators. + _winner.slaveName lives to torment and violate slave girls. She uses _loser.slaveName for her @@.hotpink;pleasure,@@ slapping her viciously, pinching her until she draws blood, and showing off for the spectators. <<if $pitAudience != "none">> The audience @@.green;greatly enjoys@@ the depraved spectacle. <<set $rep += 50>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index d8d4bb687e6cec1c341dd49a8e14802d624f35ad..202be62462b46119f78139fa2911f6bd3cbd6ec9 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1333,13 +1333,13 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1 <</if>> <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>> <br> - __Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. + __Pregnancy control__: <<if $activeSlave.pregControl == "labor suppressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. <<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>> <br> - <<if $activeSlave.pregControl == "labor supressors">> + <<if $activeSlave.pregControl == "labor suppressors">> <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> - <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> + <<link "Suppress Labor">><<set $activeSlave.pregControl = "labor suppressors">><<SlaveInteractFertility>><</link>> <</if>> <<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>> <br> diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index 75968d2dba90cedef8c26bbd7ebf23016c8e4dae..93f840418174207350c4b98446e55281064b1662 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -191,151 +191,151 @@ <<case "housekeeper">> $activeSlave.slaveName settles into $his new life in a humbler part of $arcologies[0].name, and can occasionally be seen accompanying $his master in public. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].trust >= -20)>> - <<if ($slaves[_ss].physicalAge > 30)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].trust >= -20)>> + <<if ($slaves[_ss].physicalAge > 30)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other older, obedient slaves are @@.mediumaquamarine;reassured@@ that if they're sold, they can hope for better than life in a cheap brothel. + Your other older, obedient slaves are @@.mediumaquamarine;reassured@@ that if they're sold, they can hope for better than life in a cheap brothel. <</if>> <<case "buttbreaker">> In short order, $activeSlave.slaveName is heard out on the promenade, sobbing and screaming as $his new owner breaks in $his virgin butt in public. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].anus == 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].anus == 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other anal virgins @@.gold;fear for their asses@@ should you decide to sell them. + Your other anal virgins @@.gold;fear for their asses@@ should you decide to sell them. <</if>> <<case "cheap brothel">> $activeSlave.slaveName is soon seen on shift outside a seedy establishment in the lower arcology, mechanically offering $his holes to passersby and flinching whenever $his superiors come out to check on $him. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other slave prostitutes @@.gold;fear they'll be condemned@@ to similar exploitation in their turn. + Your other slave prostitutes @@.gold;fear they'll be condemned@@ to similar exploitation in their turn. <</if>> <<case "nice brothel">> $activeSlave.slaveName disappears for a time as $his training is perfected, but $he reappears in the refined brothel, wearing classy clothes and flirting gracefully with patrons of $his body. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other slave prostitutes @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. + Your other slave prostitutes @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. <</if>> <<case "factory farm">> $activeSlave.slaveName is never again seen in public, but $his fate is obvious: $he's chained to a milking rack somewhere in a cavernous factory farm, with milk draining from $his tits<<if $activeSlave.balls > 0>> and an electroshock stimulator up $his butt to force $him to cum<<elseif $activeSlave.ovaries > 0>> and a new baby in $his belly every ten months<</if>>. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other slaves are @@.gold;afraid they'll end up like that too,@@ since the factory farms will buy almost anyone. Only your devoted slaves trust you to spare them such a fate. + Your other slaves are @@.gold;afraid they'll end up like that too,@@ since the factory farms will buy almost anyone. Only your devoted slaves trust you to spare them such a fate. <</if>> <<case "elite auction">> $activeSlave.slaveName is quickly escorted out by $his new master. She is rarely seen in public anymore, but $his records show she is settling well into being $his new owner's breeder. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].breedingMark != 1 && $propOutcome == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 5>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].breedingMark != 1 && $propOutcome == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 5>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is receiving. + Your non-chosen slaves @@.mediumorchid;resent@@ you for denying them the special treatment $activeSlave.slaveName is receiving. <</if>> <<case "free range">> $activeSlave.slaveName is a common sight around the arcology, since free range cows are allowed to range between milkings. She seems reasonably content. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].assignment == "get milked") || ($slaves[_ss].assignment == "work in the dairy")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].assignment == "get milked") || ($slaves[_ss].assignment == "work in the dairy")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other cows @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. + Your other cows @@.mediumaquamarine;hope they'll be lucky enough@@ to find themselves in relatively decent circumstances too, should you decide to sell them. <</if>> <<case "volume breeder">> The breeder already has stud stock, and $activeSlave.slaveName is rapidly impregnated. She's kept in a stockyard on the lower service levels of the arcology, one of a dense crowd of beaten-down women with gravid bellies. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].ovaries == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].ovaries == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other fertile slaves @@.gold;fear they'll be sold as breeding stock@@ if they fail to make themselves useful to you otherwise. + Your other fertile slaves @@.gold;fear they'll be sold as breeding stock@@ if they fail to make themselves useful to you otherwise. <</if>> <<case "preg fetishist">> $activeSlave.slaveName settles in to her new role easily enough; she's one of the most pampered slaves in the arcology. All she's expected to do is light housework and self-maintenance, along with gentle unprotected vaginal sex with her new master. <<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 += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "pregnancy")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves with pregnancy fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. + Your slaves with pregnancy fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. <</if>> <<case "nipple fetishist">> $activeSlave.slaveName's new mistress is an exhibitionist as well as a nipple fetishist, and before long, $he's seen in the club, riding $activeSlave.slaveName's chest with $his wet pussy. The slave is expected to keep $his nipples erect for $him at all times. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "boobs")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "boobs")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves with breast fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. + Your slaves with breast fetishes envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life. <</if>> <<case "nipple fucker">> $activeSlave.slaveName's new master is an exhibitionist as well as a nipple fetishist, and before long, he's seen in the club, plowing $activeSlave.slaveName's engorged breasts. Since nipple cunts aren't laturally lubricated, some owners find stimulating milk production a suitable replacement; judging from the pooling fluids and sympathetic gushes from her ignored tit, he is one of them. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "boobs")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<if $slaves[_ss].nipples == "fuckable">> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "boobs")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<if $slaves[_ss].nipples == "fuckable">> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> Your slaves in love with their own fuckable breasts envy her, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves in a sexually satisfying life, even if your average guy can only satisfy one breast at a time. @@ -344,449 +344,449 @@ <<case "anal fetishist">> The next time $activeSlave.slaveName is seen in public, on an errand for her master, she's walking a little oddly. Her naked dick has the flaccidity of sexual satiation, and she has a tired but dreamy expression on her face. <<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>> + <<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 envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves orgasming with dicks up their asses anyway. + Your buttsluts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves orgasming with dicks up their asses anyway. <</if>> <<case "oral fetishist">> The next time $activeSlave.slaveName is seen in public, $he's obediently accompanying $his new master. After doing some business on the promenade, he pulls $him into an alcove and lets $him masturbate as he uses $his throat. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "cumslut")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "cumslut")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your cumsluts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves filled with cum every day. + Your cumsluts envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll find themselves filled with cum every day. <</if>> <<case "pain fetishist">> $activeSlave.slaveName is not seen again in public for a long time, but the crack of leather on flesh and the resultant hoarse female howling that issues from $his new mistress's apartment is well-known. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "masochist")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "masochist")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your masochists envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll never lack for the abuse they need. + Your masochists envy $him, and @@.mediumaquamarine;trust that even if you decide to sell them,@@ they'll never lack for the abuse they need. <</if>> <<case "sadism fetishist">> $activeSlave.slaveName rarely leaves $his new mistress's apartments, but the slave rumor mill bears stories about $him to your penthouse anyway. $His mistress uses $him as a rapist on demand, and $his dumbly obedient brutality is renowned. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "sadist")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "sadist")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sadists consider such a life scarcely capable of improvement, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll get a chance to abuse other slaves. + Your sadists consider such a life scarcely capable of improvement, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll get a chance to abuse other slaves. <</if>> <<case "dom fetishist">> $activeSlave.slaveName wins herself a leadership position with $his new master, who repays $his hard work by allowing her to use his slaves at will. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "dom")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "dom")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sexually dominant slaves do their best to follow $his success, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll stand a chance of winning a place in which they can fuck as well as get fucked. + Your sexually dominant slaves do their best to follow $his success, and @@.mediumaquamarine;trust that if you decide to sell them,@@ they'll stand a chance of winning a place in which they can fuck as well as get fucked. <</if>> <<case "sub fetishist">> The back of $activeSlave.slaveName's head becomes a well-known sight in business circles, since $his mistress rarely lets it out from between her legs. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "submissive")>> - <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "submissive")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sexually submissive slaves secretly envy $his simple life, and @@.mediumaquamarine;trust that if you decide to sell them,@@ there are places where a sub can be valuable and safe. + Your sexually submissive slaves secretly envy $his simple life, and @@.mediumaquamarine;trust that if you decide to sell them,@@ there are places where a sub can be valuable and safe. <</if>> <<case "supremacist arcology">> $activeSlave.slaveName leaves your control forthwith, to be freed and installed in a favored life in an arcology that gives $activeSlave.race people every possible advantage. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion < 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion < 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - All your slaves who are not devoted to you @@.mediumorchid;like you a little less@@ in the light of this thin beam of freedom you've allowed to shine into $arcologies[0].name. + All your slaves who are not devoted to you @@.mediumorchid;like you a little less@@ in the light of this thin beam of freedom you've allowed to shine into $arcologies[0].name. <</if>> <<case "subjugationist arcology">> $activeSlave.slaveName is shipped off to help produce a race of $activeSlave.race idiots to perform eternal servitude. $He is not perceptive enough to fear $his upcoming life as a downtrodden breeder. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Those of your slaves who are intelligent enough to understand the implications of the scheme @@.gold;fear all slaveholders more, and especially you,@@ since you've shown yourself willing to subject them to eugenics. + Those of your slaves who are intelligent enough to understand the implications of the scheme @@.gold;fear all slaveholders more, and especially you,@@ since you've shown yourself willing to subject them to eugenics. <</if>> <<case "gender radicalist arcology">> $activeSlave.slaveName is shipped off, but $his buyer is so unwilling to waste any time that the shipment container includes hormonal injectors to get $him started on an intensive feminization regime as quickly as possible. <<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 -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who retain dicks, and are not yet broken to your will, @@.gold;fear the implication@@ that feminization is inescapable: either you'll turn them into girly sluts, or someone else will. + Your slaves who retain dicks, and are not yet broken to your will, @@.gold;fear the implication@@ that feminization is inescapable: either you'll turn them into girly sluts, or someone else will. <</if>> <<case "gender fundamentalist arcology">> $activeSlave.slaveName is taken away to join the legion of airheaded, big-titted sex slaves that throng the arcology owned by her purchaser. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately skeptical of $his fate;@@ $he's become one more cookie cutter bimbo in a place that uses and discards such sluts. + Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately skeptical of $his fate;@@ $he's become one more cookie cutter bimbo in a place that uses and discards such sluts. <</if>> <<case "paternalist arcology">> $activeSlave.slaveName is shipped off to be improved into a happy, educated slave at the best pace $his new owner can manage. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion < -20)>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].devotion < -20)>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your unbroken, uneducated slaves who hear about this are @@.mediumorchid;quietly resentful,@@ not understanding that $he was only sold to a paternalist arcology because $he was obedient. + Your unbroken, uneducated slaves who hear about this are @@.mediumorchid;quietly resentful,@@ not understanding that $he was only sold to a paternalist arcology because $he was obedient. <</if>> <<case "degradationist arcology">> Stories about the place $he's going have reached $arcologies[0].name, and $activeSlave.slaveName suspects the fate $he's been condemned to when $he's loaded into a shipping container expressly designed to keep the inmate awake and uncomfortable. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other devoted or just obedient slaves are @@.gold;suddenly afraid@@ that their obedience and their devotion is as nothing next to the fact that they are sex slaves relying on your whim. + Your other devoted or just obedient slaves are @@.gold;suddenly afraid@@ that their obedience and their devotion is as nothing next to the fact that they are sex slaves relying on your whim. <</if>> <<case "slimness enthusiast arcology">> $activeSlave.slaveName is taken away to join the tribe of squealing, slim forms that populate the arcology of $his new owner. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately dubious of your tacit support@@ for an arcology owner whose tastes they wonder about. + Most of your slaves could scarcely care less, but your most intelligent girls are @@.mediumorchid;privately dubious of your tacit support@@ for an arcology owner whose tastes they wonder about. <</if>> <<case "asset expansionist arcology">> A shipping container arrives for $activeSlave.slaveName; as she's loaded into it, it sedates her and begins to pump hormones, curatives and growth enhancers into no less than seven places scattered over her body. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your unbroken slaves who hear about the grotesque display of pharmacological art are @@.gold;somewhat afraid@@ that they will suffer similar chemical invasion. + Your unbroken slaves who hear about the grotesque display of pharmacological art are @@.gold;somewhat afraid@@ that they will suffer similar chemical invasion. <</if>> <<case "organ crafter">> $activeSlave.slaveName is seen in a research report nine months later; she has undergone some interesting changes. As expected by someone interested in her odd womb, she is quite pregnant, but what really stands out is the massive size of her testicles and her huge round implants. A quick glance at the article reveals that they aren't implants, in fact, her breasts and testicles are rounded with children. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].mpreg == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 5>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].mpreg == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 5>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other anally fertile slaves @@.gold;are concerned @@ that they may end up carrying children in more than just their bellies. + Your other anally fertile slaves @@.gold;are concerned @@ that they may end up carrying children in more than just their bellies. <</if>> <<case "abortion TV">> $activeSlave.slaveName is soon seen on live TV, restrained and still grotesquely pregnant. $He screams into $his restraints as the host approaches with a comically large syringe of abortifacients and drives it deep into her womb. Within minutes, a flood of liquid and fetuses are pouring from $his gaping cunt, all the while he times how long it takes her overburdened womb to drain of all its contents. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].bellyPreg >= 300000>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 15>> - <<set _slaveImpact = 1>> - <</if>> + <<if $slaves[_ss].bellyPreg >= 300000>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 15>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other hyper pregnant slaves @@.gold;are terrified that their children will be ripped from them@@ if they don't please you. + Your other hyper pregnant slaves @@.gold;are terrified that their children will be ripped from them@@ if they don't please you. <</if>> <<case "womb filler">> $activeSlave.slaveName is seen in a drug report nine months later; $he is unrecognizable. $His gaunt body is completely bloated by $his enormous womb, leaving <<if $activeSlave.amp != 1>>what's left of $his arms and legs dangling<<else>>$his torso teetering<</if>> pathetically atop its quivering mass. The headline reads "New drug allows for upwards of seven hundred children carried at once". Live on stream, $his body loses stability and ruptures, flooding the room with fluid and children. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vagina == 0)>> - <<if isFertile($slaves[_ss])>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 20>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].vagina == 0)>> + <<if isFertile($slaves[_ss])>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 20>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other virgins @@.gold;are terrified they'll meet a similar fate@@ if they cannot convince you to fill their wombs with your children. + Your other virgins @@.gold;are terrified they'll meet a similar fate@@ if they cannot convince you to fill their wombs with your children. <</if>> <<case "repopulationist arcology">> $activeSlave.slaveName is seen nine months later with an enormous pregnancy and the most content look on $his face. $He <<if $activeSlave.amp != 1>>gently pats $his quadruplet filled belly and lets off a moan as $his children kick in response<<else>>moans lewdly as $his children kick away in $his womb<</if>>. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vagina == 0)>> - <<if isFertile($slaves[_ss])>> - <<if ($slaves[_ss].fetish == "pregnancy")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> - <</if>> + <<if ($slaves[_ss].vagina == 0)>> + <<if isFertile($slaves[_ss])>> + <<if ($slaves[_ss].fetish == "pregnancy")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other pregnancy fetishists @@.mediumorchid;are jealous@@ of $activeSlave.slaveName's good fortune. + Your other pregnancy fetishists @@.mediumorchid;are jealous@@ of $activeSlave.slaveName's good fortune. <</if>> <<case "eugenics arcology">> $activeSlave.slaveName is seen nearly a year later, happy and healthy, along with $his owner and newborn son. They are quite a good looking family. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<if isFertile($slaves[_ss])>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> + <<if isFertile($slaves[_ss])>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your more idiotic slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's new pampered lifestyle, oblivious to the demanding nature of eugenics. + Your more idiotic slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's new pampered lifestyle, oblivious to the demanding nature of eugenics. <</if>> <<case "hedonistic decadence arcology">> $activeSlave.slaveName is taken away to join a quivering mass of plump, pampered ladies that crowd the bedroom of $his new owner. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].behavioralFlaw == "gluttonous">> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if $slaves[_ss].behavioralFlaw == "gluttonous">> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your more gluttonous slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's constant feedings and excessive weight gain. + Your more gluttonous slaves are @@.mediumorchid;deeply jealous@@ of $activeSlave.slaveName's constant feedings and excessive weight gain. <</if>> <<case "stuffer chef">> $activeSlave.slaveName's new owner is quite fond of his work and typically sends out photos of his progress. This is no exception; you are treated to a series of images featuring $activeSlave.slaveName being force fed until $his stomach bulges. Day after day, you watch $him handle more and more food until $his belly is big enough to fill $his lap even when empty. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if $slaves[_ss].weight < 10>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if $slaves[_ss].weight < 10>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other thin slaves are @@.gold;terrified@@ that they'll soon find themselves tied to a chair and fed until they are ready to pop. + Your other thin slaves are @@.gold;terrified@@ that they'll soon find themselves tied to a chair and fed until they are ready to pop. <</if>> <<case "transformation fetishist arcology">> A purchasing agent arrives for $activeSlave.slaveName; he uses a lull in the proceedings to use a permanent marker to begin mapping out surgical sites across $his body. There are a lot of them. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your unbroken slaves who hear about how severely $he's about to be cut up are @@.gold;somewhat afraid@@ that they will suffer similar surgical invasion. + Your unbroken slaves who hear about how severely $he's about to be cut up are @@.gold;somewhat afraid@@ that they will suffer similar surgical invasion. <</if>> <<case "physical idealist arcology">> Stories about the arcology $activeSlave.slaveName is headed to have circulated among slaves. Most intelligent slaves see a life of workouts as relatively harmless. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].weight > 10)>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].weight > 10)>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - However, your stupider slaves consider a life of rigorous dieting and punishing exercise daunting, and are filled with @@.gold;minor fears@@ that they will be made to starve and sweat, too. + However, your stupider slaves consider a life of rigorous dieting and punishing exercise daunting, and are filled with @@.gold;minor fears@@ that they will be made to starve and sweat, too. <</if>> <<case "pastoralist arcology">> $activeSlave.slaveName is subjected to a stock assay and then packed off to take $his place as a prize heifer. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].lactation == 0)>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].lactation == 0)>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who are already lactating know that $his role is to be a relatively easy and decent one, and your obedient slaves accept it regardless. Others, however, @@.gold;fear being transformed into livestock@@ a little. + Your slaves who are already lactating know that $his role is to be a relatively easy and decent one, and your obedient slaves accept it regardless. Others, however, @@.gold;fear being transformed into livestock@@ a little. <</if>> <<case "chattel religionist arcology">> $activeSlave.slaveName is terrified of $his impending religious life; perhaps $he's heard the new text that reads 'no woman come of age is holy unless she performs the act as many times per day as she has years less than forty.' <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].analCount < 200)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].analCount < 200)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your sexually experienced slaves are too inured to industrial lovemaking to be affected by $his fate, but your more innocent slaves @@.gold;fear being required to fuck@@ at that pace. + Your sexually experienced slaves are too inured to industrial lovemaking to be affected by $his fate, but your more innocent slaves @@.gold;fear being required to fuck@@ at that pace. <</if>> <<case "roman revivalist arcology">> $activeSlave.slaveName is shipped to a new arcology, and culturally, across the centuries. Her skill at arms is well enough known that $his impending role as a gladiatrix is easily deduced. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].combatSkill > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].combatSkill > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - A gladiatrix's life expectancy in an arcology that enjoys lethal combats is punishingly low. Your other slaves with combat skill @@.gold;worry they'll follow her@@ out onto the sand. + A gladiatrix's life expectancy in an arcology that enjoys lethal combats is punishingly low. Your other slaves with combat skill @@.gold;worry they'll follow her@@ out onto the sand. <</if>> <<case "aztec revivalist arcology">> $activeSlave.slaveName is transported after losing a military engagement. Though $his will remains strong, $he's @@.gold;filled with fear@@ when $he sees the rivers of blood that flow through the city. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].combatSkill > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].combatSkill > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Her willingness to obey will be tested. Her life will be forfeit, a fate many others @@.gold;fear might befall them,@@ if $he does not perform. + Her willingness to obey will be tested. Her life will be forfeit, a fate many others @@.gold;fear might befall them,@@ if $he does not perform. <</if>> <<case "egyptian revivalist arcology">> $activeSlave.slaveName's journey to $his new home is respectful, even celebratory, as far as you can see. $He is gravely informed by the purchasing agent that many slaves await $his learned instruction. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -50)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -50)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Most of your slaves quietly envy $his good fortune. The stupidest however tend to resent their intellectual superiors and @@.mediumorchid;actively resent@@ how obvious $his advantage over them proved to be. + Most of your slaves quietly envy $his good fortune. The stupidest however tend to resent their intellectual superiors and @@.mediumorchid;actively resent@@ how obvious $his advantage over them proved to be. <</if>> <<case "virgin trader">> $activeSlave.slaveName is seen in a shipment of slaves leaving the arcology a month later, with just the slightest hint of a gravid belly and a worn-down expression on $his face. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vagina == 0)>> - <<if ($slaves[_ss].ovaries == 1)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].vagina == 0)>> + <<if ($slaves[_ss].ovaries == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other virgins @@.gold;fear they'll be subjected to similar abuse@@ if they cannot make their virginities otherwise valuable or appealing to you. + Your other virgins @@.gold;fear they'll be subjected to similar abuse@@ if they cannot make their virginities otherwise valuable or appealing to you. <</if>> <<case "body purist arcology">> $activeSlave.slaveName is shipped to $his new owner's arcology to have $his implants extracted and the resultant damage addressed. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 50)>> - <<if ($slaves[_ss].boobsImplant > 1000)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 2>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if ($slaves[_ss].devotion <= 50)>> + <<if ($slaves[_ss].boobsImplant > 1000)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 2>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves burdened with gigantic implants who aren't devoted enough to bear them cheerfully @@.mediumorchid;resent you somewhat@@ for keeping them here with aching backs. + Your slaves burdened with gigantic implants who aren't devoted enough to bear them cheerfully @@.mediumorchid;resent you somewhat@@ for keeping them here with aching backs. <</if>> <<case "trainer staffing">> $activeSlave.slaveName is soon well-known among the slaves of the arcology, as many of them are sold after passing under $his hands in training. $He performs effectively, imparting good sex slave ethics in a generation of sluts. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other intelligent slaves @@.mediumaquamarine;trust that their skills will be valued@@ even should you decide to sell them. + Your other intelligent slaves @@.mediumaquamarine;trust that their skills will be valued@@ even should you decide to sell them. <</if>> <<case "teaching trainer">> $activeSlave.slaveName is not pleased by $his change in circumstances, since $he is soon subjected to training rigor that $he did not experience while your property. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].intelligenceImplant < 15)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].intelligenceImplant < 15)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other uneducated slaves @@.gold;fear the abusive indoctrination@@ they will apparently suffer under should you decide to sell them. + Your other uneducated slaves @@.gold;fear the abusive indoctrination@@ they will apparently suffer under should you decide to sell them. <</if>> <<case "implanting trainer">> @@ -805,157 +805,157 @@ <<case "purifying trainer">> A few weeks later, $activeSlave.slaveName is seen in a shipment of slaves heading out of the arcology. $He is almost unrecognizable, having been quickly returned to as natural an appearance as skillful removal of $his implants could manage. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].boobsImplant > 800)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].boobsImplant > 800)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who are carrying around huge implants @@.mediumaquamarine;hope they'll be allowed to lay down their burdens@@ should you decide to sell them. + Your slaves who are carrying around huge implants @@.mediumaquamarine;hope they'll be allowed to lay down their burdens@@ should you decide to sell them. <</if>> <<case "D virgin asspussy">> $activeSlave.slaveName's buyer takes charge of her, and cannot resist immediately running a hand between $his buttocks to sink a couple of groping fingers into $his soft asspussy. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].fetish == "buttslut")>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].fetish == "buttslut")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who enjoy having things shoved up their assholes @@.mediumaquamarine;hope that if they're sold,@@ their new masters will be like that too. + Your slaves who enjoy having things shoved up their assholes @@.mediumaquamarine;hope that if they're sold,@@ their new masters will be like that too. <</if>> <<case "D startled the witch">> $activeSlave.slaveName heads off to form part of whatever great design $his new master is pursuing; all you know is that it apparently requires lots of lithe, sharp toothed slave girls. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion <= 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your properly broken slaves are so inured to strange tastes that they pay no attention, but the others are just @@.mediumaquamarine;glad $he won't frighten them@@ any more. They thought $he was scary. + Your properly broken slaves are so inured to strange tastes that they pay no attention, but the others are just @@.mediumaquamarine;glad $he won't frighten them@@ any more. They thought $he was scary. <</if>> <<case "D milf staffing">> $activeSlave.slaveName becomes a common sight around the arcology, training slaves for $his new master. They're usually seen hanging close by $him as $he manages them with an air at once protective and frankly sexual. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].actualAge > 35)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].actualAge > 35)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your older slaves are @@.mediumaquamarine;happy for $him,@@ since it isn't always easy for older ladies. + Your older slaves are @@.mediumaquamarine;happy for $him,@@ since it isn't always easy for older ladies. <</if>> <<case "D hucow">> $activeSlave.slaveName becomes quite a fixture at social events hosted by $his new master; he enjoys showing off how healthy, happy and productive his cow is. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].lactation > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].lactation > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other milkers are sometimes concerned about being sold to a cruel stockyard, and $his pleasant life encourages them to @@.mediumaquamarine;stop being so worried.@@ + Your other milkers are sometimes concerned about being sold to a cruel stockyard, and $his pleasant life encourages them to @@.mediumaquamarine;stop being so worried.@@ <</if>> <<case "D r9k">> $activeSlave.slaveName's nervous buyer comes to collect her, stammering and sweating and doing his best to pretend he does this all the time. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].vaginalCount + $slaves[_ss].analCount < 20)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust += 1>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].vaginalCount + $slaves[_ss].analCount < 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your other less experienced slaves persistently find this romantic, and @@.mediumaquamarine;hope something like that will happen to them,@@ too. + Your other less experienced slaves persistently find this romantic, and @@.mediumaquamarine;hope something like that will happen to them,@@ too. <</if>> <<case "slimming trainer">> $activeSlave.slaveName is occasionally visible around the arcology, looking rather tired and gaunt under the stresses of a severe crash diet coupled with a punishing cardio regime. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].weight > 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].weight > 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your chubby slaves take note, and @@.gold;fear they'll have to suffer too@@ should you ever decide to sell them. + Your chubby slaves take note, and @@.gold;fear they'll have to suffer too@@ should you ever decide to sell them. <</if>> <<case "broadening trainer">> $activeSlave.slaveName is only rarely seen around the arcology, since $his new owners force her to spend most of $his time sleeping, eating and looking after herself. But $his belly, painfully distended with food, makes $his situation obvious. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].weight > 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].weight > 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - When they hear about her, your slim slaves are @@.gold;disgusted and afraid,@@ fearing they'll be forced to eat themselves plush if sold. + When they hear about her, your slim slaves are @@.gold;disgusted and afraid,@@ fearing they'll be forced to eat themselves plush if sold. <</if>> <<case "cow trainer">> $activeSlave.slaveName is last seen somewhat later, packed into a shipment of cows heading out of the arcology. She looks rather ill from the drugs she's been filled with, and $his now-distended breasts are marred by unsightly stretch marks. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].lactation == 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].lactation == 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Even your slaves who normally enjoy breast expansion are @@.gold;disgusted and afraid@@ they'll be treated as pharmaceutical mixing machines if you sell them to the same company. Only your cows are inured to lactation to the point they're unaffected. + Even your slaves who normally enjoy breast expansion are @@.gold;disgusted and afraid@@ they'll be treated as pharmaceutical mixing machines if you sell them to the same company. Only your cows are inured to lactation to the point they're unaffected. <</if>> <<case "clipping trainer">> $activeSlave.slaveName is frequently seen in public over the next few weeks, since she's being trained to improve $his feminine deportment. She grows visibly more feminine as time passes, as the hormonal effects of having $his balls cut off become apparent. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].balls > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].balls > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your slaves who retain their testicles are @@.gold;afraid@@ of displeasing you, knowing that castration is a distinct possibility on the open market. + Your slaves who retain their testicles are @@.gold;afraid@@ of displeasing you, knowing that castration is a distinct possibility on the open market. <</if>> <<case "reassignment trainer">> $activeSlave.slaveName is next seen after some weeks of surgery. She's barely recognizable, and now possesses a serviceable vagina which she clearly is unsure of. Her original status is scarcely discernible. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].dick > 0)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your less feminized slaves @@.gold;fear similar treatment;@@ even those who aspire to be better slave girls are shocked by the rapidity and totality of the surgical transformation. + Your less feminized slaves @@.gold;fear similar treatment;@@ even those who aspire to be better slave girls are shocked by the rapidity and totality of the surgical transformation. <</if>> <<case "arcade">> The upper half of $activeSlave.slaveName's body is never seen again. $His butt, on the other hand, is periodically visible in a lower-level arcade, $his orifices gradually showing the wear and $his price gradually decreasing, until finally she is seen no more. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if ($slaves[_ss].devotion < 10)>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].trust -= 2>> - <<set _slaveImpact = 1>> - <</if>> + <<if ($slaves[_ss].devotion < 10)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust -= 2>> + <<set _slaveImpact = 1>> + <</if>> <</for>> <<if (_slaveImpact == 1)>> - Your devoted slaves are fairly confident they will escape such a fate, but everyone else @@.gold;is terrified of ending that way.@@ + Your devoted slaves are fairly confident they will escape such a fate, but everyone else @@.gold;is terrified of ending that way.@@ <</if>> <<case "D cannibal">> @@ -982,56 +982,56 @@ <<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.@@ <<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>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<if ($slaves[_ss].fetish == "cumslut")>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<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 girls with dicks who've accepted their lot in life find this @@.mediumaquamarine;encouraging.@@ <<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>> - <</if>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<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 her, and @@.mediumaquamarine;envy@@ $his new owner a little. <<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>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "buttslut")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<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 girls with dicks @@.mediumaquamarine;trust@@ they'll go to owners that will value them, should they be sold. <<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>> - <</if>> - <</if>> + <<if ($slaves[_ss].dick > 0)>> + <<if ($slaves[_ss].boobs > 400)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<case "D shorty breeder">> $activeSlave.slaveName's lithe, muscular form is rarely seen after $his buyer takes charge of her, 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. <<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>> - <</if>> - <</if>> + <<if ($slaves[_ss].fetish == "pregnancy")>> + <<if ($slaves[_ss].fetishKnown == 1)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 4>> + <</if>> + <</if>> <</for>> <<case "D waifu">> @@ -1048,37 +1048,37 @@ $activeSlave.slaveName becomes a frequent sight in $activeSlave.pornFameType 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. <<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>> - <</if>> - <</if>> + <<if $slaves[_ss].pornPrestige > 0 && $slaves[_ss].pornPrestige < 3>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 2>> + <</if>> + <</if>> <</for>> <<case "obsessed fan">> $activeSlave.slaveName is rarely seen after $his buyer takes charge of her, 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. <<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>> - <</if>> - <</if>> + <<if $slaves[_ss].pornPrestige == 1>> + <<if ($slaves[_ss].devotion > 20)>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].trust += 1>> + <</if>> + <</if>> <</for>> <<case "tentacle bred">> Sometime later, a snuff film starring $activeSlave.slaveName as a heroine captured, raped, and fatally bred by tentacles is released. It receives rave reviews for the scene involving $activeSlave.slaveName, depicting $his aphrodisiac-filled body being penetrated in all $his holes by tentacles. Their thrusting into her increases until large bulges of cum pass through the ones filling $his stretched cunt, visibly bloating $his belly. She then collapses to the ground, $his swollen belly rapidly growing with the tentacle spawn gestating within her. As they bulge against the straining walls of $his implant-filled middle; $he lets out a final moan as $his belly ruptures, releasing $his "spawn" to hunt down the other heroines. <<for _ss = 0; _ss < $slaves.length; _ss++>> - <<if canSee($slaves[_ss])>> - <<if $slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15>> - <<run clearSummaryCache($slaves[_ss])>> - <<set $slaves[_ss].devotion -= 4>> - <<set _slaveImpact = 1>> - <</if>> - <</if>> + <<if canSee($slaves[_ss])>> + <<if $slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15>> + <<run clearSummaryCache($slaves[_ss])>> + <<set $slaves[_ss].devotion -= 4>> + <<set _slaveImpact = 1>> + <</if>> + <</if>> <</for>> <<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. @@ -1114,10 +1114,10 @@ <<set $peacekeepers.tastes = "baby obsessed breeders">> <<elseif _influential && $activeSlave.belly >= 300000>> <<set _belly = bellyAdjective($activeSlave)>> - smiling as $his _belly belly is used as the center of a large bukkake party. You can just barely make out the figure of someone taking her from behind beyond $his immensity. There's a note attached, stating superfluously that $his exotic feature makes her very popular. General $peacekeepers.generalName's buyer is going to be looking for more massive bellied girls in the future. + smiling as $his _belly belly is used as the center of a large bukkake party. You can just barely make out the figure of someone taking $him from behind beyond $his immensity. There's a note attached, stating superfluously that $his exotic feature makes $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more massive bellied girls in the future. <<set $peacekeepers.tastes = "bellies with girls attached">> <<elseif _influential && $activeSlave.boobs > 20000 && $activeSlave.butt > 10>> - standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men tit fuck her near endless cleavage and another, smaller group use $his gigantic asscheeks. There's a note attached, stating superfluously that $his mind-blowing assets make her very popular. General $peacekeepers.generalName's buyer is going to be looking for more slaves with bountiful T&A in the future. + standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men titfuck $his near endless cleavage and another, smaller group use $his gigantic asscheeks. There's a note attached, stating superfluously that $his mind-blowing assets make $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more slaves with bountiful T&A in the future. <<set $peacekeepers.tastes = "flesh balloons">> <<else>> <<if $activeSlave.devotion > 20>><<if $activeSlave.energy > 80>>eagerly<<else>>willingly<</if>> offering $himself outside<<else>>restrained for use inside<</if>> a comfort station at one of their rear area facilities, together with a note stating that $he's satisfactory. $He's sufficient but not remarkable enough to have a major impact. diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw index 7d45b1d21360e8a40043884d2ebb3d8b0ec054ca..78e8a486f761bc7b66089f07ab8cfb21da2ddc57 100644 --- a/src/uncategorized/slaveSummary.tw +++ b/src/uncategorized/slaveSummary.tw @@ -79,7 +79,7 @@ "Rules Slave Select": s => (($Flag == 0 && !ruleSlaveSelected(s, $currentRule)) || ($Flag != 0 && ruleSlaveSelected(s, $currentRule))), "Rules Slave Exclude": s => (($Flag == 0 && !ruleSlaveExcluded(s, $currentRule)) || ($Flag != 0 && ruleSlaveExcluded(s, $currentRule))), "Matchmaking": s => (s.devotion >= 100 && s.relationship == $activeSlave.relationship && s.ID != $activeSlave.ID), - "Dinner Party Preperations": s => (s.assignmentVisible == 1 && s.fuckdoll == 0), + "Dinner Party Preparations": s => (s.assignmentVisible == 1 && s.fuckdoll == 0), }>> <<set _Pass = passage(), _SL = $slaves.length, $assignTo = _Pass, _indexed = 0, _passagePreFilter = (s => s.assignment != "be your agent" && s.assignment != "live with your agent" && (!setup.passagePreFilters.hasOwnProperty(_Pass) || setup.passagePreFilters[_Pass](s))), @@ -1007,7 +1007,7 @@ will <<case "Matchmaking">> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>> [[Match them|Matchmaking][$subSlave = $slaves[_ssi]]] -<<case "Dinner Party Preperations">> +<<case "Dinner Party Preparations">> <br><<if $seeImages != 1 || $seeSummaryImages != 1 || $imageChoice == 1>> <</if>> [[Make her the main course|Dinner Party Execution][$activeSlave = $slaves[_ssi]]] <</switch>> diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 46be868a0d0d2992a9ec8f45636b04fe46668aad..83d9310b667aeb30fa86b5f41c6ce7be043f266a 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -200,7 +200,7 @@ <<case "humiliation">> having open and visible sex <<if $activeSlave.livingRules == "luxurious">>in the doorway of the nice little room they share.<<else>>out in the hallway near the slave dormitory.<</if>> $activeSlave.slaveName pretends to hate fucking where other slaves can see $him, but _partnerSlave.slaveName knows _his2 _activeSlaveRel gets off on the mild humiliation. _partnerSlave.slaveName <<if ($activeSlave.vagina > 0) || ($activeSlave.anus > 0)>> - has _his2 back propped up against a doorframe and $activeSlave.slaveName in _his2 lap, so $he can blush at any passing slave as $he shyly rides _partnerSlave.slaveName's + has _his2 back propped up against a door frame and $activeSlave.slaveName in _his2 lap, so $he can blush at any passing slave as $he shyly rides _partnerSlave.slaveName's <<if (_partnerSlave.dick > 1) && canPenetrate(_partnerSlave)>> cock <<else>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index c6b70f0620b1c5340935d951b74ca615bb6ecb20..b32a7880c775e3532f5856c6d3c887f7aedba4ae 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -25,28 +25,28 @@ <<replace #impreg>> <<if (canGetPregnant($activeSlave)) && ($activeSlave.fuckdoll == 0) && $seePreg != 0>> <<if canImpreg($activeSlave, $PC)>> - | <<link "Impregnate her yourself">><<replace "#miniscene">><<include "FPCImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Impregnate $him yourself">><<replace "#miniscene">><<include "FPCImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if canImpreg($activeSlave, $activeSlave)>> - | <<link "Use her own seed to impregnate her">><<replace "#miniscene">><<include "FSlaveSelfImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Use $his own seed to impregnate $him">><<replace "#miniscene">><<include "FSlaveSelfImpreg">><br> <</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> - | [[Use another slave to impregnate her|FSlaveImpreg]] + | [["Use another slave to impregnate " + $him|FSlaveImpreg]] <</if>> <<if $activeSlave.assignment != "work in the dairy" && $activeSlave.assignment != "be confined in the arcade" && $activeSlave.assignment != "be confined in the cellblock">> <<if $enema == 1>> <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "water" || $activeSlave.inflationType == "none">> - | <<link "Fill her ass with water">><<set $activeSlave.inflationType = "water">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with water">><<set $activeSlave.inflationType = "water">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $medicalEnema == 1>> <<if $activeSlave.inflationType == "aphrodisiac" || $activeSlave.inflationType == "none">> - | <<link "Fill her ass with aphrodisiacs">><<set $activeSlave.inflationType = "aphrodisiac">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with aphrodisiacs">><<set $activeSlave.inflationType = "aphrodisiac">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeSlave.inflationType == "curative" || $activeSlave.inflationType == "none">> - | <<link "Fill her ass with curatives">><<set $activeSlave.inflationType = "curative">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with curatives">><<set $activeSlave.inflationType = "curative">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeSlave.inflationType == "tightener" || $activeSlave.inflationType == "none">> - | <<link "Fill her ass with rectal tighteners">><<set $activeSlave.inflationType = "tightener">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with rectal tighteners">><<set $activeSlave.inflationType = "tightener">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> /* inflation < 3 */ @@ -55,8 +55,8 @@ <<if ($milkPipeline > 88 && $milkPipeline != 0) || $arcologies[0].FSPastoralistLaw == 1>> <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "milk" || $activeSlave.inflationType == "none">> - | <<link "Fill her ass with milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force feed her milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force feed $him milk">><<set $activeSlave.inflationType = "milk">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <<else>> @@ -65,8 +65,8 @@ <<if ($cumPipeline > 88 && $cumPipeline != 0) || $arcologies[0].FSPastoralistLaw == 1>> <<if ($activeSlave.inflation < 3 && $activeSlave.pregKnown == 0 && $activeSlave.bellyImplant < 1500) || ($activeSlave.inflation < 1)>> <<if $activeSlave.inflationType == "cum" || $activeSlave.inflationType == "none">> - | <<link "Fill her ass with cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force feed her cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Fill $his ass with cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 2>><<replace "#miniscene">><<include "FillUpButt">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force feed $him cum">><<set $activeSlave.inflationType = "cum">><<set $activeSlave.inflationMethod = 1>><<replace "#miniscene">><<include "FillUpFace">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <<else>> @@ -76,12 +76,12 @@ <</if>> /* assigned to dairy or arcade */ <<if $activeSlave.inflation == 0 && $activeSlave.bellyImplant < 1500>> <<if $activeSlave.assignment != "work in the dairy" && $activeSlave.assignment != "be confined in the arcade" && $activeSlave.assignment != "be confined in the cellblock">> - | [[Use another slave to forcefeed her|SlaveOnSlaveFeedingWorkAround]] + | [["Use another slave to forcefeed " + $him|SlaveOnSlaveFeedingWorkAround]] <<if $buckets == 1>> - | <<link "Make her consume two liters of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 1>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Make $him consume two liters of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 1>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<if $activeSlave.pregKnown == 0>> - | <<link "Force her to consume a gallon of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 2>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> - | <<link "Force two gallons of slave food into her">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 3>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force $him to consume a gallon of slave food">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 2>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + | <<link "Force two gallons of slave food into $him">><<set $activeSlave.inflationType = "food">><<set $activeSlave.inflationMethod = 1>><<set $activeSlave.inflation = 3>><<replace "#miniscene">><<include "forceFeeding">><br><</replace>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</if>> @@ -90,15 +90,15 @@ <<replace #bloating>> <<if $activeSlave.inflation > 0>> <br> - __Required Bloating__: <strong><span id="inflate"><<if $activeSlave.inflation == 3>><<print "She is required to keep 2 gallons of $activeSlave.inflationType in her at all times">><<elseif $activeSlave.inflation == 2>><<print "She is required to keep 4 liters of $activeSlave.inflationType in her at all times">><<elseif $activeSlave.inflation == 1>><<print "She is required to keep 2 liters of $activeSlave.inflationType in her at all times">><</if>></span></strong>. + __Required Bloating__: <strong><span id="inflate"><<if $activeSlave.inflation == 3>><<print "$He is required to keep 2 gallons of $activeSlave.inflationType in $him at all times">><<elseif $activeSlave.inflation == 2>><<print "$He is required to keep 4 liters of $activeSlave.inflationType in $him at all times">><<elseif $activeSlave.inflation == 1>><<print "$He is required to keep 2 liters of $activeSlave.inflationType in $him at all times">><</if>></span></strong>. <<if $activeSlave.inflationMethod == 3>> - <<link "Let her deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0,$activeSlave.cumSource = 0,$activeSlave.milkSource = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0,$activeSlave.cumSource = 0,$activeSlave.milkSource = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<elseif $activeSlave.inflationType == "milk">> - <<link "Let her deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<elseif $activeSlave.inflationType == "cum">> - <<link "Let her deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<else>> - <<link "Let her deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him deflate">><<set $activeSlave.inflation = 0,$activeSlave.inflationType = "none",$activeSlave.inflationMethod = 0, SetBellySize($activeSlave)>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <</if>> <</if>> <</replace>> @@ -294,31 +294,31 @@ %/ <<widget "SlaveInteractFertility">> <<replace #fertilityblock>> -<<if $activeSlave.fuckdoll == 0 && ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1 || $activeSlave.preg > 0)>> +<<if $activeSlave.ovaries == 1 || $activeSlave.mpreg == 1 || $activeSlave.preg > 0>> <<if ($activeSlave.preg < -1)>> - //She is sterile// + //$He is sterile// <<elseif ($activeSlave.pubertyXX == 0) && $activeSlave.preg < 1>> - //She is not yet fertile// + //$He is not yet fertile// <<elseif $activeSlave.ovaryAge >= 47 && $activeSlave.preg < 1>> - //She is too old to become pregnant// + //$He is too old to become pregnant// <<if $activeSlave.preg == -1>> <<set $activeSlave.preg = 0>> <<run SetBellySize($activeSlave)>> <</if>> <<elseif $activeSlave.broodmotherOnHold == 1>> - //Her pregnancy implant is turned off<<if $activeSlave.broodmotherCountDown > 0>>; she is expected to be completely emptied of her remaining brood in $activeSlave.broodmotherCountDown week<<if $activeSlave.broodmotherCountDown > 1>>s<</if>><<else>>.<</if>>// + //$His pregnancy implant is turned off<<if $activeSlave.broodmotherCountDown > 0>>; $he is expected to be completely emptied of $his remaining brood in $activeSlave.broodmotherCountDown week<<if $activeSlave.broodmotherCountDown > 1>>s<</if>><<else>>.<</if>>// [[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]] <<elseif ($activeSlave.preg >= -1)>> Contraception: <span id="fertility"><strong><<if $activeSlave.preg == -1>><<print "using contraceptives">><<elseif $activeSlave.pregWeek < 0>><<print "postpartum">><<elseif $activeSlave.preg == 0>><<print "fertile">><<elseif $activeSlave.preg < 4>><<print "may be pregnant">><<else>><<print $activeSlave.preg>><<print " weeks pregnant">><</if>></strong></span>. <<if ($activeSlave.preg == 0)>> <<link "Use contraceptives">><<set $activeSlave.preg = -1>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<elseif ($activeSlave.preg == -1)>> - <<link "Let her get pregnant">><<set $activeSlave.preg = 0>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> + <<link "Let $him get pregnant">><<set $activeSlave.preg = 0>><<SlaveInteractImpreg>><<SlaveInteractFertility>><</link>> <<elseif $activeSlave.induce == 1>> - //Hormones are being slipped into her food, she will give birth suddenly and rapidly this week// + //Hormones are being slipped into $his food; $he will give birth suddenly and rapidly this week// <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> [[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] - | [[Give her a cesarean section|csec]] + | [["Give " + $him + " a cesarean section"|csec]] <<elseif ($activeSlave.broodmother > 0)>> <<if $activeSlave.broodmotherOnHold != 1>> [[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = 38-WombMinPreg($activeSlave)]] @@ -327,69 +327,23 @@ | [[Induce mass childbirth|BirthStorm]] <</if>> <<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>> - [[Give her a cesarean section|csec]] + [["Give " + $him + " a cesarean section"|csec]] <<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>> //You are forbidden from aborting an elite child// <<elseif ($activeSlave.preg > 0)>> - [[Abort her pregnancy|Abort]] - <</if>> - <</if>> -<<elseif ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1 || $activeSlave.preg > 0)>> - <<if ($activeSlave.preg < -1)>> - //It is sterile// - <<elseif ($activeSlave.pubertyXX == 0)>> - //It is not yet fertile// - <<elseif $activeSlave.ovaryAge >= 47 && $activeSlave.preg < 1>> - //It is too old to become pregnant// - <<if $activeSlave.preg == -1>> - <<set $activeSlave.preg = 0>> - <<run SetBellySize($activeSlave)>> - <</if>> - <<elseif $activeSlave.broodmotherOnHold == 1>> - //Its pregnancy implant is turned off; it expected to be completely emptied of its remaining brood in $activeSlave.broodmotherCountDown week $activeSlave.broodmotherCountDown week<<if $activeSlave.broodmotherCountDown > 1>>s<</if>>// - [[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]] - <<elseif ($activeSlave.preg >= -1)>> - Contraception: <span id="fertility"><strong><<if $activeSlave.preg == -1>><<print "using contraceptives">><<elseif $activeSlave.pregWeek < 0>><<print "postpartum">><<elseif $activeSlave.preg == 0>><<print "fertile">><<elseif $activeSlave.preg < 4>><<print "may be pregnant">><<else>><<print $activeSlave.preg>><<print " weeks pregnant">><</if>></strong></span>. - <<if ($activeSlave.preg == 0)>> - <<link "Use contraceptives">><<set $activeSlave.preg = -1>> - <<SlaveInteractImpreg>> - <<SlaveInteractFertility>> - <</link>> - <<elseif ($activeSlave.preg == -1)>> - <<link "Let it get pregnant">><<set $activeSlave.preg = 0>> - <<SlaveInteractImpreg>> - <<SlaveInteractFertility>> - <</link>> - <<elseif $activeSlave.induce == 1>> - //Hormones are being slipped into its food, it will give birth suddenly and rapidly this week// - <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth-2 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth) && ($activeSlave.broodmother == 0) && ($activeSlave.labor == 0)>> - [[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]] - | [[Give it a cesarean section|csec]] - <<elseif ($activeSlave.broodmother > 0)>> - <<if $activeSlave.broodmotherOnHold != 1>> - [[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = 38-WombMinPreg($activeSlave)]] - <</if>> - <<if ($activeSlave.preg > 37)>> - | [[Induce mass childbirth|BirthStorm]] - <</if>> - <<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>> - [[Give it a cesarean section|csec]] - <<elseif ($activeSlave.preg > 0) && $activeSlave.breedingMark == 1 && $propOutcome == 1 && $activeSlave.pregSource == -1>> - //You are forbidden from aborting an elite child// - <<elseif ($activeSlave.preg > 0)>> - [[Abort its pregnancy|Abort]] + [["Abort " + $his + " pregnancy"|Abort]] <</if>> <</if>> <</if>> <<if ($activeSlave.pregKnown == 1) && ($pregSpeedControl == 1) && ($activeSlave.breedingMark != 1 || $propOutcome == 0) && ($activeSlave.indentureRestrictions < 1) && ($activeSlave.broodmother == 0) && $seePreg != 0>> <br> - __Pregnancy control__: <<if $activeSlave.pregControl == "labor supressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. + __Pregnancy control__: <<if $activeSlave.pregControl == "labor suppressors">>Labor is suppressed<<elseif $activeSlave.pregControl == "slow gestation">>Slowed gestation speed<<elseif $activeSlave.pregControl == "speed up">>Faster gestation speed, staffed clinic recommended<<else>>Normal gestation and birth<</if>>. <<if ($activeSlave.preg >= $activeSlave.pregData.minLiveBirth)>> <br> - <<if $activeSlave.pregControl == "labor supressors">> + <<if $activeSlave.pregControl == "labor suppressors">> <<link "Normal Birth">><<set $activeSlave.pregControl = "none">><<SlaveInteractFertility>><</link>> <<else>> - <<link "Supress Labor">><<set $activeSlave.pregControl = "labor supressors">><<SlaveInteractFertility>><</link>> + <<link "Suppress Labor">><<set $activeSlave.pregControl = "labor suppressors">><<SlaveInteractFertility>><</link>> <</if>> <<elseif ($activeSlave.preg < $activeSlave.pregData.normalBirth)>> <br> @@ -413,24 +367,24 @@ <<replace #sexoption>> <<if ($activeSlave.vagina > -1)>> <<if canDoVaginal($activeSlave)>> - <<link "Fuck her">><<replace "#miniscene">><<include "FVagina">><br><</replace>><<SlaveInteractFertility>><</link>> + <<link "Fuck $him">><<replace "#miniscene">><<include "FVagina">><br><</replace>><<SlaveInteractFertility>><</link>> <<if canDoAnal($activeSlave)>> - | <<link "Use her holes">><<replace "#miniscene">><<include "FButt">><br> <</replace>><<SlaveInteractFertility>><</link>> + | <<link "Use $his holes">><<replace "#miniscene">><<include "FButt">><br> <</replace>><<SlaveInteractFertility>><</link>> <</if>> <<if ($activeSlave.bellyPreg >= 300000)>> - | <<link "Fuck her on her belly">><<replace "#miniscene">><<include "FBellyFuck">><br> <</replace>><<SlaveInteractFertility>><</link>> + | <<link "Fuck $him on $his belly">><<replace "#miniscene">><<include "FBellyFuck">><br> <</replace>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> - | <<link "Fuck her in her maternity swing">><<replace "#miniscene">><<include "FMaternitySwing">><br> <</replace>><<SlaveInteractFertility>><</link>> + | <<link "Fuck $him in $his maternity swing">><<replace "#miniscene">><<include "FMaternitySwing">><br> <</replace>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> - | <<link "Fuck her with the help of her assistants">><<replace "#miniscene">><<include "FAssistedSex">><br> <</replace>><<SlaveInteractFertility>><</link>> + | <<link "Fuck $him with the help of $his assistants">><<replace "#miniscene">><<include "FAssistedSex">><br> <</replace>><<SlaveInteractFertility>><</link>> <</if>> <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> - | <<link "Fuck her in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br> <</replace>><<SlaveInteractFertility>><</link>> + | <<link "Fuck $him in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br> <</replace>><<SlaveInteractFertility>><</link>> <</if>> <<else>> - //Remove her chastity belt if you wish to fuck her// + //Remove $his chastity belt if you wish to fuck $him// <</if>> <</if>> <<if $activeSlave.bellyPreg >= 300000>> @@ -451,9 +405,9 @@ <<widget "SlaveInteractAnalSexOption">> <<replace #analsexoption>> <<if canDoAnal($activeSlave)>> - | <<link "Fuck her ass">><<replace "#miniscene">><<include "FAnus">><br> <</replace>><</link>> + | <<link "Fuck $his ass">><<replace "#miniscene">><<include "FAnus">><br> <</replace>><</link>> <<else>> - | //Remove her chastity belt if you wish to fuck her ass// + | //Remove $his chastity belt if you wish to fuck $his ass// <</if>> <</replace>> <</widget>> @@ -463,7 +417,7 @@ <<widget "SlaveInteractAnalGropeOption">> <<replace #analgropeoption>> <<if canDoAnal($activeSlave)>> - | <<link "Grope her butt">><<replace "#miniscene">><<include "FondleButt">><br> <</replace>><</link>> + | <<link "Grope $his butt">><<replace "#miniscene">><<include "FondleButt">><br> <</replace>><</link>> <</if>> <</replace>> <</widget>> @@ -474,7 +428,7 @@ <<replace #gropeoption>> <<if ($activeSlave.vagina > -1)>> <<if canDoVaginal($activeSlave)>> - | <<link "Grope her pussy">><<replace "#miniscene">><<include "FondleVagina">><br> <</replace>><</link>> + | <<link "Grope $his pussy">><<replace "#miniscene">><<include "FondleVagina">><br> <</replace>><</link>> <</if>> <</if>> <</replace>> @@ -486,12 +440,12 @@ <<replace #dickgropeoption>> <<if ($activeSlave.dick >0)>> <<if ($activeSlave.dickAccessory != "chastity") && ($activeSlave.dickAccessory != "combined chastity")>> - | <<link "Grope her dick">><<replace "#miniscene">><<include "FondleDick">><br> <</replace>><</link>> + | <<link "Grope $his dick">><<replace "#miniscene">><<include "FondleDick">><br> <</replace>><</link>> <<if canPenetrate($activeSlave) && $sexualOpeness == 1>> - | <<link "Ride her dick">><<replace "#miniscene">><<include "FDick">><br> <</replace>><</link>> + | <<link "Ride $his dick">><<replace "#miniscene">><<include "FDick">><br> <</replace>><</link>> <</if>> <<else>> - | //Remove her dick chastity belt if you wish to play with her cock// + | //Remove $his dick chastity belt if you wish to play with $his cock// <</if>> <</if>> <</replace>> @@ -721,36 +675,36 @@ This experience <<if $args[0].fetishKnown == 1>> <<if $args[0].fetishStrength > 95>> @@.lightsalmon;<<switch $args[0].fetish>> - <<case "submissive">>deepens her sexual need to submit. - <<case "cumslut">>increases her appetite for oral sex. - <<case "humiliation">>makes her even more eager to be humiliated. - <<case "buttslut">>encourages her to focus on anal sex. - <<case "boobs">>focuses her sexuality on her breasts and nipples. - <<case "sadist">>titillates the sadistic part of her. - <<case "masochist">>helps conflate pain and sexual pleasure for her. - <<case "dom">>strengthens her desire to top other slaves. - <<case "pregnancy">>further confuses lust and pregnancy in her mind. + <<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 her,@@ since + is @@.hotpink;especially enjoyable for $him,@@ since <<switch $args[0].fetish>> - <<case "submissive">>she's an utterly submissive little slut. - <<case "cumslut">>her <<if $args[0].vagina > -1>>clit<<else>>frenulum<</if>> might as well be located in her throat. - <<case "humiliation">>she has a hopeless need to be humiliated and degraded. - <<case "buttslut">>she's completely in love with having her ass fucked. - <<case "boobs">>she loves breast play more than any other kind of sex. - <<case "sadist">>nothing is as titillating to her as another slave's pain can be. - <<case "masochist">>she loves pain more than she likes pleasure. - <<case "dom">>she lives for the times she's allowed to fuck someone. - <<case "pregnancy">>all her deepest sexual desires involve <<if $args[0].vagina > -1 || $args[0].mpreg == 1>>pregnancy<<else>>impregnation<</if>>. + <<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 her, revealing that she's a + was surprisingly appealing for $him, revealing that $he's a @@.lightsalmon;<<switch $args[0].fetish>> <<case "submissive">>sexual submissive! <<case "humiliation">>humiliation slut! @@ -947,7 +901,7 @@ This experience Call as <<SetPregType>> $args[0]: Slave. */ -<<widget "SetPregType">> /* IMHO rework is posssible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */ +<<widget "SetPregType">> /* IMHO rework is possible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */ <<if $args[0].broodmother < 1>> /* Broodmothers should be not processed here. Necessary now.*/ <<if (def $args[0].readyOva) && $args[0].readyOva > 0 >> <<set $args[0].pregType = $args[0].readyOva, $args[0].readyOva = 0>> /* just single override; for delayed impregnation cases */