diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 0328e4f4fdea745167cad591b43fb7a96f12399f..9d28de2862986324e9ccfc76d65cb7f7e75074b3 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -4814,7 +4814,7 @@ -added fairyanon's descriptions 9 - -fixed extra <</if>> in longSlaveDescrption.tw, line 726 and extra periods + -fixed extra <</if>> in longSlaveDescription.tw, line 726 and extra periods 8 -finished vanilla update diff --git a/devNotes/inducedNCS.txt b/devNotes/inducedNCS.txt index fb081be3fb711c074e6750a110a583863d1b0477..16c2eec4c4da22b3e10c155ce5e446d75dc16b7a 100644 --- a/devNotes/inducedNCS.txt +++ b/devNotes/inducedNCS.txt @@ -1,11 +1,11 @@ Induced NCS: The idea is a genetic change that you can't undo, once done. It is an expensive damaging process, and the - first time it is run many of the secondary sexual characteristics development will reverse strongly: + first time it is run many of the secondary sexual characteristics development will reverse strongly: including height, hips width, shoulders width, dick or clit size, labia or scrotum size, and breast size. In addition, from then on, every week a small chance of shrinking any of these items. In addition, growth - features (drugs, hormones, food) work at a disadvantage, while growth-reversal features (drugs, hormones, - food) work at an advantage. Finally, precocious puberty is generically incremented, such that drugs, - hormones or treatments that advance puberty are heightened while simultaneously drugs, hormones or + features (drugs, hormones, food) work at a disadvantage, while growth-reversal features (drugs, hormones, + food) work at an advantage. Finally, precocious puberty is generically incremented, such that drugs, + hormones or treatments that advance puberty are heightened while simultaneously drugs, hormones or treatments that work against puberty are lowered, with the exception of hormone blockers, which work as advertised. @@ -34,17 +34,17 @@ Updated sa Long Term Effects. 1: every slave visually appearing less than 9 will not be affected. 2: visually 45 yrs and over will always look 1 year younger each week. 3: from 44 down to 9, the slave accumulates NCSyouthening points every week building towards a sliding - youthening value which starts at 2 weeks for 44, and evenly progresses towards 10 weeks for slaves + youthening value which starts at 2 weeks for 44, and evenly progresses towards 10 weeks for slaves 12 and under. - + Formula, slaves <= 8 are ignored. Calculate _youtheningDifference the slaves visual age less 8, yielding 0 to say 38 or so, more than that will be dealt with further down the line. Take the _youthDifference divide by four and add .25 - to evenly break into 0 below 9, and 10 at 45, round to int to get the _youtheningLevel. Subtract + to evenly break into 0 below 9, and 10 at 45, round to int to get the _youtheningLevel. Subtract _youtheningLevel from 11 to find out the _youtheningRequirement - - Every week, slaves that appear older than 8 year old lolis or shotas will have their NCSyouthening + + Every week, slaves that appear older than 8 year old lolis or shotas will have their NCSyouthening incremented. Then this youthening is tested against the _youtheningRequirement, if at or better, the NCS youthens the slave, and resets the NCSyouthening. diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index d029f7a824e18ae40890692f7265a4ffe14a3524..2f10255dcafa6d457530082a49f5fa0b2c6576d9 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -34943,7 +34943,7 @@ window.GenerateNewSlave = (function(){ /*SecForceEX JS*/ window.SFC = function() { const V = State.variables; - if (V.SF.MercCon.CanAttend === -1) {return `The Colonel`;} + if (V.SF.MercCon.CanAttend === -1) {return `The Colonel`;} else { if (V.SF.Facility.LCActive > 0) {return `Lieutenant Colonel <<= SlaveFullName(V.SF.Facility.LC)>>`;} else {return `a designated soldier`;}} @@ -35008,9 +35008,9 @@ window.Count = function() { if (V.SF.Facility.Toggle > 0) { T.Base += T.SFF, T.max += T.SFFU; } - + if (V.terrain !== "oceanic") { T.LBU += T.GRU, T.LB += S.GiantRobot, T.Base += T.G, T.max += T.GU; - T.max += T.LBU, T.Base += T.LB;} + T.max += T.LBU, T.Base += T.LB;} if (V.terrain === "oceanic" || V.terrain === "marine") { T.NY = S.AircraftCarrier + S.Sub + S.HAT, T.Base += T.NY; T.NYU = T.ACU + T.SubU + T.HATU, T.max += T.NYU;} @@ -35067,7 +35067,7 @@ window.Armoury = function() { window.Drugs = function() { const V = State.variables, S = V.SF.Squad; var amphet = ``, phen = ``, steroid = ``, downer = ``, concen = ``, stimpack = ``, stabilizer = ``; - + if (S.Drugs >= 1) amphet = `Amphetamines have been added to the cocktail at a low dosage to act as a stimulant, physical performance enhancer, cognition control enhancer. Some side-effects exist.`; if (S.Drugs >= 2) phen = `Phencyclidine has been added to the cocktail at a low dosage as a dissociative psychotropic for soldiers in battle to introduce feelings of detachment, strength and invincibility, and aggression. Some side-effects reduce the tolerable dosage before soldiers go on uncontrollable violent outbreaks.`; if (S.Drugs >= 3) steroid = `Testosterone is being produced for soldiers in training as a natural muscle growth stimulant and to invoke aggression.`; @@ -35326,32 +35326,32 @@ window.HAT = function() { window.Interactions = function() { const V = State.variables, C = V.SF.Colonel, T = State.temporary; var choice = ``, time = ``; - + if (V.SF.Gift > 0){ if (V.choice == 1){ choice = `$SF.Caps is turning over spare capital in tribute this week. `; if (V.SF.MercCon.CanAttend === -1 && (C.Talk + C.Fun !== 1)) { choice += `"I think I can find @@.yellowgreen;<<print cashFormat(Math.ceil($CashGift))>>@@ for you, boss."`;} - else { + else { choice += `"We can spare@@.yellowgreen;<<print cashFormat(Math.ceil($CashGift))>>@@ in tribute this week, `; if (V.PC.title != 1){choice += `sir."`;}else{choice += `ma'am."`;}}} else if (V.choice == 2){ choice = `$SF.Caps will be throwing a military parade this week. `; if (V.SF.MercCon.CanAttend === -1 && (C.Talk + C.Fun !== 1)) { choice += `"I expect the @@.green;public to enjoy@@ the parade, boss."`;} - else { + else { choice += `"I'll have plans for an @@.green;popular parade@@ on your desk, `; if (V.PC.title != 1){choice += `sir."`;}else{choice += `ma'am."`;}}} else if (V.choice == 3){ choice = `$SF.Caps will be conducting corporate sabotage on rival arcologies' businesses. `; if (V.SF.MercCon.CanAttend === -1 && (C.Talk + C.Fun !== 1)) { choice += `"Our interests should see a @@.yellowgreen;big boost,@@ boss."`;} - else { + else { choice += `"Your @@.yellowgreen;arcology's business prospects should see an improvement@@ this week, <<= properTitle()>>.`; }}} if (C.Talk + C.Fun > 0) time = `The Colonel is busy for the rest of the week, so the Lieutenant Colonel will assist you.`; - + return `${time} <br>${choice}`; }; @@ -35462,7 +35462,7 @@ window.SFBC = function() { delete V.securityForceSubmarine; delete V.securityForceHeavyAmphibiousTransport; } - + if (V.SF == undefined) { if (V.securityForceEventSeen < 1) { V.securityForceActive = -1 } else { V.securityForceActive = 2 }; V.SF = {Toggle:V.SFMODToggle, Active:V.securityForceActive}; Init(); diff --git a/player variables documentation - Pregmod.txt b/player variables documentation - Pregmod.txt index 6940565edbc52fa8ada19024312fba20be7a8c90..48bfbc48c7a972991ef6b874633af41f0f5010c9 100644 --- a/player variables documentation - Pregmod.txt +++ b/player variables documentation - Pregmod.txt @@ -164,7 +164,7 @@ lactation: is player lactating 0 - no 1 - yes - + lactationDuration: how many more weeks the player will lactate for @@ -378,7 +378,7 @@ how many designer babies you've produced slavesFathered: -how many babies you are the father of +how many slave babies you are the father of slavesKnockedUp: diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index e8e2437b88d2e50397e200672bb4c65b4e57859c..ad48108bcd786ac73319f09b1d629094c61af43e 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -3399,7 +3399,7 @@ accepts int default cap is 200 skillE: -Her skill as a entertainer. +Her skill as an entertainer. accepts int default cap is 200 diff --git a/src/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw index 9f9858fade6b6afe794fd139f1d9243f88e5625f..82cc6a4307ae51847026dabcad51f8b43d6649db 100644 --- a/src/SpecialForce/Upgrades.tw +++ b/src/SpecialForce/Upgrades.tw @@ -12,21 +12,21 @@ <<if $SF.Squad.Firebase < 5||_T1 && $SF.Squad.Firebase < _FU>> - + <<set _cF = Math.ceil(100000*_Env*(1.15+($SF.Size/10))*(1.15+($SF.Squad.Firebase/100)))>> - + <<if $cash >= _cF>> - + <<link "Upgrade Firebase">> <<set $SF.Upgrade = 1, $SF.Squad.Firebase++, $cash -= _cF>><<goto "Firebase">><</link>> - + <<else>>//Cannot afford to upgrade the Firebase.//<</if>> - + //Costs @@.yellowgreen;<<print cashFormat(_cF)>>@@ // - + <<elseif $SF.Squad.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($SF.Squad.Firebase)>> </span><br> diff --git a/src/art/vector/Head.tw b/src/art/vector/Head.tw index 8590c0faa6ba0242f490d03cffaee949a8a00899..bbdb8dfea9a9ebe225cd88896c8eb08265d0da48 100644 --- a/src/art/vector/Head.tw +++ b/src/art/vector/Head.tw @@ -32,7 +32,7 @@ <<if $seeFaces > 0>> <<if _artSlave.clothes != "restrictive latex">> <<switch _artSlave.race>> - <<case "white" "southern european">> + <<case "southern european" "white">> <<if _artSlave.faceShape == "normal">> <<include Art_Vector_Eyes_TypeB>> <<include Art_Vector_Mouth_TypeA>> @@ -148,7 +148,7 @@ <<include Art_Vector_Eyebrow_TypeC_Bushy>> <</if>> <</if>> - <<case "asian" "pacific islander" "malay">> + <<case "asian" "malay" "pacific islander">> <<if _artSlave.faceShape == "normal">> <<include Art_Vector_Eyes_TypeA>> <<include Art_Vector_Mouth_TypeC>> @@ -264,7 +264,7 @@ <<include Art_Vector_Eyebrow_TypeA_Bushy>> <</if>> <</if>> - <<case "latina" "amerindian">> + <<case "amerindian" "latina">> <<if _artSlave.faceShape == "normal">> <<include Art_Vector_Eyes_TypeB>> <<include Art_Vector_Mouth_TypeE>> @@ -1108,7 +1108,7 @@ /* ADDONS */ -<<if _artSlave.fuckdoll == 0 >> /* fuckdolly cannot be decorated */ +<<if _artSlave.fuckdoll == 0 >> /* fuckdolls cannot be decorated */ <<if _artSlave.collar == "dildo gag">> <<include Art_Vector_Dildo_Gag>> <</if>> diff --git a/src/events/gameover.tw b/src/events/gameover.tw index 84beb93e44147044c61526d6bb36466edcf8b004..2af91afcddb622a4115100bf99d385408ba4c805 100644 --- a/src/events/gameover.tw +++ b/src/events/gameover.tw @@ -62,7 +62,7 @@ As the mercenaries break the battle lines and enter the arcology all hell breaks loose. The sectors are pillaged one by one, systematically and thoroughly. When they break in the penthouse they quickly capture and send you to their employers as proof of their success. Your personal story may continue, but that part of it worthy of retelling has now ended. <</if>> - + <br><br> ''GAME OVER'' <<elseif $gameover == "Rebellion defeat">> @@ -74,7 +74,7 @@ As the furious horde of citizens invades your penthouse you are left a few precious seconds to decide your fate. You embrace for the last time your faithful revolver and just as the rebels break through your doors you squeeze the trigger. The end of your story has come and your arcology is now in the hands of whoever will take control of the vermin that dared rise up this day. <</if>> - + <br><br> ''GAME OVER'' diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 96956b0af4ab6aa762c62fbad5a8372f9e3cef12..3295e62a64f23535eb4d75020fd9ffcb5b0f2fb5 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -679,7 +679,7 @@ __''Player Character''__ <br>Your eyes are <<textbox "$PC.eyeColor" $PC.eyeColor "Intro Summary">> and hair is <<textbox "$PC.hColor" $PC.hColor "Intro Summary">>. - + <br>Your face is ''$PC.faceShape''. [[Normal|Intro Summary][$PC.faceShape = "normal"]] | [[Androgynous|Intro Summary][$PC.faceShape = "androgynous"]] | diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index c79c5d5817cda7c15faff6a5ba80bd10e5ba9dc5..e563599966f674973ba7fa6e4dd23e02afe5eca3 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -46,7 +46,7 @@ $nurseryNameCaps <<case "Supremacist">> is designed and structured to give those of $arcologies[0].FSSupremacistRace ethnicity the limelight of the nursery, while the others stay sectioned off and neglected to the world. <<case "Subjugationist">> - is made to foster and raise the young children of $arcologies[0].FSSubjugationistRace ethnicity. They are reminded of their place with every failure and are encouraged to submissively follow their stereotypes at a young ripe age. + is made to foster and raise the young children of $arcologies[0].FSSubjugationistRace ethnicity. They are reminded of their place with every failure and are encouraged to submissively follow their stereotypes at a ripe young age. <<case "Paternalist">> is well-stocked and by Paternalistic customs, constantly swaddle the children with love and attention. With the warm colors and sound of child laughter, to the untrained eye, the children actually seem free. <<case "Pastoralist">> @@ -426,7 +426,7 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery Hormone levels are purposefully set higher than recommended; over-active reproductive systems likely. [[Limit|Nursery][$nurseryHormonesSetting = 1]] | [[Disable|Nursery][$nurseryHormonesSetting = 0]] <<elseif $nurseryHormonesSetting == 1>> - Hormone levels are being carefully managed; children will be released with fully functional reproductive organs. + Hormone levels are being carefully managed; children will be released with fully functional reproductive organs. [[Overload|Nursery][$nurseryHormonesSetting = 2]] | [[Disable|Nursery][$nurseryHormonesSetting = 0]] <<elseif $nurseryHormonesSetting == 0>> Hormones management systems are offline; children will undergo normal puberty. @@ -517,7 +517,7 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery very impressive. <<else>> immense. - <</if>> /* TODO: how much of this would make sense to include? + <</if>> /* TODO: how much of this would make sense to include? <<if $cribs[$i].dick > 0>> <<if $cribs[$i].dick <= 3>> The latest analysis reported $his dick will end up being around the average diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw index 3df88d9b0aac23d6c184d2e3003aa078c155da17..2d2b679855040709d5cbd90df0b5e00f6c77d743 100644 --- a/src/init/setupVars.tw +++ b/src/init/setupVars.tw @@ -9,11 +9,11 @@ /* Double 20 week point for human data - not a bug. Do not change! (It's transfer point in data source, from data without CTR to with CTR) */ /* Any profile graph data should begin from week 0. Size can be 0 or 1, but CTR should be set to the same value as next graph point.*/ -<<set setup.pregData = { +<<set setup.pregData = { -human: {type: "human", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 9, 20, 20, 40, 52, 64, 80, 384, 99999], fetusSize: [1, 3, 16, 25.6, 51, 60, 67.5, 71.6, 129.5, 130], fetusRate: [1, 1, 1, 0.64, 0.6513, 0.6459, 0.644, 0.6393, 0.58, 0.51], sizeType: 0}, +human: {type: "human", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 9, 20, 20, 40, 52, 64, 80, 384, 99999], fetusSize: [1, 3, 16, 25.6, 51, 60, 67.5, 71.6, 129.5, 130], fetusRate: [1, 1, 1, 0.64, 0.6513, 0.6459, 0.644, 0.6393, 0.58, 0.51], sizeType: 0}, -humanWG: {type: "humanWG", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 8, 11, 15, 20, 28, 34, 38, 40, 42, 52, 64, 76, 88, 384, 99999], fetusSize: [0, 1, 7, 70, 300, 1005, 2146, 3088, 3462, 3685, 6300, 7700, 8400, 8800, 65000, 65000], fetusRate: [4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4], sizeType: 1}, +humanWG: {type: "humanWG", normalOvaMin:1, normalOvaMax: 1, normalBirth: 40, minLiveBirth: 32, drugsEffect: 1, fetusWeek: [0, 8, 11, 15, 20, 28, 34, 38, 40, 42, 52, 64, 76, 88, 384, 99999], fetusSize: [0, 1, 7, 70, 300, 1005, 2146, 3088, 3462, 3685, 6300, 7700, 8400, 8800, 65000, 65000], fetusRate: [4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4], sizeType: 1}, canineM: {type: "canineM", normalOvaMin:4, normalOvaMax: 8, normalBirth: 9, minLiveBirth: 8, drugsEffect: 0.3, fetusWeek: [0, 4, 5, 9, 9+4*4, 9+12*4, 24*4, 99999], fetusSize: [0, 1, 165, 300, 9525, 17236, 18000, 18000], fetusRate: [4, 4, 4, 4, 4, 4, 4, 4], sizeType: 1}, diff --git a/src/interaction/cyberConfig.tw b/src/interaction/cyberConfig.tw index 063bfbc1e55cb81db7e43f1bccd075b471364336..b46c9cb30332988f239c52025fa854a0a5f2cd65 100644 --- a/src/interaction/cyberConfig.tw +++ b/src/interaction/cyberConfig.tw @@ -12,7 +12,7 @@ <</if>> <<if $activeSlave.origEye == "implant">><br><br> - $He has an ocular implant installed. + $He has an ocular implant installed. <<if $activeSlave.eyes == 1>> They are operating normally. <<elseif $activeSlave.eyes == -1>> @@ -81,7 +81,7 @@ <</if>> <<if $activeSlave.earImplant == 1>><br><br> - $He has a cochlear implant installed. + $He has a cochlear implant installed. <<if $activeSlave.hears == 0>> They are operating normally. <<elseif $activeSlave.hears == -1>> @@ -96,7 +96,7 @@ <</if>> <<if $activeSlave.electrolarynx == 1>><br><br> - $He has an electrolarynx installed. + $He has an electrolarynx installed. <<if $activeSlave.voice == 0>> It is turned off. <<elseif $activeSlave.voice == 1>> @@ -151,9 +151,9 @@ <<set $activeSlave.amp = 1>> Due to built-in safeties it is necessary to remove each limb separately, first releasing the lock and then waiting for automated seal release.<br> <<if ($activeSlave.devotion > 20)>> - You instruct $him to lie down on the table and proceed to remove $his limbs. $He <<if canSee($activeSlave)>>watches<<else>>listens<</if>> with interest as you work.<<if ($activeSlave.devotion > 50)>> As you remove the last limb $he playfully wiggles $his stumps at you.<</if>> + You instruct $him to lie down on the table and proceed to remove $his limbs. $He <<if canSee($activeSlave)>>watches<<elseif canHear($activeSlave)>>listens<<else>>waits<</if>> with interest as you work.<<if ($activeSlave.devotion > 50)>> As you remove the last limb $he playfully wiggles $his stumps at you.<</if>> <<else>> - You order $him to lie down on the table and proceed to remove $his limbs. $He <<if canSee($activeSlave)>>watches<<else>>listens<</if>> with a bitter expression as you work. + You order $him to lie down on the table and proceed to remove $his limbs. $He <<if canSee($activeSlave)>>watches<<elseif canHear($activeSlave)>>listens<<else>>waits<</if>> with a bitter expression as you work. <</if>> <<case 2>> @@ -170,7 +170,7 @@ <</if>> <<case 4>> <<set $temp = 0, $nextButton = "Continue", $nextLink = "cyberConfig">> - Attaching $his limbs is a simple procedure, you simply push a connector on each limb into the socket in $his implants until the lock engages.<<if $activeSlave.PLimb == 2>> $He jumps a bit as limbs connect to $his nerves.<</if>> When you are done, $he sits up and + Attaching $his limbs is a simple procedure, you simply push a connector on each limb into the socket in $his implants until the lock engages.<<if $activeSlave.PLimb == 2>> $He jumps a bit as limbs connect to $his nerves.<</if>> When you are done, $he sits up and <<if $activeSlave.amp == -2>>experimentally engages the vibe function in $his fingers. <<elseif $activeSlave.amp == -3>>runs a hand over the smooth skin of $his new legs. <<elseif $activeSlave.amp == -4>>engages and disengages the blade in $his forearm. diff --git a/src/js/walkPastJS.tw b/src/js/walkPastJS.tw index dbd4905311d41e8fe8afad817dcc1a844e7e2dcf..05f749b3523c546c983376fdeadaf2848332bc86 100644 --- a/src/js/walkPastJS.tw +++ b/src/js/walkPastJS.tw @@ -11,7 +11,7 @@ window.primeSlave = function(activeSlave, seed) { const He = capFirstChar(he), His = capFirstChar(his); let _target = ""; let t = ""; - let race = (V.seeRace ? activeSlave.race : ""); + let race = (V.seeRace ? activeSlave.race : ""); if (V.partner !== "relationship" || activeSlave.relationship == 1 || activeSlave.relationship == 2 || activeSlave.releaseRules == "restrictive") { t += `${activeSlave.slaveName} `; @@ -34,7 +34,7 @@ window.rivalSlave = function(activeSlave, seed) { if (_partnerSlave != undefined) { /* potential problem point */ let race2 = (V.seeRace ? _partnerSlave.race : ""); - + t += " Meanwhile, "; if (activeSlave.rivalry >= 3) { t += `${_partnerSlave.slaveName}, whom ${he} hates, `; @@ -62,7 +62,7 @@ window.walkPasts = function(slave, _seed) { const He = capFirstChar(he), His = capFirstChar(his); let _target = ""; let t = ""; - let race = (V.seeRace ? slave.race : ""); + let race = (V.seeRace ? slave.race : ""); switch (slave.assignment) { case "be your agent": diff --git a/src/npc/databases/dSlavesDatabase.tw b/src/npc/databases/dSlavesDatabase.tw index 4dbe9f74d82245b394e6d7a256992506f6c22d46..ef9fe8d10cc9705b0a90a02f6e2fcb5d27b48625 100644 --- a/src/npc/databases/dSlavesDatabase.tw +++ b/src/npc/databases/dSlavesDatabase.tw @@ -485,7 +485,7 @@ <<set $heroSlaves.push(_HS)>> <<set _HS = {}>> -<<set _HS.slaveName = "Zhao Li", _HS.birthName = "Zhao Li", _HS.origin = "She was caught and enslaved while working undercover.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 35, _HS.physicalAge = 35, _HS.visualAge = 35, _HS.ovaryAge = 35, _HS.health = 100, _HS.devotion = 100, _HS.muscles = 100, _HS.height = 175, _HS.race = "asian", _HS.pubicHColor = "black", _HS.skin = "pale", _HS.hStyle = "long, but tied into Chinese buns.", _HS.pubicHStyle = "in a strip", _HS.boobs = 755, _HS.butt = 4, _HS.face = 15, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.clit = 1, _HS.clitPiercing = 3, _HS.clitSetting = "all", _HS.anus = 2, _HS.vaginalSkill = 100, _HS.oralSkill = 100, _HS.analSkill = 100, _HS.entertainSkill = 15, _HS.combatSkill = 1, _HS.clothes = "a comfortable bodysuit", _HS.collar = "pretty jewelry", _HS.shoes = "heels", _HS.intelligence = 100, _HS.intelligenceImplant = 30, _HS.energy = 100, _HS.attrXY = 40, _HS.fetishStrength = 100, _HS.fetishKnown = 1, _HS.customDesc = "She was a once skilled police investigator. Even at her age, her long, enticing legs are proof that she still retains her natural strength and beauty.", _HS.career = "a police detective">> +<<set _HS.slaveName = "Zhao Li", _HS.birthName = "Zhao Li", _HS.origin = "She was caught and enslaved while working undercover.", _HS.ID = _i++, _HS.birthWeek = random(0,51), _HS.actualAge = 35, _HS.physicalAge = 35, _HS.visualAge = 35, _HS.ovaryAge = 35, _HS.health = 100, _HS.devotion = 100, _HS.muscles = 100, _HS.height = 175, _HS.race = "asian", _HS.pubicHColor = "black", _HS.skin = "pale", _HS.hStyle = "long, but tied into Chinese buns.", _HS.pubicHStyle = "in a strip", _HS.boobs = 755, _HS.butt = 4, _HS.face = 15, _HS.vagina = 1, _HS.vaginaLube = 1, _HS.clit = 1, _HS.clitPiercing = 3, _HS.clitSetting = "all", _HS.anus = 2, _HS.vaginalSkill = 100, _HS.oralSkill = 100, _HS.analSkill = 100, _HS.entertainSkill = 15, _HS.combatSkill = 1, _HS.clothes = "a comfortable bodysuit", _HS.collar = "pretty jewelry", _HS.shoes = "heels", _HS.intelligence = 100, _HS.intelligenceImplant = 30, _HS.energy = 100, _HS.attrXY = 40, _HS.fetishStrength = 100, _HS.fetishKnown = 1, _HS.customDesc = "She was once a skilled police investigator. Even at her age, her long, enticing legs are proof that she still retains her natural strength and beauty.", _HS.career = "a police detective">> <<set $heroSlaves.push(_HS)>> <<set _HS = {}>> diff --git a/src/npc/descriptions/fAssistedSex.tw b/src/npc/descriptions/fAssistedSex.tw index ad04bf3785ece9cd93ad297e497612ad94121bfc..739bebdccc1bb94e3ac855262d32da825bdb5311 100644 --- a/src/npc/descriptions/fAssistedSex.tw +++ b/src/npc/descriptions/fAssistedSex.tw @@ -3,63 +3,63 @@ <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> -You order $his servants forward so that $he can tease you with $his enormously swollen body. -<<if $activeSlave.devotion > 95>> - Smirking, $he leans backwards, +You order $his servants forward so that $he can tease you with $his enormously swollen body. +<<if $activeSlave.devotion > 95>> + Smirking, $he leans backwards, <<if $activeSlave.amp < 1>> - raising $his hands above $his head - <<else>> + raising $his hands above $his head + <<else>> with two slender arms rising upward behind $him, making it look like $he has limbs once more <</if>> as a gaggle of $his trained menials slide underneath $his belly, lifting the monolithic organ off the ground and setting the tightly packed orb to wobbling. -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> - Smiling nervously, $he leans backwards, +<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> + Smiling nervously, $he leans backwards, <<if $activeSlave.amp < 1>> - raising $his hands above $his head - <<else>> + raising $his hands above $his head + <<else>> with two slender arms rising upward behind $him, making it look like $he has limbs once more <</if>> as a gaggle of $his trained menials slide underneath $his belly, lifting the monolithic organ off the ground and setting the tightly packed orb to wobbling. -<<else>> +<<else>> <<if $activeSlave.amp < 1>> - $he covers $his eyes with $his hands, - <<else>> - Two slender arms snake around from behind $him, almost making it look like $he has limbs once more. They cover $his quivering eyes + $he covers $his eyes with $his hands, + <<else>> + Two slender arms snake around from behind $him, almost making it look like $he has limbs once more. They cover $his quivering eyes <</if>> - as a gaggle of $his trained menials slide underneath $his belly, lifting the monolithic organ off the ground and setting the tightly packed orb to wobbling. + as a gaggle of $his trained menials slide underneath $his belly, lifting the monolithic organ off the ground and setting the tightly packed orb to wobbling. <<if $activeSlave.amp < 1>> - Two more servants take hold of $his arms, forcing $him to lift them above $his head. - <<else>> + Two more servants take hold of $his arms, forcing $him to lift them above $his head. + <<else>> The hands covering $his eyes draw away, revealing $his crying face, then lift above $his head in a deliberately provocative pose. <</if>> $He tenses in a moment of instinctive resistance, then surrenders $his body to $his aids' total control, clearly afraid of punishment. <</if>> You remove your clothes and lie back on the office couch, <<if $PC.dick == 1>> - allowing your exposed, full-mast dick to loll in front of you. + allowing your exposed, full-mast dick to loll in front of you. <<else>> spreading your exposed, oozing twat. <</if>> -<<if $activeSlave.devotion > 95>> +<<if $activeSlave.devotion > 95>> Licking $his lips, -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> Breathing heavily, -<<else>> +<<else>> Smiling fakely, -<</if>> +<</if>> $he draws toward you, half-floating on a river of silent, groping hands. When $he is mere <<if $showInches == 2>>inches<<else>>centimeters<</if>> away from you, $his servants lift $him higher, and $he <<if $PC.dick == 1>> - teases your dick with a series of masterful — and carefully balanced — belly isolations, rubbing the thick nub of $his belly button in small semicircles around your oozing cockhead as $he does so. Right when you feel ready to explode, $he rotates around, bringing + teases your dick with a series of masterful — and carefully balanced — belly isolations, rubbing the thick nub of $his belly button in small semicircles around your oozing cockhead as $he does so. Right when you feel ready to explode, $he rotates around, bringing <<if $activeSlave.butt > 11>> - $his overgrown, wobbling ass cheeks + $his overgrown, wobbling ass cheeks <<elseif $activeSlave.butt > 5>> - $his huge, wobbling ass cheeks + $his huge, wobbling ass cheeks <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> - $his saline inflated ass cheeks + $his saline inflated ass cheeks <<elseif $activeSlave.butt > 2>> - $his wobbling ass cheeks + $his wobbling ass cheeks <<else>> - the shallow inverted bowls of $his petite ass cheeks + the shallow inverted bowls of $his petite ass cheeks <</if>> level with your erection. Two of $his servants reach around $his inflated profile and push $his cheeks together, wrapping your dick in a firm layer of butt cleavage. $He lifts $his ass, then drops it, again and again, smacking your chest on the downswing as $his servants manipulate $his hotdogging to maximize your pleasure. <<if canDoVaginal($activeSlave)>> @@ -71,19 +71,19 @@ $he draws toward you, half-floating on a river of silent, groping hands. When $h <<= AnalVCheck()>> When you feel your own orgasm approaching, you pull out, ejaculating <<else>> - When you feel the tension with your reaching its apex, you signal to $his servants and they pull him forward. You ejaculate + When you feel the tension with your reaching its apex, you signal to $his servants and they pull him forward. You ejaculate <</if>> a thick stream of semen all over $his ass and back, $he shifts into a kneeling position on the ground in front of you, tilted sideways so that $his massive fecundity can pool on the ground beside $him, and gently sucks you off, cleaning your dick with $his mouth. <<set $activeSlave.oralCount++, $oralTotal++>> <<else>> - Presses the thick nub of $his belly button into your pussy, rubbing it back and forth against your engorged clit as $he performs a series of masterful--and carefully balanced--belly isolations. After $he has you quaking at the edge of release, $he rolls forward and buries $his head in your lap, plying you with $his - <<if $activeSlave.devotion > 95>> - devoted tongue - <<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> - dedicated tongue + Presses the thick nub of $his belly button into your pussy, rubbing it back and forth against your engorged clit as $he performs a series of masterful--and carefully balanced--belly isolations. After $he has you quaking at the edge of release, $he rolls forward and buries $his head in your lap, plying you with $his + <<if $activeSlave.devotion > 95>> + devoted tongue + <<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> + dedicated tongue <<else>> - tongue - <</if>> + tongue + <</if>> and driving you into a series of crashing orgasms. When $his tongue tires, $he tries to draw away, but you grab hold of $his head and hold $him in place until you are finished. <<set $activeSlave.oralCount++, $oralTotal++>> <</if>> diff --git a/src/npc/descriptions/fMaternitySwing.tw b/src/npc/descriptions/fMaternitySwing.tw index 7d550ee2847ec9ee7426ecbe91a447613f795a17..2fed6e3226a1a557177730c7e2ff253bdb19e0f6 100644 --- a/src/npc/descriptions/fMaternitySwing.tw +++ b/src/npc/descriptions/fMaternitySwing.tw @@ -3,17 +3,17 @@ <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> -You call $him over and hook $him into the reinforced silk maternity swing built into your office, then lift $him into the air so that you can toy with $his hyperfecund body. Once you have $him properly situated with $his +You call $him over and hook $him into the reinforced silk maternity swing built into your office, then lift $him into the air so that you can toy with $his hyperfecund body. Once you have $him properly situated with $his <<if $activeSlave.boobs >= 20000>> - obscenely bloated boobs + obscenely bloated boobs <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> - augmented balloon boobies + augmented balloon boobies <<elseif $activeSlave.boobs >= 3000>> - enormous breasts -<<else>> - cute tits + enormous breasts +<<else>> + cute tits <</if>> -and +and <<if $activeSlave.bellyPreg >= 1000000>> ridiculously enormous, baby packed belly <<elseif $activeSlave.bellyPreg >= 750000>> @@ -26,31 +26,31 @@ and hanging above the floor of your office, you turn your attention to molesting $his ripe protuberances. Running your tongue along the distended nub of $his belly button, you kiss your way up the fertile curve of $his belly, making your way to $his tits so that you can suck on $his $activeSlave.nipples nipples. $He squirms in $his restraints and <<if $activeSlave.devotion > 95>> <<if !canTalk($activeSlave)>> - begs you to fuck $him already + begs you to fuck $him already <<else>> groans inchoately, obviously desperate for you to fuck $him <</if>> -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> groans with barely restrained lust. <<else>> groans in lust and terror. -<</if>> +<</if>> You strap into your own customized version of the device, then elevate your body so that <<if $PC.dick == 1>>your dick<<else>>the device's built-in strap-on<</if>> is at the perfect angle to drive yourself and your <<if $activeSlave.bellyPreg >= 600000>> - brood-slave + brood-slave <<else>> - glorified belly balloon + glorified belly balloon <</if>> into a string of mutual orgasms with some truly astounding aerial sex. <<if canDoVaginal($activeSlave)>><<= VaginalVCheck()>><<else>><<= AnalVCheck()>><</if>> The sight of $his swollen body wobbling in mid-air as you pound away at $him never gets old, -<<if $activeSlave.devotion > 95>> +<<if $activeSlave.devotion > 95>> and $he certainly seems to enjoy your ministrations, too. -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> and, by the end of your session, $he seems to be enjoying $himself, too. <<else>> - and the sight of $his ugly tears rolling down $his face to hit the ground far below is one hell of a bonus. -<</if>> + and the sight of $his ugly tears rolling down $his face to hit the ground far below is one hell of a bonus. +<</if>> Once finished, you release $him from $his restraints and have $him carried away to clean $himself up before returning to $his duties. <<if passage() != "Slave Interact">> diff --git a/src/npc/descriptions/fPoolSex.tw b/src/npc/descriptions/fPoolSex.tw index 37c81a9311671729f7b415285a71b1930675495f..af3a7deee8ac6d0236954692fba9273125da90dc 100644 --- a/src/npc/descriptions/fPoolSex.tw +++ b/src/npc/descriptions/fPoolSex.tw @@ -3,39 +3,39 @@ <<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> -You order $him to meet you in the spa for some quality time in the penthouse's rejuvenating gelatin pool. When you get there, $he's already in $his bathing attire, reclined at the side of the pool farthest from you with $his massive $activeSlave.skin stomach hanging over the edge and half sunk in the thick, steaming ooze, flushed and sweaty. +You order $him to meet you in the spa for some quality time in the penthouse's rejuvenating gelatin pool. When you get there, $he's already in $his bathing attire, reclined at the side of the pool farthest from you with $his massive $activeSlave.skin stomach hanging over the edge and half sunk in the thick, steaming ooze, flushed and sweaty. <<if $activeSlave.devotion > 95>> <<if $activeSlave.amp < 1>> $He's resting $his head on one arm, but $he gives you a little wave with the other before setting it to rubbing the flank of one <<if $activeSlave.boobs >= 20000>> - massively overgrown tit + massively overgrown tit <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> - fat, augmented tit + fat, augmented tit <<elseif $activeSlave.boobs >= 3000>> - huge breast + huge breast <<else>> - petite breast + petite breast <</if>> as $he <<else>> - $He's resting on a small pile of pillows, enjoying the feeling against the flanks of $his colossal belly. $He wiggles a welcome to you and then + $He's resting on a small pile of pillows, enjoying the feeling against the flanks of $his colossal belly. $He wiggles a welcome to you and then <</if>> - <<if canSee($activeSlave)>>watches<<else>>waits patiently as<</if>> you strip down and change into your swimming outfit. When it's clear that you're ready to join $him, $he motions at the pool's holographic console and coos in delight as its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your waiting slave. + <<if canSee($activeSlave)>>watches<<else>>waits patiently as<</if>> you strip down and change into your swimming outfit. When it's clear that you're ready to join $him, $he motions at the pool's holographic console and coos in delight as its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your waiting slave. <br><br> - $He smiles and beckons you toward $him, rubbing circles in the exploded sides of $his colossal belly, then gasps as you take a handful of the ooze and shove it right in $his face. $He sputters indignantly and then + $He smiles and beckons you toward $him, rubbing circles in the exploded sides of $his colossal belly, then gasps as you take a handful of the ooze and shove it right in $his face. $He sputters indignantly and then <<if $activeSlave.amp < 1>> scoops up a handful $himself, flinging it at you. The two of you spend several minutes goo fighting before, eventually, you decide that your - <<else>> + <<else>> wobbles back and forth, ineffectually trying to fight back as you cover $him in thick wads of gel, over and over. After several minutes of this, you decide that your <</if>> <<if $PC.dick == 1>> - solid, quivering erection is in need of $his tender care. <<if canSee($activeSlave)>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, + solid, quivering erection is in need of $his tender care. <<if canSee($activeSlave)>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, <<if $activeSlave.amp < 1>> reaches down to masturbate your ooze lubricated dick. - <<else>> + <<else>> rolls forward and reaches down to tease your cockhead with $his mouth<<if $activeSlave.boobs > 600>> and tits<</if>>. <</if>> - When you feel yourself at the edge of orgasm, you slide in between $his + When you feel yourself at the edge of orgasm, you slide in between $his <<if $activeSlave.butt > 11>> debilitatingly enormous, cushiony ass <<elseif $activeSlave.butt > 5>> @@ -53,7 +53,7 @@ You order $him to meet you in the spa for some quality time in the penthouse's r ooze stimulated quim is in need of $his tender care. Seeing the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, <<if $activeSlave.amp < 1>> reaches down to masturbate your pussy, squeezing and rubbing your clit. - <<else>> + <<else>> rolls sideways and rubs your vulva as best $he can. <</if>> <<if $activeSlave.dick >= 1>> @@ -63,28 +63,28 @@ You order $him to meet you in the spa for some quality time in the penthouse's r <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <</if>> <</if>> -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> <<if $activeSlave.amp < 1>> - $He's resting $his head on one arm, but $he nods at you in acknowledgment as - <<else>> - $He's resting on a small pile of pillows, enjoying the sensations against the flanks of $his colossal belly. $He nods as you enter, not stopping $his rubbing, and <<if canSee($activeSlave)>>watches<<else>>waits patiently as<</if>> + $He's resting $his head on one arm, but $he nods at you in acknowledgment as + <<else>> + $He's resting on a small pile of pillows, enjoying the sensations against the flanks of $his colossal belly. $He nods as you enter, not stopping $his rubbing, and <<if canSee($activeSlave)>>watches<<else>>waits patiently as<</if>> <</if>> - you strip down and change into your swimming outfit. When it's clear that you're ready to join $him, $he motions at the pool's holographic console and its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your waiting slave. + you strip down and change into your swimming outfit. When it's clear that you're ready to join $him, $he motions at the pool's holographic console and its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your waiting slave. <br><br> - $He smiles politely, rubbing circles in the exploded sides of $his colossal belly, then gasps as you take a handful of the ooze and shove it right in $his face. $He sputters indignantly and then + $He smiles politely, rubbing circles in the exploded sides of $his colossal belly, then gasps as you take a handful of the ooze and shove it right in $his face. $He sputters indignantly and then <<if $activeSlave.amp < 1>> scoops up a handful $himself, flinging it at you. The two of you spend several minutes goo fighting before, eventually, you decide that your - <<else>> + <<else>> wobbles back and forth, ineffectually trying to fight back as you cover $him in thick wads of gel, over and over. After several minutes of this, you decide that your <</if>> <<if $PC.dick == 1>> - solid, quivering erection is in need of $his tender care. <<if canSee($activeSlave)>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, + solid, quivering erection is in need of $his tender care. <<if canSee($activeSlave)>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, <<if $activeSlave.amp < 1>> reaches down to masturbate your ooze lubricated dick. - <<else>> + <<else>> rolls forward and reaches down to tease your cockhead with $his mouth<<if $activeSlave.boobs > 600>> and tits<</if>>. <</if>> - When you feel yourself at the edge of orgasm, you slide in between $his + When you feel yourself at the edge of orgasm, you slide in between $his <<if $activeSlave.butt > 11>> debilitatingly enormous, cushiony ass <<elseif $activeSlave.butt > 5>> @@ -102,7 +102,7 @@ You order $him to meet you in the spa for some quality time in the penthouse's r ooze stimulated quim is in need of $his tender care. Seeing the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, <<if $activeSlave.amp < 1>> reaches down to masturbate your pussy, squeezing and rubbing your clit. - <<else>> + <<else>> rolls sideways and rubs your vulva as best $he can. <</if>> <<if $activeSlave.dick >= 1>> @@ -112,37 +112,37 @@ You order $him to meet you in the spa for some quality time in the penthouse's r <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <</if>> <</if>> -<<else>> +<<else>> <<if $activeSlave.amp < 1>> $He's resting $his head on one arm, but $he starts as you enter, watching tensely as - <<else>> - $He's resting on a small pile of pillows, savoring the sensations against the flanks of $his colossal belly and + <<else>> + $He's resting on a small pile of pillows, savoring the sensations against the flanks of $his colossal belly and <<if $activeSlave.boobs >= 20000>> - massively overgrown tits + massively overgrown tits <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> - fat, augmented tits + fat, augmented tits <<elseif $activeSlave.boobs >= 3000>> - huge breasts + huge breasts <<else>> - petite breasts + petite breasts <</if>> - $He starts as you enter, watching tensely as + $He starts as you enter, watching tensely as <</if>> - you strip down and change into your swimming outfit. When you're ready to join $him, you motion at the pool's holographic console and its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your worried looking slave. + you strip down and change into your swimming outfit. When you're ready to join $him, you motion at the pool's holographic console and its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your worried looking slave. <br><br> $He smiles politely, rubbing circles in the exploded sides of $his colossal belly, then cries out in surprise as you take a handful of the ooze and shove it right in $his face. $He sputters, blushing, and wobbles back and forth, clearly trying not to react as you cover $him in thick wads of gel, over and over. After several minutes of this, you decide that your <<if $PC.dick == 1>> solid, quivering erection is in need of $his tender care. You force $him back into a reclining position at the pool's edge and order $him to <<if $activeSlave.amp < 1>> masturbate your ooze lubricated dick. - <<else>> + <<else>> tease your cockhead with $his mouth. <</if>> - $He complies, bringing you to the edge of orgasm, and, before $he can fully push you over the edge, you slide in between $his + $He complies, bringing you to the edge of orgasm, and, before $he can fully push you over the edge, you slide in between $his <<if $activeSlave.butt > 7>> debilitatingly enormous, cushiony ass <<elseif $activeSlave.butt > 4>> - massive, cushiony ass + massive, cushiony ass <<elseif $activeSlave.butt > 2>> implant swollen ass <<elseif $activeSlave.buttImplant == 1>> @@ -156,7 +156,7 @@ You order $him to meet you in the spa for some quality time in the penthouse's r ooze stimulated quim is in need of $his tender care. You force $him back to recline at the pool's edge and, once you've joined $him, <<if $activeSlave.amp < 1>> set $him to masturbating your pussy, squeezing and rubbing your clit. - <<else>> + <<else>> set $him to rubbing your vulva with $his belly button. <</if>> <<if $activeSlave.dick >= 1>> diff --git a/src/npc/takeoverTarget.tw b/src/npc/takeoverTarget.tw index 4f28b0e5b9b9d510670e8c58e9be305f6bfbb92f..fcff0c6b51e629deedd57468aeb29ceeef1faeb1 100644 --- a/src/npc/takeoverTarget.tw +++ b/src/npc/takeoverTarget.tw @@ -41,9 +41,9 @@ Alternatively, arcologies are being built every day, and their owners' control i <<if $seeDicks != 0>><<set _arcologyTypes.push("GenderRadicalist")>><</if>> <<if $seeDicks != 100>><<set _arcologyTypes.push("GenderFundamentalist")>><</if>> <<if $seeExtreme != 0>><<set _arcologyTypes.push("Degradationist")>><</if>> -<<set _terrainTypes = ["urban", "urban", "rural", "rural", "rural", "marine", "marine", "oceanic", "ravine"]>> +<<set _terrainTypes = ["marine", "marine", "oceanic", "ravine", "rural", "rural", "rural", "urban", "urban"]>> <<set _continents = ["North America", "North America", "South America", "Europe", "Europe", "the Middle East", "Africa", "Asia", "Asia", "Australia", "Japan"]>> -<<set _races = ["white", "asian", "latina", "middle eastern", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race"]>> +<<set _races = ["amerindian", "asian", "black", "indo-aryan", "latina", "malay", "middle eastern", "mixed race", "pacific islander", "semitic", "southern european", "white"]>> <<set _targetArcologies = []>> <<set _targets = 4>> <<if $PC.career == "arcology owner">><<set _targets += 2>><</if>> diff --git a/src/player/actions/fondleBoobs.tw b/src/player/actions/fondleBoobs.tw index 5f68eee12a207b1c736ebb51bf6cbbe6bcc84666..de0687452b9a1b9a37c846e0c1e43b22d9752637 100644 --- a/src/player/actions/fondleBoobs.tw +++ b/src/player/actions/fondleBoobs.tw @@ -113,7 +113,7 @@ You call $him over so you can fondle $his playing with $his nipples between your fingers and thumbs, <</if>> <<else>> - $his flat breasts gently + $his flat breasts gently <<if $activeSlave.nipples == "fuckable">> slipping your fingers in and out of $his engorged $activeSlave.nipples nipples, <<else>> @@ -217,7 +217,7 @@ You call $him over so you can fondle $his <<elseif ($activeSlave.boobs >= 5000)>> monster tits, bouncing their weighty mass roughly with all your might before sliding your hands to $his nipples, <<elseif ($activeSlave.boobs > 1000)>> - huge tits, bouncing them roughly up and down in your hands, while simultaneously + huge tits, bouncing them roughly up and down in your hands, while simultaneously <<if $activeSlave.nipples == "fuckable">> shoving your fingers in and out of $his $activeSlave.nipples nipples, <<else>> @@ -305,7 +305,7 @@ You call $him over so you can fondle $his <</if>> $He <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you longingly, eager for more. <<elseif ($activeSlave.devotion > 20)>> - $He willingly gives $himself up to you. You place your hands on $his + $He willingly gives $himself up to you. You place your hands on $his <<if ($activeSlave.boobs >= 20000)>> colossal tits, before sinking your body into their immense softness, <<elseif ($activeSlave.boobs >= 10000)>> @@ -367,7 +367,7 @@ You call $him over so you can fondle $his <<else>> flat breasts, <</if>> - $his eagerness to avoid punishment leads $him to stiffen as you start to massage them. $He finally starts to relax as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, + $his eagerness to avoid punishment leads $him to stiffen as you start to massage them. $He finally starts to relax as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, <<if $activeSlave.nipples != "fuckable">> playing with $his<<if ($activeSlave.lactation > 0)>> milky<</if>> $activeSlave.nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples<<if ($activeSlave.lactation > 0)>> milk streams out of them and<</if>> $he lets out a gasp. <<else>> diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index 9d1b8d9eca026576afa49c9f8505f5ec58c7c254..3bfb2073727a2f43e72702f34c6ca9e89fd4751f 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -277,7 +277,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ <</link>> - //Will cost a onetime <<print cashFormat(50)>>// + //Will cost a one-time <<print cashFormat(50)>>// <</if>> <br><<link '...sent to a citizen school.'>> <<replace #_disposition>> diff --git a/src/pregmod/editGenetics.tw b/src/pregmod/editGenetics.tw index ae63450e7ad6687f60b9f239b4f759cde295bb38..381fcd0db3aacc22f931d9da4d87b25082402021 100644 --- a/src/pregmod/editGenetics.tw +++ b/src/pregmod/editGenetics.tw @@ -35,7 +35,7 @@ </tr> <tr> <th>Nationality</th><td colspan="2" class="editor string-editor" data-param="nationality"><%- s.nationality %></td> - <th>Ethnicity</th><td colspan="2" class="editor choice-editor" data-param="origRace" data-choices="amerindian, asian, black, indo-aryan, latina, middle eastern, pacific islander, semitic, southern european, white, mixed race"><%- s.origRace %></td> + <th>Ethnicity</th><td colspan="2" class="editor choice-editor" data-param="origRace" data-choices="amerindian, asian, black, indo-aryan, latina, malay, middle eastern, mixed race, pacific islander, semitic, southern european, white"><%- s.origRace %></td> <th>Career</th><td><i><%- s.career ? s.career : '' %></i></td> </tr> <tr> diff --git a/src/pregmod/eliteSlave.tw b/src/pregmod/eliteSlave.tw index e7a35d5dde2a016a23182b968c5576ab24d3720d..b375277f779828507e174ab45710afbfe63ade4b 100644 --- a/src/pregmod/eliteSlave.tw +++ b/src/pregmod/eliteSlave.tw @@ -22,7 +22,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc <<if $arcologies[0].FSSupremacist != "unset">> <<set $fixedRace = $arcologies[0].FSSupremacistRace>> <<elseif $arcologies[0].FSSubjugationist != "unset">> - <<set _races = ["white", "white", "white", "white", "white", "white", "white", "white", "white", "asian", "asian", "asian", "asian", "asian", "asian", "latina", "latina", "latina", "black", "black", "middle eastern", "middle eastern", "indo-aryan", "indo-aryan", "southern european", "southern european", "semitic", "semitic", "malay", "malay", "amerindian", "pacific islander", "mixed race"]>> + <<set _races = ["amerindian", "asian", "asian", "asian", "asian", "asian", "asian", "black", "black", "indo-aryan", "indo-aryan", "latina", "latina", "latina", "malay", "malay", "middle eastern", "middle eastern", "mixed race", "pacific islander", "semitic", "semitic", "southern european", "southern european", "white", "white", "white", "white", "white", "white", "white", "white", "white"]>> <<set _races = _races.delete($arcologies[0].FSSubjugationistRace)>> <<set $fixedRace = _races.random()>> <</if>> @@ -137,7 +137,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc <<set $activeSlave.nipples = "puffy">> <</if>> <<set $activeSlave.face = 100>> -<<set $activeSlave.faceShape = either("cute", "cute", "sensual", "sensual", "sensual", "normal", "normal", "exotic", "exotic")>> +<<set $activeSlave.faceShape = either("cute", "cute", "exotic", "exotic", "normal", "normal", "sensual", "sensual", "sensual")>> <<set $activeSlave.lips = random(45,75)>> <<if $arcologies[0].FSTransformationFetishist > 20>> <<set $activeSlave.lips += 25>> @@ -198,7 +198,7 @@ You check to see if any potential breeding slaves are on auction. <<if $eliteAuc <<set $activeSlave.attrKnown = 1>> <<set $activeSlave.fetishKnown = 1>> <<set $activeSlave.behavioralQuirk = "confident">> -<<set $activeSlave.sexualQuirk = either("gagfuck queen", "strugglefuck queen", "tease", "romantic", "romantic", "perverted", "caring", "caring", "unflinching")>> +<<set $activeSlave.sexualQuirk = either("caring", "caring", "gagfuck queen", "perverted", "romantic", "romantic", "strugglefuck queen", "tease", "unflinching")>> <<set $activeSlave.pubertyXX = 1>> <<set $activeSlave.breedingMark = 1>> diff --git a/src/pregmod/fSlaveSelfImpreg.tw b/src/pregmod/fSlaveSelfImpreg.tw index a02a702e950a6f5c12f41958e600f4a8b1541ab6..aa4a92fa6c730176259ba71c71ecb8580e328948 100644 --- a/src/pregmod/fSlaveSelfImpreg.tw +++ b/src/pregmod/fSlaveSelfImpreg.tw @@ -11,9 +11,9 @@ <<else>> <<if ($activeSlave.devotion <= 20)>> <<if ($activeSlave.devotion < -20)>> - $activeSlave.slaveName despises you, and tends to resent everything you do on principle, + $activeSlave.slaveName despises you, and tends to resent everything you do on principle, <<elseif ($activeSlave.devotion <= 20)>> - $activeSlave.slaveName dislikes you, + $activeSlave.slaveName dislikes you, <</if>> <<if ($activeSlave.sexualFlaw == "breeder" || (_pfh && $activeSlave.fetishStrength > 90))>> but the idea of simultaneously impregnating and being impregnated is @@.hotpink;so tempting@@ that $he's @@.mediumaquamarine;grateful@@ to you despite $himself. diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw index e79ddeeefeaf574ecd14beb326ce06534f5379e2..0f83245decc6d50d0c672067a15ce0335afea1df 100644 --- a/src/pregmod/fillUpButt.tw +++ b/src/pregmod/fillUpButt.tw @@ -1,5 +1,5 @@ :: FillUpButt [nobr] - + <<run clearSummaryCache($activeSlave)>> <<set $activeSlave.bellyAccessory = "none">> <<set _pregDiscovery = 0>> @@ -330,9 +330,9 @@ You look at $his rear while you squeeze $his cheeks and rub them with your firm <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his bloated guts 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 full guts 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 full guts 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/manageEconomy.tw b/src/pregmod/manageEconomy.tw index 500fffa18b0b5ebe4b893a0ca1f5e733eb1ef392..c6991cbc3ec411e70ccef3d32937f94bae6a94a5 100644 --- a/src/pregmod/manageEconomy.tw +++ b/src/pregmod/manageEconomy.tw @@ -36,7 +36,7 @@ __Economy__<br> <</if>> <br><br> //The Local Economy score effects some prices in your ecology. The lower the score, the higher the prices. The base score is ''100''.// - <br> The current score is + <br> The current score is <<if $localEcon > 100>> <<set _econPercent = Math.trunc(1000-100000/$localEcon)/10>> reducing prices by @@.green;''<<print _econPercent>>%.''@@ @@ -49,7 +49,7 @@ __Economy__<br> <<if $econWeatherDamage > 0>> <br><br>The recent terrible weather has damaged the local infrastructure. It is @@.red;reducing the local economy score by <<print $econWeatherDamage>>.@@ <<if $disasterResponse == 0>> - <br>Locals will do their best to repair the damage on their own, but setting up a disaster response unit <br>will improve the recovery of infrastructure critical for keeping goods, people and information flowing smoothly in and out of your arcology. + <br>Locals will do their best to repair the damage on their own, but setting up a disaster response unit <br>will improve the recovery of infrastructure critical for keeping goods, people and information flowing smoothly in and out of your arcology. <br>Creating the unit will cost <<print cashFormat(50000)>> and incur upkeep. [[Create Disaster Response Unit|Manage Economy][$cash -= 50000, $disasterResponse = 1]] <<elseif $disasterResponse == 1>> <br>You are sending your disaster response unit to repair critical infrastructure. They are doing what they can. @@ -71,7 +71,7 @@ _percLowerClass = Math.trunc(($lowerClass / ($ACitizens + $ASlaves)) * 1000) / 1 _percMiddleClass = Math.trunc(($middleClass / ($ACitizens + $ASlaves)) * 1000) / 10, _percUpperClass = Math.trunc(($upperClass / ($ACitizens + $ASlaves)) * 1000) / 10, _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> -<br>Lower Class Citizens | $lowerClass | <<print _percLowerClass>>% | Rent @@.yellowgreen;<<print cashFormat($LCRent / 25)>>@@ +<br>Lower Class Citizens | $lowerClass | <<print _percLowerClass>>% | Rent @@.yellowgreen;<<print cashFormat($LCRent / 25)>>@@ <<if $LCRent > 30>> //Very High// | [[Decrease|Manage Economy][$LCRent = 30, $rentEffectL = 0.94]] <<elseif $LCRent > 20>> @@ -119,7 +119,7 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> <<else>> //Free// | [[Increase|Manage Economy][$TCRent = 325, $rentEffectT = 1.04]] <</if>> -<br>Slaves | $ASlaves | <<print _percASlaves>>% +<br>Slaves | $ASlaves | <<print _percASlaves>>% <<if $secExp == 0>> <<if $weatherAwareness > 0>> @@ -137,7 +137,7 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> <br><br> __Slaves__<br> -Slave demand is +Slave demand is <<if $menialDemandFactor <= -35000>> @@.red;''extremely low''@@ <<elseif $menialDemandFactor <= -20000>> @@ -151,13 +151,13 @@ Slave demand is <<else>> @@.yellow;''strong''@@ <</if>> -<<if $deltaDemand > 0>> +<<if $deltaDemand > 0>> and @@.green;''improving''@@ -<<elseif $deltaDemand < 0>> +<<elseif $deltaDemand < 0>> and @@.red;''decreasing''@@ <</if>> <<if $deltaDemand != 0>> - <<if $demandTimer - $elapsedDemandTimer < 3>> + <<if $demandTimer - $elapsedDemandTimer < 3>> but it might change soon <</if>> <</if>> @@ -177,7 +177,7 @@ Slave demand is <</link>> <</if>> <br> -Slave supply is +Slave supply is <<if $menialSupplyFactor <= -35000>> @@.green;''extremely low''@@ <<elseif $menialSupplyFactor <= -20000>> @@ -196,8 +196,8 @@ Slave supply is <<elseif $deltaSupply < 0>> and @@.green;''decreasing''@@ <</if>> -<<if $deltaSupply != 0>> - <<if $supplyTimer - $elapsedDemandTimer < 3>> +<<if $deltaSupply != 0>> + <<if $supplyTimer - $elapsedDemandTimer < 3>> but it might change soon <</if>> <</if>> diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw index df0e3a73b1e7268c0b5293ca64aa6f6073057c74..3dff3e42120c9ff76b3d7bca43fb776b0894f56f 100644 --- a/src/pregmod/managePersonalAffairs.tw +++ b/src/pregmod/managePersonalAffairs.tw @@ -1,5 +1,5 @@ -:: Manage Personal Affairs [nobr] - +:: Manage Personal Affairs [nobr] + <<set $nextButton = "Back", $nextLink = "Main", $showEncyclopedia = 0>> <<run PCTitle()>> @@ -8,7 +8,7 @@ <</if>> You pause for a moment from your busy day to day life to return to <<if $masterSuite != 0>>$masterSuiteName<<else>>your room<</if>> to consider some things about yourself. -<br>You take yourself in a full length mirror. You are <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $PC.race <<if $PC.dick == 1 && $PC.vagina == 1>>futanari<<elseif $PC.dick == 1>>man<<else>>woman<</if>> with<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> <<print $PC.skin>> skin, $PC.hColor hair, $PC.eyeColor eyes and a perfect $PC.faceShape face. +<br>You take yourself in a full length mirror. You are <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $PC.race <<if $PC.dick == 1 && $PC.vagina == 1>>futanari<<elseif $PC.dick == 1>>man<<else>>woman<</if>> with<<if $PC.markings == "freckles">> freckled<<elseif $PC.markings == "heavily freckled">> heavily freckled<</if>> <<print $PC.skin>> skin, $PC.hColor hair, $PC.eyeColor eyes and a perfect $PC.faceShape face. <<if $PC.actualAge >= 65>> You're @@.orange;$PC.actualAge@@ and definitely feeling it.<<if $PC.visualAge > $PC.actualAge>> You've taken measures to @@.lime;look an older $PC.visualAge,@@ though perhaps it might be time to undo it.<<elseif $PC.visualAge < $PC.actualAge>> You've taken measures to @@.lime;look a younger $PC.visualAge,@@ now if only your body agreed with your looks.<</if>> <<elseif $PC.actualAge >= 50>> @@ -93,23 +93,23 @@ Around back; <<if $PC.origHColor != "dark blue">>| [[Blue-Violet|Manage Personal Affairs][$PC.hColor = "dark blue"]]<</if>> <<if $PC.origHColor != "dark brown">>| [[Dark Brown|Manage Personal Affairs][$PC.hColor = "dark brown"]]<</if>> <<if $PC.origHColor != "dark orchid">>| [[Blue-Violet|Manage Personal Affairs][$PC.hColor = "dark orchid"]]<</if>> - <<if $PC.origHColor != "ginger">>| [[Ginger|Manage Personal Affairs][$PC.hColor = "ginger"]]<</if>> + <<if $PC.origHColor != "ginger">>| [[Ginger|Manage Personal Affairs][$PC.hColor = "ginger"]]<</if>> <<if $PC.origHColor != "golden">>| [[Golden|Manage Personal Affairs][$PC.hColor = "golden"]]<</if>> - <<if $PC.origHColor != "green">>| [[Green|Manage Personal Affairs][$PC.hColor = "green"]]<</if>> - <<if $PC.origHColor != "green-yellow">>| [[Blue-Violet|Manage Personal Affairs][$PC.hColor = "green-yellow"]]<</if>> + <<if $PC.origHColor != "green">>| [[Green|Manage Personal Affairs][$PC.hColor = "green"]]<</if>> + <<if $PC.origHColor != "green-yellow">>| [[Blue-Violet|Manage Personal Affairs][$PC.hColor = "green-yellow"]]<</if>> <<if $PC.origHColor != "grey">>| [[Grey|Manage Personal Affairs][$PC.hColor = "grey"]]<</if>> <<if $PC.origHColor != "hazel">>| [[Hazel|Manage Personal Affairs][$PC.hColor = "hazel"]]<</if>> <<if $PC.origHColor != "jet black">>| [[Black|Manage Personal Affairs][$PC.hColor = "jet black"]]<</if>> <<if $PC.origHColor != "pink">>| [[Pink|Manage Personal Affairs][$PC.hColor = "pink"]]<</if>> <<if $PC.origHColor != "platinum blonde">>| [[Platinum Blonde|Manage Personal Affairs][$PC.hColor = "platinum blonde"]]<</if>> <<if $PC.origHColor != "purple">>| [[Blue-Violet|Manage Personal Affairs][$PC.hColor = "purple"]]<</if>> - <<if $PC.origHColor != "red">>| [[Red|Manage Personal Affairs][$PC.hColor = "red"]]<</if>> + <<if $PC.origHColor != "red">>| [[Red|Manage Personal Affairs][$PC.hColor = "red"]]<</if>> <<if $PC.origHColor != "sea green">>| [[Blue-Violet|Manage Personal Affairs][$PC.hColor = "sea green"]]<</if>> <<if $PC.origHColor != "silver">>| [[Silver|Manage Personal Affairs][$PC.hColor = "silver"]]<</if>> <<if $PC.origHColor != "strawberry-blonde">>| [[Strawberry-blonde|Manage Personal Affairs][$PC.hColor = "strawberry-blonde"]]<</if>> <<if $PC.origHColor != "white">>| [[White|Manage Personal Affairs][$PC.hColor = "white"]]<</if>> -<<if $FCTVreceiver == 1>> +<<if $FCTVreceiver == 1>> <br><br> <<if $FCTVrate == 1>> You make sure to tune in to FCTV at least once a week. [[Watch every other week|Manage Personal Affairs][$FCTVrate = 2]] | [[Watch once a month|Manage Personal Affairs][$FCTVrate = 4]] | [[Ignore it|Manage Personal Affairs][$FCTVrate = -1]] @@ -306,7 +306,7 @@ On formal occasions, you are announced as $PCTitle. By slaves, however, you pref <br> <span id="nameResult"> -<<link "Rename yourself">> +<<link "Rename yourself">> <<replace "#nameResult">> New name: <<textbox "_PCNamet" $PC.name>> <<link "Apply">> @@ -417,7 +417,7 @@ In total, you have given birth to: <br><<print $PC.birthSelf>> bab<<if $PC.birthSelf > 1>>ies<<else>>y<</if>> that <<if $PC.birthSelf > 1>>are<<else>>is<</if>> literally all you. <</if>> <<if $PC.birthLab > 0>> -<br><<print $PC.birthLab>> bab<<if $PC.birthLab > 1>>ies<<else>>y<</if>> specially designed in the lab. +<br><<print $PC.birthLab>> bab<<if $PC.birthLab > 1>>ies<<else>>y<</if>> specially designed in the lab. <</if>> <</if>> <<if $PC.slavesKnockedUp > 0>> @@ -443,7 +443,7 @@ In total, you have given birth to: <<if $PC.preg >= 8>> You're currently <<print $PC.preg>> week<<if $PC.preg > 1>>s<</if>> pregnant, so contraception doesn't matter right now. <<elseif $PC.preg >= 6>> - You're having morning sickness. + You're having morning sickness. <<elseif $PC.preg > 1>> You've missed your period. This could be bad. <<elseif $PC.preg > 0 && $PC.pregSource != -6>> diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index d91e567f24e7fea7a88eb2600552ec734fdd44fc..2f1351cdd262dcb24cfd3afee00769838259ba16 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -257,13 +257,21 @@ You completed the legalities before heading to $incubatorName, knowing the tank <<if _tempMom.breedingMark == 1 && $propOutcome == 1>> The Societal Elite are waiting to inspect the child of their eugenics programs. <<if $arcologies[0].FSSupremacist > 20 && $activeSlave.race != $arcologies[0].FSSupremacistRace>> - They take one look at the $activeSlave.race <<if $activeSlave.race == "mixed race">>mutt<<else>>dog<</if>> you've sired for them and @@.red;leave in a huff.@@ - <<set $failedElite += 5>> + <<if $eugenicsFullControl != 1>> + They take one look at the $activeSlave.race <<if $activeSlave.race == "mixed race">>mutt<<else>>dog<</if>> you've sired for them and @@.red;leave in a huff.@@ + <<set $failedElite += 5>> + <<else>> + They quickly realize how unsuitable $he is for breeding and leave, apologizing sycophantically for wasting your time. + <</if>> <<elseif $arcologies[0].FSSubjugationist > 20 && $activeSlave.race == $arcologies[0].FSSubjugationistRace>> - They take one look at the disgusting $activeSlave.race bitch you've fathered and @@.red;leave furious.@@ - <<set $failedElite += 50>> + <<if $eugenicsFullControl != 1>> + They take one look at the disgusting $activeSlave.race bitch you've fathered and @@.red;leave furious.@@ + <<set $failedElite += 50>> + <<else>> + They quickly realize how unsuitable $he is for breeding and leave, apologizing sycophantically for wasting your time. + <</if>> <<else>> - Approving of your attractive offspring, they take this opportunity to @@.lime;brand the protesting girl with the breeding mark@@ signifying $him as worthy of reproducing, before taking their leave. + Approving of your attractive offspring, they take this opportunity to @@.lime;brand the protesting $girl with the breeding mark@@ signifying $him as worthy of reproducing, before taking their leave. <<set $activeSlave.breedingMark = 1>> <</if>> <</if>> @@ -640,10 +648,10 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<replace "#result">> You drag $him to the body modification studio and strap $him down with $his $brandTarget clear and defenseless. $He doesn't understand what's on, becoming even more confused as disinfectant is applied to $his $brandTarget. $He can't see the approaching brand, but eventually $he feels the radiated heat on $his skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If $he trusted you at all before, @@.mediumorchid;$he doesn't now,@@ and $he's got the @@.gold;agonizing@@ @@.red;injury@@ to remind $him should $he start to forget. <<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>> - Society @@.green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved. + Society @@.green;approves@@ of your purchase and branding of an inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved. <<= FSChange("Subjugationist", 2)>> <<elseif ($arcologies[0].FSSupremacistRace == $activeSlave.race) && ($arcologies[0].FSSupremacist > 0)>> - Society @@.red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior. + Society @@.red;disapproves@@ of your purchase and branding of <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior. <<= FSChange("Supremacist", -2)>> <</if>> <</replace>> @@ -790,7 +798,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully 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, -<<if $activeSlave.muscles > 30 && $incubatorReproductionSetting > 0>> +<<if (overpowerCheck($activeSlave, $PC) < random(1,100)) && ($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>> <<set $activeSlave.penetrativeCount++, $penetrativeTotal++>> diff --git a/src/pregmod/pInsemination.tw b/src/pregmod/pInsemination.tw index 83480d418c13a1153ba1737f490eeb49a41ca88f..bf6ea7c1ebccf6176de68e5677ce89dd659b6456 100644 --- a/src/pregmod/pInsemination.tw +++ b/src/pregmod/pInsemination.tw @@ -40,7 +40,7 @@ <<case "quick">> <<if $quickCount == 0>> - You arrive at the apartment of the very wealthy fuel baron who is to sire your child. He is eagerly waiting for you and quickly hurries you inside. He wastes no time; practically ripping your clothes off and forcing over the edge of his bed. He hastily mounts you and roughly fucks your cunt; until he quickly finishes, that is, leaving you unsatisfied as he shoves you out the door, clothes in hand<<if $PC.dick == 1>> and raging boner in the other<</if>>. + You arrive at the apartment of the very wealthy fuel baron who is to sire your child. He is eagerly waiting for you and quickly hurries you inside. He wastes no time; practically ripping your clothes off and forcing over the edge of his bed. He hastily mounts you and roughly fucks your cunt; until he quickly finishes, that is, leaving you unsatisfied as he shoves you out the door, clothes in <<if $PC.dick == 1>>one hand and raging boner in the other<<else>>hand<</if>>. <<set $quickCount++>> <<else>> You arrive at the apartment of the quick-shooting fuel baron and once more he quickly pulls you in. He barely manages to undress you before he is on top of you humping away. Just as he is about to cum, you wrap your legs around him; anchoring yourself to him. You remind him that his job is to knock you up, and a quick in and out isn't good enough. Buying it, he keeps thrusting, letting you reach your own orgasm. He still hurried you out the door in the end, but you got some pleasure out of him this time. @@ -54,7 +54,7 @@ You arrive at the crazy scientist's apartment once more. Upon letting yourself in, you find him hard at work. Before you can even open your mouth, he gestures towards a nearby operating table. Carefully positioning yourself on it, and inserting your legs into the waiting stirrups, you await what madness will happen next. You don't have to wait long before a long metallic rod forces its way into your vagina and painfully pushes its way past your cervix. Moaning in a mix of discomfort and arousal, you have no time to brace for the device's activation. You gasp as you feel the cum begin to flow unabated into your fertile womb. After nearly a minute, the phallic injector leaves your body allowing you to stagger to your feet. Your belly is noticeably rounded from his "load", though it evens into a slight bloat as the cum steadily flows from your pussy. You struggle back into your clothes and head back to the penthouse, hoping nobody sees you in such a state. <<set $crazyCount++>> <<else>> - Once again you arrive at the crazy scientist's door. Letting yourself in, you immediately notice the table is set and waiting for you to strap in. He doesn't even acknowledge your existence, but you know what he expects you to do. Once you have hopped on and gotten comfortable, you gasp as the injector pushes into you. You prepared this time, wearing a skirt, no underwear, and a shirt that will allow your middle room to stretch. You tease your breasts and <<if $PC.dick == 1>>erection<<else>>erect clit<</if>> as the machine pumps cum into you. Once you've climaxed, and you look like you're nearly full-term, does the device stop pumping into you and you are allowed to right yourself. Slowly you waddle back to your penthouse, indifferent to who may see you; you can't wait to soak in a bath, drain, and <<if $PC.dick == 1>>jack-off<<else>>rub out an orgasm or two<</if>>. + Once again you arrive at the crazy scientist's door. Letting yourself in, you immediately notice the table is set and waiting for you to strap in. He doesn't even acknowledge your existence, but you know what he expects you to do. Once you have hopped on and gotten comfortable, you gasp as the injector pushes into you. You came prepared this time, wearing a skirt, no underwear, and a shirt that will allow your middle room to stretch. You tease your breasts and <<if $PC.dick == 1>>erection<<else>>erect clit<</if>> as the machine pumps cum into you. Once you've climaxed, and you look like you're nearly full-term, does the device stop pumping into you and you are allowed to right yourself. Slowly you waddle back to your penthouse, indifferent to who may see you; you can't wait to soak in a bath, drain, and <<if $PC.dick == 1>>jack-off<<else>>rub out an orgasm or two<</if>>. <</if>> <<case "virgin">> @@ -70,13 +70,13 @@ <<case "futa">> <<if $futaCount == 0>> - You arrive at the apartment of the rather assertive girl with both sets of functional genitals. She quickly pulls you into her bedroom, skillfully unwrapping her gift along the way, and tips you into her bed.<<if $PC.dick == 1>> Straddling you with a lewd smile, she plucks the condom off your stiff prick. She helps you into a position where she can both fuck you, and be fucked by you, at once. Your body aches by the end of things, but your lover happily massages every sore spot you point out to her. She blows you a kiss as you head out the door.<<else>> Straddling you with a lewd smile, she penetrates deep into your pussy. Sex with her was quite fun, she managed to touch every place on your body that turns you on, though a little messy, noting the cum dripping from you as you make your exit.<</if>> + You arrive at the apartment of the rather assertive girl with both sets of functional genitals. She quickly pulls you into her bedroom, skillfully unwrapping her gift along the way, and tips you into her bed.<<if $PC.dick == 1>> Straddling you with a lewd smile, she plucks the condom off your stiff prick. She helps you into a position where she can both fuck you, and be fucked by you, at once. Your body aches by the end of things, but your lover happily massages every sore spot you point out to her. She blows you a kiss as you head out the door.<<else>> Straddling you with a lewd smile, she penetrates deep into your pussy. Sex with her was quite fun (she managed to touch every place on your body that turns you on) though a little messy, noting the cum dripping from you as you make your exit.<</if>> <<set $futaCount++>> <<elseif $futaCount == 1>> You arrive once more at the apartment of the assertive girl with both sets of functional genitals. You immediately notice something off about her stance as she greets you and pulls you inside. As she guides you to her bed, you take note of the unusual bulge under her shapely asscheeks. Once she has you undressed and on her bed, she pauses and begins a seductive strip tease. She bends completely over as she reaches her bottoms, giving you a clear look at that bulge as she slips them off. Testicles; her balls are triple the size that your remember! She spins around, nearly slapping you with her raging erection, "You like 'em? I haven't gotten a chance to use them yet, so let's have some fun!" she says seductively. She wastes no time in setting you up doggystyle and plunging deep into your moist pussy. You gasp as her hefty balls slap against your thighs. She leans in close as she rails you, a hand sneaking around to your flat belly. You feel her cum, hard, into you, followed by an unusual sensation. She is literally filling you with cum! You gasp at the mounting pressure in your belly, now fully aware of what she was groping for. Turning to her, you find her a little disappointed; "I thought you'd get bigger..." She cups her balls and mumbles something to herself. "Well, at least my load seems to be staying in you this time, mostly" she says, motioning to the cum steadily dripping from your vagina. Taking such an impressive load was quite enjoyable, you think to yourself as you make your exit. <<set $futaCount++>> <<else>> - You arrive once more at the apartment of the assertive girl with both sets of functional genitals. She calls for you to enter shortly after knocking, and beckons you into the bedroom. You strip as you walk, eager to get a taste of her huge load again. You are not disappointed; her balls are utterly massive, easily the size of her.<<if $PC.balls > 2>> "Your balls! Huge loads are great, aren't they? We are going to make such a wonderful mess!"<<else>>"Like 'em? Slide on up here and let's see just how big a mess we can make!"<</if>> You try your best to straddle her nuts, but shortly after getting seated, end up falling forward from her first thrust and locking lips with the lusty futa. She eagerly bucks into you as she deeply kisses you; and blows her load early. She sheer force of her orgasm floods your womb with fertile seed and forces her cock out, where it stays, spraying cum upwards like a fountain, until her room is soaked with cum. She stares at you, ashamed at herself. She finishes you off with some oral before inviting you to relax and enjoy some fine wine as an apology for cumming early. You give her balls a pat as you make your leave. A mistake, you soon realize, as she promptly orgasms and showers your back with ejaculate. Guess you'll be showering before you leave. + You arrive once more at the apartment of the assertive girl with both sets of functional genitals. She calls for you to enter shortly after knocking, and beckons you into the bedroom. You strip as you walk, eager to get a taste of her huge load again. You are not disappointed; her balls are utterly massive, easily the size of her.<<if $PC.balls > 2>> "Your balls! Huge loads are great, aren't they? We are going to make such a wonderful mess!"<<else>>"Like 'em? Slide on up here and let's see just how big a mess we can make!"<</if>> You try your best to straddle her nuts, but shortly after getting seated, end up falling forward from her first thrust and locking lips with the lusty futa. She eagerly bucks into you as she deeply kisses you; and blows her load early. The sheer force of her orgasm floods your womb with fertile seed and forces her cock out, where it stays, spraying cum upwards like a fountain, until her room is soaked with cum. She stares at you, ashamed at herself. She finishes you off with some oral before inviting you to relax and enjoy some fine wine as an apology for cumming early. You give her balls a pat as you make your leave. A mistake, you soon realize, as she promptly orgasms and showers your back with ejaculate. Guess you'll be showering before you leave. <</if>> <<case "preggo">> diff --git a/src/pregmod/physicalDevelopment.tw b/src/pregmod/physicalDevelopment.tw index b7c2aef4d82bcbf356d2a1d96562e122180cc2d8..cb94c3c44a9dc9fcbd18b677fb17176c8fc3c938 100644 --- a/src/pregmod/physicalDevelopment.tw +++ b/src/pregmod/physicalDevelopment.tw @@ -3,7 +3,7 @@ <<widget "PhysicalDevelopment">> <<if ($args[0].geneMods.NCS == 1)>> -/* NCS completely blocks all natural physical growth: no height increases. It also blocks all hormonal secondary sexual * caracteristics. So, on the female side: no boobs, no butt, no hips, and no labia. And on the male side: no dick, no clit, no balls, no scrotum, no shoulders. */ +/* NCS completely blocks all natural physical growth: no height increases. It also blocks all hormonal secondary sexual * characteristics. So, on the female side: no boobs, no butt, no hips, and no labia. And on the male side: no dick, no clit, no balls, no scrotum, no shoulders. */ /* so this is a big old NO-OP to skip the physical development. */ diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index 5530ee926583c057ea8df11ec086ec106c76e3f5..4188f49d212613ae59d09f4ea53b039d60d8ffc1 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -101,7 +101,7 @@ $he cries out in a reciprocating orgasm and then cries out a second time when, massive stomach shuddering, <<if $activeSlave.broodmother > 1>> $he begins to give birth to yet another child. You call your menials back to your office and decide to take a walk. By the time you're at the door, the head of $activeSlave.slaveName's next child is already cresting. - <<elseif $activeSlave.broodmother == 0 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth+1>> + <<elseif $activeSlave.broodmother == 0 && $activeSlave.preg > $activeSlave.pregData.minLiveBirth+1>> $his water breaks. You call your menials back to your office and decide to take a walk. As you pass by $him, it's clear that $he'll have more important things to think about it the coming day. <<set $activeSlave.labor = 1>> <<else>> diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw index 19b9fc82a36ba1d325faf1efbdfd8ae566897364..1572a16818254a17497c174d70c0d098dc1d75a6 100644 --- a/src/pregmod/seFCTVshows.tw +++ b/src/pregmod/seFCTVshows.tw @@ -25,7 +25,7 @@ <</if>> <</if>> -Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveName@@<<else>>$assistantName<</if>> to turn on the TV and set FCTV to random show. Your larger-than-life screen flashes on, and is soon playing a random show from the popular streaming service. +Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveName@@<<else>>$assistantName<</if>> to turn on the TV and set FCTV to random show. Your larger-than-life screen flashes on, and is soon playing a random show from the popular streaming service. /* we need to check for pansy no-extreme squick stuff */ <<if $minimumSlaveAge < 13 && $randShow == 14>> <<set $randShow = either(0,1,2,3,4,5,6,7,8,9,10,11,12,13)>> @@ -67,7 +67,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<elseif $randShow == 2 && $showOne > 3 || $showOne == 2>> The program is showing some poorly-shot video showing a woman with flaming-red short hair angrily shouting at a large but uncomfortable-looking man. The title text at the bottom says: <b>"EmancipationGate: Emancipation Movement Exposed"</b> The video continues, revealing more of the angry woman. She's short, wearing a sweaty tank top that makes her bushy underarm hair stand out. Based on the audio thus far, it seems she's trying to tell the large man to keep <<if $seeExtreme == 0>><i>hugging their captives until they smile</i><<else>>torturing their captives until they die<</if>>, that it has to be convincing for the camera. The man says he isn't comfortable doing that to kids, but the woman shouts him down by saying they're only migrant man brats before beginning some nonsensical babble about patriarchy and slavery. The video seems to be being shot on a small handheld device, and pans over to reveal a bunch of severely <<if $seeExtreme == 0>><i>hugged</i><<else>>beaten<</if>> children in slave chains that look like obvious S&M props to your well-trained eye. The angry woman's rant is still continuing from the background, but suddenly stops to be replaced with a yell: <i>"Get the fuck away from the subjects, you better not be fucking filming any..."</i> and the video cuts out. <br><br> - The segment cuts back to two news anchors, a dark-haired man with a mustache and an aging bottle blonde. + The segment cuts back to two news anchors, a dark-haired man with a mustache and an aging bottle blonde. <br><br>The bottle blonde speaks to the viewers. "Some of you may recognize the woman in that video as Angry Red, noted femsupremacist and a leading figure in the Old World Emancipation Movement. The video you saw was released along with countless other media files and documents from the movement in the EmancipationGate hacktivist attack. This particular video has been confirmed by computer analysis to be behind the scenes footage from the movement's latest documentary about the horrors of slavery." <br><br>The mustached man looks knowingly at the camera. "Anyone remotely familiar with Free City slavery knew the documentary was complete bullshit, but what we didn't know was just how far those radicalists were willing to go to make us all look bad." <br><br>... @@ -100,12 +100,12 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<case 2>> <<set $showThree += 1, $lastShow = 2>> <<set $randShow = random(0,2)+1>> - It looks like the random function chose to play the 'Home and Slave' stream channel. The current show features a set of female twins wearing nothing but tool belts. Their assets aren't particularly noteworthy, but they have a great hourglass figure, toned muscles, and gorgeous girl-next-door faces. The girls are hosting a DIY show, and seem to be performing a lot of the work themselves. The occasional bead of sweat makes their smooth tan skin really stand out. It seems like this time they are + It looks like the random function chose to play the 'Home and Slave' stream channel. The current show features a set of female twins wearing nothing but tool belts. Their assets aren't particularly noteworthy, but they have a great hourglass figure, toned muscles, and gorgeous girl-next-door faces. The girls are hosting a DIY show, and seem to be performing a lot of the work themselves. The occasional bead of sweat makes their smooth tan skin really stand out. It seems like this time they are <<if $randShow == 1>> working on modifications to an apartment to accommodate enormous anatomy. The pair demonstrate how to tastefully modify a doorway so that giant breasts, <<if $seeDicks == 0>><i>smiles</i><<else>>testicles<</if>>, and baby bumps can get through easily. Their final results weren't refined enough to use in your own home, but were pretty amazing for the economy-sized apartment they filmed at. - <br><br>At the end of the show they tested out the new doorways by bringing in a somewhat unusual slave. A naked fu<<if $seeDicks == 0>><i>n</i><</if>>tanari wearing only a cowbell collar, she had massive milky tits, gigantic <<if $seeDicks == 0>><i>smile</i><<else>>balls hanging low in her sack<</if>>, and a belly engorged with what was probably a <<if $seeHyperPreg == 0>><i>single baby</i><<else>>dozen babies<</if>>. The <<if $seeDicks == 0>><i>fun</i><<else>>futa<</if>> cow ambled through the modified door without a problem, resulting in a bouncy victory dance from the naked twins. + <br><br>At the end of the show they tested out the new doorways by bringing in a somewhat unusual slave. A naked fu<<if $seeDicks == 0>><i>n</i><</if>>tanari wearing only a cowbell collar, she had massive milky tits, gigantic <<if $seeDicks == 0>><i>smile</i><<else>>balls hanging low in her sack<</if>>, and a belly engorged with what was probably a <<if $seeHyperPreg == 0>><i>single baby</i><<else>>dozen babies<</if>>. The <<if $seeDicks == 0>><i>fun</i><<else>>futa<</if>> cow ambled through the modified door without a problem, resulting in a bouncy victory dance from the naked twins. <<elseif $randShow == 2>> - working on setting up a slave nutrition system inside a moderately-sized apartment. They're installing a deluxe system that has integrated nutritional sensing in addition to a food system that supplies the unit's two feeder/med-dispenser combo units. Amazingly, the whole thing fits into the kitchen without a problem, as they located the main system housing in the pantry. When they're finished, you couldn't tell the nutrition system is there, except for the two large dildos that are sticking out of the side of a cabinet. + working on setting up a slave nutrition system inside a moderately-sized apartment. They're installing a deluxe system that has integrated nutritional sensing in addition to a food system that supplies the unit's two feeder/med-dispenser combo units. Amazingly, the whole thing fits into the kitchen without a problem, as they located the main system housing in the pantry. When they're finished, you couldn't tell the nutrition system is there, except for the two large dildos that are sticking out of the side of a cabinet. <br><br>After their work is done, you're treated to watching the young twins testing the system out. They each take one feeder and ride it to get a test suppository, before turning around and inhaling the cockfeeders for a small meal. You wonder at their choice for the order of events, sucking the cockfeeder they had just finished ramming up their ass, but they were so enthusiastic about it that you decide they probably liked it that way. <<else>> converting a bedroom into slave quarters. Rather than a complex or large project, this episode showcases a number of small projects. It's a pretty helpful show; a lot of what the nude twins cover will help owners house extra slaves without needing more space. The most interesting parts of the program to you were the slave training and libido upgrades they installed. @@ -121,8 +121,8 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<else>> <<set $randShow = random(0,9)>> <</if>> - It looks like the random function chose to play the 'Home Slave Shopping' stream channel. It's a bit strange, shopping for slaves without inspecting them in person, but you have to admit it's kind of convenient. Plus, you might find something that'd be difficult to get in your own arcology's markets. You started watching at the end of one slave being displayed, the program was going into a lot of detail that isn't always available from shady salesmen at the market. Two hosts are displaying the merchandise and an older male reads details on each slave from a prompter, while a fit female works the slave for the camera to give viewers a good look at what they might purchase. - <br><br>"Next up, we have + It looks like the random function chose to play the 'Home Slave Shopping' stream channel. It's a bit strange, shopping for slaves without inspecting them in person, but you have to admit it's kind of convenient. Plus, you might find something that'd be difficult to get in your own arcology's markets. You started watching at the end of one slave being displayed, the program was going into a lot of detail that isn't always available from shady salesmen at the market. Two hosts are displaying the merchandise and an older male reads details on each slave from a prompter, while a fit female works the slave for the camera to give viewers a good look at what they might purchase. + <br><br>"Next up, we have <<if $randShow < 3>> /* premium virgin */ <<set $activeSlaveOneTimeMinAge = ($fertilityAge + 2)>> <<set $activeSlaveOneTimeMaxAge = 18>> @@ -151,12 +151,12 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<set $activeSlave.attrXX = random(60,90)>> <<set $activeSlave.attrKnown = 1>> <<set $activeSlave.fetishKnown = 1>> - <<set $activeSlave.fetish = either("pregnancy", "pregnancy", "pregnancy", "humiliation", "cumslut", "cumslut", "submissive")>> + <<set $activeSlave.fetish = either("cumslut", "cumslut", "humiliation", "pregnancy", "pregnancy", "pregnancy", "submissive")>> <<set $activeSlave.fetishStrength = random(70,100)>> <<set $activeSlave.sexualFlaw = "none">> <<set $activeSlave.behavioralFlaw = "none">> - <<set $activeSlave.behavioralQuirk = either("none", "none", "advocate", "funny", "insecure")>> - <<set $activeSlave.sexualQuirk = either("none", "romantic", "caring")>> + <<set $activeSlave.behavioralQuirk = either("advocate", "funny", "insecure", "none", "none")>> + <<set $activeSlave.sexualQuirk = either("caring", "none", "romantic")>> <<set $activeSlave.entertainSkill = random(50,80)>> <<set $activeSlave.oralSkill = random(20,60)>> <<set $activeSlave.analSkill = 0>> @@ -217,14 +217,14 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<set $activeSlave.sexualFlaw = "breeder">> <<set $activeSlave.behavioralFlaw = "none">> <<set $activeSlave.behavioralQuirk = "none">> - <<set $activeSlave.sexualQuirk = either("romantic", "caring", "caring")>> + <<set $activeSlave.sexualQuirk = either("caring", "caring", "romantic")>> <<set $activeSlave.chem = 0>> <<set $activeSlave.health = 75>> <<set $activeSlave.intelligence = random(-15,80)>> <<set $activeSlave.intelligenceImplant = 15>> <<set $activeSlave.origin = "You purchased her from FCTV's Home Slave Shopping stream channel.">> <<set $activeSlave.career = setup.youngCareers.random()>> - <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $activeSlave.race breeder, young and healthy with an advanced <<if $seeHyperPreg == 0>><i>@@.pink;super pregnancy.@@</i><<else>>@@.pink;hyper pregnancy.@@<</if>> $activeSlave.slaveName is really into making babies, and has even had her hips surgically widened to help her carry a large brood. Our tests here at HSS show that she's pregnant with $activeSlave.pregType babies!" + <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race breeder, young and healthy with an advanced <<if $seeHyperPreg == 0>><i>@@.pink;super pregnancy.@@</i><<else>>@@.pink;hyper pregnancy.@@<</if>> $activeSlave.slaveName is really into making babies, and has even had her hips surgically widened to help her carry a large brood. Our tests here at HSS show that she's pregnant with $activeSlave.pregType babies!" <<elseif $randShow == 5>> /* MILF */ <<set $activeSlaveOneTimeMinAge = 36>> <<set $activeSlaveOneTimeMaxAge = 40>> @@ -248,7 +248,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<set $activeSlave.attrXX = random(40,85)>> <<set $activeSlave.attrKnown = 1>> <<set $activeSlave.fetishKnown = 1>> - <<set $activeSlave.fetish = either("pregnancy", "pregnancy", "humiliation", "buttslut", "buttslut", "cumslut", "cumslut", "submissive")>> + <<set $activeSlave.fetish = either("buttslut", "buttslut", "cumslut", "cumslut", "humiliation", "pregnancy", "pregnancy", "submissive")>> <<set $activeSlave.fetishStrength = random(70,100)>> <<set $activeSlave.sexualFlaw = "none">> <<set $activeSlave.behavioralFlaw = "none">> @@ -268,7 +268,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<set $activeSlave.birthsTotal = random(1,3)>> <<set $activeSlave.career = setup.youngCareers.random()>> <<set $activeSlave.origin = "You purchased her from FCTV's Home Slave Shopping stream channel.">> - <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $activeSlave.race @@.pink;MILF.@@ She's no longer young, but still quite attractive. She has been a slave for many years now, and has been trained well. She also has a good array of skills that you can put to use. She has huge tits and a huge ass to play with, but she'd also make good stock for a breeding program." + <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race @@.pink;MILF.@@ She's no longer young, but still quite attractive. She has been a slave for many years now, and has been trained well. She also has a good array of skills that you can put to use. She has huge tits and a huge ass to play with, but she'd also make good stock for a breeding program." <<elseif $randShow == 6>> /* discount young hottie */ <<set $activeSlaveOneTimeMaxAge = 25>> <<set $oneTimeDisableDisability = 1>> @@ -294,7 +294,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<set $activeSlave.oralSkill = 15>> <<set $activeSlave.analSkill = 15>> <<set $activeSlave.whoreSkill = 15>> - <<set $activeSlave.sexualFlaw = either("hates oral", "hates anal", "hates penetration", "idealistic")>> + <<set $activeSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration", "idealistic")>> <<set $activeSlave.behavioralFlaw = either("arrogant", "bitchy", "hates men")>> <<set $activeSlave.energy = 10>> <<set $activeSlave.fetish = "none">> @@ -355,7 +355,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<set $activeSlave.devotion = random(50,80)>> <<set $activeSlave.trust = random(50,80)>> <<set $activeSlave.origin = "You purchased her from FCTV's Home Slave Shopping stream channel.">> - <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $activeSlave.race cum cow. Just take a look at that pair of @@.pink;massive balls.@@ This slave also has a prostate stimulating hormone implant to ramp up her cum production even further. She's a perfect fit for your dairy, or even your own kitchen creamery!" + <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race cum cow. Just take a look at that pair of @@.pink;massive balls.@@ This slave also has a prostate stimulating hormone implant to ramp up her cum production even further. She's a perfect fit for your dairy, or even your own kitchen creamery!" <br><br>The woman helping to display the slaves shows her hand to the camera; it's coated in a sticky layer of precum from handling the cum cow's equipment. <</if>> <<slaveCost $activeSlave>> @@ -383,11 +383,11 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br> <<set $randShow = random(2)+1>> <<if $randShow == 1 && $showFive > 3 || $showFive == 1>> - Millie walks away from the classroom-like set, followed by a camera panning along beside her. Her purposeful steps and swinging hips set her breasts jiggling and sending droplets of milk flying from her dark milky nipples. It takes a sadly brief time for her to arrive at her destination, a mostly-white clinical-looking set prepared with several naked--and presumably fertile--slaves. As she comes to a stop in front of the line of slaves, all of the beautiful girls bow their heads and greet her. "<i>Hello Mistress Millie!</i>" + Millie walks away from the classroom-like set, followed by a camera panning along beside her. Her purposeful steps and swinging hips set her breasts jiggling and sending droplets of milk flying from her dark milky nipples. It takes a sadly brief time for her to arrive at her destination, a mostly-white clinical-looking set prepared with several naked--and presumably fertile--slaves. As she comes to a stop in front of the line of slaves, all of the beautiful girls bow their heads and greet her. "<i>Hello Mistress Millie!</i>" <br><br> Millie ignores the naked slaves and turns to the camera. "Today we're going to cover the basics of choosing good breeding sluts, using some of my own stock. Of course, as we covered before, you want to choose breeders that have the traits you're looking for. Intelligence, temperament, bone structure, beauty, or simple cosmetic features like skin and hair color. But that's not all you need to look for!" Millie beckons to one of the slaves in the background, who rushes forward to stand in front of the camera. She points at the girl's flank, and the camera zooms in so that the screen is taken up by the girl's broad hips and moist pussy. "They call them child-bearing hips for a reason!" Millie starts rubbing the girl's hips as she continues. "Wide hips are a solid indicator of a good breeder; they mean a healthier pregnancy and easier--not to mention cheaper--birth. And if you want to increase your production with multiple pregnancies, wide hips are a must!" <br><br> - The wide hips of the nubile slave girl suddenly walk off camera, and are soon replaced by the hips of another girl that are dramatically smaller. They aren't the hips of a man, but certainly bring to mind the narrow hips of an old-timey fashion model. The girl has a little extra weight, which is more obvious on her narrow frame, but you can tell she is fit with well-developed muscles. Millie starts touching her demonstration model as she points things out. "Sometimes, you're looking for narrow hips. Maybe you want to breed an athlete or pit fighter, or your tastes just run that way for some reason. You don't have to rule out a slut just because she has small hips, but there are some things to look for. First, you want to make sure the bitch is nicely plush, with well-distributed fat. This is important for a healthy pregnancy, but tends to be overlooked in narrow sluts. Also check their core strength. Muscles are even more important for narrow sluts, to help support the uterus and ease childbirth." She traces the shapes of the slave's hips. "They might be small, but make sure they're well formed, you want them to work properly. Finally, check the pubic bone, its joints with the iliac crests, and the fore part of the crests. You want a smooth curve throughout with loose joints that'll open wide n' easy when it's time." + The wide hips of the nubile slave girl suddenly walk off camera, and are soon replaced by the hips of another girl that are dramatically smaller. They aren't the hips of a man, but certainly bring to mind the narrow hips of an old-timey fashion model. The girl has a little extra weight, which is more obvious on her narrow frame, but you can tell she is fit with well-developed muscles. Millie starts touching her demonstration model as she points things out. "Sometimes, you're looking for narrow hips. Maybe you want to breed an athlete or pit fighter, or your tastes just run that way for some reason. You don't have to rule out a slut just because she has small hips, but there are some things to look for. First, you want to make sure the bitch is nicely plush, with well-distributed fat. This is important for a healthy pregnancy, but tends to be overlooked in narrow sluts. Also check their core strength. Muscles are even more important for narrow sluts, to help support the uterus and ease childbirth." She traces the shapes of the slave's hips. "They might be small, but make sure they're well formed, you want them to work properly. Finally, check the pubic bone, its joints with the iliac crests, and the fore part of the crests. You want a smooth curve throughout with loose joints that'll open wide n' easy when it's time." <br><br> With a smack on the ass, the bitch trots off camera to be replaced by a girl with her knees bent and feet spaced far apart. When the camera pans down you have a clear view of her sodden slit; the stage lights give the natural lubricant coating her inner thighs a more noticeable sheen. Millie rubs two fingers between the slaves' labia, and withdraws the now-soaked digits for the camera to see. "Remember! A wet cunt is a good cunt!" Without any warm-up, she bunches her fingers and thumbs together and inserts her entire hand into the slave's gaping pussy. "A loose baggy cunt may be no good for fucking, but I guarantee it's perfect for making you new slaves. And it may just help you save money, too. Loose cunts tend to drive down a slut's value, right at the perfect age for turning a slut into a breeding bitch." <br><br>..... @@ -435,7 +435,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br> Eventually Bess reaches the end of the hallway, and is greeted by a nearly-naked slave with visible muscles that seems to be a milk maid. <i>"Hello there Ma'am, you must be Bess. My name is Anabell, and I'm a milk maid here. Welcome to dairy number three!"</i> <br><br> - Bess is distracted by the milk maid's <<if $seeDicks == 0>><i>greeting</i><<else>>dangling cock, even soft it looks massive<</if>>, but manages to shake the proffered hand. "Thanks for having me!" She gestures widely to the room. "What's with the lights and... umm... decor?" + Bess is distracted by the milk maid's <<if $seeDicks == 0>><i>greeting</i><<else>>dangling cock, even soft it looks massive<</if>>, but manages to shake the proffered hand. "Thanks for having me!" She gestures widely to the room. "What's with the lights and... umm... décor?" <br><br> The milk maid smiles. <i>"A happy cow is a productive cow, Ma'am. The cows spend lots of time here, and Master says 'a pleasant and relaxing environment makes a big difference in their production.' Master says that it's an investment to make the cows feel like they're in a fancy spa, but that it's so cheap it pays for itself in extra milk lickity-split."</i> <br><br> @@ -500,11 +500,11 @@ The offered price is <<print cashFormat($slaveCost)>>. <<case 9>> <<set $showNine += 1, $lastShow = 9, $randShow = random(3)+1>> - It looks like the random function chose to play + It looks like the random function chose to play <<if $randShow == 1>> - a documentary on the surging Repopulation movement: "Continuing the Dream". After the opening credits, the documentary introduces a young and extremely pregnant woman as the commentator. The program makes an impassioned argument about the need for a new generation of citizens and slaves that were born into the dream of the free cities. The woman is wearing semi-conservative business attire, and has on elegant makeup. She looks somewhat plain when compared to the hyper-sexualized style of other FCTV programming, though she does make it plain over the course of the program that she loves sex more than ever. She tends to use herself as an example to show that pregnancy no longer means limitations or sacrifice, instead emphasizing that she's on her fifth pregnancy and would rather be with child than without. + a documentary on the surging Repopulation movement: "Continuing the Dream". After the opening credits, the documentary introduces a young and extremely pregnant woman as the commentator. The program makes an impassioned argument about the need for a new generation of citizens and slaves that were born into the dream of the free cities. The woman is wearing semi-conservative business attire, and has on elegant makeup. She looks somewhat plain when compared to the hyper-sexualized style of other FCTV programming, though she does make it plain over the course of the program that she loves sex more than ever. She tends to use herself as an example to show that pregnancy no longer means limitations or sacrifice, instead emphasizing that she's on her fifth pregnancy and would rather be with child than without. <br><br>The woman makes two main points during the course of the documentary. The first is that the combined population of the free cities needs to grow explosively for 'Free City Society' to become stable. She points out several economic reasons, including the drive to invest in research and infrastructure. She has interviews with experts explaining the need for independence; that the Free Cities are still dependent on the Old World industrially and financially, and that the population must expand dramatically to avoid going down with the metaphorical ship. The more Free Cities there are, the more they become free and independent of the Old World. - <br><br>The second point concerns the source of the new citizens and slaves that the Free Cities need. Her arguments concerning citizens focus on the unique culture of the Free Cities, and the direction that the future society will take. She points out that immigrants from the Old World are rooted in its decaying culture. She asks her viewers how long it took them to adapt to their new lives, and how often they find themselves doubting their new home subconsciously. She admits that even she sometimes finds something wrong or repulsive, until she realizes that it's the ghost of her past life clinging to her. A noted psychologist talks about the strong hold people's earlier lives has on them, and how developing the promise of the Free Cities will need a generation untainted by the Old World. The documentary's argument for slaves largely comes down to the fact that second-generation slaves are happier, better adjusted, and simply better slaves. + <br><br>The second point concerns the source of the new citizens and slaves that the Free Cities need. Her arguments concerning citizens focus on the unique culture of the Free Cities, and the direction that the future society will take. She points out that immigrants from the Old World are rooted in its decaying culture. She asks her viewers how long it took them to adapt to their new lives, and how often they find themselves doubting their new home subconsciously. She admits that even she sometimes finds something wrong or repulsive, until she realizes that it's the ghost of her past life clinging to her. A noted psychologist talks about the strong hold people's earlier lives has on them, and how developing the promise of the Free Cities will need a generation untainted by the Old World. The documentary's argument for slaves largely comes down to the fact that second-generation slaves are happier, better adjusted, and simply better slaves. <<if $IntelligenceEugenicsSMR != 0 || $HeightEugenicsSMR != 0 || $FaceEugenicsSMR != 0>> It also points out the practical problems that the mass importation of slaves will cause in the gene pool. <</if>> @@ -531,8 +531,8 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br>..... <<elseif $arcologies[0].FSTransformationFetishist == "unset" && $randShow == 4>> - a documentary on the spreading Body Purist movement titled: "Don't Settle for Imitations". The opening credits are displayed over a series of comparison images showing beautiful breasts and asses next to obviously artificial imitations of the same. The screen splits and shows the two hosts in their own environments side by side. One is an extremely attractive doctor, her body is exquisitely curvy underneath her lab coat and her face is an impossible combination of beautiful and cute. The other host is an artist with graying hair; he's working in his studio to create a life-size sculpture of the first host. He starts off the documentary by asking why people are so eager to destroy the natural beauty of the human form. The doctor continues by asking why people are so impatient that they get implants instead of using a superior process of targeted hormonal growth. - <br><br>The documentary keeps up the two-viewpoint style and approaches the issue from two directions. The first is the stark aesthetic differences between natural and artificial bodies. It demonstrates why implants always fall short of the beauty they seek to imitate, and how those with implants are doomed to a vicious cycle of surgery to try and recapture the beauty they lost in the initial surgery. The other angle, presented by the doctor, is a lot more practical. It points out the numerous shortcomings of implants when compared to natural growth, such as the frequent need for maintenance surgeries, the significant extra health risks, the reduced pleasure and sensitivity felt by implant patients, and the extreme difficulty of a patient to get what they want. Taken together the argument is pretty simple: why get implants when other medical options are cheaper, safer, more effective, healthier, and more attractive? + a documentary on the spreading Body Purist movement titled: "Don't Settle for Imitations". The opening credits are displayed over a series of comparison images showing beautiful breasts and asses next to obviously artificial imitations of the same. The screen splits and shows the two hosts in their own environments side by side. One is an extremely attractive doctor, her body is exquisitely curvy underneath her lab coat and her face is an impossible combination of beautiful and cute. The other host is an artist with graying hair; he's working in his studio to create a life-size sculpture of the first host. He starts off the documentary by asking why people are so eager to destroy the natural beauty of the human form. The doctor continues by asking why people are so impatient that they get implants instead of using a superior process of targeted hormonal growth. + <br><br>The documentary keeps up the two-viewpoint style and approaches the issue from two directions. The first is the stark aesthetic differences between natural and artificial bodies. It demonstrates why implants always fall short of the beauty they seek to imitate, and how those with implants are doomed to a vicious cycle of surgery to try and recapture the beauty they lost in the initial surgery. The other angle, presented by the doctor, is a lot more practical. It points out the numerous shortcomings of implants when compared to natural growth, such as the frequent need for maintenance surgeries, the significant extra health risks, the reduced pleasure and sensitivity felt by implant patients, and the extreme difficulty of a patient to get what they want. Taken together the argument is pretty simple: why get implants when other medical options are cheaper, safer, more effective, healthier, and more attractive? <br><br>..... <<elseif $arcologies[0].FSBodyPurist == "unset" && $randShow == 4>> @@ -540,9 +540,9 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br>Evidence and whatever else be damned, this isn't the kind of documentary that should be on the FCTV stream in your arcology. You tell $assistantName to remind you to send a complaint in the morning. <<else>> - a documentary on the surging Repopulation movement: "Continuing the Dream". After the opening credits, the documentary introduces a young and extremely pregnant woman as the commentator. The program makes an impassioned argument about the need for a new generation of citizens and slaves that were born into the dream of the free cities. The woman is wearing semi-conservative business attire, and has on elegant makeup. She looks somewhat plain when compared to the hyper-sexualized style of other FCTV programming, though she does make it plain over the course of the program that she loves sex more than ever. She tends to use herself as an example to show that pregnancy no longer means limitations or sacrifice, instead emphasizing that she's on her fifth pregnancy and would rather be with child than without. + a documentary on the surging Repopulation movement: "Continuing the Dream". After the opening credits, the documentary introduces a young and extremely pregnant woman as the commentator. The program makes an impassioned argument about the need for a new generation of citizens and slaves that were born into the dream of the free cities. The woman is wearing semi-conservative business attire, and has on elegant makeup. She looks somewhat plain when compared to the hyper-sexualized style of other FCTV programming, though she does make it plain over the course of the program that she loves sex more than ever. She tends to use herself as an example to show that pregnancy no longer means limitations or sacrifice, instead emphasizing that she's on her fifth pregnancy and would rather be with child than without. <br><br>The woman makes two main points during the course of the documentary. The first is that the combined population of the free cities needs to grow explosively for 'Free City Society' to become stable. She points out several economic reasons, including the drive to invest in research and infrastructure. She has interviews with experts explaining the need for independence; that the Free Cities are still dependent on the Old World industrially and financially, and that the population must expand dramatically to avoid going down with the metaphorical ship. The more Free Cities there are, the more they become free and independent of the Old World. - <br><br>The second point concerns the source of the new citizens and slaves that the Free Cities need. Her arguments concerning citizens focus on the unique culture of the Free Cities, and the direction that the future society will take. She points out that immigrants from the Old World are rooted in its decaying culture. She asks her viewers how long it took them to adapt to their new lives, and how often they find themselves doubting their new home subconsciously. She admits that even she sometimes finds something wrong or repulsive, until she realizes that it's the ghost of her past life clinging to her. A noted psychologist talks about the strong hold people's earlier lives has on them, and how developing the promise of the Free Cities will need a generation untainted by the Old World. The documentary's argument for slaves largely comes down to the fact that second-generation slaves are happier, better adjusted, and simply better slaves. + <br><br>The second point concerns the source of the new citizens and slaves that the Free Cities need. Her arguments concerning citizens focus on the unique culture of the Free Cities, and the direction that the future society will take. She points out that immigrants from the Old World are rooted in its decaying culture. She asks her viewers how long it took them to adapt to their new lives, and how often they find themselves doubting their new home subconsciously. She admits that even she sometimes finds something wrong or repulsive, until she realizes that it's the ghost of her past life clinging to her. A noted psychologist talks about the strong hold people's earlier lives has on them, and how developing the promise of the Free Cities will need a generation untainted by the Old World. The documentary's argument for slaves largely comes down to the fact that second-generation slaves are happier, better adjusted, and simply better slaves. <<if $IntelligenceEugenicsSMR != 0 || $HeightEugenicsSMR != 0 || $FaceEugenicsSMR != 0>> It also points out the practical problems that the mass importation of slaves will cause in the gene pool. <</if>> @@ -643,7 +643,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br>The woman posed in the mirror. She was tall for a woman, fair skinned, and wore a keyhole sweater dress. Her scarlet hair was done in a braid down her back and her plump lips were covered in ruby red lipstick. She was slender, but not intolerably so; at the very least, she filled out her dress enough to avoid being arrested for indecency. All in all, the woman's reflection made for a pleasant picture. The only thing detracting from this scene was her glare. <br><br>"Hey Scott, do you have anything a bit more conservative?" The woman asked. "We've been over this." Scott said. "Not showing off your breasts is seen as very rude here." Scott frowned, "Well, that's not entirely correct, but it is seen as distinctly unfriendly; the only girls who don't show some cleavage are frigid cunts and old-worlders fresh off the boat." <br><br>The woman kept glaring in the mirror. "I understand that, but what is the point of this?" she said, pulling at the slits in the fabric at her sides. "Oh, those are for girls who want get milked on-the-go and not disrupt the view of their cleavage. Also, for this." The man said as he reached through the slits to give her breasts a polite squeeze. - <br><br>The woman wriggled out of the man's grasp and turned to face him. She attempted to cross her arms across her chest in a protective fashion, but all she managed to do was make her breasts bulge enticingly. Scott sighed and pinched the bridge of his nose, "You really need to work on that." he said. She just glared at him "I'll never be able to take you out in public, much less find you a job, if you keep acting like that when people try to greet you." + <br><br>The woman wriggled out of the man's grasp and turned to face him. She attempted to cross her arms across her chest in a protective fashion, but all she managed to do was make her breasts bulge enticingly. Scott sighed and pinched the bridge of his nose, "You really need to work on that." he said. She just glared at him "I'll never be able to take you out in public, much less find you a job, if you keep acting like that when people try to greet you." <br><br>The woman huffed and turned back to continue glaring at the mirror. "Don't you huff at me young lady." Scott said, his face a stern mask. "If someone doesn't give you a squeeze or press breasts with you the first time you meet, it doesn't mean that they hold your beloved old-world values, it means they're snubbing you." The woman wilted at his words and turned around, opening her mouth to speak <br><br>Any response died on her lips as a little golden haired girl bounced into the room. She wore a thong printed with cartoon cows and nothing else. An old-worlder would say the girl looked 'absurd' or 'cartoonishly proportioned', an arcology citizen would say the old-worlder looked like they needed some cheap tooth removal. In the girl's arms she carried a bundle of clothing. "Daddy, I got more clothes for Cathy." The little girl said, presenting the bundle. <br><br>Scott's face softened and gave the little girl's breasts a gentle squeeze before taking the bundle. "Thank you, sweetheart." He said before presenting the bundle to Cathy. His daughter beamed and then jiggled over to sit on the love seat across from the mirror. He followed her to the love seat, sat down, and lifted her on to his lap. She squealed and giggled before wiggling her bottom on his crotch. The girl grabbed her father's hands and guided them to her breasts. Scott obligingly started groping her. Cathy just stared at the bundle with such intensity one might think she was trying to force the clothes to change into jeans and a hoodie with force of will alone. "Go try it on." Scott said. Cathy sighed, walked into the adjacent bathroom and closed the door. @@ -675,7 +675,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br>Scott snorted in amusement and was about to continue when he felt a tongue licking him. He looked down to see Sarah. She looked at him with pleading eyes "Daddy, I need it." Scott sighed, but smiled softly at his daughter and said, "Okay, how do you want it." She thought for a second before saying, "I want puss-puss." He nodded, picked her up and laid his daughter atop his wife's vast breasts. <br><br>He teased himself against her cunny and then began to ease himself into her. She gasped at the intrusion and began to tease her own nipples, milk slowly leaking out of them. As he eased into her tight cunny, he could feel his own orgasm building. He paused for a moment and then began to move. It didn't take long for his orgasm to build again. He increased the speed of his thrusts until he came inside his daughter. He continued until she tensed, her breasts spraying milk violently, and fell limp. <br><br>Scott leaned into his wife's breasts to bask in the afterglow. While Annie had coaxed Sarah to turn around, pulled Sarah's cunny to her face and began to slowly eat her daughter out. Sarah just lay bonelessly atop her mother's breasts. - <br><br>Scott just enjoyed the sight of mother-daughter bonding for a while before recalling his earlier plans. "I was thinking of taking the family out for ice cream after lunch." Annie made a pleased sound as she continued licking her daughters cunny, Sarah cheered lazily, Sadie's legs wiggled with what could be called excitement. + <br><br>Scott just enjoyed the sight of mother-daughter bonding for a while before recalling his earlier plans. "I was thinking of taking the family out for ice cream after lunch." Annie made a pleased sound as she continued licking her daughters cunny, Sarah cheered lazily, Sadie's legs wiggled with what could be called excitement. <br><br>"I was also thinking of taking Cathy with us." Annie stopped sucking on her daughter's clit to frown at him. He placating gesture and said, "She won't make a big scene with all of us there and besides you enjoy it when she has a mini freak out." She paused to think for a moment then said, "You have cameras and a drone on her right?" He nodded. "I want copies." She gave him a lusty grin before returning to her meal. He turned Sarah. "I wanna bloom berry sundae with bottom boost sprinkles." He nodded, hooked his head to look behind his wife and said, "How about you Sadie?" The hand that poked out from behind his wife waggled uncertainly, but ultimately became a thumbs up. <<elseif $showTwelve == 3>> The random function has brought up another episode of that drama series for you. @@ -705,9 +705,9 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br>Martha pulled a small notepad out her cleavage "Do you folks know what you want or do you need some time?" Scott thought for a second before responding. "Why don't you give us a moment, It's Cathy's first time here." She beamed at Cathy. "Oh, glad to have you here! I hope you enjoy yourself darlin'" She took a slender remote out of her cleavage and handed it to Cathy. "Give me a buzz when you've made up your mind" With a small wave, Martha turned sashayed away. <br><br>Cathy turned her attention to the menu in front of her. At a distance it didn't appear to be any different from a normal paper menu, but on closer inspection one could see it was a flexible touch screen. Scrolling down each page revealed a variety of intriguing dishes as cartoon cowslaves danced in the margins. Tapping on a dish opened a window that showed a video of the item, beside the window was a tab that enticed customers to see the cows in action. A significant part of the dessert page was dedicated extolling the virtues of growth drug laced ice cream produced by Blue Barn's partnership with Bloom Pharma. Below this were animations of cows eating ice cream and suddenly growing assets of immense size. <br><br>"Hmm, anyone know what they want?" Scott asked. June looked up from the menu. "I think I'll get my usual." Sadie yawned and said, "Same." Sarah held up her menu, jabbing finger at a picture of a black forest cake and said, "I want this." While the cake quite impressive, to the right of it was something far more attention grabbing. - <br><br>A window had opened and was playing a video of the cows that helped produce the cake. A heavily pregnant cowslave was railing a far younger, but equally as pregnant cow with a strap-on. The younger cow's eyes were glassy and unfocused. The older slave let out a growl of need and began to pick up speed, their considerable breasts jiggling with each thrust. The menu was polite enough to have a blurb informing them that the cows are actresses on The Young and the Fecund. If one was feeling uncharitable, they could say that the sole video tag of lactating lolis was technically correct, but a woefully inadequate description. + <br><br>A window had opened and was playing a video of the cows that helped produce the cake. A heavily pregnant cowslave was railing a far younger, but equally as pregnant cow with a strap-on. The younger cow's eyes were glassy and unfocused. The older slave let out a growl of need and began to pick up speed, their considerable breasts jiggling with each thrust. The menu was polite enough to have a blurb informing them that the cows are actresses on The Young and the Fecund. If one was feeling uncharitable, they could say that the sole video tag of lactating lolis was technically correct, but a woefully inadequate description. <br><br>He raised an eyebrow. "I thought you wanted a bloom berry sundae?" She gave him puppy dog eyes. "I want cake too," she whined. He narrowed his eyes at her. The puppy dog eyes increased in intensity. A moment passed before he caved. "You can have a small slice." The puppy dog eyes vanished and she let out a small cheer. Annie set down her menu. "I think I'll have rum raisin-" She smiled at him, her eyes crinkling. "-and a slice of cake." He huffed at her, but smiled anyway. Then he turned to Cathy. "And you?" he asked. "I think I'll have a vanilla sundae." He cocked his head at her and raised an eyebrow. "What?" she said defensively. He held up his hands in a placating gesture. "Nothing, nothing. If you've made up your mind, just use the remote." She picked up the remote and pressed the call button. - <br><br>A few moments later, Martha returned, her face flushed. "Everyone all set?" She briskly took down their orders and set off for the kitchens. After a few minutes, she returned with a full tray. With an agility that only comes from years of being a fighter pilot or working in the food industry, she passed out their orders and topped off every glass. With a quick, "Buzz me if you need me," Martha returned to the counter. + <br><br>A few moments later, Martha returned, her face flushed. "Everyone all set?" She briskly took down their orders and set off for the kitchens. After a few minutes, she returned with a full tray. With an agility that only comes from years of being a fighter pilot or working in the food industry, she passed out their orders and topped off every glass. With a quick, "Buzz me if you need me," Martha returned to the counter. <br><br>June demurely ate her ice cream while Sadie seemed intent on eating her banana split in as lewd a fashion possible. In stark contrast, Sarah was savaging her cake and ice cream, icing smearing on her face and chest. As Annie was eating her ice cream, she 'accidentally' started dribbling onto her cleavage. "Oh my!" she said in a tone of faux concern. "Sweetie, could you help mommy out?" Sarah wiggled around in her mother's cleavage and began to lap up the drips of ice cream, leaving smears of icing in her wake. "Oh, you've such a messy eater. Come here and let mommy clean you up." Annie pulled her close and began to lick the remnants of cake and ice cream off her face. Her licks slowly morphed into a deep kiss. Their tongues danced and faces flushed. Annie pulled away from her, trailing a line of kisses down her chest and began to suckle from her. Sarah bit her lip, closed her eyes, and began to moan, her fingers teasing her clit. <br><br>Cathy looked upon this scene with an expression that could only be charitably described as slack jawed. Scott caught her eye and gave her and gave her an amused grin. She flushed with embarrassment and cleared her throat before asking, "So, you own this place, don't you?" He took a lick of his ice cream. "Indeed I do. Something you want to ask?" <br><br>Her features became troubled and she shifted in her seat. "Yeah, why do you have all those girls mounted out front?" He shrugged his shoulders. "Like I said, we at Blue Barn Creamery believe the customer has a right to see the cow before they drink from it." She nodded "Yeah you said that, but why? Wouldn't putting up a bunch of screens be as effective?" @@ -716,30 +716,30 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br>As the family gathered themselves, Cathy held up the remote. "Should we just leave this at the counter?" Annie smiled at her. "Why don't you give her a buzz? I'm sure she'd like it." Cathy gave her a confused frown. Annie sighed and asked, "Kitten, how do you think that gets her attention?" Cathy turned the remote over in her hands. "She would have something that blinked and vibrated when someone used the remote." Annie just looked at her with a serene smile, her eyes twinkling mischievously. With a sudden gasp, Cathy dropped the remote like it had shocked her. A second later, there was a distant squeal and the clatter of a tray hitting the floor. <<elseif $showTwelve == 5>> The random function has brought up another episode of that drama series for you. - <br><br>A moment later, a beet red Cathy was stuttering an apology to even redder Martha. "Don't worry about it, it was just a pleasant surprise." She smiled and pressed her breasts against Cathy's. "Hope to see you 'round soon darlin'." Marth pulled her into a hug and whispered softly into her ear. "I know it's hard to adjust to, but I think you'll do just fine here." She pressed a piece of paper into Cathy's cleavage and sashayed away. + <br><br>A moment later, a beet red Cathy was stuttering an apology to even redder Martha. "Don't worry about it, it was just a pleasant surprise." She smiled and pressed her breasts against Cathy's. "Hope to see you 'round soon darlin'." Marth pulled her into a hug and whispered softly into her ear. "I know it's hard to adjust to, but I think you'll do just fine here." She pressed a piece of paper into Cathy's cleavage and sashayed away. <br><br>Cathy fished it out to see it was an email and phone number with a lip print in bright red lipstick. "Oh my," Annie said, her eyes dancing with amusement. "It looks like you've made a friend." She turned to her husband and said, "I think they'd make a cute couple, wouldn't you?" Scott examined Cathy for a second before nodding. "So long as she makes an honest woman out of her, she has my blessing" Cathy just slowly fumed, her face scarlet in embarrassment. A moment passed before Annie couldn't take it anymore and let out loud, breast quaking, laughter. <br><br>Cathy glared at Annie "She was just being friendly." This just sent Annie into another fit of bosom shaking hysterics. Scott attempted to steady his wife. "Cathy, do you remember the remote she gave you?" She nodded warily. "You don't need one of those to call a waitress. The menus have a button that calls the nearest one to the table," he explained. "Remotes like that are typically reserved for VIPs or favored customers." Her brow furrowed. "But you're the owner! Why wouldn't she leave one with you?" He gave her a small grin and said," Indeed I am, but she gave the remote to you, not me." Cathy thought that over for a second before putting her head in her hands and sulked. <br><br>After a few seconds, Annie's laughter had died down to jiggling chortles. She wiped a tear from her eye, smiled and said, "Oh dear sweet kitten, never change." The chortling slowed and so did the wobbling of her bosom. <br><br>Finally, she let out a long relaxed sigh before saying, "On that note, I think it's time to head back. Coming, Sadie?" Sadie nodded and took up a position beside Annie. They linked arms and presented their bottoms to Scott. He gave both their asses a quick smack and said, "Off you go." Annie wiggled her bottom. "Daddy," she whined plaintively, her eyes bright with amusement. He sighed good-naturedly and gave both her cheeks a solid smack. She squealed and tittered, her eyes twinkling, then wobbled to door and out of sight. - <br><br>The party made their way to an elevator past the dessert counter and went up a floor. The grocery portion of Blue Barn had much the same aesthetic as downstairs. All Cedar and Oak construction and pendant lamps hanging above. The hardwood floor was polished in the way only an obsessive compulsive could manage. Immediately out of the elevator were lines of wooden shelves and tables bearing Blue Barn merchandise. + <br><br>The party made their way to an elevator past the dessert counter and went up a floor. The grocery portion of Blue Barn had much the same aesthetic as downstairs. All Cedar and Oak construction and pendant lamps hanging above. The hardwood floor was polished in the way only an obsessive compulsive could manage. Immediately out of the elevator were lines of wooden shelves and tables bearing Blue Barn merchandise. <br><br>There were posters, coasters, clothing and all manner of little knickknacks, but the true star of the show were the plushies. Rows upon rows of them covered the shelves and tables arranged in little displays, all of them made in the image of cows working at the creamery. One table had the plushies in a mini concert hall, the ones on stage wielding toy instruments that had 'Press me!' stickers on them. Another table had them arranged in what looked to be a garden party. Spread across two tables was a diorama of the creamery with plushies placed throughout it. One plushie that looked distinctly like Martha was plopped behind the dessert counter. Another was placed near the elevators and if one looked closely they could see a matching cowslave sat drowsing amongst the merchandise. <br><br>The cow was young, busty, even for the arcology, and heavily pregnant. She wore what looked to be Holstein print pajamas with a hood made to look like a stylized cow. Her strawberry blonde hair was mussed with sleep and she cradled a plushie in one arm. Truly, she looked like a daughter waiting for her daddy to come home. As the party approached, she began to stir. - <br><br>Scott reached out and began to gently pat her head. "How are you doing, Tabby?" Tabby just made a sound of contentment and pressed into his hand, luxuriating in his touch. After a few moments, she yawned and blinked, looking up at him. For a beat she just stared at him, her sleep addled brain struggling to process the sight in front of her. Finally, the penny dropped. - <br><br>She squeaked and sat up so quick one would think she had been hit with a cattle prod. With a panicked expression, she began to babble a fervent apology. "Master, I'm sorry I fell asleep." She hiccuped and pleaded with him, on the verge of tears. "Please don't tell Gabe I fell asleep again. She'll yell at me for sure." Scott just continued patting her head, knelt beside her chair, and spoke in a calm tone, "Hey, hey, no need for tears. Just take a deep breath and calm down Tabby cat. I won't tell Gabe." + <br><br>Scott reached out and began to gently pat her head. "How are you doing, Tabby?" Tabby just made a sound of contentment and pressed into his hand, luxuriating in his touch. After a few moments, she yawned and blinked, looking up at him. For a beat she just stared at him, her sleep addled brain struggling to process the sight in front of her. Finally, the penny dropped. + <br><br>She squeaked and sat up so quick one would think she had been hit with a cattle prod. With a panicked expression, she began to babble a fervent apology. "Master, I'm sorry I fell asleep." She hiccuped and pleaded with him, on the verge of tears. "Please don't tell Gabe I fell asleep again. She'll yell at me for sure." Scott just continued patting her head, knelt beside her chair, and spoke in a calm tone, "Hey, hey, no need for tears. Just take a deep breath and calm down Tabby cat. I won't tell Gabe." <br><br>Tabby sniffed, took a deep breath, and hiccuped. For a moment, she just relaxed into Scott's ministrations before she frowned and said, "I thought you weren't coming in today master." He moved her hair out her eyes. "I figured I'd get some shopping done and show the newbie around," he said with a nod to Cathy. Tabby gave her a bright smile. "Oh, nice to meet you. Would you like a free sample?" she asked gesturing to table next to her. <br><br>The table next to her held a platter of cheese curds. A sign with the words 'Free Samples' printed on it stood to the left of table. Someone apparently thought that was an insufficient description and had taken a pen to add the words 'I made them myself!' in bright pink letters. Next to the platter, was an empty package that said 'Lolimommy Cheese Curds' in a cheery font. On the package, was an adorably deformed picture of Tabby that said 'The fresh ones squeak'. <br><br>Scott grabbed a few cheese curds and said, "Don't mind if I do," before popping one in his mouth. He handed some to Cathy and June. While June ate hers placidly, Cathy just stared at the cheese uncertainly. Scott gave her a look that promised a sore bottom if she didn't eat it, while Tabby clasped her hands and gave Cathy a look that could only be described as adorably determined. - <br><br>Cathy took a tentative bite before popping the rest into her mouth. "Its good." Tabby gave her a sunny smile and said, "Thank you! I worked really hard on them." Scott smiled at her fondly and patted her head, "Yes you did." She preened at his praise and let out a sigh of contentment. + <br><br>Cathy took a tentative bite before popping the rest into her mouth. "Its good." Tabby gave her a sunny smile and said, "Thank you! I worked really hard on them." Scott smiled at her fondly and patted her head, "Yes you did." She preened at his praise and let out a sigh of contentment. <br><br>A moment passed in companionable silence, before Scott noticed that Cathy was starting to get antsy. "Anyway, we're going to get some groceries and head on out." Tabby nodded, but couldn't hide her disappointment. "I'll come by tomorrow to check on you and talk to Gabe." He gave her a squeeze and fondly tousled her hair before heading further into the store, Cathy and June in tow. <br><br>They only made it a few paces before an impish gleam entered Scott's eye. He signaled the rest to wait before heading back to the merchandise tables and returned quickly with a pair of plushies in hand. He handed one to Cathy without breaking stride and continued into the store. Cathy looked at the plushie and saw that it was Martha. She sighed and despite her chagrin, clutched the doll to her chest and followed. <<elseif $showTwelve == 6>> The random function has brought up another episode of that drama series for you. - <br><br>By the time Cathy had caught up, June had procured a shopping cart and was making her way to the produce section. A variety of fruits and vegetables tempted passersby, all so enticing that one might think they had been pulled from the canvas of an oil painting. The produce was arranged in finely crafted wooden displays with small chalkboards bearing names and prices written in a tidy hand. Overall, it gave off a rustic charm, like stepping into a small town farmers market. Detracting from this image somewhat, were a series of screens above the produce. + <br><br>By the time Cathy had caught up, June had procured a shopping cart and was making her way to the produce section. A variety of fruits and vegetables tempted passersby, all so enticing that one might think they had been pulled from the canvas of an oil painting. The produce was arranged in finely crafted wooden displays with small chalkboards bearing names and prices written in a tidy hand. Overall, it gave off a rustic charm, like stepping into a small town farmers market. Detracting from this image somewhat, were a series of screens above the produce. <br><br>The screens displayed what look like the inside of a greenhouse, although one could be forgiven for not realizing that right away. The LED lamps above gave off an odd magenta light turning the vast swaths of greenery a reddish-black. The odd hue gave the display a rather surreal look. <br><br>While June and Scott were inspecting the produce for freshness, Cathy paused to stare at the screens. "Those are live feeds from the greenhouses." June provided helpfully. Cathy nodded, but continued to stare at the screens, her brow furrowed in confusion. "I got that, but why is it kinda pink?" Scott held an orange to his nose and gave it a quick sniff. "The lights in the green houses only produce the wavelengths plants use for photosynthesis. Saves on power, stimulates growth and plant health" He placed the orange in his produce bag. "The carbon dioxide levels are about five times higher than normal in there too." He pressed some produce bags into her hand, "But enough about that, grab some spinach and get a little something for yourself while you're at it." <br><br>As she set about her task, a tray of succulent peaches caught her eye. Cathy made a beeline toward the fruits and attempted to sort out the logistics of filling her bag while her hands were full. After a moment of thought, she pressed her plushie into her cleavage and then began to load up on peaches. When she returned to the cart with her prize in hand, she caught Scott giving her a slight smile. She looked back at him perplexed until she followed his gaze. With lightning quickness, she snatched the plushie from its perch, turned away, and took an unusual interest in a large squash. He just chuckled softly. - <br><br>Produce now acquired, the group continued on until they came to a deli counter. Beneath the glass was a cornucopia of comestibles. Various kinds of meat, both vat-grown and organic, were on display. Countless varieties of cheese were on offer, each possessing a stylized picture of the cows that provided the milk. A particular wheel of cheddar had a picture of a quartet of cows performing a thorough investigation each other's tonsils while playing a game of hide the vibrator. - <br><br>A stand next to the counter held a sign bearing a picture of a slave presenting her breasts to the viewer. The view of the slave's breasts was obscured by synthetic pair attached to the sign. Above the picture were the words 'Tease for service'. Scott reached out and tweaked the nipples on the fake breasts and was rewarded with a distant squeak, followed by a soft voice calling out, "Coming." + <br><br>Produce now acquired, the group continued on until they came to a deli counter. Beneath the glass was a cornucopia of comestibles. Various kinds of meat, both vat-grown and organic, were on display. Countless varieties of cheese were on offer, each possessing a stylized picture of the cows that provided the milk. A particular wheel of cheddar had a picture of a quartet of cows performing a thorough investigation each other's tonsils while playing a game of hide the vibrator. + <br><br>A stand next to the counter held a sign bearing a picture of a slave presenting her breasts to the viewer. The view of the slave's breasts was obscured by synthetic pair attached to the sign. Above the picture were the words 'Tease for service'. Scott reached out and tweaked the nipples on the fake breasts and was rewarded with a distant squeak, followed by a soft voice calling out, "Coming." <br><br>The slave appeared a second later, her face flushed. She was more cute than pretty, her figure somewhat petite compared to her coworkers. She wore her brown hair in a neat bun tucked under her hairnet. She wore the same lewd maid uniform as Martha and the name Beth was written across the slope of her left breast. <br><br>A smile spread across Beth's face when she saw Scott. "Hey master, didn't expect ya." He returned her smile, "Just here to get a few things. Could I get my usual?" She gave him a quick nod and said, "Sure thing", before grabbing some salami and getting to work at the slicer. A few minutes later, she was wrapping up slices of various meats and cheeses and handed them to Scott. As he set the packages in the cart he remembered something, "Beth, could you tell Gabe I want to see her first thing tomorrow?" <br><br>A troubled expression crossed her face. She asked tentatively, "Tabby?" He nodded. "Tabby." She shook her head and let out a sigh. "Gabe's been giving it to us pretty hard, but she's really been railing Tabby lately." Her features gain a speculative look. "If I could give some advice?" Scott nodded. She leaned forward, pressing her breasts into the counter. "You could try knocking her up. She's getting towards that age where women starting going baby crazy if they haven't already popped out a few. Could be why she's so hard on Tabby." She drummed out a little beat on the counter. "Alternatively, you could just smack her around a bit and see if that calms her down" She put a hand under her chin, her face thoughtful. "Although, if you do that you may have to make time to bend her over your knee." Cathy let out a sound of disgust. "What would hitting her solve?" Beth shrugged and said, "Sometimes a bitch needs a smack." A quick look from Scott silenced any retort from Cathy. "I'll see what I can do. See you tomorrow, Beth." @@ -757,20 +757,20 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br>Scott patted her head and pulled her into a hug. "Honesty is to be rewarded." Her body shuddered with suppressed sobs. June caught his eye over Cathy's shoulder and gave him an uncertain look. He shook his head slightly and gave her a thumbs up. She nodded slightly and quietly left the aisle. Cathy sniffed and mumbled into his chest, "I miss my mom." He rubbed slow circles in back and said softly, "I know, I know." <br><br>After her sobs subsided, the pair continued hugging in silence for a moment before separating. Cathy rubbed her eyes and sniffed, attempting to regain her composure. "So what happens now?" Scott quirked an eyebrow, "For now, we finish shopping and head on home." He looked up and down the aisle. "Provided that we can find where June wandered off to." A soft sigh escaped her throat. "That's not what I meant." She gave him a steady look. "What's the next step to getting my mom back?" <br><br>Scott considered her for a moment before responding. "For now, you'll continue your drug regimen and etiquette lessons." He gave her breasts a poke. "Your milk hasn't come in so we can't start that training or begin selling your milk, but there are things you can do." He drummed out a little beat on her breasts. "Now that you're big enough to not get stopped when you walk down the street, you could start working here." An impish grin spread over his face. "I'm sure Martha would enjoy having you around." Cathy flushed and let out a small huff. His grin widened. - <br><br>He groped her slowly as he thought. "As for getting your mom, considering who your mother was, her price is bound to be exorbitant. Even if I got a sweetheart rate." He brushed a lock of her hair behind her ear. "But we're no rush. Her current owner is treating her rather well and seems fond of her, so he probably won't randomly sell her off." A mild frown spread across his face. "The downside of that is it will take even more money or favors to get him to part with her, but we'll cross that bridge when we get to it." - <br><br>As he spoke, Cathy's expression became more and more disheartened. Scott smiled reassuringly, "Don't worry about it. I have a plan to make you so profitable you could buy your mom a dozen times over." She nodded, but didn't look entirely reassured. "You've already made a fair bit of progress today" he said, his smile bright. "What do you mean?" her face had the expression of a wary kitten expecting the roar of vacuum cleaner. "You didn't freak out when I touched your breasts." He gave them a squeeze for emphasis. She looked conflicted and seemed on the verge of saying something, but decided against it. "Anyway, we should find June and head on out." He patted her butt, "Come along" and set out to find June with Cathy in tow. + <br><br>He groped her slowly as he thought. "As for getting your mom, considering who your mother was, her price is bound to be exorbitant. Even if I got a sweetheart rate." He brushed a lock of her hair behind her ear. "But we're no rush. Her current owner is treating her rather well and seems fond of her, so he probably won't randomly sell her off." A mild frown spread across his face. "The downside of that is it will take even more money or favors to get him to part with her, but we'll cross that bridge when we get to it." + <br><br>As he spoke, Cathy's expression became more and more disheartened. Scott smiled reassuringly, "Don't worry about it. I have a plan to make you so profitable you could buy your mom a dozen times over." She nodded, but didn't look entirely reassured. "You've already made a fair bit of progress today" he said, his smile bright. "What do you mean?" her face had the expression of a wary kitten expecting the roar of vacuum cleaner. "You didn't freak out when I touched your breasts." He gave them a squeeze for emphasis. She looked conflicted and seemed on the verge of saying something, but decided against it. "Anyway, we should find June and head on out." He patted her butt, "Come along" and set out to find June with Cathy in tow. <br><br>It didn't take too long to find her. After passing a display of plushie cowslaves playing in a pool, they walked into an aisle devoted to greeting cards and other printed media. The various cards bore animated scenes catering to various situations. One card depicted a busty woman losing power to her exosuit, being pulled to the ground by her own breasts and a small group comes by to help her up. The words flowing across the card said 'We know you've fallen on hard times, but we'll always be there to support you' in a wavy font. The other side of the aisle bore a number of coloring books plastered with pictures of famous cows, magazines devoted to various tastes, and paperback erotica, some written by store employees. And hunched over by the magazines was June. <br><br>She was engrossed in reading an issue of Cow's Life. The cover had a looping video of a blonde cow spraying milk and making bedroom eyes at the viewer. The headline of the issue was an interview with Alexis Cream, the first cow in space. In smaller text were headlines like 'Five nipple stimulation methods guaranteed to increase lactation!', 'Finding the right cleavage vibrator for you', 'The new frontier of breast sex'. June seemed to have ignored the magazine's other offerings in favor of a review of a new model of mobile milker that promised to provide endless breastgasms. - <br><br>Scott walked up behind her and slipped his arms around her to grab her breasts. "Doing some early Christmas shopping?" he asked looking over her shoulder. She leaned into him, "Just looking at the new milker you were going to buy for Sarah." He gave her breasts a squeeze as he read the article over her shoulder. "It's a high end model. I'm a very thoughtful father, aren't I?" he said in faux pompous tone, nodding to himself. A small smile spread across June's face. "Of course you are, master." They enjoyed each other's company for a moment before she spoke in a low tone, "Everything alright?" He teased her nipples and spoke in the same tone, "I think I've made some progress with her." He leaned closer to whisper in her ear, "I told you it was a good idea." + <br><br>Scott walked up behind her and slipped his arms around her to grab her breasts. "Doing some early Christmas shopping?" he asked looking over her shoulder. She leaned into him, "Just looking at the new milker you were going to buy for Sarah." He gave her breasts a squeeze as he read the article over her shoulder. "It's a high end model. I'm a very thoughtful father, aren't I?" he said in faux pompous tone, nodding to himself. A small smile spread across June's face. "Of course you are, master." They enjoyed each other's company for a moment before she spoke in a low tone, "Everything alright?" He teased her nipples and spoke in the same tone, "I think I've made some progress with her." He leaned closer to whisper in her ear, "I told you it was a good idea." <br><br>They separated and returned to the cart. While they were having their little chat, Cathy had decided to brave the contents of the erotica section. The look on her face was difficult to describe, but she was reading the book very intently. Scott caught her eye and said, "you can have it, if you want it..." She snapped the book shut, placed it on the shelf, and tried to look as small as possible. He just shrugged in response and looked through the cart before nodding to himself. "I think we're ready to go. Any objections?" June shook her head, but Cathy looked at the shelf for a long second before shaking her head. - <br><br>The three gathered up their purchases and headed to the exit. As they were passing through the checkout, Scott noticed a certain book pass amongst their purchases. He turned to give Cathy a look. She was pointedly not looking in his direction when she snatched up the book and made a beeline for the door. When she stepped outside, she noticed something was off about the building, but she couldn't put her finger on it. Scott and June made their way outside to see her gaze flickering over the building. Scott simply smiled at Cathy. Finally, the penny dropped, Cathy glared at him like she was trying to set him on fire with her mind. The upper level of Blue Barn didn't have cows mounted on the wall. Cackling laughter echoed in the street. + <br><br>The three gathered up their purchases and headed to the exit. As they were passing through the checkout, Scott noticed a certain book pass amongst their purchases. He turned to give Cathy a look. She was pointedly not looking in his direction when she snatched up the book and made a beeline for the door. When she stepped outside, she noticed something was off about the building, but she couldn't put her finger on it. Scott and June made their way outside to see her gaze flickering over the building. Scott simply smiled at Cathy. Finally, the penny dropped, Cathy glared at him like she was trying to set him on fire with her mind. The upper level of Blue Barn didn't have cows mounted on the wall. Cackling laughter echoed in the street. <<elseif $showTwelve == 8>> The random function has brought up another episode of that drama series for you. <br><br>Cathy's ire had faded somewhat by the time they made it home. A soft chime rang out as they walked in the door, followed shortly by a faint voice calling out, "Welcome home," from further in the house. The trio put the groceries on the kitchen island and began to put them away. The background murmur of a TV and the faint roar of a hair dryer were coming from the next room. Scott was about to walk into the room, but he paused and looked at the plushie in his hand. He turned and pressed it into June's hands, giving her a meaningful look. She looked at the doll for a moment before returning his look with a smile. Message received. He gave her a quick nod before walking through the door. - <br><br>At first glance, the living room didn't look too dissimilar from something of an old-world home decorating magazine. The furniture was well made and comfortable, but was noticeably designed with more robust figures in mind. Books and magazines laid scattered across a number of coffee and end tables. An old copy of Milkers Monthly was opened to a video of a cowslave demonstrating the use of a of cleavage vibrator. The shelves on the far wall held a number of statues, their brass figures bearing immobilizing breasts. And on the end was a 1st place ribbon from a school milking competition. + <br><br>At first glance, the living room didn't look too dissimilar from something of an old-world home decorating magazine. The furniture was well made and comfortable, but was noticeably designed with more robust figures in mind. Books and magazines laid scattered across a number of coffee and end tables. An old copy of Milkers Monthly was opened to a video of a cowslave demonstrating the use of a cleavage vibrator. The shelves on the far wall held a number of statues, their brass figures bearing immobilizing breasts. And on the end was a 1st place ribbon from a school milking competition. <br><br>Annie sat on the couch with a towel around her shoulders, only wearing her exosuit. She relaxed as Sadie went over her vast cleavage with a hair dryer and a towel, letting out noises of contentment as she luxuriated in Sadie's ministrations. Sarah was cuddled up to her mother, her hair still damp from the shower. Scott sat down on the couch and pulled Sarah onto his lap before moving closer to his wife. Sarah just made herself comfortable while Annie leaned over to give him a kiss. "Everything go alright?" He patted his wife's breast reassuringly. "There was a little bump or two, but it went alright. I'll tell you about it later." <br><br>Sarah turned around to face her father. "Did you get it?" she asked expectantly. He tilted his head in faux confusion, "Get what?" She frowned at him and said in an annoyed tone, "Daddy." A plushie peeked over from behind the couch for a moment before dipping back down. Sarah focused on the spot the plushie had just inhabited with laser intensity before turning to give him an accusing look. Scott did his best to look confused. "What is it sweetheart?" - <br><br>The plushie popped back up and began to move along the back of the couch in a parody of walking. The doll stopped at Scott's shoulder and prodded it with a tiny hand. "Oh, hi Tabby. What brings you here?" The plushie moved closer to his ear. "You're here to keep Sarah company? That's very sweet of you." Sarah let out a piteous whine, "Daddy." Scott appeared to be too enthralled with his diminutive conversation partner to hear her. "What's that? You're also here to make sure she eats her greens, clean her toys, and does her homework?" He gave Sarah a dubious glance and turned to whisper to the plushie, sotto voce, "I think that's bit of a tall order." Sarah pouted at her father, but grudging said, "Okay" + <br><br>The plushie popped back up and began to move along the back of the couch in a parody of walking. The doll stopped at Scott's shoulder and prodded it with a tiny hand. "Oh, hi Tabby. What brings you here?" The plushie moved closer to his ear. "You're here to keep Sarah company? That's very sweet of you." Sarah let out a piteous whine, "Daddy." Scott appeared to be too enthralled with his diminutive conversation partner to hear her. "What's that? You're also here to make sure she eats her greens, clean her toys, and does her homework?" He gave Sarah a dubious glance and turned to whisper to the plushie, sotto voce, "I think that's bit of a tall order." Sarah pouted at her father, but grudging said, "Okay" <br><br>June stood up from behind the couch and handed the plushie to Sarah. Sarah grumbled, but tightly hugged the plushie to her chest. She cuddled up further to her father and mumbled softly, "Thank you." He kissed her forehead, his hand stroking her hair softly. "You're very welcome." <br><br>A moment passed in companionable silence until a shrill sound emanated from June's pocket. She looked a bit sheepish and said, "Sorry", before pulling out a slim device to prod at it. "The brisket should be finished soon, maybe another hour or so." Scott nodded, gently rubbing Sarah's back. "Alright. Hey sweetheart, could you and Cathy go set the table?" She let out a sound of acknowledgment and when over to grab the other girl's hand. Cathy reluctantly set down her paperback and allowed Sarah to pull her into the kitchen. <br><br>Dinner was a rather pleasant affair, all things considered. The brisket was tender and paired well with a spinach salad. Cathy managed a conversation with June about greenhouses with the others interjecting every so often. Sarah cleaned her plate without complaint, although she did clamber into her mother's cleavage the moment she finished. @@ -789,39 +789,39 @@ The offered price is <<print cashFormat($slaveCost)>>. <<if $showThirteen == 4>><<set $showThirteen = 1>><</if>> /* $showThirteen is the number of times the channel has been viewed. This will be your chapter count, more or less. */ <<if $showThirteen == 1>> - The random function has skipped straight to the middle of a "real life" documentary. + The random function has skipped straight to the middle of a "real life" documentary. <br><br> - The mountain roads started getting dangerous when the rains started getting bad. All that water washed away the earth and loosened up rocks that had been there for ages. Rock slides started getting more and more common, so the roads started getting less and less traffic. People with enough money took planes to get across the mountains, and those without money just stayed put. That is until things started getting worse over there. There was an exodus of desperate people leaving some time ago after their government withdrew from the area, and that many vehicles was enough to bring down the rocks and kill hundreds. All that was left back home was those stupid enough to think things would get better, and those smart enough to realize that crossing was death. Now the roads are in pretty bad shape, but occasionally some groups come through. Either stupid or desperate, and either case works for us. + The mountain roads started getting dangerous when the rains started getting bad. All that water washed away the earth and loosened up rocks that had been there for ages. Rock slides started getting more and more common, so the roads started getting less and less traffic. People with enough money took planes to get across the mountains, and those without money just stayed put. That is until things started getting worse over there. There was an exodus of desperate people leaving some time ago after their government withdrew from the area, and that many vehicles was enough to bring down the rocks and kill hundreds. All that was left back home was those stupid enough to think things would get better, and those smart enough to realize that crossing was death. Now the roads are in pretty bad shape, but occasionally some groups come through. Either stupid or desperate, and either case works for us. <br><br> - Two vans trundle down the road in the early morning fog, seen only by a pair of vague red shapes on a screen. Probably a family trying their escape. The vehicles slow to a halt and a couple of human shapes step out. A good portion of the road in front of them is gone. Maybe if they were on motorbikes they would be able to use what's left, but, as it stands, they're probably going to have to all get out and walk the rest of the way. + Two vans trundle down the road in the early morning fog, seen only by a pair of vague red shapes on a screen. Probably a family trying their escape. The vehicles slow to a halt and a couple of human shapes step out. A good portion of the road in front of them is gone. Maybe if they were on motorbikes they would be able to use what's left, but, as it stands, they're probably going to have to all get out and walk the rest of the way. <br><br> The click of static from a radio breaks the silence. "Recon, report?" Someone grabs the radio and responds, "Two vans, both have stopped at the cliff. Unknown numbers. One occupant from each has exited. Not sure if they are the drivers. Hold until more have exited. We'll give the signal. Over." "Copy, Recon. Waiting for your mark." <br><br> - Both figures move back towards the vans. One seems to start doing something with the front of the first van. Possibly sabotaging it so it won't be stolen. The other goes to the back and, after a moment, five more red figures step out into the open. Two look to be about as tall as the first two, but the rest are much shorter. + Both figures move back towards the vans. One seems to start doing something with the front of the first van. Possibly sabotaging it so it won't be stolen. The other goes to the back and, after a moment, five more red figures step out into the open. Two look to be about as tall as the first two, but the rest are much shorter. <br><br> "Look, Mikey, kids," a voice whispers, "they'll turn a good profit." Another voice whispers back, "Jesus, Hamill, only you get excited about kidnapping children." "They make good money. This is our job. It's what we do." "Yeah, but maybe sound a bit less enthusiastic about it, huh?" <br><br> - The collection of figures make their way to the second vehicle, one stopping to mess with the front again, and the rest moving to the back. Shortly it becomes clear that nobody is getting out, and the radio clicks on. + The collection of figures make their way to the second vehicle, one stopping to mess with the front again, and the rest moving to the back. Shortly it becomes clear that nobody is getting out, and the radio clicks on. <br><br> "This is Recon. Looks like everyone is out of the vehicles. Rear vehicle looks to be just supplies. All teams move in. Over." "Copy, Recon. Alpha team, moving in." "Bravo, moving in." <br><br> - After a long moment, a group of four figures appear at the top of the screen, slowly moving down. Shortly after, another set of four enter from the left. Suddenly both groups dash towards the vehicles, causing what seems to be panic in the family. The children all run to one of the figures, while the rest immediately spread out in between the two teams and the children. + After a long moment, a group of four figures appear at the top of the screen, slowly moving down. Shortly after, another set of four enter from the left. Suddenly both groups dash towards the vehicles, causing what seems to be panic in the family. The children all run to one of the figures, while the rest immediately spread out in between the two teams and the children. <br><br> - The teams slowly spread out, surrounding the family as one of them seems to be madly gesticulating. The gesturing one suddenly makes a rapid grab for his waist which is immediately answered by a bright flash from one of team members and a splattering of quickly fading red on the ground. After a moment the sound of the gunshot finally reaches the recon team. The figure guarding the children dives toward the new growing circle of red, the other two immediately put their hands up, and the children drop to the ground. + The teams slowly spread out, surrounding the family as one of them seems to be madly gesticulating. The gesturing one suddenly makes a rapid grab for his waist which is immediately answered by a bright flash from one of team members and a splattering of quickly fading red on the ground. After a moment the sound of the gunshot finally reaches the recon team. The figure guarding the children dives toward the new growing circle of red, the other two immediately put their hands up, and the children drop to the ground. <br><br> "Nine hundred ¤ bullet." "Shut up, Hamill. You saw him going for a gun as well as I did." "Yeah, whatever. At least it'll make the kids easier to deal with. Kill a parent and it takes the fight right out of them." "You and the damn kids, man." <br><br> - The figure atop the body gets dragged off the fading corpse, leaving an imprint of her heat on it. Meanwhile the children are being herded together and the other two are being led back down the road. + The figure atop the body gets dragged off the fading corpse, leaving an imprint of her heat on it. Meanwhile the children are being herded together and the other two are being led back down the road. <br><br> The radio crackles to life again. "Everything locked down here. Charlie, get down here and get these supplies. Recon, meet us at the LZ. Over." "This is Charlie, moving to secure." @@ -834,7 +834,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br> The dull blueish glow of a simple terminal illuminates a haggard, pock-marked face as it gazes at account data just barely in the black. A simple reminder breaks the tense silence between the figure and the machine. "Deployment at 1800. Two hour reminder." <br><br> - With a heavy sigh the figure shuts the terminal and heads out into the sun-lit concourse, grabbing a simple handbag as they go. They join the flowing chaos of people heading in the direction of the market sectors. After a time they break from the river of bodies toward a multi-level piece of solid, pristine white built into the massive, slowly curving wall of businesses that makes up the center of the arcology's markets. The simple black text marks the building as "Vinewood Hospital." A crystal clear door slides open silently at the figure's approach, the thin, metal frame moving being the only indication that anything had changed. The interior of the structure is, like the exterior, a chilly, sterile white. A few staff in simple, pastel scrubs move around the open reception area, all making efforts to stay clear of the figure's path toward the reception counter. + With a heavy sigh the figure shuts the terminal and heads out into the sun-lit concourse, grabbing a simple handbag as they go. They join the flowing chaos of people heading in the direction of the market sectors. After a time they break from the river of bodies toward a multi-level piece of solid, pristine white built into the massive, slowly curving wall of businesses that makes up the center of the arcology's markets. The simple black text marks the building as "Vinewood Hospital." A crystal clear door slides open silently at the figure's approach, the thin, metal frame moving being the only indication that anything had changed. The interior of the structure is, like the exterior, a chilly, sterile white. A few staff in simple, pastel scrubs move around the open reception area, all making efforts to stay clear of the figure's path toward the reception counter. <br><br> At their approach, the reception slave gives a smile that only looks slightly forced, "How can I help you today?" "Alex Hamilton to see Stephen Hamilton." @@ -850,16 +850,16 @@ The offered price is <<print cashFormat($slaveCost)>>. The nurse opens one of the many doors in the pristine, white hall and leans in. "Stevie, dear, you've got someone here to see you," she says before leaning back out and giving a nod to Alex who walks into the room. <br><br> The room is a sharp contrast to the sterile hospital feeling of the rest of the building, looking like a child's room you might have seen in a suburban home before things started falling apart. The clean, warm, homey feeling of safety is accentuated by sunlight pouring in from an artificial window that looks out to a lightly forested field. A small collection of toys is scattered about the soft carpet and a small breeze blows through the room from a small ceiling fan. On the bed is a young boy sitting up and rubbing sleep from his eyes. "Hey, kiddo," Alex says, stepping further into the room and shutting the door, "How are you feeling?" - The boy immediately perks up at the voice and, leaping out of bed, performs what very well could have been a tackle if he were larger. "Dad!" he shouts, trying his best to avoid sliding down from where he latched onto his father. Laughing gently, Alex picks up his son and wraps him in a hug of his own. + The boy immediately perks up at the voice and, leaping out of bed, performs what very well could have been a tackle if he were larger. "Dad!" he shouts, trying his best to avoid sliding down from where he latched onto his father. Laughing gently, Alex picks up his son and wraps him in a hug of his own. <br><br> "So I guess you're feeling well then?" "Mmhm, Mister Newport said I was doing good and when I puke there's hardly any blood anymore." "Good, I'm glad to hear it, but you probably shouldn't jump out of bed like that," he says, setting Stephen down, "you don't want to accidentally hurt yourself by playing too hard, right?" "Yes, dad," he replies, a bit dejectedly, "but I was excited to see you." Alex drops to one knee and gently tussles the boy's hair. "I know, just be careful okay? Now how about we play some games, huh?" - Stephen's eyes light up and he begins running toward a shelf of boxes before catching himself and slowing down. + Stephen's eyes light up and he begins running toward a shelf of boxes before catching himself and slowing down. <br><br> - For the next hour the two play a variety of games while the nurse occasionally checks in. Eventually Stephen actually falls asleep in the middle of quite a rousing bout of Connect Four. Alex carries the boy to bed where he watches him sleep until a call drags his attention away. + For the next hour the two play a variety of games while the nurse occasionally checks in. Eventually Stephen actually falls asleep in the middle of quite a rousing bout of Connect Four. Alex carries the boy to bed where he watches him sleep until a call drags his attention away. <br><br> Walking to the corner of the room he answers. "Hey, Hamill, we're shoving off in twenty. Where the hell are you?" @@ -872,19 +872,19 @@ The offered price is <<print cashFormat($slaveCost)>>. A pained grimace crosses over his face as he locks eyes with the nurse who has a very similar expression. After a long moment he turns back with the most genuine smile a father can muster and says, "I sure am, kiddo. I sure am," before turning again to leave. "Good luck." <<elseif $showThirteen == 3>> - The random function seems to have selected a program about the nuances of slave life. + The random function seems to have selected a program about the nuances of slave life. <br><br> - The screen fades in with a fly-through shot of what is undoubtedly an arcology penthouse littered with slaves accompanied by a somewhat upbeat piano melody. You recognize many of the traditional additions to a penthouse, though there are some stylistic differences. After a short time the show identifies itself as "The Other Hand" before fading out. + The screen fades in with a fly-through shot of what is undoubtedly an arcology penthouse littered with slaves accompanied by a somewhat upbeat piano melody. You recognize many of the traditional additions to a penthouse, though there are some stylistic differences. After a short time the show identifies itself as "The Other Hand" before fading out. <br><br> - The show returns after a brief moment to a shot of a penthouse slave cafeteria that is absolutely filled with slaves. Most are nude but there are a few in maids' uniforms that look to be the current shift of house servants. The low murmur of slaves talking can be heard as a man's voice starts narrating over it. + The show returns after a brief moment to a shot of a penthouse slave cafeteria that is absolutely filled with slaves. Most are nude but there are a few in maids' uniforms that look to be the current shift of house servants. The low murmur of slaves talking can be heard as a man's voice starts narrating over it. <br><br> "Like any human, slaves require interaction to maintain a healthy mental state. It is well known that this need can be manipulated to drive even the most rebellious slaves into subservience. It is also known that, like in any environment where the same humans interact with each other over extended periods, slaves will form relationships with other slaves, from the most intense of hatred to the most romantic of relationships." <br><br> - The scene shifts to the entrance of a very well decorated brothel lower in the arcology where clearly well cared for slaves are attracting the attention of passersby by showing off their skills in various intimate ways. + The scene shifts to the entrance of a very well decorated brothel lower in the arcology where clearly well cared for slaves are attracting the attention of passersby by showing off their skills in various intimate ways. <br><br> "While it may be difficult to effectively prevent rivalries from forming, some slaveowners do mandate against certain positive relationships for any number of reasons. From a desire to seed fear among slaves and prevent them from having a source of solace to a belief that their slaves should be devoted only to their owner." <br><br> - Again, the scene changes to a view just inside the entrance of what looks to be the servants' quarters. Slaves in conservative maid's uniforms bustle about, but there are a few knots of slaves talking amongst themselves dotted around. + Again, the scene changes to a view just inside the entrance of what looks to be the servants' quarters. Slaves in conservative maid's uniforms bustle about, but there are a few knots of slaves talking amongst themselves dotted around. <br><br> "However, here in the arcology Open Skies, the owner, Charles Greenwich, has no such desires and has stated that he greatly enjoys watching the various relationships between slaves rise and fall and encourages such things within his chattel." <br><br> @@ -894,7 +894,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <br><br> "Now, I'm sure you're vying to ask why I don't do nothin' about the rivalries that crop up. That's 'cuz it's a right pain in the ass to fix. You have to sit both parties down and make them talk their problems out. I will admit that I do like seeing it happen some too. It's like high school drama but I get to see it all unfold." <br><br> - The shot switches to the inside of a comparatively sparsely populated spa. The gentle splash of water is interspersed with some shots of laughter and bits of louder conversion from the lounging slaves. + The shot switches to the inside of a comparatively sparsely populated spa. The gentle splash of water is interspersed with some shots of laughter and bits of louder conversion from the lounging slaves. <br><br> The narrator begins speaking again, "the fact of the matter is that a happy slave is a healthy slave, and allowing a slave to have friends is one of the more simple ways to achieve that." <br><br> @@ -975,7 +975,7 @@ The offered price is <<print cashFormat($slaveCost)>>. The two of them share a deep kiss, with his daughter's hands grasping his face. The camera pans away and over to the window, focused on the skyline of the arcology. Hopeful orchestral music plays as the image fades to black and the credits roll. <br> <<if $PC.belly >= 100>> - Stunned, you + Stunned, you <<if $PC.belly >= 100000>> run your hands across your massive, gravid dome, <<elseif $PC.belly >= 60000>> @@ -1058,13 +1058,13 @@ The offered price is <<print cashFormat($slaveCost)>>. You awaken one morning, just before the break of dawn, and find yourself unable to go back to sleep. Giving up on the idea of returning to slumber, you idly flip through the channels on your TV, finding mostly static or early morning infomercials, until you finally land on a channel broadcasting so early in the morning. <br><br> */ - You're greeted by a man with an eyepatch, a bushy black beard, and a crimson bandanna around his head. He's sitting behind a crude looking bamboo desk. Behind him is the backdrop of a sun rising over the ocean and two slaves in tight revealing sailor outfits swabbing the deck. The whole set looks like some sort of tropical pirate theme and you almost change the channel mistaking the show for a kids show when it catches up to you what the pirate is talking about. + You're greeted by a man with an eyepatch, a bushy black beard, and a crimson bandanna around his head. He's sitting behind a crude looking bamboo desk. Behind him is the backdrop of a sun rising over the ocean and two slaves in tight revealing sailor outfits swabbing the deck. The whole set looks like some sort of tropical pirate theme and you almost change the channel mistaking the show for a kids show when it catches up to you what the pirate is talking about. <br><br> "-An that be concludin' our special report on the dangers o' dealin' with old world customs agencies an how to find a scallywag'll right proper let you sneak a bound wench through fer the right bribe. If'n you missed it or be needin' a refresher, catch our rebroadcast in 12 bells time. Now afore the turn of the hourglass we go to our weatherwench Lusty Pearl who's been keepin' a weather eye on the horizon. Lusty?" <br><br> The camera cuts to a young blonde girl with her hair braided back in rows. She's wearing a white blouse that's unbuttoned all the way down to her leather corset showing much of her very large rack while hiding little. <br><br> - "Thank ye, Captain Castbeak!" she positively beams with energy as she bounces around, her barely contained breasts keeping your eye as she sways and jumps around the screen. + "Thank ye, Captain Castbeak!" she positively beams with energy as she bounces around, her barely contained breasts keeping your eye as she sways and jumps around the screen. "Today we be keepin' an eye on the acid rain storms as they blow on through the upper Chinese and Mongolian regions on their way to the Bering Strait. If ye be located anywhere around here-" She stretches up with a short pointer that you now realize is part of a prosthetic limb attached to her right hand. "-batten down yer hatches an' wait fer the storm ta' blow over". <br><br> The camera shifts down low now as the green screen map behind her shifts to Australia, Lusty stooping over towards the camera to stay in frame gives you a beautiful view straight down her blouse. "And if'n ye be in Australia yer in for another hot and dry one as this unseasonable drought stretches on fer at least another week" @@ -1079,18 +1079,18 @@ The offered price is <<print cashFormat($slaveCost)>>. <<elseif $showFifteen == 2>> Your TV randomly hits channel 8, the pirate themed channel. Apparently this is a live feed produced by a band of pirates and you tuned in right as they board a small pleasure craft. <br><br> - Three armed pirates are swiftly sweeping the boat, gathering the passengers, a man, his wife and his two children, on deck and tying them up. The camera is attached to the pirate captain as he sweeps below deck finding their supplies. + Three armed pirates are swiftly sweeping the boat, gathering the passengers, a man, his wife and his two children, on deck and tying them up. The camera is attached to the pirate captain as he sweeps below deck finding their supplies. <br><br> "Manta, this is Orca" the captain radios. "Looks like they were in for a long trip, there's boxes of supplies down here that would last them weeks" <br><br> "Aye, Captain Orca, Fleeing ol' world collapse seems like." The reply comes through on the radio. "Don't rightly know where they were headin' to, maybe to Tortuga to be citizens, maybe to another country. Sure is a nice boat though." - <br>"Shit, 'Manta'. 'Don't rightly know.' Don't tell me you're buying into this pirate crap too." The third crewmember chimes up. + <br>"Shit, 'Manta'. 'Don't rightly know.' Don't tell me you're buying into this pirate crap too." The third crewmember chimes up. <br>"I think you're just mad that your callsign is 'Cuttlefish'" Manta shoots back. <br>"I've had worse" Cuttlefish replies then mutters quietly "but not by much" <br>"I dunno, mate. As an accent it's kind of infectious, especially since they got all the wenches in Tortuga speaking it. It makes the whole port kind of endearing." <br>"I can't argue with that. Pull one of them girls on my lap and listening to her squeal and squirm, and then they get all that grog in you... Let's just say I'm warming up to the place." <br><br> - Orca shakes his head at the banter of his crew shaking the camera mount as well slightly before he turns to leave. He takes a step out before suddenly freezing and stopping. He clicks on his radio and says "Radio silence for a minute." + Orca shakes his head at the banter of his crew shaking the camera mount as well slightly before he turns to leave. He takes a step out before suddenly freezing and stopping. He clicks on his radio and says "Radio silence for a minute." <br><br> Turning and heading towards the large crate of supplies marked 'bananas'. He then takes a step back before giving the crate a swift kick producing a high pitched yelp. "Boys, I think our score is bigger than we thought. Get down here and--" <br>"Uh captain, you better get up here, we got trouble." Manta's voice comes back. diff --git a/src/pregmod/widgets/marketWidgets.tw b/src/pregmod/widgets/marketWidgets.tw index 2e7538bafa767feb1484418c9a017196f2239988..c9d19f880eaa6f8e82568347ae9b63de191a00a8 100644 --- a/src/pregmod/widgets/marketWidgets.tw +++ b/src/pregmod/widgets/marketWidgets.tw @@ -11,7 +11,7 @@ <<widget "AddMarketOrigins">> <<if _.isString($args[0]) && _.isArray($args[1])>> <<set _sanityCheck = '>>', /* to appease sanityCheck */ - _widgets = _(Story.widgets) + _widgets = _(Story.widgets) .filter(function(wp) { return wp.tags.includes('market:' + $args[0]); }) .flatMap(function(wp) { var re = RegExp('<<widget\\s+"([^"]+Populate)"\\s*>>', 'g'); diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw index 679771d3b62c1811e946dfe59d7f85d157fb334f..78f5d8d06443d6ed293a177f98cf1b74468628a7 100644 --- a/src/pregmod/widgets/playerDescriptionWidgets.tw +++ b/src/pregmod/widgets/playerDescriptionWidgets.tw @@ -145,7 +145,7 @@ <</if>> <<else>> <<if $PC.boobsBonus > 2>> - Your breasts are + Your breasts are <<if $PC.markings == "freckles">> enormous with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> @@ -162,7 +162,7 @@ Your breasts feel even more enormous lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobsBonus == 2>> - Your breasts are + Your breasts are <<if $PC.markings == "freckles">> huge with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> @@ -179,7 +179,7 @@ Your breasts feel even more huge lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobsBonus == 1>> - Your breasts are pretty + Your breasts are pretty <<if $PC.markings == "freckles">> big with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> @@ -209,7 +209,7 @@ Your breasts feel bigger lately; likely a side effect of your lactation, though you could do without the wet spots forming over your nipples. <</if>> <<elseif $PC.boobsBonus == -2>> - Your breasts are fairly average, at least to old world + Your breasts are fairly average, at least to old world <<if $PC.markings == "freckles">> standards, with light freckling on the tops and in your cleavage. <<elseif $PC.markings == "heavily freckled">> @@ -317,7 +317,7 @@ <<if _toSearch.indexOf("fertility") != -1>> <<set _fertRefresh = 1>> <</if>> - You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying + You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying <<if $PC.pregType == 8>> octuplets <<elseif $PC.pregType == 7>> @@ -465,7 +465,7 @@ <<if _toSearch.indexOf("fertility") != -1>> <<set _fertRefresh = 1>> <</if>> - You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying + You may have a problem<<if _fertRefresh == 1>>, but then again, you did take all those fertility drugs, so you can't really say you didn't want it.<<else>>. You took fertility drugs, but you shouldn't be getting this big.<</if>> Judging by how far along you are, you must be carrying <<if $PC.pregType == 8>> octuplets <<elseif $PC.pregType == 7>> diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw index 935c24e38d24423134ddee7b9217f97aec157916..7559a959aedeb14f27cfc4af77d82d84a6a2c410 100644 --- a/src/pregmod/widgets/pregmodBirthWidgets.tw +++ b/src/pregmod/widgets/pregmodBirthWidgets.tw @@ -940,7 +940,7 @@ <<case "be the DJ">> <<if (random(1,20) > $suddenBirth)>> - $He heads to a private room in the back of the club accompanied by a influential patron. $He settles $himself onto his lap and begins working on <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention. Placing $his child outside the room, $he returns to pleasure $his tease. + $He heads to a private room in the back of the club accompanied by an influential patron. $He settles $himself onto his lap and begins working on <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention. Placing $his child outside the room, $he returns to pleasure $his tease. <<else>> While DJing $clubName, $slaves[$i].slaveName's water breaks. $He can't stop $his setlist without drawing attention, so $he tries $his best to ride out the contractions. As soon as the opportunity arises, $he attempts to sneak off stage. However, a number of fans block $his progress keeping $him on stage. Before long the contractions are too much to bear and $he drops to the ground. <<set $humiliation = 1>> @@ -960,7 +960,7 @@ <<case "be the Madam">> <<if (random(1,20) > $suddenBirth)>> - $He heads to a private room in the back of the club accompanied by a influential patron. $He settles $himself onto his lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention as he strips $him. Placing $his child outside the room, $he returns to get more intimate with $his catch. + $He heads to a private room in the back of the club accompanied by an influential patron. $He settles $himself onto his lap and begins working on birthing <<if $slaves[$i].birthsTotal == 0>>$his first<<else>>this week's<</if>> baby, basking in his attention as he strips $him. Placing $his child outside the room, $he returns to get more intimate with $his catch. <<else>> While managing $brothelName, $slaves[$i].slaveName's water breaks. Knowing $he lacks the time to leave, $he sets up a sign reading "Birthshow <<print cashFormat(100)>> a viewer" and takes a seat. <<set $humiliation = 1>> diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw index 73fd353e12c1e66a72fb54d6d3f46f662130cced..c98e43d194990f7ef994cf9cfa1bd556e9040677 100644 --- a/src/pregmod/widgets/pregmodWidgets.tw +++ b/src/pregmod/widgets/pregmodWidgets.tw @@ -862,7 +862,7 @@ $activeSlave.slaveName is up for review: <<case "Chinese">> and, in keeping with $his heritage, a Norinco QBZ-95-1 bullpup assault rifle <<case "Colombian">> - and, in keeping with $his heritage, a Indumil ACE 22 assault rifle + and, in keeping with $his heritage, an Indumil ACE 22 assault rifle <<case "Croatian">> and, in keeping with $his heritage, an HS Produkt VHS-2 bullpup assault rifle <<case "Cuban">> @@ -1161,12 +1161,12 @@ extremely pale -5 <<widget "GenSkinTone">> <<script>> (function() { - var skinToMelanin = {'pure black': 10, ebony: 9.5, black: 9, 'dark brown': 8.5, brown: 8, 'light brown': 7.5, dark: 7, 'dark olive': 6.5, bronzed: 6, tanned: 5.5, natural: 5, olive: 4.5, 'light olive': 4, lightened: 3.5, light: 3, white: 2.5, fair: 2, 'very fair': 1.5, 'extremely fair': 1.25, pale: 1, 'extremely pale': 0.5, 'pure white': 0}; - var parents = State.variables.args; - var skin0 = parents[0] ? (skinToMelanin[parents[0].skin] || 5) : 3; - var skin1 = parents[1] ? (skinToMelanin[parents[1].skin] || 5) : 3; - var skin = Math.round(Math.random() * (skin1 - skin0) + skin0); - State.variables.activeSlave.skin = ['pure white', 'extremely pale', 'pale', 'extremely fair', 'very fair', 'fair', 'white', 'light', 'lightened', 'light olive', 'olive', 'natural', 'tanned', 'bronzed', 'dark olive', 'dark', 'light brown', 'brown', 'dark brown', 'ebony', 'black', 'pure black'][skin]; + var skinToMelanin = {'pure black': 10, ebony: 9.5, black: 9, 'dark brown': 8.5, brown: 8, 'light brown': 7.5, dark: 7, 'dark olive': 6.5, bronzed: 6, tanned: 5.5, natural: 5, olive: 4.5, 'light olive': 4, lightened: 3.5, light: 3, white: 2.5, fair: 2, 'very fair': 1.5, 'extremely fair': 1.25, pale: 1, 'extremely pale': 0.5, 'pure white': 0}; + var parents = State.variables.args; + var skin0 = parents[0] ? (skinToMelanin[parents[0].skin] || 5) : 3; + var skin1 = parents[1] ? (skinToMelanin[parents[1].skin] || 5) : 3; + var skin = Math.round(Math.random() * (skin1 - skin0) + skin0); + State.variables.activeSlave.skin = ['pure white', 'extremely pale', 'pale', 'extremely fair', 'very fair', 'fair', 'white', 'light', 'lightened', 'light olive', 'olive', 'natural', 'tanned', 'bronzed', 'dark olive', 'dark', 'light brown', 'brown', 'dark brown', 'ebony', 'black', 'pure black'][skin]; })(); <</script>> <</widget>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 23535ec3bdcd98e0cd36e4d0b026144bfdccd45a..dead0f04ad08a0e417a9a77270ef00cac40bd924 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -329,7 +329,7 @@ <<set WombFlush($slaves[$i])>> <<elseif $surgeryUpgrade == 1>> /* if true - need nothing, birthed babies already in $slaves[$i].curBabies, stillbirth is 0.*/ - <<else>> + <<else>> <<set $slaves[$i].curStillBirth = $slaves[$i].womb.length>> <<set WombFlush($slaves[$i])>> /* cleaning rest of superfetation pregnancy if no tech for safe partial birth */ <</if>> @@ -343,16 +343,16 @@ /*===============================================================================================*/ <<widget "seBirthMainScene">> -<<set _curBabies = $slaves[$i].curBabies.length>> +<<set _curBabies = $slaves[$i].curBabies.length>> <<set _curStill = $slaves[$i].curStillBirth>> /* -------- cow birth variant ---------------------------------------------------------------------*/ <br> <br> -/* diffSize used for check result of partial birth size changes - if it = 2 then womb lost half of it's original size after partial birth, if it = 1 - no size lost. (We get this value as result of dividing of original womb size by after birth size) +/* diffSize used for check result of partial birth size changes - if it = 2 then womb lost half of it's original size after partial birth, if it = 1 - no size lost. (We get this value as result of dividing of original womb size by after birth size) This decriptions can be expanded with more outcomes later. But it's not practical to check values above 5-10 - it become too affected by actual value of womb size. */ -<<if $slaves[$i].assignment == "work in the dairy" && $dairyPregSetting > 0>> +<<if $slaves[$i].assignment == "work in the dairy" && $dairyPregSetting > 0>> As a human cow, $he @@.orange;gave birth@@ <<if $slaves[$i].prematureBirth == 1>>@@.red;prematurely@@<</if>> <<if $diffSize < 1.15>> but $his overfilled womb barely lost any size. $His body gave life @@ -845,7 +845,7 @@ All in all, /*===============================================================================================*/ <<widget "seBirthBabies">> -<<set _curBabies = $slaves[$i].curBabies.length, _cToIncub = 0, _cToNursery = 0>> +<<set _curBabies = $slaves[$i].curBabies.length, _cToIncub = 0, _cToNursery = 0>> <<for _sebw = 0; _sebw < _curBabies; _sebw++>> <<if $slaves[$i].curBabies[_sebw].reserve === "incubator">> <<set _cToIncub++>> @@ -970,7 +970,7 @@ All in all, <<set $breederOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> <</link>> - //Will cost a onetime <<print cashFormat(50)>>// | + //Will cost a one-time <<print cashFormat(50)>>// | <</if>> <<link 'Send them to a citizen school'>> <<replace `"#" + $dispositionId`>> @@ -1003,7 +1003,7 @@ All in all, The child<<if _count > 1>>ren<</if>> will be raised privately, with expert care and tutoring, an expensive proposition. <<set $slaves[$i].devotion += 6, $privateOrphanageTotal += _count, $slaveOrphanageTotal -= _count>> <</replace>> - <</link>> + <</link>> //Will cost <<print cashFormat(500)>> weekly// <<if $Cash4Babies == 1>> <<if $slaves[$i].prestige > 1 || $slaves[$i].pornPrestige > 2>> @@ -1026,7 +1026,7 @@ All in all, <</if>> <<set $cash += _curBabies*(50+_babyCost)>> <</replace>> - <</link>> + <</link>> <<else>> | <<link 'Sell them anyway'>> <<replace `"#" + $dispositionId`>> @@ -1047,7 +1047,7 @@ All in all, <</if>> <<set $cash += _curBabies*(50+_babyCost)>> <</replace>> - <</link>> + <</link>> <</if>> <</if>> <</capture>> @@ -1066,7 +1066,7 @@ All in all, /*===============================================================================================*/ <<widget "seBirthPostpartum">> -<<set _curBabies = $slaves[$i].curBabies.length>> +<<set _curBabies = $slaves[$i].curBabies.length>> <<if $slaves[$i].broodmother > 0 >> <<set $slaves[$i].preg = WombMaxPreg($slaves[$i])>> @@ -1099,7 +1099,7 @@ All in all, /*===============================================================================================*/ <<widget "seBirthCritical">> -<<set _curBabies = $slaves[$i].curBabies.length>> +<<set _curBabies = $slaves[$i].curBabies.length>> <<if $slaves[$i].health <= -100>> <br><br> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index eb59e881211d023d25167b2c142e49e30873e422..6afe08e723f8448ea4df3c3f55fb11cbf87cefeb 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -2827,7 +2827,7 @@ neck, $activeSlave.skin, <<if $activeSlave.muscles > 95>>hugely muscled<<elseif <<case "bonded love">> -Working in your office early in the morning, you can hear the low, human hum of your slaves who work during the daytime busily getting ready for their days. Suddenly, there's motion at your doorway, and <<EventNameLink $activeSlave>> hurries in. $He's nude, $his $activeSlave.skin skin glowing with the fresh cleanliness of having just gotten out of the shower. $He <<if canSee($activeSlave)>>glances at you<<else>>listens<</if>> to see if $he's unwelcome, and seeing no sign that $he is, the devoted $desc comes over to your desk. +Working in your office early in the morning, you can hear the low, human hum of your slaves who work during the daytime busily getting ready for their days. Suddenly, there's motion at your doorway, and <<EventNameLink $activeSlave>> hurries in. $He's nude, $his $activeSlave.skin skin glowing with the fresh cleanliness of having just gotten out of the shower. $He <<if canSee($activeSlave)>>glances at you<<elseif canHear($activeSlave)>>listens<<else>>waits<</if>> to see if $he's unwelcome, and seeing no sign that $he is, the devoted $desc comes over to your desk. <<if $activeSlave.boobs < 400>> $His little $activeSlave.boobShape tits barely move at all as $he walks, though $his $activeSlave.nipples nipples certainly catch your eye. <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .75>> /* tiny little 200cc implants in 20000cc tits are laughable. Now we make sure those tits are fake. */ @@ -5839,7 +5839,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <br><<link "Spend the day in bed">> <<EventNameDelink $activeSlave>> <<replace "#result">> - What's the point of becoming a wealthy tycoon in an anarcho-libertarian paradise if you have to obey the rules all the time? You tell $assistantName to cancel the appointment. Then, you wake your bedmate, and <<if $PC.dick == 1>>get a blowjob<<if $PC.vagina == 1>> and some attention for your pussy<</if>><<else>>have $him eat you out<</if>> under the sheet while you enjoy the lurid sunrise through the glass wall of your bedroom. When the sun is up and you've <<if $PC.dick == 1>>shot your load down her throat<<else>>climaxed twice<</if>>, you pull the bemused $girl up alongside you again, bring the sheets up over you both, switch on a wallscreen, and ask $him if there's anything $he'd like to <<if canSee($activeSlave)>>watch<<else>>listen to<</if>>. $He smiles incredulously, but after you encourage $him $he @@.mediumaquamarine;finds $his confidence@@ and admits that there's a Free Cities serial drama about slave life that $he enjoys. You put it on and watch three episodes with $him. It's terribly insipid, but there's a lot of explicit sex to liven things up, and all the actresses are nice enough to look at. $activeSlave.slaveName cuddles comfortably with you the entire time, <<if canSee($activeSlave)>>watching raptly<<else>>listening intently<</if>> and doing $his best to explain the wretchedly trite plot you've missed. + What's the point of becoming a wealthy tycoon in an anarcho-libertarian paradise if you have to obey the rules all the time? You tell $assistantName to cancel the appointment. Then, you wake your bedmate, and <<if $PC.dick == 1>>get a blowjob<<if $PC.vagina == 1>> and some attention for your pussy<</if>><<else>>have $him eat you out<</if>> under the sheet while you enjoy the lurid sunrise through the glass wall of your bedroom. When the sun is up and you've <<if $PC.dick == 1>>shot your load down her throat<<else>>climaxed twice<</if>>, you pull the bemused $girl up alongside you again, bring the sheets up over you both, switch on a wallscreen, and ask $him if there's anything $he'd like to <<if canSee($activeSlave)>>watch<<elseif canHear($activeSlave)>>listen to<<else>>put on<</if>>. $He smiles incredulously, but after you encourage $him $he @@.mediumaquamarine;finds $his confidence@@ and admits that there's a Free Cities serial drama about slave life that $he enjoys. You put it on and watch three episodes with $him. It's terribly insipid, but there's a lot of explicit sex to liven things up, and all the actresses are nice enough to look at. $activeSlave.slaveName cuddles comfortably with you the entire time, <<if canSee($activeSlave)>>watching raptly<<else>>listening intently<<else>>staying as silent as possible<</if>> and doing $his best to explain the wretchedly trite plot you've missed. <<set $activeSlave.oralCount++, $oralTotal++>> You have a meal delivered, <<if $activeSlave.vagina > 0 && canDoVaginal($activeSlave)>> @@ -5852,7 +5852,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del fuck $him, <<set $activeSlave.oralCount++, $oralTotal++>> <</if>> - and then share a shower and a nap. Thus invigorated, you decide to tour the arcology's nightlife, and tell her $he'll accompany you. $He hurries to get ready, filled with excitement. A lovely day. + and then share a shower and a nap. Thus invigorated, you decide to tour the arcology's nightlife, and tell $him $he'll accompany you. $He hurries to get ready, filled with excitement. A lovely day. <<set $activeSlave.trust += 4>> <<if _didAnal == 1>> <<= AnalVCheck()>> @@ -6819,15 +6819,15 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> $he's shorter than you, so as you approach $he goes up on tiptoe to bring $his ass to just the right height for standing anal. <</if>> - You don't penetrate her right away, though; you + You don't penetrate $him right away, though; you <<if $activeSlave.butt > 5>> - knead her mass of assflesh, + knead $his mass of assflesh, <<elseif $activeSlave.butt > 2>> heft a big buttock in each hand, <<else>> - cup her nice little buttocks, + cup $his nice little buttocks, <</if>> - briefly tease her + briefly tease $his <<if $activeSlave.anus > 2>> gaping asshole <<elseif $activeSlave.anus > 1>> @@ -10719,15 +10719,15 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> $He <<say>>s, a little tearfully, "<<Master>>, thi<<s>> guy wanted to u<<s>>e my butt in public. <<S>>o of cour<<s>>e I let him, and he made me <<s>>it in hi<<s>> lap to do it, and held my leg<<s>> back <<s>>o everyone could <<s>>ee! And then another guy thought it wa<<s>> hot and waited, and then fucked me in my a<<ss>> too. Another girl finally noti<<c>>ed and re<<s>>cued me after four cock<<s>>, <<Master>>. I'm really <<s>>ore." <</if>> - $He <<if canSee($activeSlave)>>looks up at you with big $activeSlave.eyeColor eyes<<else>>gazes at you<</if>> for a long moment, a final tear leaking down her $activeSlave.skin cheek, before $he suddenly + $He <<if canSee($activeSlave)>>looks up at you with big $activeSlave.eyeColor eyes<<else>>gazes at you<</if>> for a long moment, a final tear leaking down $his $activeSlave.skin cheek, before $he suddenly <<if !canTalk($activeSlave)>> shakes with mute laughter. <<else>> giggles. <</if>> - $He explains $himself after a while: it's not what $he thought $he'd be doing with her life, + $He explains $himself after a while: it's not what $he thought $he'd be doing with $his life, <<switch $activeSlave.career>> - <<case "a breeder" "a Futanari Sister" "a fuckdoll" "a bioreactor" "a slave" "a dairy slave" "a dairy cow" "a breeding bull" 0>> + <<case "a bioreactor" "a breeder" "a breeding bull" "a dairy cow" "a dairy slave" "a fuckdoll" "a Futanari Sister" "a slave" 0>> once upon a time. <<default>> back when $he was $activeSlave.career. @@ -10740,15 +10740,15 @@ You tell her kindly that you understand, and that $he'll be trained to address t $He kisses you on the cheek and @@.mediumaquamarine;thanks you@@ for listening instead of raping $him. <<set $activeSlave.trust += 4>> <br><br><span id="result2"> - <<link "Kiss her back">> + <<link "Kiss $him back">> <<replace "#result2">> You turn to kiss her back, on the lips this time. $He <<if canSee($activeSlave)>>sees<<else>>feels<</if>> your intention and @@.mediumaquamarine;complies trustingly,@@ closing $his eyes and tilting her head slightly so your lips lock perfectly. <<if ($activeSlave.lips > 70)>> $His ridiculous, pillowlike lips part softly. <<elseif ($activeSlave.teeth == "pointy")>> - $He opens her jaw wide, careful to keep her shark's teeth well clear of you. + $He opens $his jaw wide, careful to keep $his shark's teeth well clear of you. <</if>> - After a few seconds, $he realizes you aren't planning to break the kiss anytime soon, and softens, her<<if $activeSlave.bellyPreg >= 1500>> pregnant<</if>> body relaxing against yours. $He scoots closer to you, bringing $his legs up under her on the couch cushions so $he can face you comfortably. $He leans one + After a few seconds, $he realizes you aren't planning to break the kiss anytime soon, and softens, $his<<if $activeSlave.bellyPreg >= 1500>> pregnant<</if>> body relaxing against yours. $He scoots closer to you, bringing $his legs up under her on the couch cushions so $he can face you comfortably. $He leans one <<if $activeSlave.weight > 160>> extremely well padded <<elseif $activeSlave.weight > 95>> @@ -10764,7 +10764,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<set $activeSlave.trust += 2>> <</replace>> <</link>> - <br><<link "Rape her">> + <br><<link "Rape $him">> <<replace "#result2">> But $he's wrong to place that kind of faith in you. As $he withdraws from the kiss, you snake a betraying hand between $his butt and the couch, and shove <<if $activeSlave.anus <= 1>> @@ -10780,7 +10780,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> face first <</if>> - on the floor in front of you. $He tries to spread $his butt and angle $his hips like a good $girl, but you slap $his hands away and push your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> inside her without regard for her poor anus. $He shudders and begins to cry, and keeps crying as you ravage $his asshole. When you climax and pull out, $he continues to weep, but stumbles off to wash. When $he comes back, $he's still sniffling, but without being prompted, + on the floor in front of you. $He tries to spread $his butt and angle $his hips like a good $girl, but you slap $his hands away and push your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> inside her without regard for $his poor anus. $He shudders and begins to cry, and keeps crying as you ravage $his asshole. When you climax and pull out, $he continues to weep, but stumbles off to wash. When $he comes back, $he's still sniffling, but without being prompted, <<if $activeSlave.belly >= 300000>> @@.hotpink;$he leans over $his belly and offers you her sore butthole again.@@ <<else>> @@ -14323,15 +14323,15 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<else>> a nipple <</if>> - and pull downward gently. "<<S>>orry <<Master>>," $he mutters in her barbarous $activeSlave.nationality accent, and sits <<if $activeSlave.belly >= 5000>>carefully<<else>>hurriedly<</if>> down. + and pull downward gently. "<<S>>orry <<Master>>," $he mutters in $his barbarous $activeSlave.nationality accent, and sits <<if $activeSlave.belly >= 5000>>carefully<<else>>hurriedly<</if>> down. <br><br> - You review 'next,' praising her for getting that, and then move on to 'sit,' 'stand,' and other such useful terms, teaching the $language language to the nude slave sitting + You review 'next,' praising $him for getting that, and then move on to 'sit,' 'stand,' and other such useful terms, teaching the $language language to the nude slave sitting <<if $activeSlave.belly >= 10000 || $activeSlave.weight >= 130>> heavily <<else>> crosslegged <</if>> - next to you. $He listens raptly, parroting obediently and clearly doing her best to please, but you notice a certain incredulity that slowly fades as the lesson goes on. $He's obviously having trouble believing that her owner would trouble <<if $PC.title == 1>>himself<<else>>$himself<</if>> with her vocabulary lessons. You work with her several times a day, and $he's so diligent that by the end of the week $he's @@.green;beginning to make $himself understood,@@ though her accent is still pretty atrocious. + next to you. $He listens raptly, parroting obediently and clearly doing her best to please, but you notice a certain incredulity that slowly fades as the lesson goes on. $He's obviously having trouble believing that her owner would trouble <<if $PC.title == 1>>himself<<else>>herself<</if>> with $his vocabulary lessons. You work with her several times a day, and $he's so diligent that by the end of the week $he's @@.green;beginning to make $himself understood,@@ though her accent is still pretty atrocious. <<set $activeSlave.accent-->> <</replace>> <</link>> @@ -19703,7 +19703,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<= AnalVCheck()>> <</replace>> <</link>><<if $activeSlave.anus == 0>>//This option will take anal virginity//<</if>> -<br><<link "Ignore her pleas">> +<br><<link "Ignore $his pleas">> <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to take the next pose in the inspection series, as though $he hadn't broken down at all. There's such understated menace in your voice that $he gets right back to her feet, using the back of a $activeSlave.skin hand to cuff away her tears. "Y-ye<<s>>, <<Master>>," $he sniffles, trying to get $himself under control, and then shudders. diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index fecc206070fdd9592e6c055454e58a9d4679c42e..cadb2bc04417e200aa88114b65048378db85c49a 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 door frame 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 $his 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>> @@ -1483,7 +1483,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<EventNameDelink $activeSlave>> <<replace "#result">> You approach and observe to $activeSlave.slaveName that it sounds like $he's speaking from experience. $He glances at you nervously, but agrees. You tell $him to go on, so $he turns to the mystified $subSlave.slaveName and mumbles, "It wa<<s>>n't ea<<s>>y for me the fir<<s>>t time either." - $He gasps as you slide around behind $him, your hands snaking around $his <<if $activeSlave.boobs > 2000>>massive tits<<elseif $activeSlave.boobs > 1000>>big boobs<<elseif $activeSlave.boobs > 400>>prominent breasts<<else>>chest<</if>> to pinch $his $activeSlave.nipples nipples. You whisper into $his ear, ordering $him to tell $his little story again, slowly. "_HeP'<<s>> going to hold you down and <<sh>>ove _hisP <<if $PC.dick == 1>>huge cockhead<<else>>bigge<<s>>t <<s>>trap-on<</if>> right up again<<s>>t thi<<s>> tight little hole," $he tells $subSlave.slaveName. The poor _girl2 doesn't know what to do, so _he2 just stands and listens, <<if canSee($subSlave)>>watching<<else>>staring<</if>> dumbly as $activeSlave.slaveName talks. $he's a lot less intimidating this time around, gasping out the words as you maneuver your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> against $his <<if $activeSlave.anus > 2>>loose butthole<<elseif $activeSlave.anus > 1>>experienced ass<<else>>tight butthole<</if>> for some standing anal. "You're going to do your be<<s>>t to relax like a good little _girl2," $he moans. <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>$His limp dick hangs lamely as you press against $his backdoor, but it's dripping precum.<<elseif $activeSlave.dick > 0>>$He has a throbbing erection.<<elseif $activeSlave.clit > 0>>As you shove $him into place, your hand brushes against $his enormously erect clit.<<else>>As you shove $him into place, your hand brushes against moisture coating $his inner thighs.<</if>> The bitch is getting off on this. + $He gasps as you slide around behind $him, your hands snaking around $his <<if $activeSlave.boobs > 2000>>massive tits<<elseif $activeSlave.boobs > 1000>>big boobs<<elseif $activeSlave.boobs > 400>>prominent breasts<<else>>chest<</if>> to pinch $his $activeSlave.nipples nipples. You whisper into $his ear, ordering $him to tell $his little story again, slowly. "_HeP'<<s>> going to hold you down and <<sh>>ove _hisP <<if $PC.dick == 1>>huge cockhead<<else>>bigge<<s>>t <<s>>trap-on<</if>> right up again<<s>>t thi<<s>> tight little hole," $he tells $subSlave.slaveName. The poor _girl2 doesn't know what to do, so _he2 just stands and listens, <<if canSee($subSlave)>>watching<<else>>staring<</if>> dumbly as $activeSlave.slaveName talks. $He's a lot less intimidating this time around, gasping out the words as you maneuver your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> against $his <<if $activeSlave.anus > 2>>loose butthole<<elseif $activeSlave.anus > 1>>experienced ass<<else>>tight butthole<</if>> for some standing anal. "You're going to do your be<<s>>t to relax like a good little _girl2," $he moans. <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>$His limp dick hangs lamely as you press against $his backdoor, but it's dripping precum.<<elseif $activeSlave.dick > 0>>$He has a throbbing erection.<<elseif $activeSlave.clit > 0>>As you shove $him into place, your hand brushes against $his enormously erect clit.<<else>>As you shove $him into place, your hand brushes against moisture coating $his inner thighs.<</if>> The bitch is getting off on this. "But it'<<s>> going to be <<s>>o big - it'<<s>> going to bu-hu-hur-hurn... oh..." You're up $his ass and pounding away, <<if $subSlave.belly >= 5000>>with one hand on $his hips and the other around $his gravid belly<<else>>holding $his hips with both hands and<</if>> bouncing $his butt against your crotch as your <<if $PC.dick == 1>>cock<<else>>strap-on<</if>> slides in and out of $him. You administer a hard slap to $his ass and tell $him to keep going. $He shakes $his head and manages to get back on track, grunting out, "You're going to panic - and - and - oh - <<s>>-<<s>>truggle, and _heP'<<s>> going t-to h-ho-oh-old you d-down, oh ow, and r-ra-rape your b-butt while, oh p-plea<<s>>e <<Master>>, you <<s>>cream, ooh, and c-cry... o-oh... ah." $He feels your <<if $PC.dick == 1>>hot seed jet into $his asshole<<else>>own orgasm<</if>> and your hands release their grip, and slides wetly off you, <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>>$his own messy little orgasm running down $his legs to join the cum dripping out of $his ass<<elseif $activeSlave.dick > 0>>stepping around the mess $he shot onto the floor and trying to keep your load inside $his ass<<else>>$his feminine juices running down $his legs to join the cum dripping out of $his ass<</if>>. $He walks gingerly to the bathroom for a cleanup, looking a lot more @@.hotpink;submissive@@ than when you walked in. $subSlave.slaveName is still staring <<if canSee($subSlave)>>at<<else>>towards<</if>> you. There's a little @@.gold;fear@@ there, but some @@.hotpink;awe,@@ too. <<set $activeSlave.devotion += 5, $activeSlave.analCount++>> <<set $analTotal++>> @@ -1589,7 +1589,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <br><<link "$His butt is being saved for later">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You tell $him to sit down on the couch and listen. $He obeys, carefully avoiding the spot where you and $subSlave.slaveName embraced. You explain that $subSlave.slaveName is an experienced anal slave, and that you enjoy having sex with _him2 there. You point out how much $subSlave.slaveName enjoyed _himself2 ($activeSlave.slaveName studiously avoids <<if canSee($activeSlave)>>looking at<<else>>facing<</if>> the moist spot on the couch that evidences this), and tell $him that anal sex can be very enjoyable. $He <<if canSee($activeSlave)>>looks at<<else>>listens to<</if>> you uncomprehendingly,<<if $activeSlave.belly >= 5000>> $his hand resting on $his rounded middle,<</if>> so you try a different tack. You tell $him that $his anal virginity has a price: it makes $him a more valuable slave. $He'll probably be fucked back there someday soon, but it's not something you plan to do lightly. And in any case, $he'll be trained to enjoy the experience when it happens. Hesitantly, $he <<say>>s, "I under<<s>>tand, <<Master>>. I @@.mediumaquamarine;tru<<s>>t you.@@" $He seems more confident for the rest of the inspection, and when it's done, $he leaves with less worry on $his face. + You tell $him to sit down on the couch and listen<<if !canHear($activeSlave)>>, so to speak<</if>>. $He obeys, carefully avoiding the spot where you and $subSlave.slaveName embraced. You explain that $subSlave.slaveName is an experienced anal slave, and that you enjoy having sex with _him2 there. You point out how much $subSlave.slaveName enjoyed _himself2 ($activeSlave.slaveName studiously avoids <<if canSee($activeSlave)>>looking at<<else>>facing<</if>> the moist spot on the couch that evidences this), and tell $him that anal sex can be very enjoyable. $He <<if canSee($activeSlave)>>looks at<<elseif canHear($activeSlave)>>listens to<<else>>waits for<</if>> you uncomprehendingly,<<if $activeSlave.belly >= 5000>> $his hand resting on $his rounded middle,<</if>> so you try a different tack. You tell $him that $his anal virginity has a price: it makes $him a more valuable slave. $He'll probably be fucked back there someday soon, but it's not something you plan to do lightly. And in any case, $he'll be trained to enjoy the experience when it happens. Hesitantly, $he <<say>>s, "I under<<s>>tand, <<Master>>. I @@.mediumaquamarine;tru<<s>>t you.@@" $He seems more confident for the rest of the inspection, and when it's done, $he leaves with less worry on $his face. <<set $activeSlave.trust += 5>> <</replace>> <</link>> @@ -2104,7 +2104,7 @@ $he adds impishly. Hearing this, $subSlave.slaveName lets the breast pop free of <<else>> $activeSlave.slaveName clears $his throat uncomfortably, not really sure what to do, and obviously reluctant to grab $subSlave.slaveName and rape $him. $subSlave.slaveName resolves $his dilemma for $him, and <<if _vaginal>>gets down on the ground, spreading _his2 legs<<if $subSlave.belly >= 5000>> to either side of _his2 <<if $subSlave.bellyPreg >= 3000>>_belly pregnancy<<else>>_belly rounded belly<</if>><</if>> and offering _his2 pussy<<else>>gets down on _his2 knees, arching _his2 back and presenting _his2 asspussy<</if>> without resistance. Relieved, $activeSlave.slaveName gets <<if _vaginal>>on top of _him2<<else>>behind _him2<</if>> and starts to fuck. <</if>> - "Thank<<s>>, <<Master>>," pants $activeSlave.slaveName as $he humps away. "I'm @@.mediumaquamarine;looking forward@@ to being able to do thi<<s>> whenever I want." $subSlave.slaveName gasps, from <<if _vaginal>>down under $activeSlave.slaveName<<else>>where $activeSlave.slaveName has _his2 face ground against the floor<</if>>. Apparently, _he2 hadn't realized that this wasn't a onetime thing, and is @@.gold;none too pleased@@ by having to give $activeSlave.slaveName _his2 <<if _vaginal>>pussy<<else>>ass<</if>> whenever $he wants it. + "Thank<<s>>, <<Master>>," pants $activeSlave.slaveName as $he humps away. "I'm @@.mediumaquamarine;looking forward@@ to being able to do thi<<s>> whenever I want." $subSlave.slaveName gasps, from <<if _vaginal>>down under $activeSlave.slaveName<<else>>where $activeSlave.slaveName has _his2 face ground against the floor<</if>>. Apparently, _he2 hadn't realized that this wasn't a one-time thing, and is @@.gold;none too pleased@@ by having to give $activeSlave.slaveName _his2 <<if _vaginal>>pussy<<else>>ass<</if>> whenever $he wants it. <<set $activeSlave.trust += 3, $activeSlave.penetrativeCount++, $penetrativeTotal++>> <<if _vaginal>> <<set $subSlave.trust -= 3, $subSlave.vaginalCount++, $vaginalTotal++>> diff --git a/src/uncategorized/REroyalblood.tw b/src/uncategorized/REroyalblood.tw index 8ed08cb26b0e6d529189771ca5acf6181d0243b9..78de5923e0dc4707c88862e4845731fc4ea9ed8f 100644 --- a/src/uncategorized/REroyalblood.tw +++ b/src/uncategorized/REroyalblood.tw @@ -654,7 +654,7 @@ Time is short, but you are well placed to acquire some choice slaves. With an ad <</if>> <<if $cash >= 2500000 && $familyTesting == 1>> -<br><<link "Send a unheard amount of credits and goods to retrieve the entire court.">> +<br><<link "Send an unheard amount of credits and goods to retrieve the entire court.">> <<replace "#result">> <<set $cash -= 2500000>> You take a tablet and transmit a communication request to the new arcology owner with your intent. Once his shock wears off, he readily accepts with little need for negotiation. Soon, a flight of VTOLs land in the new arcology laden with goods. When they take off again they have the prince and princess, clad in chains and bound face to face in a forced embrace, the Queen, who is resigned to her fate, and a gaggle of terrified court ladies. diff --git a/src/uncategorized/arcade.tw b/src/uncategorized/arcade.tw index a982751c35b203c68bd1f496b650b5fcd2b4dd40..e5813e041319df9c89601fef04e69c7e1182c13b 100644 --- a/src/uncategorized/arcade.tw +++ b/src/uncategorized/arcade.tw @@ -97,7 +97,7 @@ $arcadeNameCaps <br> <<set _Tmult1 = Math.trunc(10000*$upgradeMultiplierArcology)>> <<if $arcadeUpgradeInjectors == 1>> - It has been upgraded with aphrodisiac injection systems and electroshock applicators. If the aphrodisiacs fail to force an orgasm from an inmate, she is shocked to tighten her holes regardless. + It has been upgraded with aphrodisiac injection systems and electroshock applicators. If the aphrodisiacs fail to force an orgasm from an inmate, they are shocked to tighten their holes regardless. <<elseif $arcadeUpgradeCollectors == 1>> It has been retrofitted to milk lactating slaves<<if $seeDicks != 0>> and cockmilk slaves capable of ejaculating<</if>>, though less efficiently than a dedicated facility. <<else>> diff --git a/src/uncategorized/barracks.tw b/src/uncategorized/barracks.tw index 2da010826933957ddb3c611f495f5bbc2a30d8dc..26957b4967c2fa37f59c4b3e9abe3e2169353ea3 100644 --- a/src/uncategorized/barracks.tw +++ b/src/uncategorized/barracks.tw @@ -62,7 +62,7 @@ As you enter the main bay of the armory, lined with modern arms and armor and a <<case "Wardens">> Their gear is designed to take their foes alive and relatively unharmed, though lethal force can be applied if need be. <<case "Purifiers">> - Their prototype armor is equipped with a cleansing flamethrower. In addition to striking fear into their foes it also cooks a mean stake. + Their prototype armor is equipped with a cleansing flamethrower. In addition to striking fear into their foes it also cooks a mean steak. <<case "Abstemious">> Their sleek prototype armor is equipped with advanced restraining weapons. <<case "Rangers">> diff --git a/src/uncategorized/brothel.tw b/src/uncategorized/brothel.tw index 79f6ffb2d58afeded06351513d5f0e651ff21bc3..4203f1edbca40cc5a8bae708ff5e68ea451e2e77 100644 --- a/src/uncategorized/brothel.tw +++ b/src/uncategorized/brothel.tw @@ -23,7 +23,7 @@ $brothelNameCaps <<case "Chattel Religionist">> is decorated as a place of carnal worship. The air is scented by censers, and the slaves here maintain an air of holiness even when being sodomized in public. <<case "Degradationist">> - is decorated to look like a dungeon. The decor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls. + is decorated to look like a dungeon. The décor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls. <<case "Repopulation Focus">> is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap. <<case "Eugenics">> @@ -33,7 +33,7 @@ $brothelNameCaps <<case "Transformation Fetishist">> is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail. <<case "Gender Radicalist">> - is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress. + is decorated to look like an old world bordello. The rich décor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress. <<case "Gender Fundamentalist">> is decorated to look like an old world whorehouse. Screens on the walls are showing pornography starring the whores, with prices flashing after each sex act. <<case "Physical Idealist">> @@ -51,9 +51,9 @@ $brothelNameCaps <<case "Youth Preferentialist">> is decorated to look like the sort of bar old world students visit on spring break. Vapid music is playing, and when whores aren't with customers, they dance and make out with each other to attract some. <<case "Body Purist">> - is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love. + is decorated to look like an old world bordello. The rich décor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love. <<case "Slimness Enthusiast">> - is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving. + is decorated to look like an old world bordello. The rich décor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving. <<case "Hedonistic">> is comfortable and full of soft couches and chairs for its' overweight whores to lounge upon between clients <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>and enjoy a plate of snacks<<else>>and enjoy a big cup of slave food<</if>>. The smells of fresh baked goods are pumped into the facility to mask the smell of sweat. It's not unusual for a client to fuck a whore right on her chosen couch, since the effort of moving is often too much. <<default>> @@ -164,11 +164,12 @@ $brothelNameCaps [[Expand the brothel|Brothel][$cash -= _Tmult0, $brothel += 5, $PC.engineering += .1]] //Costs <<print cashFormat(_Tmult0)>> and will increase upkeep costs// <<if $Madam != 0>> + <<setLocalPronouns $Madam>> <br> <<if $MadamIgnoresFlaws != 1>> - $Madam.slaveName will attempt to fix flaws in whores serving under her. [[Ignore flaws|Brothel][$MadamIgnoresFlaws = 1]] + $Madam.slaveName will attempt to fix flaws in whores serving under $him. [[Ignore flaws|Brothel][$MadamIgnoresFlaws = 1]] <<else>> - $Madam.slaveName has been instructed to ignore flaws in the whores serving under her. [[Fix flaws|Brothel][$MadamIgnoresFlaws = 0]] + $Madam.slaveName has been instructed to ignore flaws in the whores serving under $him. [[Fix flaws|Brothel][$MadamIgnoresFlaws = 0]] <</if>> <</if>> diff --git a/src/uncategorized/brothelAdvertisement.tw b/src/uncategorized/brothelAdvertisement.tw index cce55df0e58d0d82a8d4011e5e23473498142c56..4f5f77056b985c947a9156e62159fe5b0ab361fb 100644 --- a/src/uncategorized/brothelAdvertisement.tw +++ b/src/uncategorized/brothelAdvertisement.tw @@ -16,7 +16,7 @@ <<case "Chattel Religionist">> $brothelNameCaps is decorated as a place of worship. The air is scented by censers, and the slaves here maintain an air of holiness even when being sodomized in public. <<case "Degradationist">> - $brothelNameCaps is decorated to look like a dungeon. The decor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls. + $brothelNameCaps is decorated to look like a dungeon. The décor involves a lot of black leather and burnished steel, and the slaves on offer are mostly chained to beds and walls. <<case "Repopulation Focus">> $brothelNameCaps is clean and full of soft couches and chairs for its' pregnant whores to lounge upon while showing off their assets. Several of the rooms are prepped to allow a whore to give birth in front of an audience. A supply of freshly squeezed breast milk is available on tap. <<case "Eugenics">> @@ -26,7 +26,7 @@ <<case "Transformation Fetishist">> $brothelNameCaps is sterile and clean. Interactive screens on the walls list the whores and their modifications in clinical detail. <<case "Gender Radicalist">> - $brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress. + $brothelNameCaps is decorated to look like an old world bordello. The rich décor includes erotic photography and pornographic statuary, depicting every possible combination of human sexual congress. <<case "Gender Fundamentalist">> $brothelNameCaps is decorated to look like an old world whorehouse. Screens on the walls are showing pornography starring the whores, with prices flashing after each sex act. <<case "Physical Idealist">> @@ -42,9 +42,9 @@ <<case "Youth Preferentialist">> $brothelNameCaps is decorated to look like a the sort of bar old world students visit on spring break. Vapid music is playing, and when whores aren't with customers, they dance and make out with each other to attract some. <<case "Body Purist">> - $brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love. + $brothelNameCaps is decorated to look like an old world bordello. The rich décor includes erotic photography and pornographic statuary, depicting idealized human forms in the act of love. <<case "Slimness Enthusiast">> - $brothelNameCaps is decorated to look like an old world bordello. The rich decor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving. + $brothelNameCaps is decorated to look like an old world bordello. The rich décor includes erotic photography and pornographic statuary, depicting slim, girlish figures playing, dancing, and loving. <<case "Pastoralist">> $brothelNameCaps is decorated to look like a dairy. Though it isn't one, there is an intense sexual focus on boobs and lactation, and all the whores have their sizes proudly posted. <<case "Hedonistic">> diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index 24b3a01ee5e0092606e8d4e537dc1564ca0abbba..5eb74e491e40fdd09d46cde4dc0e5a37752f64ae 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -23,7 +23,7 @@ $clubNameCaps <<case "Chattel Religionist">> isn't a religious establishment, but it almost looks like one. It's clean and proper, with beams of natural light that come down to highlight holy sex slaves' bodies. <<case "Degradationist">> - has a perverted, debauched appearance. The decor is utilitarian so it can be cleaned easily, and the reason is obvious. Many patrons have brought their own slaves to publicly rape here. + has a perverted, debauched appearance. The décor is utilitarian so it can be cleaned easily, and the reason is obvious. Many patrons have brought their own slaves to publicly rape here. <<case "Repopulation Focus">> has a gaudy appearance. There are lots of deep soft chairs for pregnant patrons and slaves to rest in and screens showing girls with large bellies lining the walls. <<case "Eugenics">> @@ -53,7 +53,7 @@ $clubNameCaps <<case "Body Purist">> is gorgeous, decorated and kept in the height of fashionable night establishment style. The music is cutting edge and everything and everyone is elegant. <<case "Slimness Enthusiast">> - is distinctly gaudy, with lots of sugary drinks on offer. The music and decor are of a decidedly bubblegum quality. + is distinctly gaudy, with lots of sugary drinks on offer. The music and décor are of a decidedly bubblegum quality. <<case "Hedonistic">> has a gaudy appearance. The dance floor is extra large to accommodate its extra wide dancers, though bodies grinding against each other is an inevitability. Plenty of roomy, comfortable booths encircle the room for an exhausted citizen to relax with his plush dance partner, and a wide selection of greasy food accompanies the drinks. <<if $arcologies[0].FSHedonisticDecadenceResearch == 1>>Platters of food are complementary for feeding slaves<<else>>Feeders are available in the booths to feed tired slaves<</if>> while they get fondled. <<default>> diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index f2d18e12c99b9f066f7168c8b05b6d54c1a22b22..ea30c0798cce8b8857663ecff1f15bef7cd0aeef 100644 --- a/src/uncategorized/clubAdvertisement.tw +++ b/src/uncategorized/clubAdvertisement.tw @@ -16,7 +16,7 @@ <<case "Chattel Religionist">> $clubNameCaps isn't a religious establishment, but it almost looks like one. It's clean and proper, with beams of natural light that come down to highlight holy sex slaves' bodies. <<case "Degradationist">> - $clubNameCaps has a perverted, debauched appearance. The decor is utilitarian so it can be cleaned easily, and the reason is obvious. Many patrons have brought their own slaves to publicly rape here. + $clubNameCaps has a perverted, debauched appearance. The décor is utilitarian so it can be cleaned easily, and the reason is obvious. Many patrons have brought their own slaves to publicly rape here. <<case "Repopulation Focus">> $clubNameCaps has a gaudy appearance. There are lots of deep soft chairs for pregnant patrons and slaves to rest in and screens showing girls with large bellies lining the walls. <<case "Eugenics">> @@ -40,7 +40,7 @@ <<case "Body Purist">> $clubNameCaps is gorgeous, decorated and kept in the height of fashionable night establishment style. The music is cutting edge and everything and everyone is elegant. <<case "Slimness Enthusiast">> - $clubNameCaps is distinctly gaudy, with lots of sugary drinks on offer. The music and decor are of a decidedly bubblegum quality. + $clubNameCaps is distinctly gaudy, with lots of sugary drinks on offer. The music and décor are of a decidedly bubblegum quality. <<case "Pastoralist">> $clubNameCaps is decorated to resemble a frontier disorderly house. The drinks are pounded straight, and there's a set of swinging doors for bad men to part dramatically as they enter. <<case "Maturity Preferentialist">> diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw index 398014ac4540909c467a14ecb904eff5ffe55dac..534d1c2c0ff2e9cbc40f8fc5b121ce0bcf697c4c 100644 --- a/src/uncategorized/freeRangeDairyAssignmentScene.tw +++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw @@ -359,7 +359,7 @@ With the first milking cycle being over, $activeSlave.slaveName drifts into a re $He grins madly around the phallus $he stuffed in $his mouth. <</if>> <<if $dairyPregSetting > 0 && isFertile($activeSlave) && $activeSlave.vagina > 0>> - $He gets comfortable around $his cum-bloated belly as the impregantor continues its task. + $He gets comfortable around $his cum-bloated belly as the impregnator continues its task. <</if>> <<if $activeSlave.lactation > 0>> The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples pulse slower and with less vigor. The lactation never fully subsides. The steady but gentle suction helps increasing milk production without actually draining the breasts. diff --git a/src/uncategorized/genericPlotEvents.tw b/src/uncategorized/genericPlotEvents.tw index dce68deebd60a1795f78c21e17b61f78f3674453..3e84c95e158313b4c86fc6a2b8fc104850a9dbc4 100644 --- a/src/uncategorized/genericPlotEvents.tw +++ b/src/uncategorized/genericPlotEvents.tw @@ -196,17 +196,17 @@ in the capital city. <<if $PAidTarget != "seizedMission">> They are deeply worried by the situation. There have been large riots over the past week, and yesterday they became seriously violent. The unrest is targeting <<if $PAidTarget == "convent">> - better-off citizens, including the caller. Though most of the nuns have already left, the leader and a few of her women are now stuck in the area and are running out of options as the riots lock down transportation. + better-off citizens, including the caller. Though most of the nuns have already left, the leader and a few of her women are now stuck in the area and are running out of options as the riots lock down transportation. <<elseif $PAidTarget == "school">> - better-off citizens, including the caller. Though most of the students and faculty have already made it out, the principal and a few students are now stuck in the area and are running out of options as the riots lock down transportation. + better-off citizens, including the caller. Though most of the students and faculty have already made it out, the principal and a few students are now stuck in the area and are running out of options as the riots lock down transportation. <<elseif $PAidTarget == "housewives">> - better-off citizens, including the caller. Though most of them have taken flights out, the leader and a few of them are now stuck in the area and are running out of options as the riots lock down transportation. + better-off citizens, including the caller. Though most of them have taken flights out, the leader and a few of them are now stuck in the area and are running out of options as the riots lock down transportation. <<elseif $PAidTarget == "maternity">> - better-off citizens, including the caller. Though most of the patients have already left, several of the most pregnant are now stuck in the area and are running out of options as the riots lock down transportation. + better-off citizens, including the caller. Though most of the patients have already left, several of the most pregnant are now stuck in the area and are running out of options as the riots lock down transportation. <<elseif $PAidTarget == "conversion">> - better-off citizens, including the caller. Though most of the camp's inmates have already left, a few of them and the owner are now stuck in the area and are running out of options as the riots lock down transportation. + better-off citizens, including the caller. Though most of the camp's inmates have already left, a few of them and the owner are now stuck in the area and are running out of options as the riots lock down transportation. <<elseif $PAidTarget == "gradeSchool">> - better-off citizens, including the caller. Though most of the other students and faculty escaped, a few of the students are now stuck in the school and are running out of options as the riots steadily creep closer to the grounds. + better-off citizens, including the caller. Though most of the other students and faculty escaped, a few of the students are now stuck in the school and are running out of options as the riots steadily creep closer to the grounds. <<elseif $PAidTarget == "volleyballTeam">> vulnerable citizens, including the caller. Their bus broke down on the way to the championship game and all those that have left to get help have not returned. Her and her several remaining teammates are running out of options as those looking for easy targets creep ever closer. <</if>> diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index 980424031050eacde33988c265fef2c0156a716f..93033a55186fd6c4153ca1313098136dc69eabc4 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -97,6 +97,7 @@ <<for _dI = 0; _dI < _DL; _dI++>> <<set $i = $slaveIndices[$MastSiIDs[_dI]]>> + <<setLocalPronouns $slaves[$i]>> <br><br> /* 000-250-006 */ <<if $seeImages && $seeReportImages>> @@ -107,46 +108,46 @@ /* 000-250-006 */ <<if ($slaves[$i].assignment == "be your Concubine")>> <<set $Concubine = $slaves[_FLs]>> - ''Your concubine <<= SlaveFullName($Concubine)>> is serving you in $masterSuiteName.'' More than any other slave, her sexual brilliance and physical appeal are @@.green;critical@@ to your reputation. + ''Your concubine <<= SlaveFullName($Concubine)>> is serving you in $masterSuiteName.'' More than any other slave, $his sexual brilliance and physical appeal are @@.green;critical@@ to your reputation. <<if ($Concubine.career == "an arcology owner")>> - She was once your rival, and your relationship is widely thought to be @@.green;the perfect modern romance.@@ + $He was once your rival, and your relationship is widely thought to be @@.green;the perfect modern romance.@@ <<set $repGain += 250>> <<elseif ($Concubine.prestige > 0)>> <<set $repGain += 25*$Concubine.prestige>> <<if $verboseDescriptions == 1>> Keeping such a prestigious slave as your concubine @@.green;adds to your fame.@@ <<if $Concubine.prestigeDesc == "She is a famed Free Cities whore, and commands top prices.">> - When she has a free moment, she refines her flexibility so that she is prepared for any sexual position you can think of, and many more that she researched just for your pleasure. + When $he has a free moment, $he refines $his flexibility so that $he is prepared for any sexual position you can think of, and many more that $he researched just for your pleasure. <</if>> <<if $Concubine.prestigeDesc == "She is a famed Free Cities slut, and can please anyone.">> - When she has a free moment, she pretties herself up so that she may be as beautiful as possible to make you look even better. + When $he has a free moment, $he pretties $himself up so that $he may be as beautiful as possible to make you look even better. <</if>> <<if $Concubine.prestigeDesc == "She is remembered for winning best in show as a cockmilker.">> <<if $Concubine.balls > 10 || $Concubine.prostate > 1>> - She does her best to prevent herself from making a mess when you don't want one. When she has free time, she researches new techniques to make use of her huge loads to entertain you. + $He does $his best to prevent $himself from making a mess when you don't want one. When $he has free time, $he researches new techniques to make use of $his huge loads to entertain you. <<elseif $Concubine.balls > 0>> - When she has a free moment, she researches ways to increase the size of her loads for you; she dreams of the day she show you just what she was capable of. + When $he has a free moment, $he researches ways to increase the size of $his loads for you; $he dreams of the day $he show you just what $he was capable of. <<else>> - She wishes she could blow huge loads for you, but without balls, there is little she can do. + $He wishes $he could blow huge loads for you, but without balls, there is little $he can do. <</if>> <</if>> <<if $Concubine.prestigeDesc == "She is remembered for winning best in show as a dairy cow.">> <<if $Concubine.lactation > 1 || $Concubine.lactationAdaptation > 90>> - She does her best to prevent herself from making a mess when you don't want one. When she has free time, she researches new techniques to make use of her excessive milk to entertain you. + $He does her best to prevent herself from making a mess when you don't want one. When $he has free time, $he researches new techniques to make use of her excessive milk to entertain you. <<elseif $Concubine.lactation > 0>> - She does her best to prevent herself from making a mess when you don't want one. When she has free time, she researches new techniques to make use of her breast milk to entertain you. + $He does her best to prevent herself from making a mess when you don't want one. When $he has free time, $he researches new techniques to make use of her breast milk to entertain you. <<else>> - She wishes she could lactate for you, but she has dried up since her glory days. + $He wishes $he could lactate for you, but $he has dried up since her glory days. <</if>> <</if>> <<if $Concubine.prestigeDesc == "She is remembered for winning best in show as a breeder.">> <<if $Concubine.bellyPreg >= 5000>> - When she has a free moment, she refines her flexibility so that she can perform any sexual position possible for her in her motherly state. She takes the time to look up new positions to work around her growing pregnancy. + When $he has a free moment, $he refines her flexibility so that $he can perform any sexual position possible for her in her motherly state. $He takes the time to look up new positions to work around her growing pregnancy. <<elseif isFertile($Concubine) || $Concubine.preg > 0>> - When she has a free moment, she refines her flexibility so that she is prepared for any sexual position you can think of, no matter how heavy she becomes with children. + When $he has a free moment, $he refines her flexibility so that $he is prepared for any sexual position you can think of, no matter how heavy $he becomes with children. <<else>> - When she has a free moment, she researches ways to restore her fertility; she dreams of the day she can carry <<if $PC.dick ==1>>your children<<else>>children for you<</if>>. + When $he has a free moment, $he researches ways to restore her fertility; $he dreams of the day $he can carry <<if $PC.dick ==1>>your children<<else>>children for you<</if>>. <</if>> <</if>> <</if>> @@ -236,72 +237,72 @@ <<set _fetishChangeChance = fetishChangeChance($slaves[$i])>> <<if (_masterSuiteAverageMilk > 2000) && (_fetishChangeChance > random(0,50))>> <<if $slaves[$i].fetish == "boobs">> - <<if $verboseDescriptions == 1>>Her<<else>>$slaves[$i].slaveName's<</if>> @@.lightcoral;boob fetish is strengthened@@ by the constant availability of milky nipples for her to play with. + <<if $verboseDescriptions == 1>>$His<<else>>$slaves[$i].slaveName's<</if>> @@.lightcoral;boob fetish is strengthened@@ by the constant availability of milky nipples for $him to play with. <<set $slaves[$i].fetishStrength += 4>> <<else>> - She @@.lightcoral;acquires a boob fetish@@ after spending a lot of time in the fuckpit drinking from her fellow fucktoys' tits. + <<if $verboseDescriptions == 1>>$He<<else>>$slaves[$i].slaveName<</if>> @@.lightcoral;acquires a boob fetish@@ after spending a lot of time in the fuckpit drinking from $his fellow fucktoys' tits. <<set $slaves[$i].fetish = "boobs", $slaves[$i].fetishStrength = 65>> <</if>> <<elseif (_masterSuiteAverageDick > 3) && ($slaves[$i].anus > 0) && (_fetishChangeChance > random(0,50))>> - She + $He <<if $slaves[$i].fetish == "buttslut">> - @@.lightcoral;sinks farther into anal pleasure,@@ since she spends her time in the fuckpit with at least one of the many available cocks up her butt. + @@.lightcoral;sinks farther into anal pleasure,@@ since $he spends $his time in the fuckpit with at least one of the many available cocks up $his butt. <<set $slaves[$i].fetishStrength += 4>> <<else>> - @@.lightcoral;acquires an anal fetish@@ after helplessly orgasming at the mercy of your many fucktoys eager to shove their big stiff penises up her ass. + @@.lightcoral;acquires an anal fetish@@ after helplessly orgasming at the mercy of your many fucktoys eager to shove their big stiff penises up $his ass. <<set $slaves[$i].fetish = "buttslut", $slaves[$i].fetishStrength = 65>> <</if>> <<elseif (_masterSuiteAverageCum > 3) && (_fetishChangeChance > random(0,50))>> - She + $He <<if $slaves[$i].fetish == "cumslut">> - @@.lightcoral;sinks farther into cum addiction,@@ since she spends her time in the fuckpit eagerly sucking down ejaculate, straight from the many sources. + @@.lightcoral;sinks farther into cum addiction,@@ since $he spends $his time in the fuckpit eagerly sucking down ejaculate, straight from the many sources. <<set $slaves[$i].fetishStrength += 4>> <<else>> - @@.lightcoral;acquires an oral fixation@@ after orally servicing your many fucktoys eager to blow their loads down her throat. + @@.lightcoral;acquires an oral fixation@@ after orally servicing your many fucktoys eager to blow their loads down $his throat. <<set $slaves[$i].fetish = "cumslut", $slaves[$i].fetishStrength = 65>> <</if>> <<elseif (_masterSuiteAveragePreg > 10) && (_fetishChangeChance > random(0,50))>> - She + $He <<if $slaves[$i].fetish == "pregnancy">> - @@.lightcoral;sinks farther into pregnancy obsession,@@ since she never wants for a pregnant girl to make love to. + @@.lightcoral;sinks farther into pregnancy obsession,@@ since $he never wants for a pregnant girl to make love to. <<set $slaves[$i].fetishStrength += 4>> <<else>> - @@.lightcoral;acquires a pregnancy fetish,@@ since many of her sexual partners in the fuckpit are heavily pregnant. + @@.lightcoral;acquires a pregnancy fetish,@@ since many of $his sexual partners in the fuckpit are heavily pregnant. <<set $slaves[$i].fetish = "pregnancy", $slaves[$i].fetishStrength = 65>> <</if>> <<elseif (_masterSuiteAverageDom < 50) && (_fetishChangeChance > random(0,50))>> - She + $He <<if $slaves[$i].fetish == "dom">> - @@.lightcoral;becomes more dominant,@@ since there are so many subs in the fuckpit who beg her to fuck them hard. + @@.lightcoral;becomes more dominant,@@ since there are so many subs in the fuckpit who beg $him to fuck them hard. <<set $slaves[$i].fetishStrength += 4>> <<else>> - @@.lightcoral;becomes sexually dominant@@ after having fun satisfying the many submissive fucktoys in the fuckpit who beg her to top them. + @@.lightcoral;becomes sexually dominant@@ after having fun satisfying the many submissive fucktoys in the fuckpit who beg $him to top them. <<set $slaves[$i].fetish = "dom", $slaves[$i].fetishStrength = 65>> <</if>> <<elseif (_masterSuiteAverageDom > 50) && (_fetishChangeChance > random(0,50))>> - She + $He <<if $slaves[$i].fetish == "submissive">> - @@.lightcoral;becomes even more submissive,@@ since there are so many doms in the fuckpit that she's often used by more than one at once. + @@.lightcoral;becomes even more submissive,@@ since there are so many doms in the fuckpit that $he's often used by more than one at once. <<set $slaves[$i].fetishStrength += 4>> <<else>> - @@.lightcoral;becomes sexually submissive@@ after the many dominant slaves in the fuckpit hold her down and use her for their pleasure. + @@.lightcoral;becomes sexually submissive@@ after the many dominant slaves in the fuckpit hold $him down and use $him for their pleasure. <<set $slaves[$i].fetish = "submissive", $slaves[$i].fetishStrength = 65>> <</if>> <<elseif (_masterSuiteAverageSadism < 50) && (_fetishChangeChance > random(0,50))>> - She + $He <<if $slaves[$i].fetish == "sadist">> - @@.lightcoral;becomes more sadistic,@@ since there are so many girls in the fuckpit who will do anything for her if she'll only spank them. + @@.lightcoral;becomes more sadistic,@@ since there are so many girls in the fuckpit who will do anything for $him if $he'll only spank them. <<set $slaves[$i].fetishStrength += 4>> <<else>> - @@.lightcoral;becomes a bit of a sadist@@ after she notices that so many of her fellow fucktoys cum harder if she gives them a good slap. + @@.lightcoral;becomes a bit of a sadist@@ after $he notices that so many of $his fellow fucktoys cum harder if $he gives them a good slap. <<set $slaves[$i].fetish = "sadist", $slaves[$i].fetishStrength = 65>> <</if>> <<elseif (_masterSuiteAverageSadism > 50) && (_fetishChangeChance > random(0,50))>> <<if $slaves[$i].fetish == "masochist">> - <<if $verboseDescriptions == 1>>Her<<else>>$slaves[$i].slaveName's<</if>> @@.lightcoral;pain addiction deepens,@@ since the fuckpit is full of ladies happy to fuck her while she screams. + <<if $verboseDescriptions == 1>>$His<<else>>$slaves[$i].slaveName's<</if>> @@.lightcoral;pain addiction deepens,@@ since the fuckpit is full of ladies happy to fuck $him while $he screams. <<set $slaves[$i].fetishStrength += 4>> <<else>> - <<if $verboseDescriptions == 1>>She<<else>>$slaves[$i].slaveName<</if>> @@.lightcoral;learns masochism@@ after experiencing many orgasms under the exquisite sexual torture of the sadists in the fuckpit. + <<if $verboseDescriptions == 1>>$He<<else>>$slaves[$i].slaveName<</if>> @@.lightcoral;learns masochism@@ after experiencing many orgasms under the exquisite sexual torture of the sadists in the fuckpit. <<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishStrength = 65>> <</if>> <</if>> @@ -311,7 +312,7 @@ <<set $slaves[$i].boobs -= $slaves[$i].boobsMilk, $slaves[$i].boobsMilk = 0>> <</if>> <<if $slaves[$i].energy > 40 && $slaves[$i].energy < 95>> - Being a constant part of the fuckpit orgy @@.green;greatly heightens her libido.@@ + Being a constant part of the fuckpit orgy @@.green;greatly heightens $his libido.@@ <<set $slaves[$i].energy += 2>> <</if>> <<set $slaves[$i].need -= 50>> @@ -362,7 +363,7 @@ <</if>> <<if $verboseDescriptions == 1>> - <br> She <<include "SA please you">> + <br> $He <<include "SA please you">> <br> <<= saChoosesOwnClothes($slaves[$i])>> <<include "SA rules">> diff --git a/src/uncategorized/matchmaking.tw b/src/uncategorized/matchmaking.tw index 9cea2fc95874ea1e4b11faacba693f2a53613a60..6b5e87cf1ee157f4c2b3b0fe7ac588dc08bc24af 100644 --- a/src/uncategorized/matchmaking.tw +++ b/src/uncategorized/matchmaking.tw @@ -7,6 +7,7 @@ <<set $desc = SlaveTitle($eventSlave)>> <<set _belly = bellyAdjective($eventSlave)>> <<setLocalPronouns $eventSlave>> +<<setPlayerPronouns>> /* 000-250-006 */ <<if $seeImages == 1>> @@ -256,11 +257,11 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $ "The marriage protocol now requires you to <<if $PC.dick == 1>>fellate<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>," $assistantName orders $him, and $he hurries to obey. <<else>> <<if $assistantAppearance == "monstergirl">> - "To consecrate the ceremony," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar begins to play with her dicks. + "To consecrate the ceremony," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar begins to play with her dicks. <<elseif $assistantAppearance == "shemale">> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off. <<elseif $assistantAppearance == "amazon">> - "To complete this ritual," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off. + "To complete this ritual," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off. <<elseif $assistantAppearance == "businesswoman">> "To consecrate the marriage," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>fellate<<else>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar sneaks a hand down her suit skirt, blushing furiously. <<elseif $assistantAppearance == "fairy">> @@ -276,23 +277,23 @@ Despite $his devotion and trust, $he is still a slave, and probably knows that $ <<elseif $assistantAppearance == "preggololi">> "To consummate the marriage," $assistantName concludes, "$eventSlave.slaveName, you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s lovely cock<<if $PC.vagina == 1>>and eat out their cunt.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunt<</if>>." The slave complies eagerly. $assistantName's avatar attempts to sneak a hand down her dress, but is thwarted by her belly. She instead openly rubs her crotch through the front of her dress, blushing furiously. <<elseif $assistantAppearance == "schoolgirl">> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar starts to jill off. <<elseif $assistantAppearance == "angel">> "To consummate the marriage," $assistantName concludes, "$eventSlave.slaveName, you must now join <<= PlayerName()>> in their bedroom and consummate this marriage." The slave looks confused. "After the wedding ends, would be the time." $assistantName says, covering her face in embarrassment at the thought. <<elseif $assistantAppearance == "cherub">> "To consummate the marriage," $assistantName concludes, "$eventSlave.slaveName, you should <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina == 1>>and lick their pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of <<= PlayerName()>>'s bedroom, of course." $assistantName hides her face in her hands at the thought. <<elseif $assistantAppearance == "incubus">> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Enjoying the sight, $assistantName's avatar begins to furiously stroke its shaft. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Enjoying the sight, $assistantName's avatar begins to furiously stroke its shaft. <<elseif $assistantAppearance == "succubus">> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar pulls out a large dildo and begins ramming it into her own pussy. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar pulls out a large dildo and begins ramming it into her own pussy. <<elseif $assistantAppearance == "imp">> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar hikes her robe and vigorously rubs her pussy. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. Pleased by the sight, $assistantName's avatar hikes her robe and vigorously rubs her pussy. <<elseif $assistantAppearance == "witch">> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. $assistantName's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. $assistantName's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure. <<elseif $assistantAppearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. $assistantName's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of $eventSlave.slaveName. $assistantName's two avatars begin copying you and $eventSlave.slaveName's actions perfectly. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, you will now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. $assistantName's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of $eventSlave.slaveName. $assistantName's two avatars begin copying you and $eventSlave.slaveName's actions perfectly. <<else>> - "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat <<if $PC.title == 1>>his<<else>>her<</if>> pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. With only a symbol to express her approval, $assistantName is forced to content herself with spinning the symbol and making it glow in time with your new slave wife's efforts. + "To get this marriage started," $assistantName concludes, "$eventSlave.slaveName, the rules say you should now <<if $PC.dick == 1>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina == 1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave complies eagerly. With only a symbol to express her approval, $assistantName is forced to content herself with spinning the symbol and making it glow in time with your new slave wife's efforts. <</if>> "Done," she says when you climax. "Enjoy your <<if ($eventSlave.fetishKnown == 1) && ($eventSlave.fetishStrength > 60)>> diff --git a/src/uncategorized/minorInjuryResponse.tw b/src/uncategorized/minorInjuryResponse.tw index 618534dc2123c4ed91a3e222c85542cdad97a872..468303ad918167833ca80fbf7b12b3ee91551f0b 100644 --- a/src/uncategorized/minorInjuryResponse.tw +++ b/src/uncategorized/minorInjuryResponse.tw @@ -2,7 +2,7 @@ <<if $arcologies[0].FSDegradationist > 20>> -She carries on, knowing that in your degradationist arcology, this is accepted behavior. +$He carries on, knowing that in your degradationist arcology, this is accepted behavior. <<elseif $arcologies[0].FSPaternalist > 20>> @@ -16,7 +16,7 @@ She carries on, knowing that in your degradationist arcology, this is accepted b $slaves[$i].slaveName is used to this sort of thing, and convinces him to pay significant @@.yellowgreen;compensation,@@ since abusing slaves is discouraged here. <<set $cash += 50>> <<elseif ($slaves[$i].combatSkill > 0)>> - $slaves[$i].slaveName can take care of herself, and she successfully forces him to pay significant @@.yellowgreen;compensation,@@ since abusing slaves is discouraged here. + $slaves[$i].slaveName can take care of $himself, and $he successfully forces him to pay significant @@.yellowgreen;compensation,@@ since abusing slaves is discouraged here. <<set $cash += 50>> <</if>> @@ -32,7 +32,7 @@ She carries on, knowing that in your degradationist arcology, this is accepted b $slaves[$i].slaveName is used to this sort of thing, and convinces him to pay minor @@.yellowgreen;compensation.@@ <<set $cash += 10>> <<elseif ($slaves[$i].combatSkill > 0)>> - $slaves[$i].slaveName can take care of herself, and she successfully forces him to pay minor @@.yellowgreen;compensation.@@ + $slaves[$i].slaveName can take care of $himself, and $he successfully forces him to pay minor @@.yellowgreen;compensation.@@ <<set $cash += 10>> <</if>> diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw index 7c1a0f34b738d28a5ac96f3d9d33cb647d9ec8db..c05cdc741050493d74d361db326397d63e367a36 100644 --- a/src/uncategorized/multiImplant.tw +++ b/src/uncategorized/multiImplant.tw @@ -5,6 +5,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized /* builds a list for each slave and adds the appropriate organs to it */ <<for _i = 0; _i < $slaves.length; _i++>> <<set $activeSlave = $slaves[_i]>> + <<setLocalPronouns $activeSlave>> <<set _slaveOrgans = { penis: 0, testicles: 0, @@ -137,7 +138,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant eyes on $activeSlave.slaveName: she is not blind.@@ + @@.red;Could not implant eyes on $activeSlave.slaveName: $he is not blind.@@ <<set $completedOrgans.push(_slaveOrgans.eyes)>> <</if>> <</if>> @@ -165,7 +166,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant cochleae on $activeSlave.slaveName: she is not deaf.@@ + @@.red;Could not implant cochleae on $activeSlave.slaveName: $he is not deaf.@@ <<set $completedOrgans.push(_slaveOrgans.cochleae)>> <</if>> <</if>> @@ -190,7 +191,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant vocal cords on $activeSlave.slaveName: she is not mute.@@ + @@.red;Could not implant vocal cords on $activeSlave.slaveName: $he is not mute.@@ <<set $completedOrgans.push(_slaveOrgans.voicebox)>> <</if>> <</if>> @@ -212,7 +213,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant <<if $activeSlave.dick > 0>>foreskin<<else>>clitoral hood<</if>> on $activeSlave.slaveName: she already has one.@@ + @@.red;Could not implant <<if $activeSlave.dick > 0>>foreskin<<else>>clitoral hood<</if>> on $activeSlave.slaveName: $he already has one.@@ <<set $completedOrgans.push(_slaveOrgans.foreskin)>> <</if>> <</if>> @@ -230,7 +231,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<else>> <br><hr> - @@.red;Could not implant prostate on $activeSlave.slaveName: she already has a prostate.@@ + @@.red;Could not implant prostate on $activeSlave.slaveName: $he already has a prostate.@@ <<set $completedOrgans.push(_slaveOrgans.prostate)>> <</if>> <</if>> @@ -261,19 +262,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant ovaries on $activeSlave.slaveName: she already has ovaries.@@ + @@.red;Could not implant ovaries on $activeSlave.slaveName: $he already has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.ovaries)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant ovaries on $activeSlave.slaveName: she lacks a vagina.@@ + @@.red;Could not implant ovaries on $activeSlave.slaveName: $he lacks a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.ovaries)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant ovaries on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant ovaries on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.ovaries)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant ovaries on $activeSlave.slaveName: she has an anal womb.@@ + @@.red;Could not implant ovaries on $activeSlave.slaveName: $he has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.ovaries)>> <</if>> <</if>> @@ -304,19 +305,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant pig ovaries on $activeSlave.slaveName: she already has ovaries.@@ + @@.red;Could not implant pig ovaries on $activeSlave.slaveName: $he already has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.pigOvaries)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant pig ovaries on $activeSlave.slaveName: she lacks a vagina.@@ + @@.red;Could not implant pig ovaries on $activeSlave.slaveName: $he lacks a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.pigOvaries)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant pig ovaries on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant pig ovaries on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.pigOvaries)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant pig ovaries on $activeSlave.slaveName: she has an anal womb.@@ + @@.red;Could not implant pig ovaries on $activeSlave.slaveName: $he has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.pigOvaries)>> <</if>> <</if>> @@ -347,19 +348,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant dog ovaries on $activeSlave.slaveName: she already has ovaries.@@ + @@.red;Could not implant dog ovaries on $activeSlave.slaveName: $he already has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.canineOvaries)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant dog ovaries on $activeSlave.slaveName: she lacks a vagina.@@ + @@.red;Could not implant dog ovaries on $activeSlave.slaveName: $he lacks a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.canineOvaries)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant dog ovaries on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant dog ovaries on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.canineOvaries)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant dog ovaries on $activeSlave.slaveName: she has an anal womb.@@ + @@.red;Could not implant dog ovaries on $activeSlave.slaveName: $he has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.canineOvaries)>> <</if>> <</if>> @@ -390,19 +391,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant horse ovaries on $activeSlave.slaveName: she already has ovaries.@@ + @@.red;Could not implant horse ovaries on $activeSlave.slaveName: $he already has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.horseOvaries)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant horse ovaries on $activeSlave.slaveName: she lacks a vagina.@@ + @@.red;Could not implant horse ovaries on $activeSlave.slaveName: $he lacks a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.horseOvaries)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant horse ovaries on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant horse ovaries on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.horseOvaries)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant horse ovaries on $activeSlave.slaveName: she has an anal womb.@@ + @@.red;Could not implant horse ovaries on $activeSlave.slaveName: $he has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.horseOvaries)>> <</if>> <</if>> @@ -433,19 +434,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant cow ovaries on $activeSlave.slaveName: she already has ovaries.@@ + @@.red;Could not implant cow ovaries on $activeSlave.slaveName: $he already has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.cowOvaries)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant cow ovaries on $activeSlave.slaveName: she lacks a vagina.@@ + @@.red;Could not implant cow ovaries on $activeSlave.slaveName: $he lacks a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.cowOvaries)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant cow ovaries on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant cow ovaries on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.cowOvaries)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant cow ovaries on $activeSlave.slaveName: she has an anal womb.@@ + @@.red;Could not implant cow ovaries on $activeSlave.slaveName: $he has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.cowOvaries)>> <</if>> <</if>> @@ -476,19 +477,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant anal womb on $activeSlave.slaveName: she has ovaries.@@ + @@.red;Could not implant anal womb on $activeSlave.slaveName: $he has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.mpreg)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant anal womb on $activeSlave.slaveName: she has a vagina.@@ + @@.red;Could not implant anal womb on $activeSlave.slaveName: $he has a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.mpreg)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant anal womb on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant anal womb on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.mpreg)>> <<elseif $activeSlave.mpreg == 1>> <br><hr> - @@.red;Could not implant anal womb on $activeSlave.slaveName: she already has an anal womb.@@ + @@.red;Could not implant anal womb on $activeSlave.slaveName: $he already has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.mpreg)>> <</if>> <</if>> @@ -519,19 +520,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant pig anal womb on $activeSlave.slaveName: she has ovaries.@@ + @@.red;Could not implant pig anal womb on $activeSlave.slaveName: $he has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.mpregPig)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant pig anal womb on $activeSlave.slaveName: she has a vagina.@@ + @@.red;Could not implant pig anal womb on $activeSlave.slaveName: $he has a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.mpregPig)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant pig anal womb on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant pig anal womb on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.mpregPig)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant pig anal womb on $activeSlave.slaveName: she already has an anal womb.@@ + @@.red;Could not implant pig anal womb on $activeSlave.slaveName: $he already has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.mpregPig)>> <</if>> <</if>> @@ -562,19 +563,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant dog anal womb on $activeSlave.slaveName: she has ovaries.@@ + @@.red;Could not implant dog anal womb on $activeSlave.slaveName: $he has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCanine)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant dog anal womb on $activeSlave.slaveName: she has a vagina.@@ + @@.red;Could not implant dog anal womb on $activeSlave.slaveName: $he has a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCanine)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant dog anal womb on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant dog anal womb on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCanine)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant dog anal womb on $activeSlave.slaveName: she already has an anal womb.@@ + @@.red;Could not implant dog anal womb on $activeSlave.slaveName: $he already has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCanine)>> <</if>> <</if>> @@ -605,19 +606,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant horse anal womb on $activeSlave.slaveName: she has ovaries.@@ + @@.red;Could not implant horse anal womb on $activeSlave.slaveName: $he has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.mpregHorse)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant horse anal womb on $activeSlave.slaveName: she has a vagina.@@ + @@.red;Could not implant horse anal womb on $activeSlave.slaveName: $he has a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.mpregHorse)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant horse anal womb on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant horse anal womb on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.mpregHorse)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant horse anal womb on $activeSlave.slaveName: she already has an anal womb.@@ + @@.red;Could not implant horse anal womb on $activeSlave.slaveName: $he already has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.mpregHorse)>> <</if>> <</if>> @@ -648,19 +649,19 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.ovaries == 1>> <br><hr> - @@.red;Could not implant cow anal womb on $activeSlave.slaveName: she has ovaries.@@ + @@.red;Could not implant cow anal womb on $activeSlave.slaveName: $he has ovaries.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCow)>> <<elseif $activeSlave.vagina < 0>> <br><hr> - @@.red;Could not implant cow anal womb on $activeSlave.slaveName: she has a vagina.@@ + @@.red;Could not implant cow anal womb on $activeSlave.slaveName: $he has a vagina.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCow)>> <<elseif $activeSlave.bellyImplant >= 0>> <br><hr> - @@.red;Could not implant cow anal womb on $activeSlave.slaveName: she has a fillable abdominal implant.@@ + @@.red;Could not implant cow anal womb on $activeSlave.slaveName: $he has a fillable abdominal implant.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCow)>> <<elseif $activeSlave.mpreg != 0>> <br><hr> - @@.red;Could not implant cow anal womb on $activeSlave.slaveName: she already has an anal womb.@@ + @@.red;Could not implant cow anal womb on $activeSlave.slaveName: $he already has an anal womb.@@ <<set $completedOrgans.push(_slaveOrgans.mpregCow)>> <</if>> <</if>> @@ -718,7 +719,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <br><hr> <<include "Surgery Degradation">> <<else>> - @@.red;Could not implant penis on $activeSlave.slaveName: she already has a penis.@@ + @@.red;Could not implant penis on $activeSlave.slaveName: $he already has a penis.@@ <<set $completedOrgans.push(_slaveOrgans.penis)>> <</if>> <</if>> @@ -752,11 +753,11 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.dick == 0>> <br><hr> - @@.red;Could not implant testicles on $activeSlave.slaveName: she lacks a penis.@@ + @@.red;Could not implant testicles on $activeSlave.slaveName: $he lacks a penis.@@ <<set $completedOrgans.push(_slaveOrgans.testicles)>> <<else>> <br><hr> - @@.red;Could not implant testicles on $activeSlave.slaveName: she already has testicles.@@ + @@.red;Could not implant testicles on $activeSlave.slaveName: $he already has testicles.@@ <<set $completedOrgans.push(_slaveOrgans.testicles)>> <</if>> <</if>> @@ -787,11 +788,11 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.dick == 0>> <br><hr> - @@.red;Could not implant pig testicles on $activeSlave.slaveName: she lacks a penis.@@ + @@.red;Could not implant pig testicles on $activeSlave.slaveName: $he lacks a penis.@@ <<set $completedOrgans.push(_slaveOrgans.pigTesticles)>> <<else>> <br><hr> - @@.red;Could not implant pig testicles on $activeSlave.slaveName: she already has testicles.@@ + @@.red;Could not implant pig testicles on $activeSlave.slaveName: $he already has testicles.@@ <<set $completedOrgans.push(_slaveOrgans.pigTesticles)>> <</if>> <</if>> @@ -823,11 +824,11 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.dick == 0>> <br><hr> - @@.red;Could not implant dog testicles on $activeSlave.slaveName: she lacks a penis.@@ + @@.red;Could not implant dog testicles on $activeSlave.slaveName: $he lacks a penis.@@ <<set $completedOrgans.push(_slaveOrgans.canineTesticles)>> <<else>> <br><hr> - @@.red;Could not implant dog testicles on $activeSlave.slaveName: she already has testicles.@@ + @@.red;Could not implant dog testicles on $activeSlave.slaveName: $he already has testicles.@@ <<set $completedOrgans.push(_slaveOrgans.canineTesticles)>> <</if>> <</if>> @@ -858,11 +859,11 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.dick == 0>> <br><hr> - @@.red;Could not implant horse testicles on $activeSlave.slaveName: she lacks a penis.@@ + @@.red;Could not implant horse testicles on $activeSlave.slaveName: $he lacks a penis.@@ <<set $completedOrgans.push(_slaveOrgans.horseTesticles)>> <<else>> <br><hr> - @@.red;Could not implant horse testicles on $activeSlave.slaveName: she already has testicles.@@ + @@.red;Could not implant horse testicles on $activeSlave.slaveName: $he already has testicles.@@ <<set $completedOrgans.push(_slaveOrgans.horseTesticles)>> <</if>> <</if>> @@ -893,11 +894,11 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.dick == 0>> <br><hr> - @@.red;Could not implant cow testicles on $activeSlave.slaveName: she lacks a penis.@@ + @@.red;Could not implant cow testicles on $activeSlave.slaveName: $he lacks a penis.@@ <<set $completedOrgans.push(_slaveOrgans.cowTesticles)>> <<else>> <br><hr> - @@.red;Could not implant cow testicles on $activeSlave.slaveName: she already has testicles.@@ + @@.red;Could not implant cow testicles on $activeSlave.slaveName: $he already has testicles.@@ <<set $completedOrgans.push(_slaveOrgans.cowTesticles)>> <</if>> <</if>> @@ -915,11 +916,11 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<include "Surgery Degradation">> <<elseif $activeSlave.balls == 0>> <br><hr> - @@.red;Could not implant scrotum on $activeSlave.slaveName: she lacks testicles.@@ + @@.red;Could not implant scrotum on $activeSlave.slaveName: $he lacks testicles.@@ <<set $completedOrgans.push(_slaveOrgans.scrotum)>> <<else>> <br><hr> - @@.red;Could not implant scrotum on $activeSlave.slaveName: she already has a scrotum.@@ + @@.red;Could not implant scrotum on $activeSlave.slaveName: $he already has a scrotum.@@ <<set $completedOrgans.push(_slaveOrgans.scrotum)>> <</if>> <</if>> @@ -958,7 +959,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized <<set $activeSlave.armsTat = 0, $activeSlave.legsTat = 0>> <<else>> <br><hr> - @@.red;Could not install prosthetic limbs on $activeSlave.slaveName: she lacks a prosthetic interface.@@ They have been moved into storage for later installation. + @@.red;Could not install prosthetic limbs on $activeSlave.slaveName: $he lacks a prosthetic interface.@@ They have been moved into storage for later installation. <<set _oldLimbs = {type: 0, armsTat: 0, legsTat: 0}>> <<switch $limbs[_l].type>> <<case "simple">> diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw index 49855a5ddbbbb817e0ab0bea06ec81cf1b4b4c32..0dda9a4896ae162a2dc2bbb3111b4e6e1e0a87be 100644 --- a/src/uncategorized/newSlaveIntro.tw +++ b/src/uncategorized/newSlaveIntro.tw @@ -1002,10 +1002,10 @@ The legalities completed, ''__@@.pink;<<= SlaveFullName($activeSlave)>>@@__'' << <<replace "#introResult">> You drag $him to the body modification studio and strap $him down with $his $brandTarget clear and defenseless. $He doesn't understand what's coming for a while, even as disinfectant is applied to $his $brandTarget. $He can't see the approaching brand, but eventually $he feels the radiated heat on $his skin and manages to get one inarticulate, wordless noise of terror out before the dreadful sizzling noise and the sweet smell of burning flesh. If $he didn't know $he was a slave before, @@.mediumorchid;$he does now,@@ and $he's got the @@.gold;agonizing@@ @@.red;injury@@ to prove it. <<if ($arcologies[0].FSSubjugationistRace == $activeSlave.race) && ($arcologies[0].FSSubjugationist > 0)>> - Society @@.green;approves@@ of your purchase and branding of a inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved. + Society @@.green;approves@@ of your purchase and branding of an inferior $activeSlave.race person; this advances the idea that $activeSlave.race people ought to be enslaved. <<= FSChange("Subjugationist", 2)>> <<elseif ($arcologies[0].FSSupremacistRace == $activeSlave.race) && ($arcologies[0].FSSupremacist > 0)>> - Society @@.red;disapproves@@ of your purchase and branding of a $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior. + Society @@.red;disapproves@@ of your purchase and branding of <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race person; this reduces support for the idea that $activeSlave.race people are superior. <<= FSChange("Supremacist", -2)>> <</if>> <</replace>> diff --git a/src/uncategorized/pCollaborationChoice.tw b/src/uncategorized/pCollaborationChoice.tw index b6d82f684d994ac69024ef3393a512051c8eea14..caa28c753a0bd0569aade1c2226d10f668bb8c43 100644 --- a/src/uncategorized/pCollaborationChoice.tw +++ b/src/uncategorized/pCollaborationChoice.tw @@ -3,18 +3,21 @@ <<set $nextButton = "Continue">> <<set $nextLink = "Random Nonindividual Event">> -Your next communication from the Daughters of Liberty is a request for a live video call. You accept and are surprised to be confronted by $traitor.slaveName's face. She looks very different, without visible modifications of any kind and dressed in utilitarian clothes, but it's her. +<<setLocalPronouns $traitor>> +<<run Enunciate($traitor)>> + +Your next communication from the Daughters of Liberty is a request for a live video call. You accept and are surprised to be confronted by $traitor.slaveName's face. $He looks very different, without visible modifications of any kind and dressed in utilitarian clothes, but it's $him. <br><br> -"Hello, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>," she says simply. "It's happening soon. The Daughters asked me to call you to ask you for your help. All they need is the access codes to your security systems. They'll let you live, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, they'll even let you take your money. But the arcology and the slaves, those will have to go free." She hesitates a little. "<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>, I like being free. But I don't want to see you killed. Please, please agree." +"Hello, <<Master>>," $he says simply. "It's happening soon. The Daughters a<<s>>ked me to call you to ask you for your help. All they need i<<s the a<<cc>>e<<ss>> code<<s>> to your <<s>>ecurity <<system<<s. They'll let you live, <<Master>>, they'll even let you take your money. But the arcology and the slaves, those will have to go free." $He hesitates a little. "<<Master>> I like being free. But I don't want to see you killed. Please, please agree." <br><br> <span id="result"> <<link "Transmit the codes">> <<replace "#result">> - You transmit the access codes to your security systems. $traitor.slaveName smiles and thanks you. "You made the right decision, <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Master<<else>>Mistress<</if>>. I love you." + You transmit the access codes to your security systems. $traitor.slaveName smiles and thanks you. "You made the right decision, <<Master>>. I love you." <<set $collaboration = 1>> <</replace>> <</link>> diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw index c3680abf0bd6261302c90660f81390d201a6e842..2db1cd4e90cce7c9fdb7c2392f7e6e641342e756 100644 --- a/src/uncategorized/pePitFight.tw +++ b/src/uncategorized/pePitFight.tw @@ -144,23 +144,24 @@ Across the ring, $his opponent's owner nods civilly to you and examines $activeS Finally, $his opponent enters as well. <<set _randomOpponent = random(1,120)>> +<<setNonlocalPronouns $seeDicks>> <<if _randomOpponent > 100>> - She is a hulking, musclebound girl with a wasp waist and immense rear. She seems nothing short of excited. + _HeU is a hulking, musclebound _girlU with a wasp waist and immense rear. _HeU seems nothing short of excited. <<set _opponent = 6>> <<elseif _randomOpponent > 80>> - She is a huge, muscular Amazon filled with confidence. + _HeU is a huge, muscular Amazon filled with confidence. <<set _opponent = 5>> <<elseif _randomOpponent > 60>> - She is a short but muscular shemale, trying to look confident. + _HeU is a short but muscular _girlU, trying _hisU best to look confident. <<set _opponent = 4>> <<elseif _randomOpponent > 40>> - She is a tall, thin woman covered in ropy muscle, trying to hide her terror. + _HeU is a tall, thin _womanU covered in ropy muscle, trying to hide _hisU terror. <<set _opponent = 3>> <<elseif _randomOpponent > 20>> - She is a decent-looking slave, physically fit but obviously scared. + _HeU is a decent-looking slave, physically fit but obviously scared. <<set _opponent = 2>> <<else>> - She is an average looking slave, so frightened there's urine running down her leg. She must have annoyed her master to earn this. + _HeU is an average looking slave, so frightened there's urine running down _hisU leg. _HeU must have really annoyed _hisU master to earn this. <<set _opponent = 1>> <</if>> @@ -169,23 +170,23 @@ The umpire announces gravely that the fight is to the death and rings a bell. <br><br> <<if $deadliness > (_opponent + 1)>> - $activeSlave.slaveName senses that $he is greatly superior, and decides to make a quick end before $his opponent can try something foolish. $He feints high and stabs low; $his enemy just manages to parry the low stab, but is so much weaker that $activeSlave.slaveName simply overpowers her, so that she falls onto her back with the force of the clash. $activeSlave.slaveName takes one step forward and runs $his sword through the prostrate slave's heart. This victory has @@.green;won you some renown@@ and @@.yellowgreen;a sum of money@@ from each of the spectators. + $activeSlave.slaveName senses that $he is greatly superior, and decides to make a quick end before $his opponent can try something foolish. $He feints high and stabs low; $his enemy just manages to parry the low stab, but is so much weaker that $activeSlave.slaveName simply overpowers _himU, so that _heU falls onto _hisU back with the force of the clash. $activeSlave.slaveName takes one step forward and runs $his sword through the prostrate slave's heart. This victory has @@.green;won you some renown@@ and @@.yellowgreen;a sum of money@@ from each of the spectators. <<set $rep += 500>> <<set $cash += 5000>> <<set $activeSlave.pitKills += 1>> <<set $pitKillsTotal += 1>> <<elseif $deadliness > (_opponent)>> - The combat is long and exhausting. $activeSlave.slaveName and $his opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's superior physical condition wins out and $his opponent falls from exhaustion and blood loss. $activeSlave.slaveName stumbles over to open her throat. This victory has @@.green;won you some renown@@ and @@.yellowgreen;a sum of money@@ from each of the spectators, though $activeSlave.slaveName is @@.red;badly hurt.@@ + The combat is long and exhausting. $activeSlave.slaveName and $his opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-life-threatening cuts. Finally, $activeSlave.slaveName's superior physical condition wins out and $his opponent falls from exhaustion and blood loss. $activeSlave.slaveName stumbles over to open _hisU throat. This victory has @@.green;won you some renown@@ and @@.yellowgreen;a sum of money@@ from each of the spectators, though $activeSlave.slaveName is @@.red;badly hurt.@@ <<set $rep += 500>> <<set $cash += 5000>> <<set $activeSlave.health = -50>> <<set $activeSlave.pitKills += 1>> <<set $pitKillsTotal += 1>> <<elseif $deadliness > (_opponent-1)>> - The combat is long and exhausting. $activeSlave.slaveName and $his opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-lifethreatening cuts. Finally, $activeSlave.slaveName's inferior physical condition fails $him and $he falls from exhaustion and blood loss. As $he slumps $he catches your eye with a look of apology. $His opponent stumbles over to open $his throat. $activeSlave.slaveName @@.red;has been killed.@@ + The combat is long and exhausting. $activeSlave.slaveName and $his opponent are closely matched in terms of skill, so neither takes foolish risks and a protracted, bloody fight results as both slaves take horrible but non-life-threatening cuts. Finally, $activeSlave.slaveName's inferior physical condition fails $him and $he falls from exhaustion and blood loss. As $he slumps $he catches your eye with a look of apology. $His opponent stumbles over to open $his throat. $activeSlave.slaveName @@.red;has been killed.@@ <<set $activeSlave.health -= 1000>> <<else>> - $activeSlave.slaveName is outmatched from the start. In the first pass, $his opponent moves beyond $him, opening a long gash in $his thigh as she goes. Thus injured, $activeSlave.slaveName fails to block a slash that severs $his Achilles tendon on the other side. On $his knees, $he barely manages to ward off one more blow before the second one opens $his belly. $activeSlave.slaveName @@.red;has been killed.@@ + $activeSlave.slaveName is outmatched from the start. In the first pass, $his opponent moves beyond $him, opening a long gash in $his thigh as _heU goes. Thus injured, $activeSlave.slaveName fails to block a slash that severs $his Achilles tendon on the other side. On $his knees, $he barely manages to ward off one more blow before the second one opens $his belly. $activeSlave.slaveName @@.red;has been killed.@@ <<set $activeSlave.health -= 1000>> <</if>> diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw index f6a4fbe9e0af6a4d5c4d3ebb49b4251fae98e9b3..fdd92324974d4dfbe73eb47c1cec7a15618ed1a1 100644 --- a/src/uncategorized/reFSAcquisition.tw +++ b/src/uncategorized/reFSAcquisition.tw @@ -1185,13 +1185,13 @@ The call comes in from an unusually well-to-do area. It appears that an aristocr You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The call comes in from an unusually well-to-do area. It appears that the aristocratic-looking woman placing the call has fallen on hard times, and is doing the intelligent thing and staying ahead of $his creditors by offering $himself into slavery. Enslaving $him will be costlier than usual, but it seems likely to be worth it. $He's well-spoken and seems both educated and intelligent. Even better, despite being middle-aged, $he's extremely well-preserved, a tall, slim and graceful beauty with a face that must be the envy of girls half $his age. $He knows all this $himself, and says, "I hear you appreciate a slender woman; if I'm going down into slavery, <<= properTitle()>>, I'd be happy to avoid too many implants. I understand $arcologies[0].name is a fine place for someone in my situation." +The call comes in from an unusually well-to-do area. It appears that the aristocratic-looking $woman placing the call has fallen on hard times, and is doing the intelligent thing and staying ahead of $his creditors by offering $himself into slavery. Enslaving $him will be costlier than usual, but it seems likely to be worth it. $He's well-spoken and seems both educated and intelligent. Even better, despite being middle-aged, $he's extremely well-preserved, a tall, slim and graceful beauty with a face that must be the envy of girls half $his age. $He knows all this $himself, and says, "I hear you appreciate a slender $woman; if I'm going down into slavery, <<= properTitle()>>, I'd be happy to avoid too many implants. I understand $arcologies[0].name is a fine place for someone in my situation." <<case "Slimness Enthusiast Two">> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the young woman in the video call is reasonably well dressed, so $his newfound situation must be exceedingly recent. Without hesitation $he immediately asks to be enslaved. "My boyfriend wants to turn me into some sort of bimbo," $he says through tears. "I found all the surgery brochures that he hid, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But", and $he brings $his slender chest, though covered by $his top, into view, "I don't want to be cut up and filled with plastic. One of my friends told me that you care about woman with a good figure, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I should have never sold myself to that bastard." +This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case; the young $woman in the video call is reasonably well dressed, so $his newfound situation must be exceedingly recent. Without hesitation $he immediately asks to be enslaved. "My boyfriend wants to turn me into some sort of bimbo," $he says through tears. "I found all the surgery brochures that he hid, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. But", and $he brings $his slender chest, though covered by $his top, into view, "I don't want to be cut up and filled with plastic. One of my friends told me that you care about $woman with a good figure, <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. I should have never sold myself to that bastard." <<case "Asset Expansionist">> @@ -1203,7 +1203,7 @@ The person placing the call is physically quite unusual, to the point of looking You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The person placing the call is physically quite unusual, to the point of looking distinctly unnatural. $He has absolutely enormous tits, an ass to match, and is generally plush all over; perhaps one of the lushest mothers in the curves department you've ever seen. $He explains $himself quickly. "<<= properTitle()>>, I'm not a young woman. Where I'm from, being this old and unmarried means I'm very likely to be enslaved one way or another. But I've always had big breasts. Well, big everything really. I hear life is better if you're a plush slave." $He leans into the camera, displaying a solid acre of cleavage. "Can I be your plush slave?" +The person placing the call is physically quite unusual, to the point of looking distinctly unnatural. $He has absolutely enormous tits, an ass to match, and is generally plush all over; perhaps one of the lushest mothers in the curves department you've ever seen. $He explains $himself quickly. "<<= properTitle()>>, I'm not a young $woman. Where I'm from, being this old and unmarried means I'm very likely to be enslaved one way or another. But I've always had big breasts. Well, big everything really. I hear life is better if you're a plush slave." $He leans into the camera, displaying a solid acre of cleavage. "Can I be your plush slave?" <<case "Youth Preferentialist">> @@ -1221,13 +1221,13 @@ This one, unusually, is voice-only. The caller explains why in a unusually upbea You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -And this one is a rare one indeed. It's a personal file, and you suppress the urge to see whether $assistantName is bugged and has misfiled an application for employment. The beautiful older woman depicted has included a resume listing $his skills, and a clever selection of photographs: tasteful shots of $him in nice makeup and a fashionable business skirt, and fully nude mirror shots, flaws and all. Curious, you place a video call and get an immediate answer. It seems that 'personal circumstances' that $he saw coming are forcing $him to accept enslavement. $He had some weeks of warning, however, and seems to have made use of the time to find an arcology owner that treats women of $his age well, and then to make $himself as appealing as possible in the hope you'll keep $him. +And this one is a rare one indeed. It's a personal file, and you suppress the urge to see whether $assistantName is bugged and has misfiled an application for employment. The beautiful older $woman depicted has included a resume listing $his skills, and a clever selection of photographs: tasteful shots of $him in nice makeup and a fashionable business skirt, and fully nude mirror shots, flaws and all. Curious, you place a video call and get an immediate answer. It seems that 'personal circumstances' that $he saw coming are forcing $him to accept enslavement. $He had some weeks of warning, however, and seems to have made use of the time to find an arcology owner that treats women of $his age well, and then to make $himself as appealing as possible in the hope you'll keep $him. <<case "Maturity Preferentialist Two">> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The call comes in from a middle-class area. It appears that the youthful man placing the call has a failing business, and is leveraging his last remaining asset by selling his stately-looking mother into slavery. Enslaving $him will be costlier than usual, but it seems likely to be worth it. From the dossier $his son forwarded to you, $he's both educated and intelligent, both relics of $his impressive pedigree. Even better, $he's aged like a fine wine, a short, stacked and attractive beauty with a face and rack that must be the envy of girls half $his age. $He's aware of the situation at hand, and peeks in from the corner of the screen to say, "I hear you appreciate a mature woman; if I'm going down into slavery, <<= properTitle()>>, I hope for your sake that you know how to treat a woman of my caliber." +The call comes in from a middle-class area. It appears that the youthful man placing the call has a failing business, and is leveraging his last remaining asset by selling his stately-looking mother into slavery. Enslaving $him will be costlier than usual, but it seems likely to be worth it. From the dossier $his son forwarded to you, $he's both educated and intelligent, both relics of $his impressive pedigree. Even better, $he's aged like a fine wine, a short, stacked and attractive beauty with a face and rack that must be the envy of girls half $his age. $He's aware of the situation at hand, and peeks in from the corner of the screen to say, "I hear you appreciate a mature $woman; if I'm going down into slavery, <<= properTitle()>>, I hope for your sake that you know how to treat a $woman of my caliber." <<case "Physical Idealist">> @@ -1239,7 +1239,7 @@ The subject line of the latest is badly misspelled, but the accompanying profile You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -And this one is a rare one indeed. It's a personal file, and you suppress the urge to see whether $assistantName is bugged and has misfiled an application for employment. The muscular woman depicted has included a resume listing $his various physical achievements, and a clever selection of photographs: tantalizing shots of $him in skimpy workout clothes, and fully nude mirror shots of $him flexing and posing. Curious, you place a video call and get an immediate answer. It seems that $he's determined that life as a slave is the easiest means to access the drugs and steroids $he needs to continue making massive gains. $He had some weeks of planning, however, and seems to have made use of the time to find an arcology owner that values the pursuit of the physical ideal, and then to make $himself as appealing as possible in the hope you'll take $him. +And this one is a rare one indeed. It's a personal file, and you suppress the urge to see whether $assistantName is bugged and has misfiled an application for employment. The muscular $woman depicted has included a resume listing $his various physical achievements, and a clever selection of photographs: tantalizing shots of $him in skimpy workout clothes, and fully nude mirror shots of $him flexing and posing. Curious, you place a video call and get an immediate answer. It seems that $he's determined that life as a slave is the easiest means to access the drugs and steroids $he needs to continue making massive gains. $He had some weeks of planning, however, and seems to have made use of the time to find an arcology owner that values the pursuit of the physical ideal, and then to make $himself as appealing as possible in the hope you'll take $him. <<case "Hedonistic Decadence">> @@ -1265,7 +1265,7 @@ This one is interesting, even by the standards of messages from people who want You receive so many messages, as a noted titan of the new Free Cities world, that your personal assistant has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, are requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case, the young woman in the video call is reasonably well dressed, if rather upset over something. "I.. can't have children," $he says through building tears. "I've always dreamed of being a mother, but I was born sterile... I heard rumors that $arcologies[0].name had cures for infertility, and if you'd help me, I would love to <<if $PC.title == 1>>have your children<<else>>get pregnant for you<</if>>. Even if the rest of my life was devoted to motherhood... I'd like that..." +This call is coming from a public kiosk, which is usually an indication that the person on the other end is a transient individual who has decided to take slavery over homelessness. You are understandably surprised when this turns out to not be the case, the young $woman in the video call is reasonably well dressed, if rather upset over something. "I.. can't have children," $he says through building tears. "I've always dreamed of being a mother, but I was born sterile... I heard rumors that $arcologies[0].name had cures for infertility, and if you'd help me, I would love to <<if $PC.title == 1>>have your children<<else>>get pregnant for you<</if>>. Even if the rest of my life was devoted to motherhood... I'd like that..." <<case "Eugenics">> @@ -1295,25 +1295,25 @@ It seems that the Chattel Religionists have all but taken over their town and dr You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The call comes in from an old world university. The caller is a young woman who explains that $he's struggling with extreme student debt, and has recently graduated with a history degree that $he can't seem to turn into gainful employment. $He gushes at length about how much $he enjoyed ancient history, and how $he's heard all about your ideas about reviving ancient culture in the Free Cities. $He sees joining your household as a romantic way out of $his difficult situation. Apparently $he read all the idyllic parts of history and somehow missed out on learning about the salt mines and slave galleys. $He's not terribly pretty and seems socially awkward, but that's likely to have its side benefits. $He nervously sends you a complete dossier on $himself. +The call comes in from an old world university. The caller is a young $woman who explains that $he's struggling with extreme student debt, and has recently graduated with a history degree that $he can't seem to turn into gainful employment. $He gushes at length about how much $he enjoyed ancient history, and how $he's heard all about your ideas about reviving ancient culture in the Free Cities. $He sees joining your household as a romantic way out of $his difficult situation. Apparently $he read all the idyllic parts of history and somehow missed out on learning about the salt mines and slave galleys. $He's not terribly pretty and seems socially awkward, but that's likely to have its side benefits. $He nervously sends you a complete dossier on $himself. <<case "Aztec Revivalist">> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The call comes in from an old world trading colony. The caller is a woman who humbly explains how tired $he is from all the godless people and terrible conditions, and expresses interest to join the old empires. $He probably knows only of the incredible architecture and the military accomplishments that are advertised in vids. Though the sacrifice and collaring of slaves is no secret, most people never find out the real truth to what you do. Nevertheless $he's incredibly willing, so much so that $he almost signs $himself off to you by accident. $His file is displayed in front if you, pending your reaction. +The call comes in from an old world trading colony. The caller is a $woman who humbly explains how tired $he is from all the godless people and terrible conditions, and expresses interest to join the old empires. $He probably knows only of the incredible architecture and the military accomplishments that are advertised in vids. Though the sacrifice and collaring of slaves is no secret, most people never find out the real truth to what you do. Nevertheless $he's incredibly willing, so much so that $he almost signs $himself off to you by accident. $His file is displayed in front if you, pending your reaction. <<case "Edo Revivalist">> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The caller is a young woman who struggles to stop $himself from peppering $his socially awkward babble with poorly pronounced Japanese colloquialisms. Insofar as you can parse $his nonsense, $he seems to have gotten a hilariously romanticized version of feudal Japan from somewhere, and is willing to submit to enslavement in order to join your revivalist arcology. Whoever's out there spreading this rubbish, you owe them one; this serf is in for an extremely rude awakening. +The caller is a young $woman who struggles to stop $himself from peppering $his socially awkward babble with poorly pronounced Japanese colloquialisms. Insofar as you can parse $his nonsense, $he seems to have gotten a hilariously romanticized version of feudal Japan from somewhere, and is willing to submit to enslavement in order to join your revivalist arcology. Whoever's out there spreading this rubbish, you owe them one; this serf is in for an extremely rude awakening. <<case "Arabian Revivalist">> You receive so many messages, as a noted titan of the new Free Cities world, that $assistantName has to be quite draconian in culling them. She lets only the most important through to you. One category of message that always gets through regardless of content, though, is requests for voluntary enslavement. As the new world takes shape, they've become less rare than they once were. <br><br> -The call comes in from an old world university. The caller, surprisingly, is a beautiful woman in $his thirties who speaks with a richly lilting accent and a literary vocabulary. "I'm afraid," $he says sadly, "it's come to slavery, for me. I am no longer a girl, but I can make some claim to beauty. I know many stories and can tell them cleverly; I can sing and dance well. I know you are not looking for a Scheherazade, but I could play her part. Nor am I naïve; I know the Sultan enjoyed her body as well as her wit, and I am not unskilled in those respects, either." $He looks you straight in the eye. "May I come into your harem? I will do my best to brighten it." +The call comes in from an old world university. The caller, surprisingly, is a beautiful $woman in $his thirties who speaks with a richly lilting accent and a literary vocabulary. "I'm afraid," $he says sadly, "it's come to slavery, for me. I am no longer a $girl, but I can make some claim to beauty. I know many stories and can tell them cleverly; I can sing and dance well. I know you are not looking for a Scheherazade, but I could play her part. Nor am I naïve; I know the Sultan enjoyed her body as well as her wit, and I am not unskilled in those respects, either." $He looks you straight in the eye. "May I come into your harem? I will do my best to brighten it." <<case "Chinese Revivalist">> diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw index 3af67c31bfedd68c187dcad80a9d49dc2d059102..0e70cb750626634daec46fc9e30b0cc85e61c072 100644 --- a/src/uncategorized/reRecruit.tw +++ b/src/uncategorized/reRecruit.tw @@ -168,7 +168,7 @@ <<set $activeSlave.analSkill = 0>> <<set $activeSlave.oralSkill = 0>> <<set $activeSlave.whoreSkill = 0>> -<<set $activeSlave.hStyle = either("very short", "short")>> +<<set $activeSlave.hStyle = either("short", "very short")>> <<case "desperate preg">> @@ -324,7 +324,7 @@ <<set $activeSlave.origin = "You tricked her into enslavement, manipulating her based on her surgical addiction.">> <<set $activeSlave.devotion = random(-75,-60)>> <<set $activeSlave.trust = random(-15,0)>> -<<set $activeSlave.hStyle = either("very short", "short")>> +<<set $activeSlave.hStyle = either("short", "very short")>> <<set $activeSlave.weight = random(-40,5)>> <<set $activeSlave.vagina = 0>> <<set $activeSlave.vaginalSkill = 0>> @@ -454,8 +454,8 @@ <<set $activeSlave.nosePiercing = random(0,1)>> <<set $activeSlave.clitPiercing = random(0,1)>> <<set $activeSlave.nipplesPiercing = random(0,1)>> -<<set $activeSlave.shouldersTat = either(0, 0, "tribal patterns", "flowers")>> -<<set $activeSlave.stampTat = either(0, 0, "tribal patterns", "flowers")>> +<<set $activeSlave.shouldersTat = either(0, 0, "flowers", "tribal patterns")>> +<<set $activeSlave.stampTat = either(0, 0, "flowers", "tribal patterns")>> <<case "shemale PC">> @@ -631,7 +631,7 @@ <<set $activeSlave.override_Arm_H_Color = 1>> <<set $activeSlave.override_Brow_H_Color = 1>> <<set $activeSlave.override_Pubic_H_Color = 1>> -<<set $activeSlave.hColor = either("purple", "blue", "green")>> +<<set $activeSlave.hColor = either("blue", "green", "purple")>> <<case "female SE">> @@ -774,7 +774,7 @@ <<set $activeSlave.oralSkill = 0>> <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.combatSkill = 1>> -<<set $activeSlave.hStyle = either("very short", "short")>> +<<set $activeSlave.hStyle = either("short", "very short")>> <<set $activeSlave.boobs = 150>> <<set $activeSlave.vagina = -1>> <<set $activeSlave.clit = 0>> @@ -1381,7 +1381,7 @@ <<set $activeSlave.career = "an orphan">> <<set $activeSlave.fetish = "pregnancy">> <<set $activeSlave.behavioralFlaw = either("bitchy", "hates men", "hates women")>> -<<set $activeSlave.sexualFlaw = either("crude", "judgemental", "apathetic", "hates oral", "hates anal")>> +<<set $activeSlave.sexualFlaw = either("apathetic", "crude", "hates anal", "hates oral", "judgemental")>> <<case "orphan femboy">> @@ -1418,14 +1418,14 @@ <<set $activeSlave.butt = 1>> <<set $activeSlave.anus = 1>> <<set $activeSlave.weight = random(-80,-20)>> -<<set $activeSlave.waist = random(-40,0)>> +<<set $activeSlave.waist = random(-40,0)>> <<set $activeSlave.muscles = 0>> <<set $activeSlave.shoulders = random(-1,0)>> <<set $activeSlave.intelligence = random(-50,50)>> <<set $activeSlave.career = "an orphan">> <<set $activeSlave.fetish = "humiliation">> -<<set $activeSlave.behavioralQuirk = either("funny", "adores women", "adores men", "insecure")>> -<<set $activeSlave.sexualQuirk = either("gagfuck queen", "strugglefuck queen", "tease", "caring", "unflinching")>> +<<set $activeSlave.behavioralQuirk = either("adores men", "adores women", "funny", "insecure")>> +<<set $activeSlave.sexualQuirk = either("caring", "gagfuck queen", "strugglefuck queen", "tease", "unflinching")>> <<case "captured teen">> @@ -1433,7 +1433,6 @@ <<set $activeSlaveOneTimeMaxAge = 18>> <<set $oneTimeDisableDisability = 1>> <<set $fixedRace = "white">> -<<set $fixedNationality = "American">> <<include "Generate XX Slave">> <<set $activeSlave.origin = "She was captured in a raid on a gated community and quickly sold off.">> <<set $activeSlave.devotion = -20>> @@ -1761,7 +1760,7 @@ <<if $activeSlave.actualAge < 13>> <<set $activeSlave.career = "a child soldier">> <<elseif (random(1,100) > 50)>> - <<set $activeSlave.career = "a mercenary">> + <<set $activeSlave.career = "a mercenary">> <<else>> <<set $activeSlave.career = "a soldier">> <</if>> @@ -1781,7 +1780,7 @@ <<if $arcologies[0].FSSupremacist != "unset">> <<set $fixedRace = $arcologies[0].FSSupremacistRace>> <<elseif $arcologies[0].FSSubjugationist != "unset">> - <<set _races = ["white", "asian", "latina", "middle eastern", "black", "indo-aryan", "pacific islander", "malay", "amerindian", "southern european", "semitic", "mixed race"]>> + <<set _races = ["amerindian", "asian", "black", "indo-aryan", "latina", "malay", "middle eastern", "mixed race", "pacific islander", "semitic", "southern european", "white"]>> <<set _races.delete($arcologies[0].FSSubjugationistRace)>> <<set $fixedRace = _races.random()>> <</if>> @@ -1795,10 +1794,10 @@ <<set $activeSlave.preg = 20>> <<set $activeSlave.pregWeek = 20>> <<set $activeSlave.pregKnown = 1>> -<<if $seeHyperPreg == 0>> - <<set $activeSlave.pregType = 1>> +<<if $seeHyperPreg == 0>> + <<set $activeSlave.pregType = 1>> <<else>> - <<set $activeSlave.pregType = random(2,8)>> + <<set $activeSlave.pregType = random(2,8)>> <</if>> <<run SetBellySize($activeSlave)>> @@ -2072,7 +2071,7 @@ A young <<if $activeSlave.physicalAge < 13>>girl<<elseif $activeSlave.physicalAg <<set $swanSong = 1>> -Not every day in the arcology is calm and this one is most certainly more energetic than usual. It seems there that a large crowd is gathering along the +Not every day in the arcology is calm and this one is most certainly more energetic than usual. It seems there that a large crowd is gathering along the <<if $terrain != "oceanic">> road extending from the front gate as a small convoy of luxury vehicles rolls in. Your arcology isn't immune to outside old world influences, and the person in the center vehicle <<elseif $terrain == "oceanic">> @@ -2147,7 +2146,7 @@ After a short while, your assistant whispers in your earpiece, <<if $assistant = <<case "female SD">> -Your desk flags a report of the arcology security service for your immediate attention. As it turns out, a number of pretty liberal students from a<<if $activeSlave.actualAge >= 18>> college<<elseif $activeSlave.actualAge >= 14>> high school<<elseif $activeSlave.actualAge >= 11>> junior high school<<else>>n elementary school<</if>> in your arcology led a protest earlier today in the financial district several levels up from their institution. Seems to have been against slavery, for environmentalism, or some other nonsense that you skip over reading. The really interesting thing is what happened during the protest anyways. Things became a bit unruly between protesters and some counter-protesters - and at some point rocks started to fly... all of which would barely be worth a mention, if the vintage sports car of a prominent resident hadn't been parked on the same street. +Your desk flags a report of the arcology security service for your immediate attention. As it turns out, a number of pretty liberal students from a<<if $activeSlave.actualAge >= 18>> college<<elseif $activeSlave.actualAge >= 14>> high school<<elseif $activeSlave.actualAge >= 11>> junior high school<<else>>n elementary school<</if>> in your arcology led a protest earlier today in the financial district several levels up from their institution. Seems to have been against slavery, for environmentalism, or some other nonsense that you skip over reading. The really interesting thing is what happened during the protest anyways. Things became a bit unruly between protesters and some counter-protesters - and at some point rocks started to fly... all of which would barely be worth a mention, if the vintage sports car of a prominent resident hadn't been parked on the same street. <br><br> One dented hood and smashed windshield later, someone was in big trouble. The ever-present camera surveillance in your arcology made it easy to track the rock to the hand of the person who threw it - a quite pretty young woman, who immediately got arrested and is awaiting sentencing in the lock-up right now. The video of $him getting booked - complete with a thorough strip-search (since all the officers agreed $he 'had to be hiding something') is definitively worth saving to a private folder. <br><br> @@ -2157,7 +2156,7 @@ Given the damage to an expensive classic car and the meager balance of $his bank <<case "male SD">> -Your desk flags a report of the arcology security service for your immediate attention. As it turns out, a number of pretty liberal students from a<<if $activeSlave.actualAge >= 18>> college<<elseif $activeSlave.actualAge >= 14>> high school<<elseif $activeSlave.actualAge >= 11>> junior high school<<else>>n elementary school<</if>> in your arcology led a protest earlier today in the financial district several levels up from their institution. Seems to have been against slavery, for environmentalism, or some other nonsense that you skip over reading. The really interesting thing is what happened during the protest anyways. Things became a bit unruly between protesters and some counter-protesters - and at some point rocks started to fly... all of which would barely be worth a mention, if the vintage sports car of a prominent resident hadn't been parked on the same street. +Your desk flags a report of the arcology security service for your immediate attention. As it turns out, a number of pretty liberal students from a<<if $activeSlave.actualAge >= 18>> college<<elseif $activeSlave.actualAge >= 14>> high school<<elseif $activeSlave.actualAge >= 11>> junior high school<<else>>n elementary school<</if>> in your arcology led a protest earlier today in the financial district several levels up from their institution. Seems to have been against slavery, for environmentalism, or some other nonsense that you skip over reading. The really interesting thing is what happened during the protest anyways. Things became a bit unruly between protesters and some counter-protesters - and at some point rocks started to fly... all of which would barely be worth a mention, if the vintage sports car of a prominent resident hadn't been parked on the same street. <br><br> One dented hood and smashed windshield later, someone was in big trouble. The ever-present camera surveillance in your arcology made it easy to track the rock to the hand of the person who threw it - a good-looking young man, well-muscled too, who immediately got arrested and is awaiting sentencing in the lock-up right now. The video of him getting booked - complete with a thorough strip-search (since all the officers agreed he 'had to be hiding something') does make you think about the potential this guy would have as a dickgirl slave with a little work done on him. <br><br> @@ -2167,7 +2166,7 @@ Given the damage to an expensive classic car and the meager balance of his bank <<case "female SD 2">> -Your desk flags a report of the arcology security service for your immediate attention. As it turns out, a number of rather liberal students from a<<if $activeSlave.actualAge >= 18>> college<<elseif $activeSlave.actualAge >= 14>> high school<<elseif $activeSlave.actualAge >= 11>> junior high school<<else>>n elementary school<</if>> in your arcology led a protest earlier today in the financial district several levels up from their institution. Seems to have been against slavery, for environmentalism, or some other nonsense that you skip over reading. The really interesting thing is what happened during the protest anyways. Things became a bit unruly between protesters and some counter-protesters - and at some point rocks started to fly... all of which would barely be worth a mention, if the vintage sports car of a prominent resident hadn't been parked on the same street. +Your desk flags a report of the arcology security service for your immediate attention. As it turns out, a number of rather liberal students from a<<if $activeSlave.actualAge >= 18>> college<<elseif $activeSlave.actualAge >= 14>> high school<<elseif $activeSlave.actualAge >= 11>> junior high school<<else>>n elementary school<</if>> in your arcology led a protest earlier today in the financial district several levels up from their institution. Seems to have been against slavery, for environmentalism, or some other nonsense that you skip over reading. The really interesting thing is what happened during the protest anyways. Things became a bit unruly between protesters and some counter-protesters - and at some point rocks started to fly... all of which would barely be worth a mention, if the vintage sports car of a prominent resident hadn't been parked on the same street. <br><br> One dented hood and smashed windshield later, someone was in big trouble. The ever-present camera surveillance in your arcology made it easy to track the rock to the hand of the person who threw it - a rather fat young $woman, who immediately got arrested and is awaiting sentencing in the lock-up right now. The video of $him getting booked - complete with a thorough strip-search by a new recruit (since all the officers agreed $he 'had to be hiding something') was definitely amusing. $His reaction was priceless. <br><br> @@ -2175,7 +2174,7 @@ Given the damage to an expensive classic car and the meager balance of $his bank <<if $arcologies[0].FSHedonisticDecadence != "unset">> All of which leaves you with an opportunity... the car's owner hasn't seen $him yet, so you could conceivably approach him and buy the debt for this beauty off him. Better be quick, if he realizes what is waiting in a cell for him, you doubt he'd sell $him at all. <<else>> - Most slavers wouldn't give such a bloated slave a second look, but your eyes are keen; there is a rather pretty face buried under all that flab. With a bit of work, $he can be turned into a rather valuable asset; also it's always fun to break a haughty bitch into an obedient slut. + Most slavers wouldn't give such a bloated slave a second look, but your eyes are keen; there is a rather pretty face buried under all that flab. With a bit of work, $he can be turned into a rather valuable asset; also it's always fun to break a haughty bitch into an obedient slut. <</if>> <br><br> //$His debt will cost <<print cashFormat(5000)>> to pay off, with the usual <<print cashFormat(1000)>> in registration fees afterward. Alternatively, you could buy $him and sell $him.// @@ -2234,7 +2233,7 @@ After the fighting died down, they found a woman inside the compound, harshly us A report about a successful operation by your mercenaries waits at your desk when you come in the office this morning. Turns out they tracked a brutal gang that was waylaying travelers near the Free City and stormed their hideout last night. All of the criminals were killed in the process, preventing proper punishments or more... creative uses for them. From the videos of the raid and the fanatic way the men fought to the last man, it seems that this was unavoidable, so you send a quick note of approval to their commander. <br><br> -After the fighting died down, your men found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of $his biometric data revealed that $he is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched $his pussy and ass wide,<<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> $he is pregnant with some dead criminal bastard's offspring and<</if>> they've decorated $him with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. +After the fighting died down, your men found a woman inside the compound, harshly used and seemingly the center of many gang-bangs there. A scan of $his biometric data revealed that $he is in fact a slave that ran away about two months ago - into a much worse situation after being caught by the gang, as it turns out. Countless dicks have stretched $his pussy and ass wide,<<if $activeSlave.physicalAge >= $activeSlave.pubertyAge>> $he is pregnant with some dead criminal bastard's offspring and<</if>> they've decorated $him with numerous piercings. As you notify the owner that her property has been retrieved, the woman is distraught at the state of her merchandise, grumbling that a once quite valuable $girl is now worth almost nothing. Seems she's unwilling to invest her time and money in caring for the slave. With a sigh, the slave-mistress whips out her smart-phone and starts to set up a selling offer in one of the popular slave trading apps. <br><br> //The young woman has been used and abused quite a bit, making $him deathly terrified about what might happen to $him next. $He has partially resigned to be nothing but a fuckhole. You can get $him cheap from the owner, it'll be just <<print cashFormat(1000)>>.// @@ -2244,7 +2243,7 @@ As a minor point of information on your daily news download, you see that yet an <br><br> Wondering what sorts of strange paraphernalia or weird sex toys the grifter might have kept himself amused with, you casually select the feed of one of the surveillance cameras that overlooks the area. And indeed, the contents of many boxes being carried out of there do have a certain perverted look to them, prompting you to zoom in - which is when a pretty, young and almost naked <<if ($activeSlave.actualAge >= 18)>>woman<<elseif ($activeSlave.actualAge >= 13)>>girl<<else>>little girl<</if>> walks through the image, escorted by two repo men. Immediately directing the camera to follow $him, you see that they scan and log $him like any of the other items in the household liquidation - $he must have been the cult leader's personal slave. $He certainly has a unique look, waking your interest enough to check the slave markets for $him - and indeed, half an hour later $he's being listed as for sale. <br><br> -The <<if ($activeSlave.actualAge >= 18)>>young woman<<else>>girl<</if>> is best described as being 'angelic', in a stereotypical Western view of the mythical divine messengers. Blonde-haired, blue-eyed, and with milky-white skin, $he has had a pair of beautifully detailed wings tattooed on $his back. The small icon of two cherries next to one another also designates $him to be a complete virgin. +The <<if ($activeSlave.actualAge >= 18)>>young woman<<else>>girl<</if>> is best described as being 'angelic', in a stereotypical Western view of the mythical divine messengers. Blonde-haired, blue-eyed, and with milky-white skin, $he has had a pair of beautifully detailed wings tattooed on $his back. The small icon of two cherries next to one another also designates $him to be a complete virgin. <br><br> // Someone already started bidding for $him and more bids are coming in fast. As such things usually go, you guess that the price will come out to about <<print cashFormat(5000)>> in the end.// @@ -2415,7 +2414,7 @@ Your desk flags a video message as having potential. It's a rather homely farmer While digging through the database of a POW camp for anything of value, you find records of a <<if $activeSlave.actualAge > 17>>rather attractive<<elseif $activeSlave.actualAge > 12>>teenage<<else>>child<</if>> soldier long abandoned by $his nation. You forge false orders to have $him transported to a new location, a location that would be trivial for you to obtain $him from. -<br>Upon $his inevitable arrival in your penthouse, you see +<br>Upon $his inevitable arrival in your penthouse, you see <<if $seeExtreme == 1>> the traces of $his wounds, that $he has been greatly modified for war, and that $he had been raped, repeatedly, despite $his powerful body. <<set $activeSlave.amp = -5, $activeSlave.teeth = "pointy", $activeSlave.muscles = random(30,70), $activeSlave.height = Math.round(Height.random($activeSlave, {skew: 3, spread: .2, limitMult: [1, 4]})), $activeSlave.chem = 1000, $activeSlave.attrXX = 0, $activeSlave.attrXY = 0>> @@ -2441,7 +2440,7 @@ While perusing the confidential documents in a nearby hospital's databases, you little $girl <</if>> has been has been receiving frequent prenatal check ups -<<if $seeHyperPreg == 0>> +<<if $seeHyperPreg == 0>> for $his growing pregnancy. <<else>> for the multiples crowding $his womb. @@ -2450,7 +2449,7 @@ Judging by $his payment plan, the worrisome mother is driving $himself into a st <<case "rogue cyborg">> -While digging through the highest security and clearance level database of a powerful old government for anything of value, you discover the existence of a ultra top secret project to develop the most powerful and effective child cyborg ever created. The entire notion is absurd, but it seems they succeeded in creating something. During field testing it was discovered that it retained far too much humanity, resulting in the death of its handler. Unsure of what to do with the project, it has been placed on ice in the bowels of a black site. With a few simple commands, you could release it and order it to your arcology. +While digging through the highest security and clearance level database of a powerful old government for anything of value, you discover the existence of an ultra top secret project to develop the most powerful and effective child cyborg ever created. The entire notion is absurd, but it seems they succeeded in creating something. During field testing it was discovered that it retained far too much humanity, resulting in the death of its handler. Unsure of what to do with the project, it has been placed on ice in the bowels of a black site. With a few simple commands, you could release it and order it to your arcology. <<case "blessed virgin">> @@ -2607,7 +2606,7 @@ He explains that one of his servant <<= $girl>>s was impregnated by his fool of <<case "male SD">> Contacting the wealthy resident, you apologize for his inconvenience and offer to 'deal with' the matter personally. He is content with not having the hassle and agrees with little thought, leaving you owning the debt of the unfortunate student. Making your way to the guard station where he is being kept, you tell the young man he's getting out of jail right away. He cooperates to having his biometric readings taken and logged, only later realizing this isn't for a release but to register him as a slave. In shock and with tears in his eyes, he gets angry and tries to fight, only to be overwhelmed by your guards and be dragged off to the remote surgery. It doesn't take long at all to add a pretty dickgirl to your slave quarters after that. <<case "female SE">> - Bidding for the girl and winning $him in the auction, you await $him and the student selling $him in your penthouse. As the young man guides $him in, $he gives you a properly deferential greeting, then looks wide-eyed at the decor and wealth presented all around. Yet as $his 'lover' informs the woman that $he'll belong to you now, tears start flowing down $his cheeks as $his heart almost audibly breaks. Smiling at the man over the sobbing shape of your newly acquired virgin slave-girl, you casually push a button to approve the money transfer and he strides out of the room after checking his smart-phone for the transfer. On your orders, $he strips and submits to biometric scanning, registering $him as your property. + Bidding for the girl and winning $him in the auction, you await $him and the student selling $him in your penthouse. As the young man guides $him in, $he gives you a properly deferential greeting, then looks wide-eyed at the décor and wealth presented all around. Yet as $his 'lover' informs the woman that $he'll belong to you now, tears start flowing down $his cheeks as $his heart almost audibly breaks. Smiling at the man over the sobbing shape of your newly acquired virgin slave-girl, you casually push a button to approve the money transfer and he strides out of the room after checking his smart-phone for the transfer. On your orders, $he strips and submits to biometric scanning, registering $him as your property. <<case "MTF SE">> Sending an offer to buy the slave girl, you get a confirmation from the student very shortly afterward. It doesn't take much longer before he appears at the security office leading into your penthouse to drop off his slave, leaving $him behind without even saying goodbye. The sniffling and dejected girl is brought into your office so you can check $him out in person afterward. On your orders, $he strips and submits to biometric scanning, registering $him as your property. <<case "DG SE">> diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw index 3ee084fb499d40c01ac7366671b97d53a985aa50..cfc86f3135fd15a26bfa361509cd3c1eec9790b7 100644 --- a/src/uncategorized/reShelterInspection.tw +++ b/src/uncategorized/reShelterInspection.tw @@ -229,4 +229,4 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema <</replace>> <</link>> <</if>> -</span> +</span> \ No newline at end of file diff --git a/src/uncategorized/saGuardsYou.tw b/src/uncategorized/saGuardsYou.tw index 96f0314ca8ba1a286a04fb12a6a636f9f480fe78..cf1fd75a450c8d92f7c6372742eec0ad44960b3b 100644 --- a/src/uncategorized/saGuardsYou.tw +++ b/src/uncategorized/saGuardsYou.tw @@ -158,7 +158,7 @@ $His constant presence is <<if $deadliness > 6>> extremely intimidating, @@.green;adding much to your reputation.@@ <<if $slaves[$i].career == "an arcology owner">> - You've made a onetime rival arcology owner into a deadly and loyal protector, a feat of slaveownership that's @@.green;internationally famous.@@ + You've made a one-time rival arcology owner into a deadly and loyal protector, a feat of slaveownership that's @@.green;internationally famous.@@ <<set $repGain += $deadliness*10>> <</if>> <<elseif $deadliness > 3>> diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw index 361f068c3abb6139204d5f2b92c826d8b49f5022..6aa3a2ac0be689209fa6a737b6a26c5aa9166877 100644 --- a/src/uncategorized/saLongTermEffects.tw +++ b/src/uncategorized/saLongTermEffects.tw @@ -4275,11 +4275,14 @@ <<if $slaves[$i].pregSource > 0>> <<set _saLTE = findFather($slaves[$i].pregSource)>> <<if def _saLTE>> - <<if $slaves[$i].race != _saLTE.race>> + <<if ($slaves[$i].race != _saLTE.race) && ($arcologies[0].FSSupremacistRace == "mixed race")>> + Society @@.lightgreen;approves@@ of your using slave breeders like $slaves[$i].slaveName to propagate the $arcologies[0].FSSupremacistRace civilization. + <<= FSChangePorn("Supremacist", 2)>> + <<elseif $slaves[$i].race != _saLTE.race>> Society @@.red;strongly disapproves@@ of your allowing a pure $arcologies[0].FSSupremacistRace slave to be miscegenated by _saLTE.slaveName. <<= FSChangePorn("Supremacist", -2)>> <<else>> - Society @@.green;strongly approves@@ of your using slave breeders like $slaves[$i].slaveName to propagate the $arcologies[0].FSSupremacistRace race. + Society @@.green;strongly approves@@ of your using slave breeders like $slaves[$i].slaveName to propagate the $arcologies[0].FSSupremacistRace civilization. <<= FSChangePorn("Supremacist", 2)>> <</if>> <</if>> diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index de7d566dcfc6add0ae063b2ef81e3f89199ccba9..929be6551276844c8487d3d36d11286f585868be 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -148,7 +148,7 @@ <<set $slaves[$i].lactationDuration = 2, $slaves[$i].boobs -= $slaves[$i].boobsMilk, $slaves[$i].boobsMilk = 0>> <</if>> <</if>> - + $He does $his best for you, so $he frequently deserves a reward and never needs to be punished. <<set _punishments = 0>> <<set _rewards = 3>> diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index 3e6d4095789013d20b24ff1f82f5ac8228581812..7fc2de4a680c796fbc600e472405f46be13e2817 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -97,7 +97,7 @@ <br> Iris: - [[Amber|Salon][$artificialEyeColor = "amber"]] + [[Amber|Salon][$artificialEyeColor = "amber"]] | [[Black|Salon][$artificialEyeColor = "black"]] | [[Blue|Salon][$artificialEyeColor = "blue"]] | [[Brown|Salon][$artificialEyeColor = "brown"]] @@ -128,7 +128,7 @@ | [[Teary|Salon][$artificialEyeShape = "teary"]] | [[Vacant|Salon][$artificialEyeShape = "vacant"]] | [[Wide-Eyed|Salon][$artificialEyeShape = "wide-eyed"]] - + <br> Sclera: [[White|Salon][$artificialEyeFill = "white"]] @@ -231,33 +231,33 @@ | [[Black|Salon][$primaryHairColor = "black"]] | [[Blazing Red|Salon][$primaryHairColor = "blazing red"]] | [[Blonde|Salon][$primaryHairColor = "blonde"]] - | [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]] + | [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]] | [[Blue|Salon][$primaryHairColor = "blue"]] | [[Brown|Salon][$primaryHairColor = "brown"]] | [[Burgundy|Salon][$primaryHairColor = "burgundy"]] | [[Chestnut|Salon][$primaryHairColor = "chestnut"]] | [[Chocolate|Salon][$primaryHairColor = "chocolate brown"]] | [[Copper|Salon][$primaryHairColor = "copper"]] - | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] + | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] | [[Dark Brown|Salon][$primaryHairColor = "dark brown"]] - | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] - | [[Deep Red|Salon][$primaryHairColor = "deep red"]] - | [[Ginger|Salon][$primaryHairColor = "ginger"]] + | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] + | [[Deep Red|Salon][$primaryHairColor = "deep red"]] + | [[Ginger|Salon][$primaryHairColor = "ginger"]] | [[Golden|Salon][$primaryHairColor = "golden"]] - | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] + | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] | [[Green|Salon][$primaryHairColor = "green"]] | [[Grey|Salon][$primaryHairColor = "grey"]] | [[Hazel|Salon][$primaryHairColor = "hazel"]] | [[Jet Black|Salon][$primaryHairColor = "jet black"]] | [[Neon Blue|Salon][$primaryHairColor = "neon blue"]] | [[Neon Green|Salon][$primaryHairColor = "neon green"]] - | [[Neon Pink|Salon][$primaryHairColor = "neon pink"]] - | [[Pink|Salon][$primaryHairColor = "pink"]] + | [[Neon Pink|Salon][$primaryHairColor = "neon pink"]] + | [[Pink|Salon][$primaryHairColor = "pink"]] | [[Platinum Blonde|Salon][$primaryHairColor = "platinum blonde"]] - | [[Purple|Salon][$primaryHairColor = "purple"]] + | [[Purple|Salon][$primaryHairColor = "purple"]] | [[Red|Salon][$primaryHairColor = "red"]] | [[Sea Green|Salon][$primaryHairColor = "sea green"]] - | [[Silver|Salon][$primaryHairColor = "silver"]] + | [[Silver|Salon][$primaryHairColor = "silver"]] | [[Strawberry-Blonde|Salon][$primaryHairColor = "strawberry-blonde"]] | [[White|Salon][$primaryHairColor = "white"]] <br> @@ -284,7 +284,7 @@ <br> <<if $activeSlave.hLength > 1>> Style $his hair: - [[Afro|Salon][$activeSlave.hStyle = "afro",$cash -= $modCost]] + [[Afro|Salon][$activeSlave.hStyle = "afro",$cash -= $modCost]] | [[Braided|Salon][$activeSlave.hStyle = "braided",$cash -= $modCost]] | [[Cornrows|Salon][$activeSlave.hStyle = "cornrows",$cash -= $modCost]] | [[Curled|Salon][$activeSlave.hStyle = "curled",$cash -= $modCost]] @@ -359,33 +359,33 @@ | [[Black|Salon][$primaryHairColor = "black"]] | [[Blazing Red|Salon][$primaryHairColor = "blazing red"]] | [[Blonde|Salon][$primaryHairColor = "blonde"]] - | [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]] + | [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]] | [[Blue|Salon][$primaryHairColor = "blue"]] | [[Brown|Salon][$primaryHairColor = "brown"]] | [[Burgundy|Salon][$primaryHairColor = "burgundy"]] | [[Chestnut|Salon][$primaryHairColor = "chestnut"]] | [[Chocolate|Salon][$primaryHairColor = "chocolate brown"]] | [[Copper|Salon][$primaryHairColor = "copper"]] - | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] + | [[Dark Blue|Salon][$primaryHairColor = "dark blue"]] | [[Dark Brown|Salon][$primaryHairColor = "dark brown"]] - | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] - | [[Deep Red|Salon][$primaryHairColor = "deep red"]] - | [[Ginger|Salon][$primaryHairColor = "ginger"]] + | [[Dark Orchid|Salon][$primaryHairColor = "dark orchid"]] + | [[Deep Red|Salon][$primaryHairColor = "deep red"]] + | [[Ginger|Salon][$primaryHairColor = "ginger"]] | [[Golden|Salon][$primaryHairColor = "golden"]] - | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] + | [[Green-yellow|Salon][$primaryHairColor = "green-yellow"]] | [[Green|Salon][$primaryHairColor = "green"]] | [[Grey|Salon][$primaryHairColor = "grey"]] | [[Hazel|Salon][$primaryHairColor = "hazel"]] | [[Jet Black|Salon][$primaryHairColor = "jet black"]] | [[Neon Blue|Salon][$primaryHairColor = "neon blue"]] | [[Neon Green|Salon][$primaryHairColor = "neon green"]] - | [[Neon Pink|Salon][$primaryHairColor = "neon pink"]] - | [[Pink|Salon][$primaryHairColor = "pink"]] + | [[Neon Pink|Salon][$primaryHairColor = "neon pink"]] + | [[Pink|Salon][$primaryHairColor = "pink"]] | [[Platinum Blonde|Salon][$primaryHairColor = "platinum blonde"]] - | [[Purple|Salon][$primaryHairColor = "purple"]] + | [[Purple|Salon][$primaryHairColor = "purple"]] | [[Red|Salon][$primaryHairColor = "red"]] | [[Sea Green|Salon][$primaryHairColor = "sea green"]] - | [[Silver|Salon][$primaryHairColor = "silver"]] + | [[Silver|Salon][$primaryHairColor = "silver"]] | [[Strawberry-Blonde|Salon][$primaryHairColor = "strawberry-blonde"]] | [[White|Salon][$primaryHairColor = "white"]] <br> @@ -434,7 +434,7 @@ <<else>> Give $him a wig: <</if>> - [[Afro|Salon][$activeSlave.hStyle = "afro",$cash -= $modCost]] + [[Afro|Salon][$activeSlave.hStyle = "afro",$cash -= $modCost]] | [[Braided|Salon][$activeSlave.hStyle = "braided",$cash -= $modCost]] | [[Cornrows|Salon][$activeSlave.hStyle = "cornrows",$cash -= $modCost]] | [[Curled|Salon][$activeSlave.hStyle = "curled",$cash -= $modCost]] @@ -642,7 +642,7 @@ Dye or paint: | [[Thick|Salon][$activeSlave.eyebrowFullness = "thick",$cash -= $modCost]] | [[Tapered|Salon][$activeSlave.eyebrowFullness = "tapered",$cash -= $modCost]] | [[Threaded|Salon][$activeSlave.eyebrowFullness = "threaded",$cash -= $modCost]] - | [[Thin|Salon][$activeSlave.eyebrowFullness = "thin",$cash -= $modCost]] + | [[Thin|Salon][$activeSlave.eyebrowFullness = "thin",$cash -= $modCost]] | [[Pencil-Thin|Salon][$activeSlave.eyebrowFullness = "pencil-thin",$cash -= $modCost]] <<else>> <br><br>$His eyebrows are completely hairless. diff --git a/src/uncategorized/schoolroom.tw b/src/uncategorized/schoolroom.tw index 74072d25e591c9c9599484e66971fae7dbb83306..cca4728b0f10fceeeea726e422d44c880cbb9375 100644 --- a/src/uncategorized/schoolroom.tw +++ b/src/uncategorized/schoolroom.tw @@ -25,7 +25,7 @@ $schoolroomNameCaps is well-equipped, with wallscreens to display lessons. These <<case "Degradationist">> displaying a rote recitation of a slave's proper acceptance of her subhuman status. <<case "Repopulation Focus">> - reviewing a number a of sexual positions to accommodate a heavily pregnant girl. + reviewing a number of sexual positions to accommodate a heavily pregnant girl. <<case "Eugenics">> reviewing ways to better your owner's standing intermixed with exaggerated pregnancy horror stories focused on slave pregnancy. <<case "Asset Expansionist">> @@ -65,7 +65,8 @@ $schoolroomNameCaps is well-equipped, with wallscreens to display lessons. These <<elseif $schoolroomSlaves > 0>> $schoolroomNameCaps is sparsely populated, the few students repeating their lessons out loud to drill the instruction home. One girl is maintaining an uncomfortable position in the corner as punishment for poor work. <<elseif $Schoolteacher != 0>> - $Schoolteacher.slaveName is alone in $schoolroomName, and has nothing to do but work on her lesson plans. + <<setLocalPronouns $Schoolteacher>> + $Schoolteacher.slaveName is alone in $schoolroomName, and has nothing to do but work on $his lesson plans. <<else>> None of your slaves are learning in $schoolroomName. [[Decommission the schoolroom|Main][$schoolroom = 0, $schoolroomUpgradeSkills = 0, $schoolroomUpgradeLanguage = 0, $schoolroomUpgradeRemedial = 0, $schoolroomDecoration = "standard"]] diff --git a/src/uncategorized/seCoursing.tw b/src/uncategorized/seCoursing.tw index 03019b379692332713156c242c0455b0337999d6..73bf0203eda66bf26b75008c2ae4ce8d940aa2b7 100644 --- a/src/uncategorized/seCoursing.tw +++ b/src/uncategorized/seCoursing.tw @@ -169,7 +169,7 @@ The rules have been explained to the hares: they're to be freed if they can reac <<if $origin == "virgin">> is an appealingly young $activeSlave.race $girl, and has V symbols drawn over _his2 cunt and on _his2 lower back, in the interests of fairness. _He2's a @@.pink;double virgin.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> <<elseif $origin == "heavily pregnant">> - is <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $activeSlave.race $girl, young and healthy but @@.pink;heavily pregnant.@@ _He2's probably been selected to be a hare as a joke, or because someone hates _him2. <<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is attached to _his2 popped navel.<</if>> + is <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race $girl, young and healthy but @@.pink;heavily pregnant.@@ _He2's probably been selected to be a hare as a joke, or because someone hates _him2. <<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is attached to _his2 popped navel.<</if>> <<elseif $origin == "housewife">> is <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $activeSlave.race $woman, no longer young, but attractive enough in a fake sort of way. _He2 has obviously been crying, and has probably been recently enslaved from a comfortable life, like that of a @@.pink;housewife or a trophy wife.@@<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> <<elseif $origin == "disobedient young">> @@ -177,9 +177,9 @@ The rules have been explained to the hares: they're to be freed if they can reac <<elseif $origin == "disobedient young dickgirl">> is a strong young $activeSlave.race $girl with who retains _his2 cock and balls, and looks determined. Perhaps _he2's a @@.pink;resistant dickgirl@@ who's been difficult to turn into a good $girl.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 cock.<</if>> <<elseif $origin == "huge balled">> - is <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $activeSlave.race slave whose distinguishing characteristic is a dangling scrotum and a pair of @@.pink;huge balls.@@ This impediment bumps against _his2 thighs as _he2's made ready.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 hefty testicles.<</if>> + is <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race slave whose distinguishing characteristic is a dangling scrotum and a pair of @@.pink;huge balls.@@ This impediment bumps against _his2 thighs as _he2's made ready.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 hefty testicles.<</if>> <<elseif $origin == "feminized">> - is <<if $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan" || $activeSlave.race == "amerindian">>an<<else>>a<</if>> $activeSlave.race bitch with a tiny dick who has been @@.pink;heavily feminized,@@ yet seems terrified and very new to slavery. _His2 fake tits and girly behavior must be from _his2 life before _he2 was a slave.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> + is <<if $activeSlave.race == "amerindian" || $activeSlave.race == "asian" || $activeSlave.race == "indo-aryan">>an<<else>>a<</if>> $activeSlave.race bitch with a tiny dick who has been @@.pink;heavily feminized,@@ yet seems terrified and very new to slavery. _His2 fake tits and girly behavior must be from _his2 life before _he2 was a slave.<<if !canSee($Lurcher)>> To accommodate your blind lurcher, a bell is fastened around _his2 neck.<</if>> <</if>> <<set $activeSlave.origin = "Your lurcher " + $Lurcher.slaveName + " caught her coursing; she was a " + $origin + " hare.">> diff --git a/src/uncategorized/seIndependenceDay.tw b/src/uncategorized/seIndependenceDay.tw index 5e358e0b91f6760a7ad550fbc74de4fab627df56..189eebc20c1a4b34e72a33633776f8299a0b2a59 100644 --- a/src/uncategorized/seIndependenceDay.tw +++ b/src/uncategorized/seIndependenceDay.tw @@ -403,5 +403,5 @@ In the Free Cities, Independence Day falls on the day when the Free City achieve <<set $rep += 250>> <</if>> /*Maybe a random chance attack by the Daughter's of Liberty if they haven't been already defeated or if they have by a cell that managed to survive. The size of the attack could depend the time since their last encounter. The amount of damage inflicted would depend primarily on if the hacker's support was acquired, $bodyguard's combat skill, the player's combat skill, SF upgrades and finally some RNG. If a low amount of damage is inflicted then there will be a low hit to rep and some criminals can be acquired or dealt with in the usual manner. Higher amounts of damage leads to higher hits to rep and a chance that fewer attackers will survive. Without a bodyguard there is a chance that PC may die or be held hostage with a chance of being killed if the rescue attempt is botched. */ - /* I was thinking providing a option (potentially #result3) of giving a speech with it being a duplicate of the above speech just for completeness sake however it would be redundant except for a line or two about the outcome of attack if it fired (i.e listing the number of dead/captured attackers (potentially #result4) and dead soldiers with a couple of potential options (potentially #result5) ;to erect a statute or such acknowledge them and if one is already present to add them on to it, to provide support for their families. Also the amount of monetary damage, did $bodyguard die or just get wounded and if so how severely. Finally a closing message with how the PC wishes to react to it (potentially #result6); e.g. be vigilant, it's a one off, act of war, we will not give into terrorist attacks, etc. */ + /* I was thinking providing an option (potentially #result3) of giving a speech with it being a duplicate of the above speech just for completeness sake however it would be redundant except for a line or two about the outcome of attack if it fired (i.e listing the number of dead/captured attackers (potentially #result4) and dead soldiers with a couple of potential options (potentially #result5) ;to erect a statute or such acknowledge them and if one is already present to add them on to it, to provide support for their families. Also the amount of monetary damage, did $bodyguard die or just get wounded and if so how severely. Finally a closing message with how the PC wishes to react to it (potentially #result6); e.g. be vigilant, it's a one off, act of war, we will not give into terrorist attacks, etc. */ <</replace>> <</link>> </span> <</if>> diff --git a/src/uncategorized/seRecruiterSuccess.tw b/src/uncategorized/seRecruiterSuccess.tw index 95f101257d0b5bce310b646126ad5b0651d2766b..564baf755b38c4b5268746bfe5daf992470fa7e1 100644 --- a/src/uncategorized/seRecruiterSuccess.tw +++ b/src/uncategorized/seRecruiterSuccess.tw @@ -2,6 +2,8 @@ <<set $nextButton = "Continue", $nextLink = "Scheduled Event", $returnTo = "Scheduled Event", $showEncyclopedia = 1, $encyclopedia = "Enslaving People", $recruiterProgress = 0>> +<<setLocalPronouns $Recruiter>> + <<if $recruiterTarget == "young migrants">> <<set $activeSlaveOneTimeMaxAge = 22>> @@ -31,8 +33,6 @@ <<set $activeSlave.earPiercing = random(0,1)>> -Your recruiter $Recruiter.slaveName has succeeded; she's convinced a starving young migrant from the old world that she'll have a better chance at survival as one of your slaves. - <<elseif $recruiterTarget == "recent divorcees">> <<set $activeSlaveOneTimeMinAge = 30>> @@ -63,8 +63,6 @@ Your recruiter $Recruiter.slaveName has succeeded; she's convinced a starving yo <<set $activeSlave.earPiercing = random(0,1)>> -Your recruiter $Recruiter.slaveName has succeeded; she's convinced a recent divorcee from the old world that she'll have a better quality of life as one of your slaves. - <<elseif $recruiterTarget == "reassignment candidates">> <<set $oneTimeDisableDisability = 1>> @@ -93,8 +91,6 @@ Your recruiter $Recruiter.slaveName has succeeded; she's convinced a recent divo <<set $activeSlave.nosePiercing = random(0,1)>> <<set $activeSlave.sexualFlaw = "hates women">> -Your recruiter $Recruiter.slaveName has succeeded; she's convinced an old world person desperate for modern reassignment surgery that you'll provide it if she agrees to be a sex slave after she's recreated as a female. - <<elseif $recruiterTarget == "dissolute sissies">> <<set $oneTimeDisableDisability = 1>> @@ -132,8 +128,6 @@ Your recruiter $Recruiter.slaveName has succeeded; she's convinced an old world <</if>> <</if>> -Your recruiter $Recruiter.slaveName has succeeded; she's convinced an old world sissy that she'd be better off as a slave in a society that is so totally sexually libertine as to accept as female and respectable anyone who takes cock. - <<elseif $recruiterTarget == "expectant mothers">> <<set $activeSlaveOneTimeMinAge = Math.max($fertilityAge, $minimumSlaveAge)>> @@ -169,8 +163,6 @@ Your recruiter $Recruiter.slaveName has succeeded; she's convinced an old world <</if>> <</if>> -Your recruiter $Recruiter.slaveName has succeeded; she's convinced an unhealthy expectant mother that you'll provide her with modern medicine in return for her enslavement. - <<else>> <<set $activeSlaveOneTimeMinAge = 11>> @@ -216,13 +208,38 @@ Your recruiter $Recruiter.slaveName has succeeded; she's convinced an unhealthy <</if>> <</if>> -Your recruiter $Recruiter.slaveName has succeeded; she's convinced a desperate old world whore that she'd be better off as a slave in $arcologies[0].name than as a free prostitute on the rough streets of a traditional city. - <</if>> <<set $contractCost = 1000>> <<slaveCost $activeSlave>> <<set $slaveCost -= $contractCost>> +<<setLocalPronouns $activeSlave 2>> + +<<if $recruiterTarget == "young migrants">> + +Your recruiter $Recruiter.slaveName has succeeded; $he's convinced a starving young migrant from the old world that _he2'll have a better chance at survival as one of your slaves. + +<<elseif $recruiterTarget == "recent divorcees">> + +Your recruiter $Recruiter.slaveName has succeeded; $he's convinced a recent divorcee from the old world that _he2'll have a better quality of life as one of your slaves. + +<<elseif $recruiterTarget == "reassignment candidates">> + +Your recruiter $Recruiter.slaveName has succeeded; $he's convinced an old world person desperate for modern reassignment surgery that you'll provide it if _he2 agrees to be a sex slave after _he2's recreated as a female. + +<<elseif $recruiterTarget == "dissolute sissies">> + +Your recruiter $Recruiter.slaveName has succeeded; $he's convinced an old world sissy that _he2'd be better off as a slave in a society that is so totally sexually libertine as to accept as female and respectable anyone who takes cock. + +<<elseif $recruiterTarget == "expectant mothers">> + +Your recruiter $Recruiter.slaveName has succeeded; $he's convinced an unhealthy expectant mother that you'll provide _him2 with modern medicine in return for _his2 enslavement. + +<<else>> + +Your recruiter $Recruiter.slaveName has succeeded; $he's convinced a desperate old world whore that _he2'd be better off as a slave in $arcologies[0].name than as a free prostitute on the rough streets of a traditional city. + +<</if>> <br><br> @@ -232,20 +249,20 @@ Your recruiter $Recruiter.slaveName has succeeded; she's convinced a desperate o <span id="result"> <<if $cash >= $contractCost>> -<<link "Enslave her">> +<<link "Enslave _him2">> <<set $cash -= $contractCost>> <<replace "#result">> <<include "New Slave Intro">> <</replace>> <</link>> //This will cost <<print cashFormat($contractCost)>>// -<br><<link "Sell her immediately">> +<br><<link "Sell _him2 immediately">> <<set $cash += $slaveCost>> <<replace "#result">> - $activeSlave.slaveName accepts being resold without much fuss. She's merely exchanged one unknown owner for another. For all she knows her new buyer will be less abusive than you would have been. She would be less complacent if she knew who her buyers are; she'll be immured in an arcade within the hour. + $activeSlave.slaveName accepts being resold without much fuss. _He2's merely exchanged one unknown owner for another. For all _he2 knows _his2 new buyer will be less abusive than you would have been. _He2 would be less complacent if _he2 knew who _his2 buyers are; _he2'll be immured in an arcade within the hour. <</replace>> <</link>> //This will bring in <<print cashFormat($slaveCost)>>// <<else>> - //You lack the necessary funds to enslave her.// + //You lack the necessary funds to enslave _him2.// <<set $recruiterProgress = 7>> <</if>> </span> diff --git a/src/uncategorized/servantsQuarters.tw b/src/uncategorized/servantsQuarters.tw index 4d158c7aeab713b4f019d8425ec05ed2a6b7c3c3..3b59bcf5c2e2d6567c100b630597a0c54e8a9d89 100644 --- a/src/uncategorized/servantsQuarters.tw +++ b/src/uncategorized/servantsQuarters.tw @@ -104,14 +104,15 @@ $servantsQuartersNameCaps <br><br> <<if $Stewardess != 0>> + <<setLocalPronouns $Stewardess>> <<set $Flag = 2>> <<include "Slave Summary">> <<if canAchieveErection($Stewardess) && $Stewardess.pubertyXY == 1>> <br> <<if $stewardessImpregnates == 1>> - Keeping the maids pregnant is part of her job. [[Order her to stop impregnating|Servants' Quarters][$stewardessImpregnates = 0]] + Keeping the maids pregnant is part of $his job. [["Order " + $him + " to stop impregnating"|Servants' Quarters][$stewardessImpregnates = 0]] <<elseif $seePreg != 0>> - She could be directed to keep the maids pregnant herself. [[Order her to impregnate|Servants' Quarters][$stewardessImpregnates = 1]] + $He could be directed to keep the maids pregnant herself. [["Order " + $him + " to impregnate"|Servants' Quarters][$stewardessImpregnates = 1]] <</if>> <</if>> <<else>> diff --git a/src/uncategorized/slaveAssignmentsReport.tw b/src/uncategorized/slaveAssignmentsReport.tw index baf7ca323c472453becac5083ec5cac5adbd5771..f1827eef495839ddea8fbd621fcecc4685d12afa 100644 --- a/src/uncategorized/slaveAssignmentsReport.tw +++ b/src/uncategorized/slaveAssignmentsReport.tw @@ -54,7 +54,7 @@ ''__@@.pink;$HeadGirl.slaveName@@__'' can no longer hear @@.yellow;and cannot serve as your head girl any more.@@<br> <<set $HeadGirl = 0>> <<elseif $HeadGirl.preg > 37 && $HeadGirl.broodmother == 2>> - ''__@@.pink;$HeadGirl.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your head girl any longer@@. + ''__@@.pink;$HeadGirl.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your head girl any longer@@. <<set $HeadGirl = 0>> <<elseif $HeadGirl.devotion <= 20>> ''__@@.pink;$HeadGirl.slaveName@@__'' is no longer even accepting of you, @@.yellow;and cannot serve as your head girl any more.@@<br> @@ -92,7 +92,7 @@ ''__@@.pink;$Recruiter.slaveName@@__'' can't verbally entice marks @@.yellow;and cannot serve as your recruiter any more.@@<br> <<set $Recruiter = 0>> <<elseif $Recruiter.preg > 37 && $Recruiter.broodmother == 2>> - ''__@@.pink;$Recruiter.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your recruiter any longer@@. + ''__@@.pink;$Recruiter.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your recruiter any longer@@. <<set $Recruiter = 0>> <<elseif !canWalk($Recruiter)>> ''__@@.pink;$Recruiter.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your recruiter any more.@@<br> @@ -113,7 +113,7 @@ ''__@@.pink;$Madam.slaveName@@__'' can't give whores verbal orders @@.yellow;and cannot serve as your Madam any more.@@<br> <<set $Madam = 0>> <<elseif $Madam.preg > 37 && $Madam.broodmother == 2>> - ''__@@.pink;$Madam.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Madam any longer@@. + ''__@@.pink;$Madam.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Madam any longer@@. <<set $Madam = 0>> <<elseif $Madam.fetish == "mindbroken">> ''__@@.pink;$Madam.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Madam any more.@@<br> @@ -137,7 +137,7 @@ ''__@@.pink;$DJ.slaveName@@__'' can't speak @@.yellow;and cannot serve as your DJ any more.@@<br> <<set $DJ = 0>> <<elseif $DJ.preg > 37 && $DJ.broodmother == 2>> - ''__@@.pink;$DJ.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your DJ any longer@@. + ''__@@.pink;$DJ.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your DJ any longer@@. <<set $DJ = 0>> <<elseif $DJ.fetish == "mindbroken">> ''__@@.pink;$DJ.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your DJ any more.@@<br> @@ -158,7 +158,7 @@ ''__@@.pink;$Milkmaid.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Milkmaid any more.@@<br> <<set $Milkmaid = 0>> <<elseif $Milkmaid.preg > 37 && $Milkmaid.broodmother == 2>> - ''__@@.pink;$Milkmaid.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Milkmaid any longer@@. + ''__@@.pink;$Milkmaid.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Milkmaid any longer@@. <<set $Milkmaid = 0>> <<elseif !canWalk($Milkmaid)>> ''__@@.pink;$Milkmaid.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Milkmaid any more.@@<br> @@ -179,7 +179,7 @@ ''__@@.pink;$Farmer.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Farmer any more.@@<br> <<set $Farmer = 0>> <<elseif $Farmer.preg > 37 && $Farmer.broodmother == 2>> - ''__@@.pink;$Farmer.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Farmer any longer@@. + ''__@@.pink;$Farmer.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Farmer any longer@@. <<set $Farmer = 0>> <<elseif !canWalk($Farmer)>> ''__@@.pink;$Farmer.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Farmer any more.@@<br> @@ -200,7 +200,7 @@ ''__@@.pink;$Stewardess.slaveName@@__'' can't give servants verbal orders @@.yellow;and cannot serve as your Stewardess any more.@@<br> <<set $Stewardess = 0>> <<elseif $Stewardess.preg > 37 && $Stewardess.broodmother == 2>> - ''__@@.pink;$Stewardess.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Stewardess any longer@@. + ''__@@.pink;$Stewardess.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Stewardess any longer@@. <<set $Stewardess = 0>> <<elseif $Stewardess.fetish == "mindbroken">> ''__@@.pink;$Stewardess.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Stewardess any more.@@<br> @@ -224,7 +224,7 @@ ''__@@.pink;$Schoolteacher.slaveName@@__'' can't give verbal instruction @@.yellow;and cannot serve as your Schoolteacher any more.@@<br> <<set $Schoolteacher = 0>> <<elseif $Schoolteacher.preg > 37 && $Schoolteacher.broodmother == 2>> - ''__@@.pink;$Schoolteacher.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Schoolteacher any longer@@. + ''__@@.pink;$Schoolteacher.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Schoolteacher any longer@@. <<set $Schoolteacher = 0>> <<elseif $Schoolteacher.fetish == "mindbroken">> ''__@@.pink;$Schoolteacher.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Schoolteacher any more.@@<br> @@ -245,7 +245,7 @@ ''__@@.pink;$Wardeness.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Wardeness any more.@@<br> <<set $Wardeness = 0>> <<elseif $Wardeness.preg > 37 && $Wardeness.broodmother == 2>> - ''__@@.pink;$Wardeness.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Wardeness any longer@@. + ''__@@.pink;$Wardeness.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Wardeness any longer@@. <<set $Wardeness = 0>> <<elseif !canSee($Wardeness)>> ''__@@.pink;$Wardeness.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Wardeness any more.@@<br> @@ -263,7 +263,7 @@ ''__@@.pink;$Attendant.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Attendant any more.@@<br> <<set $Attendant = 0>> <<elseif $Attendant.preg > 37 && $Attendant.broodmother == 2>> - ''__@@.pink;$Attendant.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Attendant any longer@@. + ''__@@.pink;$Attendant.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Attendant any longer@@. <<set $Attendant = 0>> <<elseif !canWalk($Attendant)>> ''__@@.pink;$Attendant.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Attendant any more.@@<br> @@ -281,7 +281,7 @@ ''__@@.pink;$Matron.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Matron any more.@@<br> <<set $Matron = 0>> <<elseif $Matron.preg > 37 && $Matron.broodmother == 2>> - ''__@@.pink;$Matron.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Matron any longer@@. + ''__@@.pink;$Matron.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Matron any longer@@. <<set $Matron = 0>> <<elseif !canWalk($Matron)>> ''__@@.pink;$Matron.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Matron any more.@@<br> @@ -302,7 +302,7 @@ ''__@@.pink;$Nurse.slaveName@@__'' is mindbroken @@.yellow;and cannot serve as your Nurse any more.@@<br> <<set $Nurse = 0>> <<elseif $Nurse.preg > 37 && $Nurse.broodmother == 2>> - ''__@@.pink;$Nurse.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your Nurse any longer@@. + ''__@@.pink;$Nurse.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your Nurse any longer@@. <<set $Nurse = 0>> <<elseif !canWalk($Nurse)>> ''__@@.pink;$Nurse.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your Nurse any more.@@<br> @@ -323,7 +323,7 @@ ''__@@.pink;$Bodyguard.slaveName@@__'' is no longer independently mobile @@.yellow;and cannot serve as your bodyguard any more.@@<br> <<set $Bodyguard = 0>> <<elseif $Bodyguard.preg > 37 && $Bodyguard.broodmother == 2>> - ''__@@.pink;$Bodyguard.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;she cannot effectively serve as your bodyguard any longer@@. + ''__@@.pink;$Bodyguard.slaveName@@__'' spends so much time giving birth and laboring that @@.yellow;$he cannot effectively serve as your bodyguard any longer@@. <<set $Bodyguard = 0>> <<elseif !canSee($Bodyguard)>> ''__@@.pink;$Bodyguard.slaveName@@__'' can no longer see @@.yellow;and cannot serve as your Bodyguard any more.@@<br> @@ -359,7 +359,7 @@ <<if $fighterIDs.includes($slaves[$i])>> <<if !canWalk($slaves[$i])>> - ''__@@.pink;$slaves[$i].slaveName@@__'' is no longer independently mobile @@.yellow;and cannot fight any more.@@ She has been removed from $pitName roster<br>. + ''__@@.pink;$slaves[$i].slaveName@@__'' is no longer independently mobile @@.yellow;and cannot fight any more.@@ $He has been removed from $pitName roster<br>. <<set $fighterIDs.delete($slaves[$i].ID)>> <</if>> <</if>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 81c155c869af8ff3ece2a44b34ab3ebcf310a084..00fd1e6c7fe5a809ad97ba8d696cd0bddb45ad78 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -1610,7 +1610,7 @@ Hormones: <strong><span id="hormones"> <</if>> <<link "Only with you">><<set $activeSlave.releaseRules = "restrictive">><<replace "#releaseRules">>$activeSlave.releaseRules<</replace>><</link>> | <<link "Have $him remain chaste">><<set $activeSlave.releaseRules = "chastity">><<replace "#releaseRules">>$activeSlave.releaseRules<</replace>><</link>> - + <<if setup.facilityHeads.includes($activeSlave.assignment)>> <<if $activeSlave.lactation != 2>> <br>Lactation maintenance for facility heads: ''<span id="releaseRules">$activeSlave.lactationRules</span>.'' diff --git a/src/uncategorized/slaveShelter.tw b/src/uncategorized/slaveShelter.tw index 60d184e11ba2e2e6091a826ca39c385b2a95ff3c..e4fe30e5a81350d56aec211ab4a63bfb36a3c831 100644 --- a/src/uncategorized/slaveShelter.tw +++ b/src/uncategorized/slaveShelter.tw @@ -4,7 +4,7 @@ <<if $shelterSlaveBought == 1>><<goto $returnTo>><</if>> -You contact the Slave Shelter to review the profile of the slave the Shelter is offering to a good <<if $PC.title == 1>>Master<<else>>Mistress<</if>> willing to pay the Shelter's nominal placement fee. The severe, tired-looking woman who answers your call hurries through the disclaimers. "All Shelter Slaves are provided as-is... the Shelter provides a single slave for placement each week... resale of Shelter slaves is contractually forbidden... we reserve the right to unannounced inspection of placed slaves... the Shelter follows up on reports of abuse or resale of its slaves..." +You contact the Slave Shelter to review the profile of the slave the Shelter is offering to a good <<if $PC.title == 1>>Master<<else>>Mistress<</if>> willing to pay the Shelter"s nominal placement fee. The severe, tired-looking woman who answers your call hurries through the disclaimers. "All Shelter Slaves are provided as-is... the Shelter provides a single slave for placement each week... resale of Shelter slaves is contractually forbidden... we reserve the right to unannounced inspection of placed slaves... the Shelter follows up on reports of abuse or resale of its slaves..." <br><br> @@ -22,10 +22,10 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <</if>> <</if>> <<if random(1,100) <= $seeDicks>> - <<set _possibleOrigins.push("gelding", "dickpain")>> + <<set _possibleOrigins.push("dickpain", "gelding")>> <</if>> <<if random(0,99) >= $seeDicks>> - <<set _possibleOrigins.push("plugs", "used whore", "reaction")>> + <<set _possibleOrigins.push("plugs", "reaction", "used whore")>> <<if $seePreg != 0>> <<set _possibleOrigins.push("breeder", "broken womb")>> <</if>> @@ -63,14 +63,14 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $oneTimeDisableDisability = 1>> <<include "Generate New Slave">> <<set $shelterSlave = $activeSlave>> - <<set $shelterSlave.origin = "It's not clear why her previous owner cut her arms and legs off.">> + <<set $shelterSlave.origin = "It"s not clear why her previous owner cut her arms and legs off.">> <<set $shelterSlave.career = "a slave">> <<set $shelterSlave.amp = 1>> <<set $shelterSlave.devotion = random(-100,-90)>> <<set $shelterSlave.trust = random(-100,-90)>> <<set $shelterSlave.health = random(-80,-60)>> - <<set $shelterSlave.behavioralFlaw = either("odd", "hates men", "hates women")>> - <<set $shelterSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration", "apathetic")>> + <<set $shelterSlave.behavioralFlaw = either("hates men", "hates women", "odd")>> + <<set $shelterSlave.sexualFlaw = either("apathetic", "hates anal", "hates oral", "hates penetration")>> <<case "blind">> <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> <<set $activeSlaveOneTimeMaxAge = 22>> @@ -148,9 +148,9 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.foreskin = 0>> <<set $shelterSlave.balls = 0>> <<set $shelterSlave.scrotum = 0>> - <<set $shelterSlave.behavioralFlaw = either("odd", "anorexic", "anorexic", "anorexic")>> + <<set $shelterSlave.behavioralFlaw = either("anorexic", "anorexic", "anorexic", "odd")>> <<set $shelterSlave.sexualFlaw = either("apathetic", "neglectful", "self hating")>> - <<set $shelterSlave.fetish = either("none", "none", "masochist")>> + <<set $shelterSlave.fetish = either("masochist", "none", "none")>> <<set $shelterSlave.customDesc = "The scars from her crudely performed self-castration are still visible on her lower groin.">> <<case "cannibal victim female">> <<if $pedo_mode == 1>> @@ -171,9 +171,9 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.boobs = 0>> <<set $shelterSlave.boobsImplant = 0>> <<set $shelterSlave.nipples = "tiny">> - <<set $shelterSlave.behavioralFlaw = either("odd", "anorexic", "anorexic", "anorexic")>> + <<set $shelterSlave.behavioralFlaw = either("anorexic", "anorexic", "anorexic", "odd")>> <<set $shelterSlave.sexualFlaw = either("apathetic", "neglectful", "self hating")>> - <<set $shelterSlave.fetish = either("none", "none", "masochist")>> + <<set $shelterSlave.fetish = either("masochist", "none", "none")>> <<set $shelterSlave.customDesc = "Her chest is covered by an ugly mess of scar tissue.">> <<case "degraded DoL">> <<set $activeSlaveOneTimeMinAge = 14>> @@ -186,7 +186,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.devotion = random(-100,-90)>> <<set $shelterSlave.trust = random(-100,-90)>> <<set $shelterSlave.health = random(-90,-70)>> - <<set $shelterSlave.slaveName = either('Cumbucket', 'Sluttypig', 'Fuckpuppet', 'Cumgulper', 'Cumdoll', 'Cumbitch', 'Whorelips', 'Spunkswallow', 'Fuckslut', 'Fucktoy', 'Spunkbucket', 'Fuckhole', 'Fuckmeat', 'Rapemeat')>> + <<set $shelterSlave.slaveName = either("Cumbitch", "Cumbucket", "Cumdoll", "Cumgulper", "Fuckhole", "Fuckmeat", "Fuckpuppet", "Fuckslut", "Fucktoy", "Rapemeat", "Sluttypig", "Spunkbucket", "Spunkswallow", "Whorelips")>> <<set $shelterSlave.slaveSurname = 0>> <<set $shelterSlave.minorInjury = either("black eye", "bruise", "split lip", 0)>> <<set $shelterSlave.weight = random(-90,-30)>> @@ -241,8 +241,8 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.entertainSkill = 0>> <<set $shelterSlave.combatSkill = 0>> <<set $shelterSlave.attrXY = random(40,60)>> - <<set $shelterSlave.behavioralFlaw = either("odd", "hates men", "anorexic", "gluttonous")>> - <<set $shelterSlave.sexualFlaw = either("hates anal", "apathetic")>> + <<set $shelterSlave.behavioralFlaw = either("anorexic", "gluttonous", "hates men", "odd")>> + <<set $shelterSlave.sexualFlaw = either("apathetic", "hates anal")>> <<case "dickpain">> <<set $activeSlaveOneTimeMinAge = 20>> <<set $activeSlaveOneTimeMaxAge = 42>> @@ -265,7 +265,7 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.combatSkill = 0>> <<set $shelterSlave.energy = random(5,10)>> <<set $shelterSlave.attrXX = 0>> - <<set $shelterSlave.behavioralFlaw = either("odd", "hates women")>> + <<set $shelterSlave.behavioralFlaw = either("hates women", "odd")>> <<set $shelterSlave.sexualFlaw = either("apathetic")>> <<case "plugs">> <<set $activeSlaveOneTimeMinAge = 20>> @@ -286,8 +286,8 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.whoreSkill = 0>> <<set $shelterSlave.entertainSkill = 0>> <<set $shelterSlave.combatSkill = 0>> - <<set $shelterSlave.behavioralFlaw = either("odd", "anorexic", "gluttonous")>> - <<set $shelterSlave.sexualFlaw = either("hates penetration", "hates anal", "hates oral")>> + <<set $shelterSlave.behavioralFlaw = either("anorexic", "gluttonous", "odd")>> + <<set $shelterSlave.sexualFlaw = either("hates anal", "hates oral", "hates penetration")>> <<case "breeder">> <<if $pedo_mode == 1>> <<set $activeSlaveOneTimeMinAge = ($fertilityAge + 6)>> @@ -315,8 +315,8 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.whoreSkill = 0>> <<set $shelterSlave.entertainSkill = 0>> <<set $shelterSlave.combatSkill = 0>> - <<set $shelterSlave.behavioralFlaw = either("odd", "hates men", "gluttonous")>> - <<set $shelterSlave.sexualFlaw = either("hates penetration", "apathetic", "repressed")>> + <<set $shelterSlave.behavioralFlaw = either("gluttonous", "hates men", "odd")>> + <<set $shelterSlave.sexualFlaw = either("apathetic", "hates penetration", "repressed")>> <<case "used whore">> <<set $activeSlaveOneTimeMinAge = 32>> <<set $activeSlaveOneTimeMaxAge = 42>> @@ -339,8 +339,8 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<set $shelterSlave.whoreSkill = 35>> <<set $shelterSlave.entertainSkill = 15>> <<set $shelterSlave.combatSkill = 0>> - <<set $shelterSlave.behavioralFlaw = either("odd", "hates men", "gluttonous", "anorexic")>> - <<set $shelterSlave.sexualFlaw = either("hates penetration", "hates oral", "hates anal", "apathetic")>> + <<set $shelterSlave.behavioralFlaw = either("anorexic", "gluttonous", "hates men", "odd")>> + <<set $shelterSlave.sexualFlaw = either("apathetic", "hates anal", "hates oral", "hates penetration")>> <<case "reaction">> <<set $oneTimeDisableDisability = 1>> <<include "Generate New Slave">> @@ -363,8 +363,8 @@ You contact the Slave Shelter to review the profile of the slave the Shelter is <<if (random(1,3) == 1)>> <<set $shelterSlave.butt += random(3,5)>> <</if>> - <<set $shelterSlave.behavioralFlaw = either("odd", "gluttonous", "anorexic")>> - <<set $shelterSlave.sexualFlaw = either("hates penetration", "hates oral", "hates anal", "apathetic")>> + <<set $shelterSlave.behavioralFlaw = either("anorexic", "gluttonous", "odd")>> + <<set $shelterSlave.sexualFlaw = either("apathetic", "hates anal", "hates oral", "hates penetration")>> <</switch>> <<set $shelterSlave.origin = "You got her at the Slave Shelter. " + $shelterSlave.origin>> <</if>> diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index e9d0db35f06d078ed41832b93d52d31bcbdbda56..2f3ac1279ae735d4923c7902aa505894755b48f1 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -256,7 +256,7 @@ <</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. + $activeSlave.slaveName is quickly escorted out by $his new master. $He is rarely seen in public anymore, but $his records show $he 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])>> @@ -269,7 +269,7 @@ <</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. + $activeSlave.slaveName is a common sight around the arcology, since free range cows are allowed to range between milkings. $He 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])>> @@ -282,7 +282,7 @@ <</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. + The breeder already has stud stock, and $activeSlave.slaveName is rapidly impregnated. $He'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])>> @@ -295,7 +295,7 @@ <</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. + $activeSlave.slaveName settles in to $his new role easily enough; $he's one of the most pampered slaves in the arcology. All $he's expected to do is light housework and self-maintenance, along with gentle unprotected vaginal sex with $his new master. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "pregnancy")>> <<if ($slaves[_ss].fetishKnown == 1)>> @@ -310,7 +310,7 @@ <</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. + $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 her wet pussy. The slave is expected to keep $his nipples erect for her at all times. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "boobs")>> <<if ($slaves[_ss].fetishKnown == 1)>> @@ -325,7 +325,7 @@ <</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. + $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 $his ignored tit, he is one of them. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "boobs")>> <<if ($slaves[_ss].fetishKnown == 1)>> @@ -338,11 +338,11 @@ <</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. + Your slaves in love with their own fuckable breasts envy $him, 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. <</if>> <<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. + The next time $activeSlave.slaveName is seen in public, on an errand for $his master, $he's walking a little oddly. $His naked dick has the flaccidity of sexual satiation, and $he has a tired but dreamy expression on $his face. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "buttslut")>> <<if ($slaves[_ss].fetishKnown == 1)>> @@ -402,7 +402,7 @@ <</if>> <<case "dom fetishist">> - $activeSlave.slaveName wins $himself a leadership position with $his new master, who repays $his hard work by allowing her to use his slaves at will. + $activeSlave.slaveName wins $himself a leadership position with $his new master, who repays $his hard work by allowing $him to use his slaves at will. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "dom")>> <<if ($slaves[_ss].fetishKnown == 1)>> @@ -473,7 +473,7 @@ <</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. + $activeSlave.slaveName is taken away to join the legion of airheaded, big-titted sex slaves that throng the arcology owned by $his purchaser. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> <<run clearSummaryCache($slaves[_ss])>> @@ -527,7 +527,7 @@ <</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. + A shipping container arrives for $activeSlave.slaveName; as $he's loaded into it, it sedates $him and begins to pump hormones, curatives and growth enhancers into no less than seven places scattered over $his body. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion <= 20)>> <<run clearSummaryCache($slaves[_ss])>> @@ -540,7 +540,7 @@ <</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. + $activeSlave.slaveName is seen in a research report nine months later; $he has undergone some interesting changes. As expected by someone interested in $his odd womb, $he is quite pregnant, but what really stands out is the massive size of $his testicles and $his huge round implants. A quick glance at the article reveals that they aren't implants, in fact, $his breasts and testicles are rounded with children. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].mpreg == 1)>> <<run clearSummaryCache($slaves[_ss])>> @@ -553,7 +553,7 @@ <</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. + $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 $his womb. Within minutes, a flood of liquid and fetuses are pouring from $his gaping cunt, all the while he times how long it takes $his overburdened womb to drain of all its contents. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].bellyPreg >= 300000>> <<run clearSummaryCache($slaves[_ss])>> @@ -695,7 +695,7 @@ <</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. + $activeSlave.slaveName is shipped to a new arcology, and culturally, across the centuries. $His 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])>> @@ -704,7 +704,7 @@ <</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 $him@@ out onto the sand. <</if>> <<case "aztec revivalist arcology">> @@ -717,7 +717,7 @@ <</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. + $His willingness to obey will be tested. $His life will be forfeit, a fate many others @@.gold;fear might befall them,@@ if $he does not perform. <</if>> <<case "egyptian revivalist arcology">> @@ -816,7 +816,7 @@ <</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. + $activeSlave.slaveName's buyer takes charge of $him, 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])>> @@ -868,7 +868,7 @@ <</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. + $activeSlave.slaveName's nervous buyer comes to collect $him, 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])>> @@ -894,7 +894,7 @@ <</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 $himself. But $his belly, painfully distended with food, makes $his situation obvious. + $activeSlave.slaveName is only rarely seen around the arcology, since $his new owners force $him to spend most of $his time sleeping, eating and looking after $himself. 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])>> @@ -903,11 +903,11 @@ <</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 $him, 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. + $activeSlave.slaveName is last seen somewhat later, packed into a shipment of cows heading out of the arcology. $He looks rather ill from the drugs $he'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])>> @@ -920,7 +920,7 @@ <</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. + $activeSlave.slaveName is frequently seen in public over the next few weeks, since $he's being trained to improve $his feminine deportment. $He 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])>> @@ -933,7 +933,7 @@ <</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. + $activeSlave.slaveName is next seen after some weeks of surgery. $He's barely recognizable, and now possesses a serviceable vagina which $he clearly is unsure of. $His original status is scarcely discernible. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].dick > 0)>> <<run clearSummaryCache($slaves[_ss])>> @@ -946,7 +946,7 @@ <</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. + 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 $he is seen no more. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion < 10)>> <<run clearSummaryCache($slaves[_ss])>> @@ -959,7 +959,7 @@ <</if>> <<case "D cannibal">> - $activeSlave.slaveName is never seen again. Her buyer prefers to keep whatever happened to her private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves. + $activeSlave.slaveName is never seen again. $His buyer prefers to keep whatever happened to $him private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust -= 2>> @@ -973,7 +973,7 @@ <</for>> <<case "D amazon hunter">> - When $activeSlave.slaveName's buyer appears, the big girl is almost bashful. He tries to resist the impulse, but quickly breaks down and sweeps her into a tight hug. $He accepts the embrace meekly. Your other slaves find this @@.mediumaquamarine;very romantic.@@ + When $activeSlave.slaveName's buyer appears, the big girl is almost bashful. He tries to resist the impulse, but quickly breaks down and sweeps $him into a tight hug. $He accepts the embrace meekly. Your other slaves find this @@.mediumaquamarine;very romantic.@@ <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust += 1>> @@ -1002,7 +1002,7 @@ <</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. + $activeSlave.slaveName's buyer arrives promptly; he seems pleased with his new slave's bountiful bottom, so far off the ground. Your buttsluts giggle over what he's got in store for $him, and @@.mediumaquamarine;envy@@ $his new owner a little. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "buttslut")>> <<if ($slaves[_ss].fetishKnown == 1)>> @@ -1024,7 +1024,7 @@ <</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. + $activeSlave.slaveName's lithe, muscular form is rarely seen after $his buyer takes charge of $him, since $he seems to spend most of $his time at home making babies. Your slaves with pregnancy fetishes @@.mediumaquamarine;almost want to be sold@@ since there's a chance they'll be purchased by him, too. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "pregnancy")>> <<if ($slaves[_ss].fetishKnown == 1)>> @@ -1038,7 +1038,7 @@ $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his beloved at home. Though $he seems to be well treated, arcology society finds him repellent enough that your other slaves do not envy $him. <<case "fuckdoll">> - Though $activeSlave.slaveName's fate as a living fucktoy is not obvious, since most of her body will forever after be encased in thick latex, rumors of what happens to girls who @@.gold;fail to be valuable to you@@ pass among your slaves. + Though $activeSlave.slaveName's fate as a living fucktoy is not obvious, since most of $his body will forever after be encased in thick latex, rumors of what happens to girls who @@.gold;fail to be valuable to you@@ pass among your slaves. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust -= 2>> @@ -1057,7 +1057,7 @@ <</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. + $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his prize safe and sound at home. Your other borderline unheard of sluts @@.mediumaquamarine;hope that someone like him would consider whisking them away,@@ but most of your slaves are skeptical at what his intent may be. <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].pornPrestige == 1>> @@ -1070,7 +1070,7 @@ <<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. + 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 $him increases until large bulges of cum pass through the ones filling $his stretched cunt, visibly bloating $his belly. $He then collapses to the ground, $his swollen belly rapidly growing with the tentacle spawn gestating within $him. 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>> @@ -1089,28 +1089,28 @@ <<if $peacekeepers.tastes == 0>> <<if $slaveCost > random(10000,50000) || $peacekeepers.attitude > 90>><<set _influential = 1>><<else>><<set _influential = 0>><</if>> <<if _influential && $activeSlave.balls > 0 && $activeSlave.scrotum > 0 && $activeSlave.dick > 0 && $activeSlave.vagina > -1 && $activeSlave.energy > 50>> - with dicks in $his mouth, pussy, and ass. She's totally covered in cum, and a lot of it is $hers. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more lusty futas in the future. + with dicks in $his mouth, pussy, and ass. $He's totally covered in cum, and a lot of it is $hers. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more lusty futas in the future. <<set $peacekeepers.tastes = "lusty futanari">> <<elseif _influential && $activeSlave.fetish == "cumslut" && $activeSlave.fetishStrength > 95 && $activeSlave.sexualFlaw == "cum addict">> - on $his knees, sucking dick. That's where she's at home, of course, and as soon as the man she's blowing cums down $his throat and steps away, another immediately replaces him. $activeSlave.slaveName keeps guzzling penis without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for cum has made her very popular. General $peacekeepers.generalName's buyer is going to be looking for more cum addicts in the future. + on $his knees, sucking dick. That's where $he's at home, of course, and as soon as the man $he's blowing cums down $his throat and steps away, another immediately replaces him. $activeSlave.slaveName keeps guzzling penis without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for cum has made $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more cum addicts in the future. <<set $peacekeepers.tastes = "cum addicts">> <<elseif _influential && $activeSlave.physicalAge > 34 && $activeSlave.visualAge > 34 && $activeSlave.energy > 80>> - energetically bouncing atop one young man while a muscular young woman standing over $him rides $his face. $He's got dicks in both of $his hands, and is stroking them eagerly. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny MILFs in the future. + energetically bouncing atop one young man while a muscular young woman standing over $him rides $his face. $He's got dicks in both of $his hands, and is stroking them eagerly. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny MILFs in the future. <<set $peacekeepers.tastes = "horny MILFs">> <<elseif _influential && $activeSlave.boobs > 2000 && $activeSlave.lactation > 1>> - standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men and women take turns drinking straight from $his nipples as a break from using the other whores. Someone's fucking her from behind. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more big-breasted cows in the future. + standing obediently in a comfort station in one of their rear area facilities, while a huge group of muscular men and women take turns drinking straight from $his nipples as a break from using the other whores. Someone's fucking $him from behind. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more big-breasted cows in the future. <<set $peacekeepers.tastes = "big-breasted cows">> <<elseif _influential && $activeSlave.physicalAge < 25 && $activeSlave.visualAge < 25 && $activeSlave.face > 95>> - striking a come-hither pose for an enormous crowd of cheering soldiers. There's a note attached, stating superfluously that she's very popular. It's not surprising; she's young, very beautiful, and able to handle a lot of devoted attention. General $peacekeepers.generalName's buyer is going to be looking for more beautiful young sex slaves in the future. + striking a come-hither pose for an enormous crowd of cheering soldiers. There's a note attached, stating superfluously that $he's very popular. It's not surprising; $he's young, very beautiful, and able to handle a lot of devoted attention. General $peacekeepers.generalName's buyer is going to be looking for more beautiful young sex slaves in the future. <<set $peacekeepers.tastes = "beautiful young sex slaves">> <<elseif _influential && $activeSlave.vagina == 0 && isFertile($activeSlave)>> - happily taking it vaginally while teasing the growing crowd eager to cum in $his needy pussy. There's a note attached, stating superfluously that $he's very popular. It's not surprising; she has a burning need that they are dutifully fulfilling. General $peacekeepers.generalName's buyer is going to be looking for more eager virgins in the future. + happily taking it vaginally while teasing the growing crowd eager to cum in $his needy pussy. There's a note attached, stating superfluously that $he's very popular. It's not surprising; $he has a burning need that they are dutifully fulfilling. General $peacekeepers.generalName's buyer is going to be looking for more eager virgins in the future. <<set $peacekeepers.tastes = "fertile virgins">> <<elseif _influential && $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.energy > 50>> - eagerly bouncing atop one young man while a muscular young woman standing over her rides $his face. She's got dicks in both of $his hands, and is stroking them eagerly, encouraging their owners to cum on $his rounded middle. There's a note attached, stating superfluously that she's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny preggos in the future. + eagerly bouncing atop one young man while a muscular young woman standing over $him rides $his face. $He's got dicks in both of $his hands, and is stroking them eagerly, encouraging their owners to cum on $his rounded middle. There's a note attached, stating superfluously that $he's very popular. General $peacekeepers.generalName's buyer is going to be looking for more horny preggos in the future. <<set $peacekeepers.tastes = "lusty preggos">> <<elseif _influential && $activeSlave.preg > $activeSlave.pregData.normalBirth/4 && $activeSlave.fetish == "pregnancy" && $activeSlave.sexualFlaw == "breeder">> - on $his back, getting fucked while teasing $his growing baby bump. That's where she's at home, of course, and as soon as the man she's taking cums in $his <<if $activeSlave.mpreg > 0>>asspussy<<else>>pussy<</if>> and steps away, another immediately replaces him. $activeSlave.slaveName keeps spreading $his legs without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for bareback sex has made her very popular. General $peacekeepers.generalName's buyer is going to be looking for more baby obsessed breeders in the future. + on $his back, getting fucked while teasing $his growing baby bump. That's where $he's at home, of course, and as soon as the man $he's taking cums in $his <<if $activeSlave.mpreg > 0>>asspussy<<else>>pussy<</if>> and steps away, another immediately replaces him. $activeSlave.slaveName keeps spreading $his legs without hesitation. There's a note attached, stating superfluously that $his apparently bottomless appetite for bareback sex has made $him very popular. General $peacekeepers.generalName's buyer is going to be looking for more baby obsessed breeders in the future. <<set $peacekeepers.tastes = "baby obsessed breeders">> <<elseif _influential && $activeSlave.belly >= 300000>> <<set _belly = bellyAdjective($activeSlave)>> @@ -1157,7 +1157,7 @@ <</switch>> <</if>> <<if $peacekeepers.attitude+Math.ceil($slaveCost/10000) < 100>> - Her presence will influence General $peacekeepers.generalName's troops in favor of a closer relationship with the Free City; old world mores are difficult to maintain while inside an arcology-trained sex slave. + $His presence will influence General $peacekeepers.generalName's troops in favor of a closer relationship with the Free City; old world mores are difficult to maintain while inside an arcology-trained sex slave. <<set $peacekeepers.attitude += Math.ceil($slaveCost/10000)>> <<elseif $peacekeepers.attitude < 100>> With $activeSlave.slaveName added to their stable of sex slaves, General $peacekeepers.generalName's troops will be fully converted to the idea of aligning with the slaveowning Free Cities, and the general will no longer have to maintain even plausible deniability. @@.yellow;General $peacekeepers.generalName's little empire is now effectively a client state of $arcologies[0].name.@@ @@ -1167,7 +1167,7 @@ <</if>> <<default>> - The buyer forwards payment and sends a purchasing agent to collect her. There is nothing more to be done. + The buyer forwards payment and sends a purchasing agent to collect $him. There is nothing more to be done. <</switch>> diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 53d72b5ec081414cc85d3141ef41e3661fad8f99..3e309654a8f032a509f021da8a8dee9cfd3bf5a5 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -65,7 +65,8 @@ $spaNameCaps <<elseif $spaSlaves > 0>> It's sparsely populated; though the few slaves here have little company they like having the water to themselves. <<elseif $Attendant != 0>> - $Attendant.slaveName is alone here, and has nothing to do but keep the place (and her own soft, wet body) spotlessly clean. + <<setLocalPronouns $Attendant>> + $Attendant.slaveName is alone here, and has nothing to do but keep the place (and $his own soft, wet body) spotlessly clean. <<else>> It's empty and quiet. [[Decommission the Spa|Main][$spa = 0, $spaDecoration = "standard", $spaUpgrade = 0, $spaFix = 0]] <</if>> @@ -99,19 +100,20 @@ $spaNameCaps <</if>> <<if $Attendant != 0>> +<<setLocalPronouns $Attendant>> <br> <<if $spaFix == 2>> - $Attendant.slaveName is focusing only on the health and wellness of the slaves under her care, obeying your orders to avoid attempting to right mental flaws. - [[Order her to only fix mindbroken slaves|Spa][$spaFix = 1]] | - [[Let her tend as she sees fit|Spa][$spaFix = 0]] + $Attendant.slaveName is focusing only on the health and wellness of the slaves under $his care, obeying your orders to avoid attempting to right mental flaws. + [["Order " + $him + " to only fix mindbroken slaves"|Spa][$spaFix = 1]] | + [["Let " + $him + " tend as she " + $he + " fit"|Spa][$spaFix = 0]] <<elseif $spaFix == 1>> - $Attendant.slaveName is focusing on the health and wellness of the slaves under her care, as well as trying to bring mindbroken slaves back, while ignoring any mental hangups a slave may have. - [[Order her to not fix flaws|Spa][$spaFix = 2]] | - [[Let her tend as she sees fit|Spa][$spaFix = 0]] + $Attendant.slaveName is focusing on the health and wellness of the slaves under $his care, as well as trying to bring mindbroken slaves back, while ignoring any mental hang-ups a slave may have. + [["Order " + $him + " to not fix flaws"|Spa][$spaFix = 2]] | + [["Let " + $him + " tend as " + $he + " sees fit"|Spa][$spaFix = 0]] <<else>> - $Attendant.slaveName is not following any special orders and is tending to your slaves as she sees fit. - [[Order her to not fix any flaws|Spa][$spaFix = 2]] | - [[Order her to only fix mindbroken slaves|Spa][$spaFix = 1]] + $Attendant.slaveName is not following any special orders and is tending to your slaves as $he sees fit. + [["Order " + $him + " to not fix any flaws"|Spa][$spaFix = 2]] | + [["Order " + $him + " to only fix mindbroken slaves"|Spa][$spaFix = 1]] <</if>> <</if>> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 83c2a67ce464deb5ca16e039a21c757de6dc6608..de35b9e454fefe054490bad17b8b32f10ab0dbd7 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -105,7 +105,7 @@ <<else>> <<switch $surgeryType>> - <<case "fuckdoll" "mindbreak" "blind" "remove eyes" "amp" "removeLimbs" "amp1" "PLimb interface1" "PLimb interface2" "PLimb interface3">> + <<case "amp" "amp1" "blind" "fuckdoll" "mindbreak" "PLimb interface1" "PLimb interface2" "PLimb interface3" "remove eyes" "removeLimbs">> <<set _ID = $activeSlave.ID>> <<if _ID == $Lurcher.ID>><<set $Lurcher = 0>><</if>> <<if _ID == $Recruiter.ID>><<set $Recruiter = 0>><</if>> @@ -477,7 +477,7 @@ As the remote surgery's long recovery cycle completes, <<replace "#seed">> You simply take $him on the spot, using $him to your liking and shooting a load deep into $his receptive pussy. The implant rewards $him upon successful fertilization, so $his moans of pleasure as you pull out of $him inform you $he'll soon <<if $activeSlave.broodmother == 2>>be greatly swollen<<else>>grow heavy<</if>> with @@.lime;your brood.@@ <<set $activeSlave.pregSource = -1>> - <<set WombImpregnate($activeSlave, 1, -1, 1)>> /* to ensure player fatherinity we need actual fetus here */ + <<set WombImpregnate($activeSlave, 1, -1, 1)>> /* to ensure player paternity we need actual fetus here */ <<= VaginalVCheck()>> <</replace>> <</link>> @@ -486,7 +486,7 @@ As the remote surgery's long recovery cycle completes, <<case "preg1hack">> The hacking process is brief, being little more than inserting the actuator into $his vagina, and leaves $him with @@.red;nothing more than minor health effects@@ from the altered implant functions. $He leaves the surgery without any specific feeling, but $he knows that something has been done to $his implant. - <<set $activeSlave.broodmotherFetuses = either(2, 2, 2, 2, 3, 3, 4)>> /*My testing show that 2 or 3 relatively safe for generic adult slave with effective curatives or clinic, 4 - high risk of bursting. So there is a catch with it.*/ + <<set $activeSlave.broodmotherFetuses = either(2, 2, 2, 2, 3, 3, 4)>> /*My testing shows that 2 or 3 relatively safe for generic adult slave with effective curatives or clinic, 4 - high risk of bursting. So there is a catch with it.*/ <<if $activeSlave.fetish == "mindbroken">> /*nothing*/ <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 83d9310b667aeb30fa86b5f41c6ce7be043f266a..3218f7b36eafe6f08a4e34017a08d07c844eadfc 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -336,7 +336,7 @@ <<else>> /* TOGETHER TIME */ <<if ($activeSlave.actualAge >= _partnerSlave.actualAge+10) && canTalk(_partnerSlave)>> - tidying up their room together. _partnerSlave.slaveName is chattering about _his2 day, while $activeSlave.slaveName listens quietly, smiling fondly at $his _activeSlaveRel's prattle. + tidying up their room together. _partnerSlave.slaveName is chattering about _his2 day, while $activeSlave.slaveName <<if canHear($activeSlave)>>listens<<else>>works<</if>> quietly, smiling fondly at $his _activeSlaveRel's prattle. <<elseif ($activeSlave.amp !== 1) && !canTalk($activeSlave)>> getting ready for bed. $activeSlave.slaveName is using gestures to tell $his $activeSlave.slaveName about $his day; _partnerSlave.slaveName is very patient and does _his2 best to follow. <<elseif ($activeSlave.behavioralQuirk == "confident") && canTalk($activeSlave)>> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index 7c55e67cbbf22ed35108ee6432f1fcaeab6dac89..47f72c52728a10bfabc8384db21c5ca642e27d02 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -326,7 +326,7 @@ //This needs a description// <<case "be the Madam">> - $He heads to a private room in the back of the club accompanied by a influential patron. $He settles $himself onto his lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, basking in his attention as he strips $him. Placing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> outside the room, $he returns to get more intimate with $his catch. + $He heads to a private room in the back of the club accompanied by an influential patron. $He settles $himself onto his lap and begins working on birthing $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>, basking in his attention as he strips $him. Placing $his child<<if $slaves[$i].pregType > 1>>ren<</if>> outside the room, $he returns to get more intimate with $his catch. <<case "be the Stewardess">> $He strips and settles $himself into $his favorite chair, while calling several servants to $his aid. $He begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>> into the arms of $his waiting charges. $His child<<if $slaves[$i].pregType > 1>>ren are<<else>> is<</if>> promptly taken and $he reclines while $his servants clean and dress $him. Once $he has had enough, $he orders them back to work on the penthouse. diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 549975a194f7cf3f3f086715f698f20f86ea08c6..413e1fd9442178afd537a9c47d2e791b61379fbe 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -866,15 +866,15 @@ <<case "leather pants and pasties" "panties and pasties">> $activeSlave.slaveName's breasts <<if $activeSlave.boobs > 12000>> - are completely bare, except for the pasties covering her nipples. + are completely bare, except for the pasties covering $his nipples. <<elseif $activeSlave.boobs > 8000>> - are completely bare, except for the pasties covering her nipples. + are completely bare, except for the pasties covering $his nipples. <<elseif $activeSlave.boobs > 4000>> - are completely bare, except for the pasties covering her nipples. + are completely bare, except for the pasties covering $his nipples. <<elseif $activeSlave.boobs < 300>> - are completely bare, except for the pasties covering her nipples. + are completely bare, except for the pasties covering $his nipples. <<else>> - are completely bare, except for the pasties covering her nipples. + are completely bare, except for the pasties covering $his nipples. <</if>> <<case "a bra" "a striped bra" "a sports bra" "sport shorts and a sports bra" "striped underwear">> $activeSlave.slaveName's bra @@ -14101,44 +14101,44 @@ $He has <<elseif $activeSlave.belly >= 750000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's monolithic implant-filled belly is so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a $girl of $his girth. The excessive garmit tightly hugs the curve of $his middle. + $activeSlave.slaveName's monolithic implant-filled belly is so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a $girl of $his girth. The excessive garment tightly hugs the curve of $his middle. <<else>> - $activeSlave.slaveName's monolithic pregnant belly has grown so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a $girl of $his girth. The excessive garmit tightly hugs the curve of $his middle and every bump and gully that $his unborn children cause along its surface. + $activeSlave.slaveName's monolithic pregnant belly has grown so vast that it requires a special clubslut netting with an expanse of extra mesh designed to accommodate a $girl of $his girth. The excessive garment tightly hugs the curve of $his middle and every bump and gully that $his unborn children cause along its surface. <</if>> <<elseif $activeSlave.belly >= 600000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's titanic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garmit is stretched to its limit trying to contain $his bulging middle. + $activeSlave.slaveName's titanic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit trying to contain $his bulging middle. <<else>> - $activeSlave.slaveName's titanic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garmit is stretched to its limit by $his excessive gravidity and the bulges of $his unborn slipping through the mesh. + $activeSlave.slaveName's titanic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is stretched to its limit by $his excessive gravidity and the bulges of $his unborn slipping through the mesh. <</if>> <<elseif $activeSlave.belly >= 450000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's gigantic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garmit is completely filled out by $his bulging middle. + $activeSlave.slaveName's gigantic implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by $his bulging middle. <<else>> - $activeSlave.slaveName's gigantic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garmit is completely filled out by $his excessive gravidity. + $activeSlave.slaveName's gigantic pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment is completely filled out by $his excessive gravidity. <</if>> <<elseif $activeSlave.belly >= 300000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's massive implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garmit stretches around $his bulging middle. + $activeSlave.slaveName's massive implant-filled belly is so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around $his bulging middle. <<else>> - $activeSlave.slaveName's massive pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garmit stretches around $his excessive gravidity. + $activeSlave.slaveName's massive pregnant belly has grown so large that it requires a special clubslut netting with an expanse of extra mesh attached to its front. The extended garment stretches around $his excessive gravidity. <</if>> <<elseif $activeSlave.belly >= 150000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's giant implant-filled belly is so large that it requires $her clubslut netting to have an expanse of extra mesh added to its front. The newly extended garmit clings to the rounded curve of $his middle. + $activeSlave.slaveName's giant implant-filled belly is so large that it requires $his clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to the rounded curve of $his middle. <<else>> - $activeSlave.slaveName's giant pregnant belly has grown so large that it requires $her clubslut netting to have an expanse of extra mesh added to its front. The newly extended garmit clings to $his excessive gravidity. + $activeSlave.slaveName's giant pregnant belly has grown so large that it requires $his clubslut netting to have an expanse of extra mesh added to its front. The newly extended garment clings to $his excessive gravidity. <</if>> <<elseif $activeSlave.belly >= 120000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's clubslut netting is stretched to the breaking point by $his giant implant-filled belly. It is so tight around $her middle that flesh bulges through the mesh. + $activeSlave.slaveName's clubslut netting is stretched to the breaking point by $his giant implant-filled belly. It is so tight around $his middle that flesh bulges through the mesh. <<else>> - $activeSlave.slaveName's clubslut netting is stretched to the breaking point by $his giant pregnant belly. It is so tight around $her middle that flesh bulges through the mesh. + $activeSlave.slaveName's clubslut netting is stretched to the breaking point by $his giant pregnant belly. It is so tight around $his middle that flesh bulges through the mesh. <</if>> <<elseif $activeSlave.weight > 190>> $activeSlave.slaveName's clubslut netting is stretched to the breaking point by $his massively fat belly's desire for more room. Flab juts massively through the mesh and entire folds are hugged tightly by the straining material. diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index 9520e03461c6505241190d23032b139d804d9b70..f6b41ce26712d6c0ddf687126c4a495886131dae 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -26,7 +26,7 @@ $activeSlave.slaveName is <<case "chains">> looped tightly around $his body wherever they can make $his most uncomfortable. <<if ($activeSlave.amp == 1)>> - /* no descrption */ + /* no description */ <<else>> On $his feet, $he's wearing <<footwearDescription>> diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index b32a7880c775e3532f5856c6d3c887f7aedba4ae..32c617122a912a65cb358ec9942d65e0f7d5ed95 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -501,7 +501,7 @@ <</if>> <<elseif $args[0].oralSkill <= 30>> <<if $args[0].oralSkill+$skillIncrease > 30>> - @@.green;$He now has some oral skills,@@ and can reliably bring dicks and pussies to climax with her mouth. + @@.green;$He now has some oral skills,@@ and can reliably bring dicks and pussies to climax with $his mouth. <</if>> <<elseif $args[0].oralSkill <= 60>> <<if $args[0].oralSkill+$skillIncrease > 60>> @@ -534,7 +534,7 @@ <</if>> <<elseif $args[0].vaginalSkill <= 60>> <<if $args[0].vaginalSkill+$skillIncrease > 60>> - @@.green;$He is now a vaginal sex expert,@@ and has the muscular control to massage anything that's inside her. + @@.green;$He is now a vaginal sex expert,@@ and has the muscular control to massage anything that's inside $him. <</if>> <<elseif $args[0].vaginalSkill < 100>> <<if $args[0].vaginalSkill+$skillIncrease >= 100>> @@ -555,7 +555,7 @@ <<run SlavePronouns($args[0])>> <<if $args[0].analSkill <= 10>> <<if $args[0].analSkill+$skillIncrease > 10>> - @@.green;$He now has basic knowledge about anal sex,@@ and can accept penetration of her anus without danger. + @@.green;$He now has basic knowledge about anal sex,@@ and can accept penetration of $his anus without danger. <</if>> <<elseif $args[0].analSkill <= 30>> <<if $args[0].analSkill+$skillIncrease > 30>> @@ -563,7 +563,7 @@ <</if>> <<elseif $args[0].analSkill <= 60>> <<if $args[0].analSkill+$skillIncrease > 60>> - @@.green;$He is now an anal sex expert,@@ and knows how to use her sphincter to please. + @@.green;$He is now an anal sex expert,@@ and knows how to use $his sphincter to please. <</if>> <<elseif $args[0].analSkill < 100>> <<if $args[0].analSkill+$skillIncrease >= 100>> @@ -588,7 +588,7 @@ <</if>> <<elseif $args[0].whoreSkill <= 30>> <<if $args[0].whoreSkill+$skillIncrease > 30>> - @@.green;$He now has some skill as a whore,@@ and knows how to sell her body at a good price. + @@.green;$He now has some skill as a whore,@@ and knows how to sell $his body at a good price. <</if>> <<elseif $args[0].whoreSkill <= 60>> <<if $args[0].whoreSkill+$skillIncrease > 60>> @@ -878,12 +878,12 @@ This experience <<if ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>> | <<link "Pussy">><<set $activeSlave.toyHole = "pussy">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>> <<elseif ($activeSlave.vagina == 0)>> - | //Take her virginity before giving her pussy special attention// + | //Take $his virginity before giving $his pussy special attention// <</if>> <<if ($activeSlave.anus > 0) && canDoAnal($activeSlave)>> | <<link "Ass">><<set $activeSlave.toyHole = "ass">><<replace "#hole">>$activeSlave.toyHole<</replace>><</link>> <<else>> - | //Take her anal virginity before giving her ass special attention// + | //Take $his anal virginity before giving $his ass special attention// <</if>> /*check*/ <<if ($activeSlave.dick > 0) && canPenetrate($activeSlave)>> diff --git a/src/utility/optionsWidgets.tw b/src/utility/optionsWidgets.tw index e536ed037da04626f8c253e7387e16e9234c33cd..9dbaa27d0488b63c872458ed5f351e7c623056ba 100644 --- a/src/utility/optionsWidgets.tw +++ b/src/utility/optionsWidgets.tw @@ -5,7 +5,7 @@ Should be placed in a <span> with id = "OptionLineSeparations" %/ <<widget "OptionLineSeparations">> -Line separations are +Line separations are <<if $lineSeparations == 0>> @@.red;HIDDEN.@@ //<<link 'Show'>> @@ -74,21 +74,21 @@ Line separations are <<OptionSortBy>> <</replace>> <</link>> -| +| <<link 'Age'>> <<set $sortSlavesBy = "actualAge">> <<replace '#OptionSortBy'>> <<OptionSortBy>> <</replace>> <</link>> -| +| <<link 'How old they look'>> <<set $sortSlavesBy = "visualAge">> <<replace '#OptionSortBy'>> <<OptionSortBy>> <</replace>> <</link>> -| +| <<link 'Age of their body'>> <<set $sortSlavesBy = "physicalAge">> <<replace '#OptionSortBy'>> @@ -163,7 +163,6 @@ Line separations are <</if>> <</widget>> - /% Call as <<OptionRulesAssistantMain>> Should be placed in a <span> with id = "OptionRulesAssistantMain" @@ -204,7 +203,7 @@ Main menu assignment shortcuts are <</replace>> <</link>>// <<else>> - @@.red;HIDDEN.@@ + @@.red;HIDDEN.@@ //<<link 'Show'>> <<set $displayAssignments = 1>> <<replace '#OptionDisplayAssignments'>> @@ -222,7 +221,7 @@ Main menu assignment shortcuts are <<widget "OptionSummaryStats">> Granular slave stat numbers are <<if $summaryStats == 1>> - @@.cyan;DISPLAYED.@@ + @@.cyan;DISPLAYED.@@ //<<link 'Hide'>> <<set $summaryStats = 0>> <<replace '#OptionSummaryStats'>> @@ -230,7 +229,7 @@ Granular slave stat numbers are <</replace>> <</link>>// <<else>> - @@.red;HIDDEN.@@ + @@.red;HIDDEN.@@ //<<link 'Display'>> <<set $summaryStats = 1>> <<replace '#OptionSummaryStats'>> @@ -749,7 +748,7 @@ Race is <<widget "OptionAbbreviateClothes">> Clothes are <<if $abbreviateClothes == 2>> - @@.cyan;SUMMARIZED.@@ + @@.cyan;SUMMARIZED.@@ //<<link 'Hide'>> <<set $abbreviateClothes = 0>> <<replace '#OptionAbbreviateClothes'>> @@ -757,7 +756,7 @@ Clothes are <</replace>> <</link>>// <<else>> - @@.red;HIDDEN.@@ + @@.red;HIDDEN.@@ //<<link 'Summarize'>> <<set $abbreviateClothes = 2>> <<replace '#OptionAbbreviateClothes'>> @@ -774,7 +773,7 @@ Clothes are <<widget "OptionAbbreviateOrigins">> Origins are <<if $abbreviateOrigins == 2>> - @@.cyan;SUMMARIZED.@@ + @@.cyan;SUMMARIZED.@@ //<<link 'Hide'>> <<set $abbreviateOrigins = 0>> <<replace '#OptionAbbreviateOrigins'>> @@ -782,7 +781,7 @@ Origins are <</replace>> <</link>>// <<else>> - @@.red;HIDDEN.@@ + @@.red;HIDDEN.@@ //<<link 'Summarize'>> <<set $abbreviateOrigins = 2>> <<replace '#OptionAbbreviateOrigins'>> @@ -799,7 +798,7 @@ Origins are <<widget "OptionAbbreviateRulesets">> Rules Assistant rulesets are <<if $abbreviateRulesets == 2>> - @@.cyan;SUMMARIZED.@@ + @@.cyan;SUMMARIZED.@@ //<<link 'Hide'>> <<set $abbreviateRulesets = 0>> <<replace '#OptionAbbreviateRulesets'>> @@ -807,7 +806,7 @@ Rules Assistant rulesets are <</replace>> <</link>>// <<else>> - @@.red;HIDDEN.@@ + @@.red;HIDDEN.@@ //<<link 'Summarize'>> <<set $abbreviateRulesets = 2>> <<replace '#OptionAbbreviateRulesets'>> @@ -824,7 +823,7 @@ Rules Assistant rulesets are <<widget "OptionAbbreviateSidebar">> Facilities in the sidebar are <<if $abbreviateSidebar == 2>> - @@.cyan;SUMMARIZED.@@ + @@.cyan;SUMMARIZED.@@ //<<link 'Abbreviate'>> <<set $abbreviateSidebar = 1>> <<replace '#OptionAbbreviateSidebar'>> @@ -832,7 +831,7 @@ Facilities in the sidebar are <</replace>> <</link>>// <<else>> - @@.yellow;ABBREVIATED.@@ + @@.yellow;ABBREVIATED.@@ //<<link 'Summarize'>> <<set $abbreviateSidebar = 2>> <<replace '#OptionAbbreviateSidebar'>> @@ -847,9 +846,9 @@ Facilities in the sidebar are Should be placed in a <span> with id = "OptionAbbreviateMissing" %/ <<widget "OptionAbbreviateMissing">> -Missing slave parents are +Missing slave parents are <<if $showMissingSlavesSD>> - @@.cyan;SHOWN.@@ + @@.cyan;SHOWN.@@ //<<link 'Hide'>> <<set $showMissingSlavesSD = false>> <<replace '#OptionAbbreviateMissing'>> @@ -857,7 +856,7 @@ Missing slave parents are <</replace>> <</link>>// <<else>> - @@.red;HIDDEN.@@ + @@.red;HIDDEN.@@ //<<link 'Show'>> <<set $showMissingSlavesSD = true>> <<replace '#OptionAbbreviateMissing'>>