diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index b5d7b83e691dc948daae3c74f31694c62f47c94c..837a4571f667f08810742ecb390a01fb688dc089 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -2022,7 +2022,7 @@ window.SetBellySize = function SetBellySize(slave) { } /*:: rbuttonJS [script]*/ -/* This is modifed radiobutton macro, for automatic checked state setup*/ +/* This is modified radiobutton macro, for automatic checked state setup*/ /* Usage (be sure to use quotes around parameters): <<rbutton "$variable" "value">> @@ -2086,7 +2086,7 @@ Macro.add('rbutton', { id : `${this.name}-${varId}-${TempState[this.name][varId]++}`, name : `${this.name}-${varId}`, type : 'radio', - tabindex : 0 // for accessiblity + tabindex : 0 // for accessibility }) .addClass(`macro-${this.name}`) .on('change', function () { @@ -35124,7 +35124,7 @@ window.HAT = function() { const V = State.variables, S = V.SFUnit; var recom = `, has been recommissioned for use by $SF.Lower. It`, tons = `200`, skirt = ``, guns = ``, guns2 = ``, fans = ``, speed = ``, turbines = ``, armor = ``, ramps = ``, HATframe = ``, loadout = ``; - if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durabilty and improve cushion when travelling over uneven terrain and waves.`, recom = `,`; + if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durability and improve cushion when travelling over uneven terrain and waves.`, recom = `,`; if (S.HAT >= 3) guns = `A minigun`, guns2 = `has been mounted on the front corners of the craft to defend against attackers.`; if (S.HAT >= 4) fans = `The turbines powering the rear fans`, speed = `acceleration and speed.`, turbines = `have been replaced with a more powerful version, allowing greater`; if (S.HAT >= 5) armor = `The armor protecting its cargo has been increased.`; diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index 4e1914d2b5b07eb3f0b2ca8f486585da0438ed40..540df1c8f04019e70d89af7b5602bd85417fa2d0 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -90,9 +90,9 @@ <<set _dishRating -= 2>> <<else>> As you bite into the dick you feel as if this dish is missing something. Something Je ne sais quoi. - <<set _dishRating -= 2.5>> - <</if>> - /% Dish rating, could be made into a seperate function/passage. The following will be called for every dish %/ + <<set _dishRating -= 2.5>> + <</if>> + /% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/ <<set _dinnerRating += _dishRating>> <<if _dishRating > 5>> <<set _dishRating = 5>> @@ -120,10 +120,10 @@ <<if $activeSlave.balls > 0>> /*<img src='resources/meat balls.jpg' style="float:left" />*/ The next course is ''//Testy Meat Balls//'': - <<set _dishRating = $activeSlave.balls>> /* I give up. Each and every dish will need a rework and score redesign. Definitely some crazy potential with FSs to do some intersting things.*/ + <<set _dishRating = $activeSlave.balls>> /* I give up. Each and every dish will need a rework and score redesign. Definitely some crazy potential with FSs to do some interesting things.*/ <br> $activeSlave.slaveName's balls are coated in olive oil and sautéed. - /% Dish rating, could be made into a seperate function/passage. The following will be called for every dish %/ + /% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/ <<set _dinnerRating += _dishRating>> <<if _dishRating > 5>> <<set _dishRating = 5>> @@ -173,7 +173,7 @@ <<set _dishRating -= 2>> <</if>> - /% Dish rating, could be made into a seperate function/passage. The following will be called for every dish %/ + /% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/ <<set _dinnerRating += _dishRating>> <<if _dishRating > 5>> <<set _dishRating = 5>> @@ -216,7 +216,7 @@ Your guests are a little disappointed with the small size of the dish. <<set _dishRating -= 3>> <</if>> - + /% Dish Rating %/ <<set _dinnerRating += _dishRating>> <br><br> @@ -226,7 +226,7 @@ <br><br> <</if>> /*<br style="clear:both" />*/ - <br> + <br> /% Titty Tartare %/ <<set _dishRating = 5>> /*<img src='resources/tartare.jpg' style="float:left" />*/ @@ -265,8 +265,8 @@ <<set _dishRating += 1>> <</if>> <</if>> - - /% Dish rating, could be made into a seperate function/passage. The following will be called for every dish %/ + + /% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/ <<set _dinnerRating += _dishRating>> <<if _dishRating > 5>> <<set _dishRating = 5>> @@ -355,7 +355,7 @@ <<set $rep -= 5000>> <</if>> - /% Dish rating, could be made into a seperate function/passage. The following will be called for every dish %/ + /% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/ <<set _dinnerRating += _dishRating>> <<if _dishRating > 5>> <<set _dishRating = 5>> diff --git a/src/SecExp/rebellionGenerator.tw b/src/SecExp/rebellionGenerator.tw index b6a6683a336201235f8b0754ec1b48e2b559d89c..f056f7e66f4fdc51bd962016933ede7b2bfbead3 100644 --- a/src/SecExp/rebellionGenerator.tw +++ b/src/SecExp/rebellionGenerator.tw @@ -104,7 +104,7 @@ <<else>> <<set _citizen -= 5>> <</if>> - <</if>> + <</if>> <</if>> <<if $arcologies[0].FSNull != "unset">> Many of your more conservative citizens do not enjoy the cultural freedom you afford the residents of the arcology.<<set _citizen += either(20,30)>> diff --git a/src/SpecialForce/FlavourText.tw b/src/SpecialForce/FlavourText.tw index 2bf9a81e2426090f47c5327d4fdaab5daf6d4c8c..e18e7ac1f7b55c7323290d7d64c876f131a4a937 100644 --- a/src/SpecialForce/FlavourText.tw +++ b/src/SpecialForce/FlavourText.tw @@ -127,7 +127,7 @@ <<elseif $arcologies[0].FSChineseRevivalist != "unset">> An officer school teaches the Art of War to your commanders. <</if>> - <<else>> + <<else>> a nest of bars, pleasure dens, public spaces, and other facilities catering to the soldiers' needs and giving them somewhere to spend their free time, since they do not mingle with your citizens on the higher levels or exit the arcology except on deployment. It is well-occupied by the soldiers not currently tasked with duties, and they respectfully move out of your way as you approach, clearing a path for you to move forward. <</if>> diff --git a/src/SpecialForce/JS.js b/src/SpecialForce/JS.js index ac4ddf2c6ec7ef3cdd63468e3633937966e18a64..c87e29fd743f42b3f0959c5ad483cc2b37b88232 100644 --- a/src/SpecialForce/JS.js +++ b/src/SpecialForce/JS.js @@ -368,7 +368,7 @@ window.HAT = function() { const V = State.variables, S = V.SFUnit; var recom = `, has been recommissioned for use by $SF.Lower. It`, tons = `200`, skirt = ``, guns = ``, guns2 = ``, fans = ``, speed = ``, turbines = ``, armor = ``, ramps = ``, HATframe = ``, loadout = ``; - if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durabilty and improve cushion when travelling over uneven terrain and waves.`, recom = `,`; + if (S.HAT >= 2) skirt = `The skirt has been upgraded to increase durability and improve cushion when travelling over uneven terrain and waves.`, recom = `,`; if (S.HAT >= 3) guns = `A minigun`, guns2 = `has been mounted on the front corners of the craft to defend against attackers.`; if (S.HAT >= 4) fans = `The turbines powering the rear fans`, speed = `acceleration and speed.`, turbines = `have been replaced with a more powerful version, allowing greater`; if (S.HAT >= 5) armor = `The armor protecting its cargo has been increased.`; diff --git a/src/cheats/mod_EditChildCheatNew.tw b/src/cheats/mod_EditChildCheatNew.tw index fcfd8526f33ff436135bd429c02e1526e38bfbc3..82be1cdd76d7bbf64bd6aae2867543793836aa9e 100644 --- a/src/cheats/mod_EditChildCheatNew.tw +++ b/src/cheats/mod_EditChildCheatNew.tw @@ -452,7 +452,7 @@ <<NOptions "Vietnamese" >> <br> - <br> Middle East<br> + <br>Middle East<br> <<NOptions "Afghan" >> <<print " | ">> <<NOptions "Armenian" >> diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 95fe116efb9828d5c6491ea30803f0a42b3f5cd1..c9574e34987079999acdb52c734baefae3c10deb 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -1036,7 +1036,7 @@ <<NOptions "Vietnamese" >> <br> - <br> Middle East<br> + <br>Middle East<br> <<NOptions "Afghan" >> <<print " | ">> <<NOptions "Armenian" >> diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index 3dea18e6ed3a8e022c7380879fa90b8870d854d9..adf8103ebedbbacb1496ddd72f911ed683bb2ec1 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -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/js/rbuttonJS.tw b/src/js/rbuttonJS.tw index 1668d21900a7e3de24d8535b00b1881b8c654ed3..5ce98e92a8d9e9e42f758e19a1ffe9ed415a1fed 100644 --- a/src/js/rbuttonJS.tw +++ b/src/js/rbuttonJS.tw @@ -1,5 +1,5 @@ :: rbuttonJS [script] -/* This is modifed radiobutton macro, for automatic checked state setup*/ +/* This is modified radiobutton macro, for automatic checked state setup*/ /* Usage (be sure to use quotes around parameters): <<rbutton "$variable" "value">> @@ -63,7 +63,7 @@ Macro.add('rbutton', { id : `${this.name}-${varId}-${TempState[this.name][varId]++}`, name : `${this.name}-${varId}`, type : 'radio', - tabindex : 0 // for accessiblity + tabindex : 0 // for accessibility }) .addClass(`macro-${this.name}`) .on('change', function () { diff --git a/src/npc/descriptions/fAssistedSex.tw b/src/npc/descriptions/fAssistedSex.tw index 0843753e64c188172ef8e3b951613d1fd1bd7bcd..e285f75f6b8e32b215bfb7bf75b9631181fe5359 100644 --- a/src/npc/descriptions/fAssistedSex.tw +++ b/src/npc/descriptions/fAssistedSex.tw @@ -58,9 +58,9 @@ $he draws toward you, half-floating on a river of silent, groping hands. When $h $his saline inflated ass cheeks <<elseif $activeSlave.butt > 2>> $his wobbling ass cheeks - <<else>> + <<else>> the shallow inverted bowls of $his petite ass cheeks - <</if>> + <</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)>> When you feel the tension within you reaching its apex, you signal to $his servants to hold $him in place. With $his silent menials, still as statues, anchoring $his bloated body at the perfect angle for fucking while contorting their anonymous bodies to frame $him in a manner that maximizes $his visual attractiveness, you grab hold of $his flanks and ram into $his pregnant pussy, driving $him to the first of many orgasms in just a few casual thrusts. @@ -72,7 +72,7 @@ $he draws toward you, half-floating on a river of silent, groping hands. When $h 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 - <</if>> + <</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>> diff --git a/src/npc/descriptions/fPoolSex.tw b/src/npc/descriptions/fPoolSex.tw index da8c06a748a38bdb9f8eda341a1007cf99cb31ab..c74f1f491acc67d243387a8755488a55ae138fe8 100644 --- a/src/npc/descriptions/fPoolSex.tw +++ b/src/npc/descriptions/fPoolSex.tw @@ -4,7 +4,7 @@ <<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. -<<if $activeSlave.devotion > 95>> +<<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>> @@ -13,11 +13,11 @@ You order $him to meet you in the spa for some quality time in the penthouse's r fat, augmented tit <<elseif $activeSlave.boobs >= 3000>> huge breast - <<else>> + <<else>> petite breast - <</if>> + <</if>> as $he - <<else>> + <<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 <</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. @@ -44,15 +44,15 @@ You order $him to meet you in the spa for some quality time in the penthouse's r implant swollen ass <<elseif $activeSlave.butt > 2>> plush ass - <<else>> + <<else>> back - <</if>> + <</if>> and the pool's silk-lined wall. Reaching, you tease $his <<if canDoVaginal($activeSlave)>>kitty<<else>>asshole<</if>> with your fingers and $he crushes backward into you, moaning and rotating $his hips in response to your attention. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. <<if canDoVaginal($activeSlave)>><<= VaginalVCheck()>><<else>><<= AnalVCheck()>><</if>> - <<else>> + <<else>> 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 masterbate your pussy, squeezing and rubbing your clit. + reaches down to masturbate your pussy, squeezing and rubbing your clit. <<else>> rolls sideways and rubs your vulva as best $he can. <</if>> @@ -93,12 +93,12 @@ You order $him to meet you in the spa for some quality time in the penthouse's r implant swollen ass <<elseif $activeSlave.butt > 2>> plush ass - <<else>> + <<else>> back - <</if>> + <</if>> and the pool's silk-lined wall. Reaching, you tease $his <<if canDoVaginal($activeSlave)>>kitty<<else>>asshole<</if>> with your fingers and $he crushes backward into you, moaning and rotating $his hips in response to your attention. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. <<if canDoVaginal($activeSlave)>><<= VaginalVCheck()>><<else>><<= AnalVCheck()>><</if>> - <<else>> + <<else>> 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. @@ -111,7 +111,7 @@ You order $him to meet you in the spa for some quality time in the penthouse's r When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that your pussies are level. Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your lower lips to $his, you rub your clits together, driving the both of you to repeated orgasm. <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <</if>> - <</if>> + <</if>> <<else>> <<if $activeSlave.amp < 1>> $He's resting $his head on one arm, but $he starts as you enter, watching tensely as @@ -123,9 +123,9 @@ You order $him to meet you in the spa for some quality time in the penthouse's r fat, augmented tits <<elseif $activeSlave.boobs >= 3000>> huge breasts - <<else>> + <<else>> petite breasts - <</if>> + <</if>> $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. @@ -149,10 +149,10 @@ You order $him to meet you in the spa for some quality time in the penthouse's r plush ass <<else>> back - <</if>> + <</if>> and the pool's silk lined walls. Reaching, you tease $his <<if canDoVaginal($activeSlave)>>kitty<<else>>asshole<</if>> with your fingers and rub one hand back and forth along the line of $his tensed shoulders as $he slowly gives in to lust. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. <<if canDoVaginal($activeSlave)>><<= VaginalVCheck()>><<else>><<= AnalVCheck()>><</if>> - <<else>> + <<else>> 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. @@ -166,8 +166,8 @@ You order $him to meet you in the spa for some quality time in the penthouse's r When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that your pussies are level. Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your lower lips to $his, you rub your clits together, driving the both of you to repeated orgasm. <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <</if>> - <</if>> -<</if>> + <</if>> +<</if>> After you've finished with $him, you escort $him to the spa's attached showers so that the two of you can enjoy a bit more time together as you clean off, then allow $him to return to $his duties as you return to your own. <<if passage() != "Slave Interact">> diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw index 347cedfdb053b6efc90d0b4778dbdaf0900d22a1..29bdd76f242766fb3a093af473bd90175b4bead1 100644 --- a/src/npc/fFeelings.tw +++ b/src/npc/fFeelings.tw @@ -222,7 +222,7 @@ My favorite part of my body i<<s>> my big boob<<s>>. I like how they feel wrapped around a dick, and they are the <<c>>enter of my world. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? <<else>> my boob<<s>>, of cour<<s>>e. They're <<s>>o beautiful, and the <<c>>enter of my world. - <</if>> + <</if>> <<elseif ($activeSlave.energy > 95)>> - i<<s>> - I can't de<<c>>ide! <<if $activeSlave.vagina > -1>> diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw index 316bc6ceb9c301562c5b1ccba06ce42f04c7828d..32a62ab06e160a4ba11df0249935bb9a61c8eb54 100644 --- a/src/pregmod/beastFuck.tw +++ b/src/pregmod/beastFuck.tw @@ -226,7 +226,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to <<else>> @@.lime;gaping@@ <</if>> - <</if>> + <</if>> <<if (canDoVaginal($activeSlave))>>@@.lime;pussy@@<<else>>@@.lime;asshole@@<</if>>. <<if canDoVaginal($activeSlave)>> @@ -297,7 +297,7 @@ before calling in the _animal.species. The _animal.species slowly saunters up to The stallion begins to thrust faster and faster, causing $activeSlave.slaveName to moan and groan in pain as the <<if canDoVaginal($activeSlave)>> tip rams $his cervix<<else>> huge horsecock fills $him completely<</if>>. Before too long, the horse's movements begin to slow, and you can see its large testicles contract slightly as it begins to fill $activeSlave.slaveName's <<if (canDoVaginal($activeSlave))>>pussy<<else>>asshole<</if>> to the brim with thick horse semen. After what seems like an impossibly long time, the horse's dick finally begins to soften and it finally pulls out. You have a servant lead the horse away, with a fresh apple as a treat for its good performance. - + <<if (canDoVaginal($activeSlave)) && ($activeSlave.vagina < 4)>> <<set $activeSlave.vagina = 4>> <<elseif (canDoAnal($activeSlave)) && ($activeSlave.anus < 4)>> diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index fbed1944cea502c4bf4904c3125d7400601e91d4..f14b09899c58c4e09c4d32580624779096bf0a83 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -32,7 +32,7 @@ <<set $tanks[_inc].weight += 10>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].weight += 5>> - <</if>> + <</if>> <</if>> The weight monitoring systems are overloading $his intake causing @@.red;rapid weight gain.@@ <<elseif $incubatorWeightSetting == 2>> @@ -47,7 +47,7 @@ <<set $tanks[_inc].weight -= 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].weight -= 1>> - <</if>> + <</if>> The weight monitoring systems detect $he is overweight and @@.green;decrease $his caloric intake.@@ <<elseif $tanks[_inc].weight < -10>> <<if $incubatorUpgradeSpeed == 52>> @@ -60,7 +60,7 @@ <<set $tanks[_inc].weight += 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].weight += 1>> - <</if>> + <</if>> The weight monitoring systems detect $he is underweight and @@.green;increase $his caloric intake.@@ <<else>> $He is @@.lime;currently a healthy weight;@@ efforts will be made to maintain it. @@ -92,7 +92,7 @@ <<set $tanks[_inc].muscles += 10>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].muscles += 5>> - <</if>> + <</if>> <</if>> The strength monitoring systems are overloading $him with steroids causing @@.green;rapid muscle development.@@ <<elseif $incubatorMusclesSetting == 1>> @@ -107,7 +107,7 @@ <<set $tanks[_inc].muscles -= 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].muscles-->> - <</if>> + <</if>> The strength monitoring systems detect $he is overly muscular and @@.green;decrease $his steroid dosage.@@ <<elseif $tanks[_inc].muscles < -10>> <<if $incubatorUpgradeSpeed == 52>> @@ -120,7 +120,7 @@ <<set $tanks[_inc].muscles += 2>> <<elseif $incubatorUpgradeSpeed == 5>> <<set $tanks[_inc].muscles++>> - <</if>> + <</if>> The strength monitoring systems detect $he is weak and @@.green;increase $his steroid dosage.@@ <<else>> $He has @@.lime;a healthy musculature;@@ efforts will be made to maintain it. diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index 5be1a2981126cc1d4fe3b37cba7417a5a4295346..0030130758c24bfc055c401ec7408a333bff7cc7 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -2247,7 +2247,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi @@.red;Organ not found for deletion!@@ <</if>> <</link>> - <</if>> + <</if>> <<case "voicebox">> <<if $activeSlave.voice > 0 && $activeSlave.electrolarynx != 1>> <br> diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index 44397ba4846a65d7ef157936ada948e3745790e9..c8658d031e0d79b60a905a892ea1a183ffa82b77 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -32,9 +32,9 @@ grin and hefts one of $his massive breasts with both hands, sucking on $his nipple to give you a show while you wait. <<else>> grin and tweaks the nipples on $his pert breasts. - <</if>> + <</if>> <</if>> - <br><br> + <br><br> Once $he is safely resting on the ground, your slave <<if $activeSlave.amp < 1>> pushes up against it, stretching so that $he can look you in the eyes. @@ -140,7 +140,7 @@ dick <<else>> vagina - <</if>> + <</if>> level with the broodmother's mouth. You tell $him that you could be convinced to let $him explore $his interests. $He squeals in delight and <<if $PC.dick == 1>> wraps $his @@ -172,7 +172,7 @@ <<else>> $He focuses burying $his tongue in your quim while your personal assistant explains $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun. <</if>> - <</if>> + <</if>> <</if>> <<set $activeSlave.oralCount++, $oralTotal++>> While you're not interested in giving $him the funds necessary to make some of $his more outlandish ideas a reality, you're certainly excited by $his ideas regarding positions and hyperpregnant vaginal play. You tell $him to go for those and $he trills in delight, vibrating $his tongue @@ -196,7 +196,7 @@ $He signs to you, begging you to keep feeding $him your pussy juice as $he's eating for a lot more than two. <<else>> $He then nuzzles your crotch possessively, looking up at your face with devoted eyes. - <</if>> + <</if>> <</if>> <</if>> <br><br> @@ -216,7 +216,7 @@ hands in yours, noting their pleasant softness, and direct $him to explain. <<else>> You place a hand on $his exaggerated gut and direct $him to explain. - <</if>> + <</if>> $He blushes, sexually stimulated by even this minor touch, and <<if canTalk($activeSlave)>> describes various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential. @@ -230,9 +230,9 @@ Picturing the actions as $he describes them gets <<if $PC.dick == 1>> you rock hard in short order - <<else>> + <<else>> your pussy dripping with need in short order - <</if>> + <</if>> and, as the description continues, you move around behind your broodmother, pushing $him up onto $his tremendous womb so that you can fuck $him against it. $His belly squashes down slightly under your weight, but less than you'd expect—$he's so packed full of children that $his stomach resists changing shape. $He wiggles $his hips as you <<if $activeSlave.butt > 11>> sink face first into $his warm, room filling ass cleavage @@ -242,9 +242,9 @@ rest the weight of your upper body on $his implant inflated ass cheeks <<elseif $activeSlave.butt > 2>> slap $his generous ass - <<else>> + <<else>> press down on $his petite little ass with your hips - <</if>> + <</if>> and begin teasing $his pussy with <<if $PC.dick == 1>> the tip of your dick. @@ -269,7 +269,7 @@ shooting your load into $his wanting pussy, <<else>> collapsing into orgasm on $his bloated body, - <</if>> + <</if>> you call up your personal assistant, giving her orders to have your menials collect your exhausted breeder and to ensure $he has all the funds necessary to make $his perverted dreams a reality. $activeSlave.slaveName can only @@.hotpink;idolize you.@@ <<set $cash -= 10000>> <<set $activeSlave.devotion += 15>> @@ -301,9 +301,9 @@ at perfect eye level. You go down on $him to get $him primed and enjoy the feeling of <<if $activeSlave.amp < 1>> $his legs wrapping around your head - <<else>> + <<else>> $his stumps squeezing the sides of your head - <</if>> + <</if>> as you bring $him to climax. <<set $activeSlave.vaginalCount++, $vaginalTotal++>> <br><br> @@ -374,7 +374,7 @@ plump ass <<else>> slender ass - <</if>> + <</if>> and then shakes $his booty, glancing over $his shoulder to see how you react. You motion for $him to continue and $he turns around and approaches you, stopping only when $his massive belly is looming in front of you, almost touching you. You look over the apex of $his stomach to consider the "invention" she's developed to enable $his miraculous mobility. <br><br> A significant number of menial slaves have been repurposed and specially trained to aid your hyperbroodmother and $his incredible belly. These menials, @@ -398,28 +398,28 @@ dressed in skimpy monks habits and eyes flashing with exalted fervor as they go about their duties, <<elseif $arcologies[0].FSYouthPreferentialist > 60>> just barely the legal age for consent in your arcology and clearly eager to prove themselves, - <<elseif $arcologies[0].FSMaturityPreferentialist > 60>> + <<elseif $arcologies[0].FSMaturityPreferentialist > 60>> plush MILFs who support your hyperbroodmother's insane pregnancy with a hint of maternal affection, <<elseif $arcologies[0].FSSlimnessEnthusiast > 60>> lithe and possessed of wiry strength, - <<elseif $arcologies[0].FSRomanRevivalist > 60>> + <<elseif $arcologies[0].FSRomanRevivalist > 60>> dressed in a skimpy reproduction of roman legionary garb, - <<elseif $arcologies[0].FSAztecRevivalist > 60>> + <<elseif $arcologies[0].FSAztecRevivalist > 60>> clad only in exotic feathers, - <<elseif $arcologies[0].FSEgyptianRevivalist > 60>> + <<elseif $arcologies[0].FSEgyptianRevivalist > 60>> dressed in ankle length tarkhans made of brass and turquoise colored beads, - <<elseif $arcologies[0].FSEdoRevivalist > 60>> + <<elseif $arcologies[0].FSEdoRevivalist > 60>> dressed in skimpy noh theatre costumes, - <<elseif $arcologies[0].FSArabianRevivalist > 60>> + <<elseif $arcologies[0].FSArabianRevivalist > 60>> their sinful figures made modest by roomy abayas, - <<elseif $arcologies[0].FSChineseRevivalist > 60>> + <<elseif $arcologies[0].FSChineseRevivalist > 60>> clad in traditional silk chang'ao and lotus shoes, - <<else>> + <<else>> their clothing specifically chosen to supplement and flatter your hyperbroodmother's own outfit, - <</if>> + <</if>> act to support $his movements as $he teases you, seemingly heedless of their own safety. Their ego has been subsumed in pursuit of their duties and, as they fall into place to hold up $his gargantuan belly with each of $his slightest, most thoughtless movements, they give you the impression of being more extensions of $his will than independent beings. Your hyperbroodmother leans forward, just the slightest bit, as you consider $his assistants, and presses $his unfathomable stomach into your crotch. As $he does so, two of $his assistants slide under $his belly with practiced ease, cushioning it with their bodies to prevent it from touching the cold ground. No sound passes their lips as the gargantuan organ crushes down on them, but you can hear their bones creak. <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Oooh, <<s>>omeone like<<s>> what they <<s>>ee," $he <<say>>s. <<else>> $He can't speak, but $he does grin and roll $his belly up and down your lap for a moment, $his servants lifting and supporting $him from the periphery such that $he seems to be in casual control of $his immobilizing bulk. @@ -428,12 +428,12 @@ It is only then that you realize that <<if $PC.dick == 1>> your dick is as hard as a length of steel. - <<else>> + <<else>> your kitty is positively drowning in fem-cum. - <</if>> + <</if>> You move to touch $his belly, but $he steps backward, leaving it just out of reach. <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "If you'll permit, <<Master>>," $he <<say>>s teasingly, "I'd like to <<sh>>ow off my 'invention' ju<<s>>t a little longer." <<else>> $He smirks and @@ -491,25 +491,25 @@ "I think you'll find, though..." $he <<say>>s. <<elseif $activeSlave.amp < 1>> $He motions that "$he believes you'll find," then falls into a coy silence. - <<else>> + <<else>> $His mouthpiece motions that your slave "believes you'll find," then falls into a coy silence. - <</if>> - <br><br> + <</if>> + <br><br> $He's spinning around the pole now, reminding you of $his earlier motions. $He seems weightless, $his massive bulk perfectly supported regardless of the personal cost to those supporting $him. Your gaze turns to several motionless servants who have been knocked unconscious by $his careening bulk. They're piled up against a side wall, but inconspicuous. You can't recall when they collapsed, or when they were dragged away. The passiveness with which your slave's glorified human clothing moves makes even the collapsed menials seem natural and perfectly reasonable--just something that happens when your hyperbroodmother exercises $his body, sometimes. Not an abuse of another person. More like flexing a limb. <br><br> - $His servants surge upward, piling on top of eachother and rotating $him. $He flips upside down and, for a moment, you worry that $he might fall with disastrous consequences. The mass of human bodies working in tandem to protect and enable $him executes its motions in perfect synchrony, however, and you are treated to the sight of an impossibly pregnant slave spinning upside down, hooking one + $His servants surge upward, piling on top of each other and rotating $him. $He flips upside down and, for a moment, you worry that $he might fall with disastrous consequences. The mass of human bodies working in tandem to protect and enable $him executes its motions in perfect synchrony, however, and you are treated to the sight of an impossibly pregnant slave spinning upside down, hooking one <<if $activeSlave.amp < 1>> leg - <<else>> + <<else>> "leg" <</if>> around a stripper pole, and performing a slow, effortless body inversion, $his massive upside down belly rotating just a split second slower than the rest of $him. $He rotates some more and then flips back into a normal standing position, leaning over $his stomach and once again slightly crushing $his now visibly exhausted servants as $he performs a mock bow. <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "That it wa<<s>> worth it!" $he <<say>>s, finishing $his earlier statement. "So, what do you think?" $he asks. $He seems not even slightly out of breath. <<elseif $activeSlave.amp < 1>> $He motions to you, communicating the last part of $his earlier message: "that it was worth it!" $He then indicates that $he is waiting for your opinion. You note that $he hasn't even broken a sweat. - <<else>> + <<else>> $His mouthpiece motions to you, communicating the last part of the message your slave started earlier: "that it was worth it!" The menial then indicates that your slave is waiting for your opinion of $his work. You note that your hyperbroodmother hasn't even broken a sweat. <</if>> <br><br><span id="result2"> @@ -582,31 +582,31 @@ sight of the many businesslike, beautifying devices and service stations scattered throughout the room. <<elseif $spaDecoration == "Slimness Enthusiast">> comfortable atmosphere of the facilities. - <<elseif $spaDecoration == "Degradationist">> + <<elseif $spaDecoration == "Degradationist">> sight of the all-seeing cameras scattered throughout the room. You give a nod to one of the obvious ones, knowing there's an audience watching. - <<elseif $spaDecoration == "Roman Revivalist">> + <<elseif $spaDecoration == "Roman Revivalist">> sight of the sexual mosaics at the bottom of its spacious baths. - <<elseif $spaDecoration == "Aztec Revivalist">> + <<elseif $spaDecoration == "Aztec Revivalist">> sight of its golden idols and exotic animal trophies as well as the warm smell of tropical herbs. - <<elseif $spaDecoration == "Egyptian Revivalist">> + <<elseif $spaDecoration == "Egyptian Revivalist">> heavy perfumed air pervading the room and the sight of its warm, reed lined pools. - <<elseif $spaDecoration == "Edo Revivalist">> + <<elseif $spaDecoration == "Edo Revivalist">> steam rising up off of the stone-lined onsen pools. - <<elseif $spaDecoration == "Arabian Revivalist">> + <<elseif $spaDecoration == "Arabian Revivalist">> vibrant tilework and the smell of the heavy perfume in the steamy air. - <<elseif $spaDecoration == "Chinese Revivalist">> + <<elseif $spaDecoration == "Chinese Revivalist">> stultifying, gloomy atmosphere pervading the room. - <<elseif $spaDecoration == "Body Purist">> + <<elseif $spaDecoration == "Body Purist">> comfortable atmosphere of the facilities. - <<else>> + <<else>> sight of its spacious baths and pleasant atmosphere. - <</if>> + <</if>> Your eyes then fall on what must be $his invention: a new pool, set in a corner. It's not olympic size, but it is quite large compared to most of your other pools--a large oval--and it is completely filled with a clear, gooey substance. Lounging in it, facing you and with $his massive belly poking out just far enough for you to enjoy the sight of $his bulging "outie" belly button, is your slave, wearing an attractive bikini that seems to be soaked through with whatever goo is filling the pool. $He <<if $activeSlave.amp < 1>> waves at you and then gently rolls forward onto $his astounding pregnancy, - <<else>> + <<else>> waves a stub at you and then pokes it at a holographic remote array hovering nearby. A mobility assistance device in the pool rolls $him forward onto $his astounding pregnancy, - <</if>> + <</if>> <<if ($activeSlave.boobs >= 20000)>> causing $his insanely enormous tits to flop onto the tile at the pool's edge with a loud "thwack." <<elseif ($activeSlave.boobs >= 3000)>> @@ -615,8 +615,8 @@ resting $his huge, implant-distended tits on the pool's edge, causing them to push up into $his chin as $he looks up at you. <<else>> giving you a nice view of $his cute tits. - <</if>> - <br><br> + <</if>> + <br><br> <<if canTalk($activeSlave)>> "Hi, <<Master>>," $he <<say>>s. "//Oooooh...// you have no idea how good this feel<<s>>. My aching belly is warmed all through--well? Why don't you come in and I'll explain things." <<elseif $activeSlave.amp < 1>> @@ -632,10 +632,10 @@ <<else>> <<if $activeSlave.amp == 0>> $He motions to you, explaining in sign that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. - <<else>> + <<else>> Your personal assistant chimes in to explain that the pool is filled with curative gel. It's designed to help slaves with enormous assets moisturize their oversized bodies without having to spend all day applying it manually. <</if>> - <</if>> + <</if>> <br><br> <<if $activeSlave.amp < 1>> $He presses a few buttons on a holographic remote array @@ -656,56 +656,56 @@ $He then reaches out and, after you nod that $he can continue, $he caresses your face. <<else>> $He then reaches out to caress your face, but blushes and stops the motion as $he remembers that $he is physically unequipped to do so. - <</if>> + <</if>> $His weight falls onto you and pushes you into the cushioned wall of the pool. The wall gives beneath your combined bulk, swelling down and outward to accommodate and support you. <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Do you like it, <<Master>>?" $he asks. "It'<<s>> built to grow and change a<<s>> your <<s>>lave<<s>> do. It <<sh>>ould be the perfect <<s>>ize to <<s>>upport them, no matter what that <<s>>ize might be. And if we ever get too big for even that, well..." $he smiles and you realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel, <<if $PC.dick == 1>> you're hard as a rock and - <<else>> + <<else>> your pussy is absolutely weeping and you are - <</if>> + <</if>> as refreshed and eager to fuck as you've been in quite some time. "We can alway<<s>> just make it... bigger." <<else>> <<if $activeSlave.amp < 1>> $He motions to you, explaining that the pool is designed to grow to accommodate and support its users, then smiles. You realize that, between the feeling of $his heavy, slick mass pressing into you and the rejuvenating effect of the gel, <<if $PC.dick == 1>> you're hard as a rock and - <<else>> + <<else>> your pussy is absolutely weeping and you are - <</if>> + <</if>> as refreshed and eager to fuck as you've been in quite a while. - <<else>> + <<else>> Your personal assistant explains that the pool has been designed to grow to accommodate and support its users. You're only half-listening to what she is saying, however, as you have suddenly realized that, between the feeling of your slave's heavy, slick mass pressing into you and the rejuvenating effect of the gel, <<if $PC.dick == 1>> you're hard as a rock and - <<else>> + <<else>> your pussy is absolutely weeping and you are - <</if>> + <</if>> as refreshed and eager to fuck as you've been in quite a while. <</if>> - <</if>> + <</if>> <br><br> Your arousal gives you an idea, and you push back on your hyperbroodmother's colossal belly. $He steps away from you until $he is in the center of the pool, a look of confusion on $his face. You take control of the remote and then manipulate the reticulating frame supporting the pool such that it lifts the floor, slowly rendering both you and your colossal-bellied breeder knee deep in the warm gel. You hunker down into an aggressive, combative stance and <<if $activeSlave.origEye == "implant">> $his synthetic eyes flash white for a moment as a look of understanding dawns on $his face. <<else>> a look of understanding lights up in $his eyes. - <</if>> - <<if !canTalk($activeSlave)>> + <</if>> + <<if !canTalk($activeSlave)>> <<if $activeSlave.amp == 0>> $He waves $his arms in mock dismay<<if $activeSlave.combatSkill > 0>> and lowers $his guard<</if>> as you prepare to wrestle $him in the pool of goop. - <<else>> + <<else>> $He waves $his stubs in mock dismay as you prepare to wrestle $him in the pool of goop. <</if>> <<else>> "Oh no," $he <<say>>s in mock dismay<<if $activeSlave.combatSkill > 0>>, lowering $his guard<</if>>. "My <<Master>> i<<s>> going to wre<<s>>tle me into <<s>>ubmi<<ss>>ion in thi<<s>> hot, heavy goo pool. Whatever will I do?" - <</if>> + <</if>> You circle around $him, slowly approaching $him, and $he uses the pool's mobility assistance tools to rotate $his body so that $he can just barely keep you in $his gaze, drizzling gel over $his belly as $he keeps it between you and $him to use as a protective barrier. When you're close enough to touch the apex of $his fecund body, you leap forward through the gel, diving to one side and disappearing under it. Your momentum carries you a reasonable distance despite the resistance of the thick substance and you pop back up directly behind $him. You grab $him under $his armpits, pressing your <<if $PC.dick == 1>> rigid dick against $his - <<else>> + <<else>> engorged pussy lips against $his <</if>> <<if $activeSlave.butt > 7>> @@ -727,10 +727,10 @@ <<else>> <<if $activeSlave.amp == 0>> motioning to you, asking you what you think of $his invention. - <<else>> + <<else>> waving a stub in the air. As if on cue, your personal servant asks you what you think of your broodmother's invention. <</if>> - <</if>> + <</if>> <br><br><span id="result2"> <<link "Insult $him and halt all further training.">> <<replace "#result2">> @@ -758,14 +758,14 @@ <br><<link "Organize a televised demonstration of $his skills.">> <<replace "#result2">> You are so impressed by $his ideas that you arrange to have $him demonstrate $his discoveries on a prominent FCTV talkshow. It will take some time, and you'll have to insure that $he's at least reasonably well known before the show's executives will agree to allow $him on-air, but you're certain that $activeSlave.slaveName's name will soon be on the lips of pregnancy-loving slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@ - <<set $cash -= 10000>> - <<set $pregInventor = 2>> - <<set $pregInventions = 1>> - <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> + <<set $cash -= 10000>> + <<set $pregInventor = 2>> + <<set $pregInventions = 1>> + <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> <</replace>> <</link>> // This will cost <<= cashFormat(10000)>>// <</if>> - </span> + </span> <</replace>> <</link>> <</if>> @@ -1046,7 +1046,7 @@ <<set $arcologies[_i].FSRestart -= 10>> <</if>> <</for>> - <</if>> + <</if>> <</replace>> <</link>> </span> diff --git a/src/pregmod/rePregInventorText.tw b/src/pregmod/rePregInventorText.tw index 07d70b3850ebb99f789acfcc207cc548b9924593..44c287cca7c0773da7e2e618355380e9b215944c 100644 --- a/src/pregmod/rePregInventorText.tw +++ b/src/pregmod/rePregInventorText.tw @@ -29,9 +29,9 @@ Your slave smiles, <<if $activeSlave.amp < 1>> rubbing the side of $his belly with one hand while waving at the audience with the other. - <<else>> + <<else>> pushing one arm stump into the side of $his belly while waving the other at the studio audience. - <</if>> + <</if>> After $he has entered and taken $his place next to the interview couch--rolling forward to lay on $his belly so that $he can speak at eye level with $his interviewer while reclined in relative comfort--more menials enter the stage, carrying portable versions of the specialized maternity swing and moisturizing pool that $he has developed. <br><br> "Wow!" Millie says, "You're just about ready to pop, aren't you?" @@ -50,9 +50,9 @@ "and I'm more and more ready to pop every day." <<elseif $activeSlave.amp < 1>> motioning toward $his belly to emphasize the truth of the host's statement. - <<else>> + <<else>> waving $his stumps at $his belly to emphasize the truth of the host's statement. - <</if>> + <</if>> <br><br> "I have to admit, $activeSlave.slaveName," Millie says, "you might just be the most heavily pregnant breeder I've ever seen." She motions at your slave's replete body and says: "--may I?" <br><br> @@ -101,7 +101,7 @@ lips, <<else>> thin lips, - <</if>> + <</if>> making no noise. You know $him well enough to understand that the combined pleasure and pain from the talkshow host's uncareful touch has caused $him to experience one of $his "secret little orgasms," and you savor the sight of $him squirming as $he tries not to let on. <br><br> "So, $activeSlave.slaveName," Millie says, not taking her eyes off of the slave's incredibly fecund figure, "why don't you tell us about your inventions?" diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 12ca2a19ec169d94694fc8f74e07cc78d88789fe..bd1fc0fd14ccb015e1de840bc41ce5d8f52a02c3 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -429,7 +429,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica <<if $csec == 1>> $He was given @@.orange;a cesarean section@@ due to health concerns.<br><br> From $his womb, - <<else>> + <<else>> $He @@.orange;gave birth@@<<if $slaves[$i].prematureBirth == 1>> @@.red;prematurely@@<</if>> <<if $diffSize < 1.15>> but $his stomach barely shrank at all. $His body gave life to @@ -490,7 +490,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica The uterine support mesh built into $his womb was irreversibly damaged and had to be carefully extracted. Such an invasive surgery carried @@.red;major health complications.@@ <<set $slaves[$i].health -= 30, $slaves[$i].wombImplant = "none">> <</if>> - + <</if>> /* ---- Postbirth reactions, body -------------------------------------------------------------------------------------------*/ @@ -524,7 +524,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica After several hours of labor and birth, $his belly sags softly. <</if>> <</if>> - + <<if ($slaves[$i].vagina == 0) || ($slaves[$i].mpreg == 1 && $slaves[$i].anus == 0)>> <<if $slaves[$i].fetish != "mindbroken">> <br><br> @@ -618,7 +618,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica /* ------ Postbirth reactions, mother experience ----------------------------------------------------------------------------- */ /* I think all this reactions should be showed only if no c'section used too. Setting it up for just in case: */ -<<if $csec == 0 && $slaves[$i].assignment != "work in the dairy">> /*if not desired, this check can be easily removed or deactevated with condition set to true.*/ +<<if $csec == 0 && $slaves[$i].assignment != "work in the dairy">> /*if not desired, this check can be easily removed or deactivated with condition set to true.*/ <br> <<if $slaves[$i].laborCount == 0>> <br> @@ -823,7 +823,7 @@ All in all, <<else>> and $he hopes to never undergo it again. <</if>> - <</if>> + <</if>> <</if>> /* ------ Social reactions--------------- */ diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index b3a12ca381d3df71b106041d22530dccca953ba0..3aa3d4a7fe2fee715f3b8050d07036932e560716 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -1264,7 +1264,7 @@ Slaves are supposed to place a cup under a spigot, which detects the cup's prese <<case "devoted old">> At the end of a long week, <<EventNameLink $activeSlave>> moves past your office toward bed. This is completely normal part of the arcology routine, but you notice as $he passes that $he's wearing a preoccupied, almost sad expression. You call $him over, and $he makes a visible effort to brighten up as $he comes before you and asks your pleasure. You ask $him what's the matter, and $his face falls. -<br><br> +<br><br> "<<Master>>, I'm <<s>>o <<s>>orry you noti<<c>>ed," <<if ($activeSlave.lips > 70)>> $he lisps through $his dick-sucking lips. @@ -1969,7 +1969,7 @@ At your <<if canSee($activeSlave)>>nod<<else>>acknowledgment<</if>>, $he <<set _possibleDrugs.push({type: "dick", text: "peni<<s>> enhan<<c>>ement? I know I'm a <<s>>e<<x>> <<s>>lave and it'<<s>> my pla<<c>>e to get fucked, but when I do get to do a girl, <<Master>>, I want to <<s>>ee a little fear in her eye<<s>>."})>> <<else>> <<set _possibleDrugs.push({type: "dick", text: "peni<<s>> enhan<<c>>ement? I know I'm a <<s>>e<<x>> <<s>>lave and it'<<s>> my pla<<c>>e to get fucked, but when I do get to do a girl, <<Master>>, I want to feel her a<<ss>> clench in fear."})>> - <</if>> + <</if>> <</if>> <<if canPenetrate($activeSlave) && $activeSlave.scrotum > 0 && $activeSlave.balls < 10>> <<set _possibleDrugs.push({type: "balls", text: "te<<s>>ticle enhan<<c>>ement? I know I'm a <<s>>e<<x>> <<s>>lave and it'<<s>> my pla<<c>>e to get fucked, but when I do get to do a girl, <<Master>>, I want to <<if canHear($activeSlave)>>hear her grunt<<else>>feel her shake<</if>> every <<s>>ingle time the weight of my ball<<s>> <<s>>lap<<s>> again<<s>>t her body."})>> @@ -12089,7 +12089,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <</if>> <<else>> ass. - <</if>> + <</if>> <<else>> "Plea<<s>>e, would you let me rape <<s>>omeone, <<Master>>?" $His eyes are wild. You could let her rape someone, and you do, bringing in an appropriate slave and letting her have her way with the poor girl. <</if>> diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index 71bd08974ed3086d977e2d063a233eba4e0f7ff5..318aa6f6123997ece56a96ba1ee64ebd35ee5f9a 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -722,7 +722,7 @@ _SCD = Math.trunc(($upperClass * ($slaveDemandU + _slaveDemandU)) + ($topClass * <br>@@.red;<<print _NPCSlavesSold>> slaves were sold by your inhabitants. They saw an opportunity for profit. <<elseif _NPCSlavesSold > 0>> <br>@@.red;One slave was sold by your inhabitants. They saw an opportunity for profit. - <</if>> + <</if>> <</if>> <</if>> /*Buying slaves because they are really cheap*/ diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw index 2a996eecf08abc899778c2f187fc68a8d2f227ad..27927fc1d18f57138618e05ea670443d81d1a865 100644 --- a/src/uncategorized/brothelReport.tw +++ b/src/uncategorized/brothelReport.tw @@ -539,7 +539,7 @@ Some customers were put off since the <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls there did not match their preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> - <<else>> + <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>stacked <<elseif _girls == -1>>trim <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>stacked <<elseif _pref == -1>>slim <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> @@ -606,7 +606,7 @@ Some customers were put off since the <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls there did not match their preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> - <<else>> + <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>pregnant <<elseif _girls == -1>>flat-bellied <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>fecund <<elseif _pref == -1>>flat-bellied <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> @@ -673,7 +673,7 @@ Some customers were put off since the <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls there did not match their preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural bodied <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> - <<else>> + <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>heavily modified <<elseif _girls == -1>>natural bodied <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>heavily modded <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> @@ -740,7 +740,7 @@ Some customers were put off since the <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls there did not match their preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>naturally pure <</if>>girls. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> - <<else>> + <<else>> <<if (_girls == _pref)>> The <<if _girls == 1>>implanted or surgically improved <<elseif _girls == -1>>naturally pure <</if>>girls in the brothel match most customers' preferences for <<if _pref == 1>>implanted or surgically improved <<elseif _pref == -1>>natural unmodded <</if>>girls. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> @@ -806,7 +806,7 @@ Some customers were put off since the girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>> did not match their preferences for girls<<if _pref == 1>> with pussies<<elseif _pref == -1>> with dicks<</if>>. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> - <<else>> + <<else>> <<if (_girls == _pref)>> The girls in the brothel match most customers preferences for girls <<if _girls == 1>>with female genitalia <<elseif _girls == -1>>with male genitalia <</if>>. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> @@ -881,7 +881,7 @@ Some customers were put off since the ages of girls there did not match their preferences. Your @@.red;reputation@@ dropped slightly as a result. <<set $rep -= random(_minBonus,_maxBonus)>> <</if>> - <<else>> + <<else>> <<if (_girls == _pref)>> The girls in the brothel match most customers' age preferences. Your @@.green;reputation@@ increased slightly as a result. <<set $rep += random(_minBonus,_maxBonus)>> diff --git a/src/uncategorized/bulkSlaveIntro.tw b/src/uncategorized/bulkSlaveIntro.tw index 136adbac48ad9b94d640ffa34cbe32412b1c645e..80f9e85de1e0f459015d7155001a58cf93872ae3 100644 --- a/src/uncategorized/bulkSlaveIntro.tw +++ b/src/uncategorized/bulkSlaveIntro.tw @@ -98,7 +98,7 @@ [[Next Slave|Bulk Slave Intro]] <<else>> [[Finish introducing slaves|Bulk Slave Intro][$newSlavesDone = 1]] - <</if>> + <</if>> <</if>> /* Closes no new Slaves check */ diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 1ab8229880dd9e05f72a16366f18a59a950b3694..361d438dee2b9b9937688c236ea348dac9e7c8e2 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -80,7 +80,7 @@ __Sex Slave Purchase Options__ <br>[[Indentures Market|Slave Markets][$slaveMarket = "indentures", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 5]] | - <</if>> + <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "indentures", $introType = "bulk", $numSlaves = 10]] | <</if>> @@ -116,14 +116,14 @@ __Sex Slave Purchase Options__ <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "trainers", $introType = "bulk", $numSlaves = 10]] | - <</if>> + <</if>> //Slaves will tend to be good quality and obedient.// <<if $arcologies[0].FSPaternalist == "unset">> <br>[[Wetware CPUs|Slave Markets][$slaveMarket = "wetware", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 5]] | - <</if>> + <</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "wetware", $introType = "bulk", $numSlaves = 10]] | <</if>> diff --git a/src/uncategorized/changeLanguage.tw b/src/uncategorized/changeLanguage.tw index bc55b9a27c25021b8d6602c01e130e6954ff67fe..b00b7acb19a634a228f6a840ceafa98e1394e491 100644 --- a/src/uncategorized/changeLanguage.tw +++ b/src/uncategorized/changeLanguage.tw @@ -10,7 +10,7 @@ <<elseif $arcologies[0].FSAztecRevivalist != "unset">> <<if $language != "Nahuatl">> <<set $revivalistLanguage = "Nahuatl">> - <</if>> + <</if>> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <<if $language != "Ancient Egyptian">> <<set $revivalistLanguage = "Ancient Egyptian">> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 5de76abae623307371f720bce7bea6e628eadf66..d46157d095dfa30ca64fe4542cc7855f4693cb5b 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -898,7 +898,7 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@ @@.red;''demand will continue to weaken''.@@ <<else>> the current demand will @@.yellow;''remain stable''@@ for the coming months. - <</if>> + <</if>> <<elseif $menialDemandFactor >= 35000>> <br>Demand for slaves is approaching a @@.green;''historic high''@@, forecasts predict <<if $deltaDemand > 0>> @@ -971,7 +971,7 @@ Routine upkeep of your demesne costs @@.yellow;<<print cashFormat($costs)>>.@@ @@.green;''supply will continue to weaken''.@@ <<else>> the current supply will @@.yellow;''remain stable''@@ for the coming months. - <</if>> + <</if> <<elseif $menialSupplyFactor >= 35000>> <br>Supply for slaves is approaching a @@.red;''historic high'',@@ forecasts predict <<if $deltaSupply > 0>> diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw index 4b5bee8d6b3f25e4a22c195b7d70556bc04cb657..e01b5011ce85a54a94a8d9df298a14849a69c8b4 100644 --- a/src/uncategorized/randomNonindividualEvent.tw +++ b/src/uncategorized/randomNonindividualEvent.tw @@ -612,7 +612,7 @@ <</if>> <<if $PC.hacking >= 100 && random(0,100) > 95 && $cash >= 100000>> <<set $recruit.push("rogue cyborg")>> - <</if>> + <</if>> <<if $arcologyUpgrade.drones == 1>> <<set _recruitEvents.push("RE malefactor")>> <<set $malefactor = ["liberator", "whore", "businesswoman", "addict"]>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index d0c9dc66e35a37c404c8d544f89c12a1664f09e9..aebff18240c66153bdcc8a642471646449c2782a 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -133,7 +133,7 @@ $His $activeSlave.faceShape face is <<if ($seeExtreme == 1) && ($activeSlave.origEye != "implant") && $activeSlave.indentureRestrictions < 1>> [[Blur vision|Surgery Degradation][$activeSlave.eyes = -1, $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "eyeBlur"]] <</if>> - <</if>> + <</if>> <</if>> <<if ($seeExtreme == 1)>> @@ -174,7 +174,7 @@ $His $activeSlave.faceShape face is <<if ($seeExtreme == 1) && ($activeSlave.earImplant != 1) && $activeSlave.indentureRestrictions < 1>> [[Muffle hearing|Surgery Degradation][$activeSlave.hears = -1, $cash -= $surgeryCost, $activeSlave.health -= 10, $surgeryType = "earMuffle"]] <</if>> - <</if>> + <</if>> <</if>> <<if ($seeExtreme == 1)>> @@ -1055,7 +1055,7 @@ Work on $his sex: <<else>> implanted inside $his abdomen. <</if>> - <</if>> + <</if>> <<if ($seeExtreme == 1)>> <<if ($activeSlave.scrotum > 0)>> | diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index 40f14cf06797a6d472fe03becdecbe105f55e6be..7e283d03c112100443fd62506687cbbd90404662 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -451,7 +451,7 @@ On formal occasions, you are announced as $PCTitle. <<if $language != "Nahuatl">> Continuing to use $language as the lingua franca of $arcologies[0].name rather than the revived Nahuatl @@.red;disappoints@@ society and causes doubt about your revivalist project. <<= FSChange("AztecRevivalist", -3)>> - <</if>> + <</if>> <<elseif $arcologies[0].FSEgyptianRevivalist != "unset">> <<if $racialVarieties.length > 4>> Society @@.green;strongly approves@@ of how you own a cornucopia of different races, which advances the ancient Egyptian ideal of cosmopolitan sex slavery. diff --git a/src/uncategorized/saBeYourHeadGirl.tw b/src/uncategorized/saBeYourHeadGirl.tw index c3ef4f107c1f579a3d4233bc907b678dc558ba11..a05a1b77d0546af05bc2ea019a3c004c3326e8c1 100644 --- a/src/uncategorized/saBeYourHeadGirl.tw +++ b/src/uncategorized/saBeYourHeadGirl.tw @@ -46,7 +46,7 @@ <<else>> Your Consort and your Concubine are wives to each other and to Pharaoh. This is @@.green;as it should be.@@ <<set $rep += 100>> - <</if>> + <</if>> <<else>> <<if totalRelatives($slaves[$i]) > 0>> <<set _sbyhg = $slaveIndices[$slaves[$i].relationshipTarget]>> diff --git a/src/uncategorized/saHormoneEffects.tw b/src/uncategorized/saHormoneEffects.tw index 318556f635576932074ccd79973c3580a520e452..f08cd80fca0dd8ac2ff4201d7c61132150025d55 100644 --- a/src/uncategorized/saHormoneEffects.tw +++ b/src/uncategorized/saHormoneEffects.tw @@ -554,7 +554,7 @@ <<if ($slaves[$i].voice > 1)>> Hormonal effects cause @@.orange;$his voice to become deeper and less feminine.@@ <<set $slaves[$i].voice-->> - <</if>> + <</if>> <</if>> <<if ($hormoneUpgradeShrinkage == 0)>> @@ -610,7 +610,7 @@ <<if ($slaves[$i].waist < 80)>> Hormonal effects cause $his @@.orange;waist to broaden.@@ <<set $slaves[$i].waist += 2+$hormoneUpgradePower>> - <</if>> + <</if>> <</if>> <<if ($slaves[$i].attrXX < 100)>> @@ -641,7 +641,7 @@ <<if ($slaves[$i].voice > 1)>> Hormonal effects cause @@.orange;$his voice to become deeper and less feminine.@@ <<set $slaves[$i].voice-->> - <</if>> + <</if>> <</if>> <<if ($hormoneUpgradeShrinkage == 0)>> @@ -697,8 +697,8 @@ <<if ($slaves[$i].waist < 40)>> Hormonal effects cause $his @@.orange;waist to broaden.@@ <<set $slaves[$i].waist += 2+$hormoneUpgradePower>> - <</if>> - <</if>> + <</if>> + <</if>> <<if ($slaves[$i].attrXX < 100)>> Hormonal effects cause $him to become @@.green;more attracted to women.@@ @@ -725,8 +725,8 @@ <<if ($slaves[$i].voice > 1)>> Hormonal effects cause @@.orange;$his voice to become deeper and less feminine.@@ <<set $slaves[$i].voice-->> - <</if>> - <</if>> + <</if>> + <</if>> <<if ($hormoneUpgradeShrinkage == 0)>> <<if (($slaves[$i].butt-$slaves[$i].buttImplant) > 2)>> @@ -781,8 +781,8 @@ <<if ($slaves[$i].waist < 25)>> Hormonal effects cause $his @@.orange;waist to broaden.@@ <<set $slaves[$i].waist += 2+$hormoneUpgradePower>> - <</if>> - <</if>> + <</if>> + <</if>> <<if ($slaves[$i].attrXX < 95)>> Hormonal effects cause $him to become @@.green;more attracted to women.@@ @@ -809,8 +809,8 @@ <<if ($slaves[$i].voice > 2)>> Hormonal effects cause @@.orange;$his voice to become deeper and less feminine.@@ <<set $slaves[$i].voice-->> - <</if>> - <</if>> + <</if>> + <</if>> <<if ($hormoneUpgradeShrinkage == 0)>> <<if (($slaves[$i].butt-$slaves[$i].buttImplant) > 3)>> @@ -863,8 +863,8 @@ <<if ($slaves[$i].waist < 9)>> Hormonal effects cause $his @@.orange;waist to broaden.@@ <<set $slaves[$i].waist += 2+$hormoneUpgradePower>> - <</if>> - <</if>> + <</if>> + <</if>> <<if ($slaves[$i].attrXX < 90)>> Hormonal effects cause $him to become @@.green;more attracted to women.@@ @@ -887,8 +887,8 @@ <<if ($slaves[$i].voice > 2)>> Hormonal effects cause @@.orange;$his voice to become deeper and less feminine.@@ <<set $slaves[$i].voice-->> - <</if>> - <</if>> + <</if>> + <</if>> <<if ($hormoneUpgradeShrinkage == 0)>> <<if (($slaves[$i].butt-$slaves[$i].buttImplant) > 4)>> @@ -915,7 +915,7 @@ <<if ($slaves[$i].muscles < 0) && ($slaves[$i].diet != "slimming")>> Hormonal effects @@.lime;build up $his musculature.@@ <<set $slaves[$i].muscles += 2+$hormoneUpgradePower>> - <</if>> + <</if>> <<if ($slaves[$i].waist < 0)>> Hormonal effects cause $his @@.orange;waist to broaden.@@ diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index 6881337e0083a9c63b024f964aa9db8fd6269b8b..e00cf00151ae5cec2403074a0c106ac346bb3614 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -93,7 +93,7 @@ <<else>> $His glass eyes are $activeSlave.eyeColor. [[Remove eyes|Salon][$activeSlave.eyeColor = "empty"]] or //choose new ones:// <</if>> - <</if>> + <</if>> <br> Iris: @@ -224,7 +224,7 @@ [[Restore natural color|Salon][$activeSlave.hColor = $activeSlave.origHColor]] or //choose a new one:// <<else>> //Choose a dye color before dyeing $his hair:// - <</if>> + <</if>> <br> Colors: [[Blonde|Salon][$primaryHairColor = "blonde"]] diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 9de621f5db95064a8c005d89028c943aa6d0f01d..6d4af258aeb9a78f4a79974d4022d4a712c45b1f 100644 --- a/src/uncategorized/walkPast.tw +++ b/src/uncategorized/walkPast.tw @@ -2133,7 +2133,7 @@ $His fabulous silken ball gown is draped around $him; but $his cock tents the fabric as $he moves. <<else>> $His fabulous silken ball gown is draped around $him. - <</if>> + <</if>> <<case "slutty business attire">> <<if ($activeSlave.dick > 4)>> As $he moves, something massive tents the front of $his short skirt. diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index ebd52708d89d48cc3c1f0f0ce90585fe0306fedb..9aa8c4f78b11e884d179326c72c66ee5df9df151 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -425,10 +425,10 @@ <</if>> <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> | <<link "Fuck her with the help of her assistants">><<replace "#miniscene">><<include "FAssistedSex">><br> <</replace>><<SlaveInteractFertility>><</link>> - <</if>> + <</if>> <<if $activeSlave.bellyPreg >= 300000 && $pregInventions >= 1>> | <<link "Fuck her in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br> <</replace>><<SlaveInteractFertility>><</link>> - <</if>> + <</if>> <<else>> //Remove her chastity belt if you wish to fuck her// <</if>>