diff --git a/devNotes/AnatomyOfAFreeCitiesEvent.txt b/devNotes/AnatomyOfAFreeCitiesEvent.txt index 8804ca2b9457db00080894a722b399bd7b02fb1e..d03cd4360ad16fbe2ed2fa35f388134d0ca43975 100644 --- a/devNotes/AnatomyOfAFreeCitiesEvent.txt +++ b/devNotes/AnatomyOfAFreeCitiesEvent.txt @@ -104,7 +104,7 @@ For example this cut up version of "paternalist encounter" from REFS (l:106-139) <br><<link "Publicly confront the citizen">> - So here you can either, A) "Alert your drones and keep walking", B) if $cash is above 2000 you can take acquire the slave or C) "Publicly confront the citizen". + So here you can either, A) "Alert your drones and keep walking", B) if $cash is above 2000 you can take acquire the slave or C) "Publicly confront the citizen". Choice effect A choice doesn't need to have a specific effect. If your event has an immediate effect, remember to take that into account when you decide on the choice's effects. @@ -123,7 +123,7 @@ A choice doesn't need to have a specific effect. If your event has an immediate <<set $activeSlaveOneTimeMaxAge = 22>> <<include "Generate New Slave">> <<set $activeSlave.origin = "She was taken into your custody from an abusive owner.">> - <<set $activeSlave.devotion = random(-25,0)>> + <<set $activeSlave.devotion = random(-25,0)>> <<set $activeSlave.trust = random(-25,0)>> <<set $activeSlave.boobs = random(300,450)>> <<set $activeSlave.hips = random(-2,-1)>> diff --git a/devNotes/QuickList.txt b/devNotes/QuickList.txt index 7e15b9986fa34b80b8f3061c0f6a2eef2ad5b8ea..d06492a03126c8b87a29417dcfd4e737ef455b24 100644 --- a/devNotes/QuickList.txt +++ b/devNotes/QuickList.txt @@ -3,24 +3,24 @@ QuickList is built from the interaction of six parts. 1] The Quick List option enable/disable control. 2] The list context, basically if there are more than one, and the - context is correct, the toggle, the table will be available. + context is correct, the toggle, the table will be available. 3] The Slave Summary Passage contains the Quick List toggle button, - clicking it either shows or hides the quick list table. + clicking it either shows or hides the quick list table. 4] The Slave Summary Passage contains the actual quick list table, which - if shown has a button for each slave name in the list, in columns up - to 5 wide. + if shown has a button for each slave name in the list, in columns up + to 5 wide. 5] The Slave Summary Passage contains invisible <a> links or any other - html element nearby or tied to each slave's name. These are - generated with an html attribute id set to "slave-##" where ## is the - slave's ID. + html element nearby or tied to each slave's name. These are + generated with an html attribute id set to "slave-##" where ## is the + slave's ID. 6] The JS code to tie a scroll animation from the visible name buttons - in the quick list table down to the invisible links/elements. + in the quick list table down to the invisible links/elements. The slave summary passage is called in many strange contexts, and for this reason, there is some serious complexity in getting consistent -results. As it stands now, the passage sometimes calls itself +results. As it stands now, the passage sometimes calls itself recursively (for facilities), but it doesn't do that for the Main -penthouse page. +penthouse page. The list context is duplicated, so that we can quickly loop over the list context to get the slave names in the list, all without disturbing diff --git a/devNotes/Useful JS Function Documentation.txt b/devNotes/Useful JS Function Documentation.txt index 442aa8588f34031b770b2a88559655b537e3ae75..f3b4d7da46dec33a69d63ceb7e46b4ccd68f76fc 100644 --- a/devNotes/Useful JS Function Documentation.txt +++ b/devNotes/Useful JS Function Documentation.txt @@ -170,7 +170,7 @@ UtilJS [script] line 138 of src/SpecialForce/Report.tw, '...focused their <<print commaNum($SFUnit.Troops)>> troops' if $formatNumbers > 0 'focused their 1,589 troops' else 'focused their 1589 troops' - cashFormat() - uses the above function to return the value thousand separated with ',' if $formatNumbers > 0 else provides the raw value. Either way perpend ¤ (the fc domination) symbol. + cashFormat() - uses the above function to return the value thousand separated with ',' if $formatNumbers > 0 else provides the raw value. either way prepends ¤ (the fc domination) symbol. line 157 of the previously listed file, '..totaling @@.yellowgreen;<<print cashFormat(_SFIncome)>>@@' if $formatNumbers > 0 'totaling @@.yellowgreen;¤1,500,000@@' else 'totaling @@.yellowgreen;¤1500000@@' diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 57a78fd95acd336b011d65ae777ad85403400d4d..c931fd9cb9e467fca088bf5b8ff6cfa9a3741cd1 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,6 +2,18 @@ 0.10.7.1-1.2.x +12/04/2018 + + 2 + -fixes + +12/03/2018 + + 1 + -fixes + -general pronoun work + -cleaning + 12/02/2018 0 diff --git a/devNotes/inducedNCS.txt b/devNotes/inducedNCS.txt index 35ca801633c37e5d6dffc8dc2a63a1becd89fd84..fb081be3fb711c074e6750a110a583863d1b0477 100644 --- a/devNotes/inducedNCS.txt +++ b/devNotes/inducedNCS.txt @@ -1,19 +1,19 @@ 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: - 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 - treatments that work against puberty are lowered, with the exception of hormone blockers, which work as - advertised. + 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: + 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 + treatments that work against puberty are lowered, with the exception of hormone blockers, which work as + advertised. Slaves generated with .inducedNCS set to 0, and added to the backwards compatibility. Purchased only in the black market. - Implemented a skeleton 'illegal goods' black market patterning it after the existing FS shopping in the - black market. + Implemented a skeleton 'illegal goods' black market patterning it after the existing FS shopping in the + black market. Added description in the Encyclopedia. @@ -27,26 +27,26 @@ Updated sa Hormones. Updated sa Long Term Effects. - Added NCS youthening. + Added NCS youthening. - NCS youthening, NCS will youthen slave appearances towards 8 years old if older, while younger slaves will - simply, not appear to age at all. - 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 - 12 and under. + NCS youthening, NCS will youthen slave appearances towards 8 years old if older, while younger slaves will + simply, not appear to age at all. + 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 + 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 - _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 - incremented. Then this youthening is tested against the _youtheningRequirement, if at or better, - the NCS youthens the slave, and resets the NCSyouthening. + 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 + _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 + incremented. Then this youthening is tested against the _youtheningRequirement, if at or better, + the NCS youthens the slave, and resets the NCSyouthening. Slaves generated with .NCSyouthening set to 0, and added to the backwards compatibility. diff --git a/devNotes/scene-guide.txt b/devNotes/scene-guide.txt index fa36b13bc7522d5af4f86776336e1b1d310b6b3d..019852f7831cd990ee2cb095b3a1f3a490c43b21 100644 --- a/devNotes/scene-guide.txt +++ b/devNotes/scene-guide.txt @@ -112,7 +112,7 @@ And then fill it in later than it is to end up with a situation where you have a <<set _targetOrifice = "vagina">> <<else>> <<set _targetOrifice = "asshole">> -<</if> +<</if>> And then, when you need it, do "you fuck her _targetOrifice" in sixteen different places without having the pain in the ass of copy/pasting the same if/else clause every time. 3. INDENT YOUR LOGIC. USE TABS. I'm serious. Don't question me. It will make EVERYONE hate you, when they have to deal with your code, if it's not indented properly. @@ -135,8 +135,8 @@ This is much easier to read: <<if $cond7>> <<if $cond8>> whatever - </if> - </if>> + <</if>> + <</if>> <</if>> <</if>> than this: @@ -158,8 +158,8 @@ whatever <<if $cond7>> <<if $cond8>> whatever -</if> -</if>> +<</if>> +<</if>> <</if>> <</if>> diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt index 3dd8ba6584dcec3f01fc8c938a1d4a2f6d1b8b33..e9bbbaa80cb7fcfeb694924bf8183db2ef0b9be9 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -1069,7 +1069,6 @@ window.resetFSCredits = function() { activeFS++; } } - console.log(activeFS); if (V.arcologies[0].FSNull > 0) { /* possibly recalculate for multiculturalism */ activeFS--; if (V.FSCreditCount === 4) { @@ -1082,7 +1081,6 @@ window.resetFSCredits = function() { activeFS += V.arcologies[0].FSNull/20; } } - console.log(activeFS); V.FSCredits = Math.max(Math.trunc(V.FSGotRepCredits - activeFS), 0); }; @@ -2009,7 +2007,7 @@ window.SetBellySize = function SetBellySize(slave) { else _implantSize = 0 - if (slave.inflation == 3) + if (slave.inflation == 3) slave.bellyFluid = 10000 else if (slave.inflation == 2) slave.bellyFluid = 5000 @@ -2022,14 +2020,14 @@ 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">> + <<rbutton "$variable" "value">> Or: <<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">> -Group of radiobutton will be created based on variable name. Checked state will be setted up if variable contain value matched with second parameter. Full form of macro call can be used to display extended description of selected value. +Group of radiobutton will be created based on variable name. Checked state will be set up if variable contain value matched with second parameter. Full form of macro call can be used to display extended description of selected value. */ Macro.add('rbutton', { @@ -2086,7 +2084,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 () { @@ -8905,7 +8903,7 @@ window.SlaveTitle = function SlaveTitle(slave) { if ((slave.boobs < 300) || (slave.butt < 2)) { if ((slave.dick !== 0) && (slave.vagina === -1) && (slave.balls > 0)) { - if ((slave.shoulders > 1) || (slave.muscles >= 30)) { /* BITCHES: masculine shoulders or muscles */ + if ((slave.shoulders > 1) || (slave.muscles >= 30)) { /* BITCHES: masculine shoulders or muscles */ r = "bitch"; if ((slave.muscles > 30) && (slave.height < 185)) { r = "muscle" + r; @@ -9010,7 +9008,7 @@ window.DegradingName = function DegradingName(slave) { } else if (slave.assignment === "work in the dairy" && V.dairyRestraintsSetting >= 2) { slave.slaveName = "Bioreactor No. " + slave.ID; slave.slaveSurname = 0; - } else { + } else { if (V.seeRace === 1) { switch (slave.race) { case "white": @@ -13887,7 +13885,7 @@ window.buildFamilyTree = function(slaves = State.variables.slaves, filterID) { if(kids[char_id]) { char_obj.is_mother = !!kids[char_id].mother; char_obj.is_father = !!kids[char_id].father; - } else { + } else { char_obj.is_mother = false; char_obj.is_father = false; } @@ -17970,14 +17968,14 @@ window.rulesAssistantOptions = (function() { ["Over-sized t-shirt and boyshorts", "an oversized t-shirt and boyshorts"], ["Over-sized t-shirt", "an oversized t-shirt"], ["Panties", "panties"], - ["Pasties and panties", "panties and pasties"], + ["Pasties and panties", "panties and pasties"], ["Scalemail bikini", "a scalemail bikini"], ["Schoolgirl", "a schoolgirl outfit"], ["Slave gown", "a slave gown"], ["Slutty outfit", "a slutty outfit"], ["Spats and tank top", "spats and a tank top"], ["Sport shorts and a sports bra", "sport shorts and a sports bra"], - ["Sport shorts and a t-shirt", "sport shorts and a t-shirt"], + ["Sport shorts and a t-shirt", "sport shorts and a t-shirt"], ["Sport shorts", "sport shorts"], ["Sports bra", "a sports bra"], ["String bikini", "a string bikini"], @@ -17988,7 +17986,7 @@ window.rulesAssistantOptions = (function() { ["Sweater and panties", "a sweater and panties"], ["Sweater", "a sweater"], ["T-shirt and jeans", "a t-shirt and jeans"], - ["T-shirt and panties", "a t-shirt and panties"], + ["T-shirt and panties", "a t-shirt and panties"], ["T-shirt and thong", "a t-shirt and thong"], ["T-shirt", "a t-shirt"], ["Tank-top and panties", "a tank-top and panties"], @@ -21197,7 +21195,7 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { if (V.partner < 0 || V.partner >= V.slaves.length) { r += `@@.red;PartnerVCheck called with invalid partner '$partner' from passage ${passage()}.@@`; - } + } else if (canDoVaginal(partner)) { if (partner.vagina === 0) { if (canDoAnal(partner) && partner.anus === 0) { @@ -24744,7 +24742,7 @@ window.SlaveSummaryUncached = (function(){ break; } r += " "; - } + } function short_behavior_quirk(slave) { r += `<span class="green">`; @@ -33446,7 +33444,7 @@ window.GenerateNewSlave = (function(){ generateXXPuberty(); }; - function GenerateXYSlave() { + function GenerateXYSlave() { slave.genes = "XY"; slave.hLength = 10; slave.prostate = 1; @@ -33572,7 +33570,7 @@ window.GenerateNewSlave = (function(){ slave.vaginaLube = 0; } else { slave.vaginaLube = 1; - } + } slave.foreskin = jsRandom(0,4); }; @@ -34908,7 +34906,7 @@ window.LUAV = function() { if (S.Drones >= 7) i = `The propellers and motors have been upgraded, increasing maneuverability and speed.`; if (S.Drones >= 8) j = `The drone control signal has been boosted and encrypted, giving the drones a greater range and protecting against electronic warfare.`; if (S.Drones >= 9) e = `light machine gun`; - if (S.Drones >= 10) k = `A drone-to-drone network has been installed, allowing drones to swarm, maneuver, and attack targets autonomously.`; + if (S.Drones >= 10) k = `A drone-to-drone network has been installed, allowing drones to swarm, maneuver, and attack targets autonomously.`; return `Surveillance drones ${a}. During combat, they supply aerial intel to commanders and act as the communications network for ground forces${b} ${c} ${d} ${e} ${f} ${g} ${h} ${i} ${j} ${k}`; }; @@ -34976,7 +34974,7 @@ window.AA = function() { if (S.AA >= 7) support = ` attack ground targets`, W2 = `, rocket pods, and air-to-air missiles,`; if (S.AA >= 8) stealth = `The old skin has been replaced with a radar-absorbent material, making the aircraft difficult to pick up on radar.`; if (S.AA >= 9) scramble = `The VTOLs can scramble to react to any threat in under three minutes.`; - if (S.AA >= 10) PAI = `A piloting AI has been installed, allowing the VTOLs to perform impossible maneuvers that cannot be done by a human pilot. This removes the need for a human in the aircraft altogether.`; + if (S.AA >= 10) PAI = `A piloting AI has been installed, allowing the VTOLs to perform impossible maneuvers that cannot be done by a human pilot. This removes the need for a human in the aircraft altogether.`; return `${group}. Several of the landing pads around $arcologies[0].name host groups of four fighters, ready to defend the arcology. ${scramble} The attack VTOL are currently ${W1} with a Gatling cannon${W2} ${W3}${support}. ${TAI} ${PAI} ${engines} ${lock} ${stealth}`; }; @@ -35124,7 +35122,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.`; @@ -36135,7 +36133,7 @@ window.slaveBoobsDatatypeCleanup = function slaveBoobsDatatypeCleanup(slave) { window.slaveButtDatatypeCleanup = function slaveButtDatatypeCleanup(slave) { if (slave.butt !== 0) { slave.butt = Math.clamp(+slave.butt, 0, 20) || 1; - } + } slave.anus = Math.clamp(+slave.anus, 0, 4) || 0; slave.analArea = Math.max(+slave.analArea, 0) || 0; }; @@ -39088,7 +39086,7 @@ window.slaveCost = (function() { } }; - function calcMiscCost(slave) { + function calcMiscCost(slave) { let totalInt = Math.clamp(slave.intelligence + slave.intelligenceImplant,-130,130); /* make absolutely certain we do not use +-131 in the next line */ multiplier += Math.floor((Math.asin(totalInt/131))*50)/50; if (slave.pubertyXY === 0 && slave.physicalAge >= V.potencyAge && slave.genes === "XY" && arcology.FSGenderRadicalist === "unset") { diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt index 6235d3e824e02df6b42b0fc8e63f57b00f1ff10a..77af5a55449819ec310841cf66b45cf9c9778209 100644 --- a/slave variables documentation - Pregmod.txt +++ b/slave variables documentation - Pregmod.txt @@ -750,13 +750,13 @@ has has facial surgery to reduce age health: slave's health --90- - On the edge of death +-90- - On the edge of death -90 - -51 - Extremely unhealthy -50 - -21 - Unhealthy -20 - 20 - Healthy 21 - 50 - Very healthy 50 - 90 - Extremely healthy -90 - Unnaturally healthy +90 - Unnaturally healthy minorInjury: @@ -769,13 +769,13 @@ accepts string trust: slave's trust --96- - abjectly terrified +-96- - abjectly terrified -95 - -51 - terrified -50 - -21 - frightened -20 - 20 - fearful 21 - 50 - careful 51 - 95 - trusting - 96+ - profoundly trusting + 96+ - profoundly trusting oldTrust: @@ -785,13 +785,13 @@ set to trust to start devotion: slave's devotion --96- - hate-filled +-96- - hate-filled -95 - -51 - hateful -50 - -21 - reluctant -20 - 20 - careful 21 - 50 - accepting 51 - 95 - devoted - 96+ - worshipful + 96+ - worshipful oldDevotion: @@ -802,7 +802,7 @@ weight: slave's weight - 191+ - dangerously obese + 191+ - dangerously obese 190 - 161 - super obese 160 - 131 - obese 130 - 96 - fat @@ -811,28 +811,28 @@ slave's weight 10 - -10 - neither to fat nor to skinny -11 - -30 - thin -31 - -95 - very thin --96- - emaciated +-96- - emaciated muscles: slave's muscles -96+ - extremely muscular +96+ - extremely muscular 31 - 95 - muscular 6 - 30 - toned --5 - 5 - none +-5 - 5 - none -30 - -6 - weak -95 - -31 - very weak --96- - frail +-96- - frail height: accepts int slave's height in cm -<150 - petite +<150 - petite 150-159 - short 160-169 - average 170-185 - tall -186+ - very tall +186+ - very tall heightImplant: @@ -1247,11 +1247,11 @@ hLength: hair length accepts int -150 - calf-length +150 - calf-length 149-100 - ass-length 99-30 - long 29-10 - shoulder-length -9-0 - short +9-0 - short hStyle: @@ -1293,13 +1293,13 @@ accepts string waist: slave waist - 96+ - masculine + 96+ - masculine 95 - 41 - ugly 40 - 11 - unattractive 10 - -10 - average -11 - -40 - feminine -40 - -95 - hourglass --96- - absurd +-96- - absurd corsetPiercing: @@ -1379,7 +1379,7 @@ has shoulder implant boobs: slave boob size -0-299 - flat +0-299 - flat 300-399 - A cup 400-499 - B cup 500-649 - C cup @@ -1404,11 +1404,11 @@ slave boob size boobsImplant: slave implant size -0 - no implants -1-199 - small implants +0 - no implants +1-199 - small implants 200-399 - normal implants 400-599 - large implants -600+ - boobsImplant size fillable implants +600+ - boobsImplant size fillable implants boobsImplantType: @@ -1537,14 +1537,14 @@ slave has hip implant butt: butt size -0 - flat -1 - small -2 - plump* -3 - big bubble butt -4 - huge -5 - enormous -6 - gigantic -7 - ridiculous +0 - flat +1 - small +2 - plump* +3 - big bubble butt +4 - huge +5 - enormous +6 - gigantic +7 - ridiculous 8 - 10 - immense 11 - 20- inhuman @@ -1585,13 +1585,13 @@ takes one of the following strings or 0 face: face attractiveness --96- - very ugly +-96- - very ugly -95 - -41 - ugly -40 - -11 - unattractive -10 - 10 - attractive 11 - 40 - very pretty 41 - 95 - gorgeous - 96+ - mind blowing + 96+ - mind blowing faceImplant: @@ -1600,7 +1600,7 @@ facial surgery degree 15 - 34 - Subtle Improvements 35 - 64 - Noticeable Work 65 - 99 - Heavily Reworked -100 - Uncanny Valley +100 - Uncanny Valley faceShape: @@ -1719,10 +1719,10 @@ takes one of the following strings or 0 preg: pregnancy time or state. See Pregnancy Control section for more. --3 - sterilized --2 - sterile --1 - contraceptives - 0 - fertile +-3 - sterilized +-2 - sterile +-1 - contraceptives + 0 - fertile 1-10 - pregnant, not showing 11-20 - showing 21-30 - pregnant @@ -1749,10 +1749,10 @@ ovaImplant: (future usage) Ovary implant state and type. --1 - present, supress natural superfetation (normalize slave with natural superfetation), still allow partial birth. +-1 - present, suppress natural superfetation (normalize slave with natural superfetation), still allow partial birth. 0 - no implant -1 - artifical superfetation and partial birth support. -2 - ova release on orgasm and partial birth support. +1 - artificial superfetation and partial birth support. +2 - ova release on orgasm and partial birth support. wombImplant: @@ -1769,7 +1769,7 @@ has the slave been turned into a broodmother 3 - black market upgrade for implant firmware, to allow change weekly number of ova in range of 1 to 12 in remote surgery block. (broodmotherFetuses change through remote surgery). (future usage) broodmotherFetuses: -count of ova that broodmother implant force to release. Should be setted with "broodmother" property together. If broodmother == 0 has no meaning. +count of ova that broodmother implant force to release. Should be set with "broodmother" property together. If broodmother == 0 has no meaning. broodmotherOnHold: @@ -2151,40 +2151,40 @@ takes one of the following strings or 0 vaginalSkill: 0-10 - unskilled -11-30 - basic -31-60 - skilled +11-30 - basic +31-60 - skilled 61-99 - expert 100+ - master oralSkill: 0-10 - unskilled -11-30 - basic -31-60 - skilled +11-30 - basic +31-60 - skilled 61-99 - expert 100+ - master analSkill: 0-10 - unskilled -11-30 - basic -31-60 - skilled +11-30 - basic +31-60 - skilled 61-99 - expert 100+ - master whoreSkill: 0-10 - unskilled -11-30 - basic -31-60 - skilled +11-30 - basic +31-60 - skilled 61-99 - expert 100+ - master entertainSkill: 0-10 - unskilled -11-30 - basic -31-60 - skilled +11-30 - basic +31-60 - skilled 61-99 - expert 100+ - master @@ -2577,7 +2577,7 @@ sex drive need: how badly she needs sex. -0 - sated +0 - sated attrXX: @@ -2666,24 +2666,24 @@ behavioralQuirk: sexualFlaw: "none" -"hates oral" - hates oral sex -"hates anal" - hates anal sex +"hates oral" - hates oral sex +"hates anal" - hates anal sex "hates penetration" - dislikes penetrative sex -"shamefast" - nervous when naked -"idealistic" - believes sex should be based on love and consent -"repressed" - dislikes sex -"apathetic" - inert during sex -"crude" - sexually crude and has little sense of what partners find disgusting during sex -"judgemental" - sexually judgemental and often judges her sexual partners' performance -"neglectful" - disregards herself in sex -"cum addict" - addicted to cum -"anal addict" - addicted to anal +"shamefast" - nervous when naked +"idealistic" - believes sex should be based on love and consent +"repressed" - dislikes sex +"apathetic" - inert during sex +"crude" - sexually crude and has little sense of what partners find disgusting during sex +"judgemental" - sexually judgemental and often judges her sexual partners' performance +"neglectful" - disregards herself in sex +"cum addict" - addicted to cum +"anal addict" - addicted to anal "attention whore" - addicted to being the center of attention -"breast growth" - addicted to her own breasts -"abusive" - sexually abusive -"malicious" - loves causing pain and suffering -"self hating" - hates herself -"breeder" - addicted to being pregnant +"breast growth" - addicted to her own breasts +"abusive" - sexually abusive +"malicious" - loves causing pain and suffering +"self hating" - hates herself +"breeder" - addicted to being pregnant sexualQuirk: @@ -2729,7 +2729,7 @@ albinism - slave has pale skin, white hair and red eyes rearLipedema - slave's ass never stops growing. Increased growth rate, reduced shrink rate. -wellHung - slave has (or will have) a huge dong +wellHung - slave has (or will have) a huge dong wGain - slave constantly gains weight unless dieting, easier to gain weight wLoss - slave constantly loses weight unless gaining, easier to lose weight @@ -2914,7 +2914,7 @@ belly: how big their belly is in CCs thresholds -100 - bloated +100 - bloated 1500 - early pregnancy 5000 - obviously pregnant 10000 - very pregnant @@ -2936,7 +2936,7 @@ bellyPreg: how big their belly is in CCs (pregnancy only) thresholds -100 - bloated +100 - bloated 1500 - early pregnancy 5000 - obviously pregnant 10000 - very pregnant @@ -2958,7 +2958,7 @@ bellyFluid: 0 how big their belly is in CCs (fluid distension only) thresholds -100 - bloated +100 - bloated 2000 - clearly bloated (2L) 5000 - very full (~1gal) 10000 - full to bursting (~2gal) @@ -2966,11 +2966,11 @@ thresholds bellyImplant: Does the slave have a fillable abdominal implant. --1 - no -0+ - yes -2000+ - Early pregnancy -4000+ - looks pregnant -8000+ - looks full term +-1 - no +0+ - yes +2000+ - Early pregnancy +4000+ - looks pregnant +8000+ - looks full term 16000+ - hyperpregnant 1 32000+ - hyperpregnant 2 @@ -3158,9 +3158,9 @@ How many of her children are tagged to be put in the Nursery. Highly likely to b WombSetGenericReserve(slave, "nursery", reservedChildren) to setup primary data. Not add count, but set it to reservedChildren WombCleanGenericReserve(slave, "nursery", reservedChildren) to remove reserve. To clean all nursery reserve use 9999 for reservedChildren. - + Reserve type ("incubator", "nursery", etc) do not affect each other types, and can be safely used without any checks. - Also if you try to reserve more then available and not already reserved fetuses in slave womb, will be reserved only actually exising free fetuses. If you try to clean reserve more then present - wil be cleaned only actually existing reserve. + Also if you try to reserve more then available and not already reserved fetuses in slave womb, will be reserved only actually existing free fetuses. If you try to clean reserve more then present - wil be cleaned only actually existing reserve. These reserve functions always use first available fetus(es) - this will be most ready to birth fetuses (older). WombCleanAllReserve(slave) - will clean all reserves for slave (any type). diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index 860bc588bd4f978f9b7704e21d77d282e5c0c096..96d3f45e8fb293f3117ba6b37aa1df27b5ab9cf6 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -90,8 +90,8 @@ <<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>> + <<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>> @@ -120,9 +120,9 @@ <<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. + $activeSlave.slaveName's balls are coated in olive oil and sautéed. /% Dish rating, could be made into a separate function/passage. The following will be called for every dish %/ <<set _dinnerRating += _dishRating>> <<if _dishRating > 5>> @@ -196,7 +196,7 @@ /% End of Dish rating %/ <</if>> /*<br style="clear:both" />*/ - <br> + <br> /% Bonus dish Baby Veal Ragout %/ <<if $activeSlave.preg >= 10>> <<set _dishRating = 5>> @@ -214,9 +214,9 @@ <<set _dishRating -= 2>> <<else>> Your guests are a little disappointed with the small size of the dish. - <<set _dishRating -= 3>> + <<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" />*/ @@ -254,7 +254,7 @@ <<set _dishRating -= 4>> <<else>> $His non-existent boobs leaves your guests disappointed. - <<set _dishRating -= 5>> + <<set _dishRating -= 5>> <</if>> <<if $activeSlave.lactation >= 2>> As you and your guests enjoy your tartare, suddenly you hear a loud crunch coming from the guest sitting right next to you. You see blood spewing from his mouth as he spits out his chipped tooth along with a lactation implant. You apologize profusely and pay the man ¤10000 as compensation. The rest of your guests are @@.red;not happy@@ that you serve them drugged meat. @@ -265,7 +265,7 @@ <<set _dishRating += 1>> <</if>> <</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>> @@ -288,7 +288,7 @@ <br><br> /% End of Dish rating %/ /*<br style="clear:both" />*/ - <br> + <br> /% Roast Long Pig %/ /*<img src='resources/roast pig.jpg' style="float:left" />*/ Your slaves begin to serve the main course ''//Roast Long Pig//'': @@ -330,14 +330,14 @@ <<set _dishRating -= 1>> <<else>> $activeSlave.slaveName was emaciated. $He has only bones and skin. - <<set _dishRating -= 2>> + <<set _dishRating -= 2>> <</if>> <<if $activeSlave.muscles > 95>> $activeSlave.slaveName has too much muscle and sinew. $His meat is too chewy. <<set _dishRating -= 0.5>> <<elseif $activeSlave.muscles > 50>> $activeSlave.slaveName has strong muscles. It gives $his meat a very tasty texture. - <<set _dishRating += 0.5>> + <<set _dishRating += 0.5>> <<elseif $activeSlave.muscles > 5>> $activeSlave.slaveName has toned muscles. It gives $his meat a tasty texture. <<else>> @@ -381,7 +381,7 @@ /% End of Dinner %/ /% Total of man dishes each can earn 5 stars total 25, getting 12 stars means a successful evening %/ <<if _dinnerRating >= 12>> - /% successful evening %/ + /% successful evening %/ The party is in full swing. Your guests enjoy eating $activeSlave.slaveName and make good use of the slaves you provided for their pleasure. Sounds of an orgy of food drink and sex echoes through your dining hall. Your guests ate, drank and fucked their fill. As the evening draw to a close, there isn't a single morsel of $activeSlave.slaveName left to be found. Some of your slaves show signs of teeth mark on their skin. Perhaps some guests got confused about what's for eating and what's for fucking? @@ -401,7 +401,7 @@ <br><br> <</if>> <<else>> - /% failed evening %/ + /% failed evening %/ With most of your dishes earning a poor rating, your guests are @@.red;dissatisfied@@. <<set $rep -= (_dinnerRating * 100)>> They take out their frustrations on your slaves. Your slaves are being fucked roughly and abused. Cries of pain and pleads of mercy echoes through your dining hall. You decide to allow the abuse to continue as you do not want to antagonize your guests further. You watch with a forced smile as your favorite slaves are being slapped, whipped, choked and burned with cigarettes. diff --git a/src/SecExp/rebellionGenerator.tw b/src/SecExp/rebellionGenerator.tw index b6a6683a336201235f8b0754ec1b48e2b559d89c..42d83bfda29a29748156c7afcc74314525504972 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)>> @@ -214,7 +214,7 @@ <<set $slaveProgress = 100>> <</if>> <<elseif $citizenProgress >= 100>> - <<if random(1,100) <= 80>> + <<if random(1,100) <= 80>> <<set $citizenRebellion = 1>> <<set $citizenProgress = 0>> <<set $slaveProgress *= 0.2>> diff --git a/src/SecExp/secInit.tw b/src/SecExp/secInit.tw index c52f27234be2b2a0399841b16646c56d60690052..b45c8c7513e686f9facbd46ca9059df6d7196648 100644 --- a/src/SecExp/secInit.tw +++ b/src/SecExp/secInit.tw @@ -265,14 +265,14 @@ <<set $deployingMercs = 0>> <<set $battleTerrain = "none">> <<set $maxTurns = 10>> -<<set $battleResult = 4>> /* sets $battleResult value outside accepted range (-3,3) to avoid evaluation problems */ +<<set $battleResult = 4>> /* sets $battleResult value outside accepted range (-3,3) to avoid evaluation problems */ <<set $losses = 0>> <<set $enemyLosses = 0>> <<set $battleTurns = 0>> <<set $bribeCost = 0>> <<set $tacticsSuccessful = 0>> <<set $leaderWounded = 0>> -<<set $woundType = 0>> /* 0=no wound, 1=mute, 2=blind, 3=amputee, 4<=health */ +<<set $woundType = 0>> /* 0=no wound, 1=mute, 2=blind, 3=amputee, 4<=health */ <<set $gainedCombat = 0>> <<set $gainedWarfare = 0>> <<set $PCWounded = 0>> diff --git a/src/SecExp/unitsRebellionReport.tw b/src/SecExp/unitsRebellionReport.tw index 29da0b465f1a8de9118513e799cb1e6e3135a400..6243b92079b2db0524d488ce83320a21340562ff 100644 --- a/src/SecExp/unitsRebellionReport.tw +++ b/src/SecExp/unitsRebellionReport.tw @@ -301,42 +301,43 @@ <br> <<set _loss = _lossesList.pluck()>> <<if _loss > $ACitizens * 0.95>> - <<set _loss = Math.trunc($ACitizens * 0.95>> /* this is unlikely to happen, but might as well be safe*/ - The volunteering citizens were quickly organized into an irregular militia unit and deployed in the arcology: - <<if _loss <= 0>> - no casualties - <<elseif _loss <= 10>> - light casualties - <<elseif _loss <= 30>> - moderate casualties - <<elseif _loss <= 60>> - heavy casualties - <<else>> - catastrophic casualties - <</if>> - suffered. - <<if _loss > $lowerClass * 0.95>> /*I suspect only lower class ever get to fight/die, but being safe*/ - <<set $lowerClass = Math.trunc($lowerClass * 0.05), - _loss -= $lowerClass * 0.95>> - <<if _loss > $middleClass * 0.95>> - <<set $middleClass = Math.trunc($middleClass * 0.05), - _loss -= $middleClass *0.95>> - <<if _loss > $upperClass * 0.95>> - <<set $upperClass = Math.trunc($upperClass * 0.05), - _loss -= $upperClass * 0.95>> - <<if _loss > $topClass * 0.95>> - <<set $topClass = Math.trunc($topClass * 0.05)>> + <<set _loss = Math.trunc($ACitizens * 0.95)>> /* this is unlikely to happen, but might as well be safe*/ + The volunteering citizens were quickly organized into an irregular militia unit and deployed in the arcology: + <<if _loss <= 0>> + no casualties + <<elseif _loss <= 10>> + light casualties + <<elseif _loss <= 30>> + moderate casualties + <<elseif _loss <= 60>> + heavy casualties + <<else>> + catastrophic casualties + <</if>> + suffered. + <<if _loss > $lowerClass * 0.95>> /*I suspect only lower class ever get to fight/die, but being safe*/ + <<set $lowerClass = Math.trunc($lowerClass * 0.05), + _loss -= $lowerClass * 0.95>> + <<if _loss > $middleClass * 0.95>> + <<set $middleClass = Math.trunc($middleClass * 0.05), + _loss -= $middleClass *0.95>> + <<if _loss > $upperClass * 0.95>> + <<set $upperClass = Math.trunc($upperClass * 0.05), + _loss -= $upperClass * 0.95>> + <<if _loss > $topClass * 0.95>> + <<set $topClass = Math.trunc($topClass * 0.05)>> + <<else>> + <<set $topClass -= _loss>> + <</if>> <<else>> - <<set $topClass -= _loss>> + <<set $upperClass -= _loss>> <</if>> <<else>> - <<set $upperClass -= _loss>> + <<set $middleClass -= _loss>> <</if>> <<else>> - <<set $middleClass -= _loss>> + <<set $lowerClass -= _loss>> <</if>> - <<else>> - <<set $lowerClass -= _loss>> <</if>> <</if>> <<if $secBots.active == 1>> diff --git a/src/SpecialForce/FlavourText.tw b/src/SpecialForce/FlavourText.tw index 2bf9a81e2426090f47c5327d4fdaab5daf6d4c8c..30e65fa9b1c9399978f4b9f0ac7b5d37538f75c3 100644 --- a/src/SpecialForce/FlavourText.tw +++ b/src/SpecialForce/FlavourText.tw @@ -107,7 +107,7 @@ Laughter can be heard from the "all you can eat" buffet at the center of the area. <</if>> <<if $arcologies[0].FSChattelReligionist != "unset">> - A chapel, always full of worshipers fulfills the spiritual needs of your men and increases their loyalty to you. + A chapel, always full of worshippers fulfills the spiritual needs of your men and increases their loyalty to you. <</if>> <<if $arcologies[0].FSRepopulationFocus != "unset">> In a nursery professional staff tends and cares for many children until their mothers come from the missions or finally decide to go on a maternity leave. @@ -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..c6199c34821f62edd370e1c5207559f9d00da004 100644 --- a/src/SpecialForce/JS.js +++ b/src/SpecialForce/JS.js @@ -152,7 +152,7 @@ window.LUAV = function() { if (S.Drones >= 7) i = `The propellers and motors have been upgraded, increasing maneuverability and speed.`; if (S.Drones >= 8) j = `The drone control signal has been boosted and encrypted, giving the drones a greater range and protecting against electronic warfare.`; if (S.Drones >= 9) e = `light machine gun`; - if (S.Drones >= 10) k = `A drone-to-drone network has been installed, allowing drones to swarm, maneuver, and attack targets autonomously.`; + if (S.Drones >= 10) k = `A drone-to-drone network has been installed, allowing drones to swarm, maneuver, and attack targets autonomously.`; return `Surveillance drones ${a}. During combat, they supply aerial intel to commanders and act as the communications network for ground forces${b} ${c} ${d} ${e} ${f} ${g} ${h} ${i} ${j} ${k}`; }; @@ -220,7 +220,7 @@ window.AA = function() { if (S.AA >= 7) support = ` attack ground targets`, W2 = `, rocket pods, and air-to-air missiles,`; if (S.AA >= 8) stealth = `The old skin has been replaced with a radar-absorbent material, making the aircraft difficult to pick up on radar.`; if (S.AA >= 9) scramble = `The VTOLs can scramble to react to any threat in under three minutes.`; - if (S.AA >= 10) PAI = `A piloting AI has been installed, allowing the VTOLs to perform impossible maneuvers that cannot be done by a human pilot. This removes the need for a human in the aircraft altogether.`; + if (S.AA >= 10) PAI = `A piloting AI has been installed, allowing the VTOLs to perform impossible maneuvers that cannot be done by a human pilot. This removes the need for a human in the aircraft altogether.`; return `${group}. Several of the landing pads around $arcologies[0].name host groups of four fighters, ready to defend the arcology. ${scramble} The attack VTOL are currently ${W1} with a Gatling cannon${W2} ${W3}${support}. ${TAI} ${PAI} ${engines} ${lock} ${stealth}`; }; @@ -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/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw index 0502c070f2b00c1c585171c91ff10464b81e370f..7e63b8de148d1fb486824f0d38c349ee6fb0bd8b 100644 --- a/src/SpecialForce/Upgrades.tw +++ b/src/SpecialForce/Upgrades.tw @@ -70,7 +70,7 @@ <<else>>//More upgrades are required to unlock the next tier.// - <</if>> <span style="float:right;"> <<print progress($SFUnit.Drugs)>> </span><br> + <</if>> <span style="float:right;"> <<print progress($SFUnit.Drugs)>> </span><br> diff --git a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw index c38f9f52ef490cddbe92195451b8753e4e245976..928a415334cca34355d5cdfcf1bdc70eed2472a3 100644 --- a/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw +++ b/src/cheats/PCCheatMenuCheatDatatypeCleanup.tw @@ -9,7 +9,7 @@ <<if $customEvalCode>> <<if $customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */ - <<set $customEvalCode = "(" + $customEvalCode + ")">> + <<set $customEvalCode = "(" + $customEvalCode + ")">> <</if>> <<if typeof eval($customEvalCode) === "function">> <<run (eval($customEvalCode))($tempSlave)>> diff --git a/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw b/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw index 1d4b3759f3af2b113358bbdb081174b315e40bde..e13e86908279c93bbc3a4a85e65eec3f3b5e4a6f 100644 --- a/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditArcologyCheatDatatypeCleanup.tw @@ -4,7 +4,7 @@ <<if $customEvalCode>> <<if $customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */ - <<set $customEvalCode = "(" + $customEvalCode + ")">> + <<set $customEvalCode = "(" + $customEvalCode + ")">> <</if>> <<if typeof eval($customEvalCode) === "function">> <<run (eval($customEvalCode))($arcologies[0])>> diff --git a/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw index 1949fe79bfc478b3f136d6b9ae8e1576d2a06537..7190bb770c2c0fb94b157bfdddc045e9968c8fa8 100644 --- a/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw +++ b/src/cheats/mod_EditChildCheatDatatypeCleanupNew.tw @@ -9,7 +9,7 @@ <<if $customEvalCode>> <<if $customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */ - <<set $customEvalCode = "(" + $customEvalCode + ")">> + <<set $customEvalCode = "(" + $customEvalCode + ")">> <</if>> <<if typeof eval($customEvalCode) === "function">> <<run (eval($customEvalCode))($tempSlave)>> 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_EditFSCheatDatatypeCleanup.tw b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw index de7bd60a5ceece5ad21a510760b2bfedc3717432..460a79ba8d52f964b4d619b9359b8b8c59e4b866 100644 --- a/src/cheats/mod_EditFSCheatDatatypeCleanup.tw +++ b/src/cheats/mod_EditFSCheatDatatypeCleanup.tw @@ -32,7 +32,7 @@ <</if>> <<if $arcologies[0].FSHedonisticDecadence != "unset">> <<set $arcologies[0].FSHedonisticDecadence = Number($arcologies[0].FSHedonisticDecadence) || "unset">> - <<set $arcologies[0].FSHedonisticDecadence = Number($arcologies[0].FSHedonisticDecadenceDecoration) || 0>> + <<set $arcologies[0].FSHedonisticDecadenceDecoration = Number($arcologies[0].FSHedonisticDecadenceDecoration) || 0>> <<set $arcologies[0].FSHedonisticDecadenceSMR = Number($arcologies[0].FSHedonisticDecadenceSMR) || 0>> <<set $arcologies[0].FSHedonisticDecadenceLaw = Number($arcologies[0].FSHedonisticDecadenceLaw) || 0>> <<set $arcologies[0].FSHedonisticDecadenceLaw2 = Number($arcologies[0].FSHedonisticDecadenceLaw2) || 0>> @@ -41,7 +41,8 @@ <<if $arcologies[0].FSGenderFundamentalist != "unset">> <<set $arcologies[0].FSGenderFundamentalist = Number($arcologies[0].FSGenderFundamentalist) || "unset">> <<set $arcologies[0].FSGenderFundamentalistDecoration = Number($arcologies[0].FSGenderFundamentalistDecoration) || 0>> - <<set $arcologies[0].FSGenderFundamentalistLaw = Number($arcologies[0].FSGenderFundamentalistLaw) || 0>> + <<set $arcologies[0].FSGenderFundamentalistLawBeauty = Number($arcologies[0].FSGenderFundamentalistLawBeauty) || 0>> + <<set $arcologies[0].FSGenderFundamentalistLawBimbo = Number($arcologies[0].FSGenderFundamentalistLawBimbo) || 0>> <<set $arcologies[0].FSGenderFundamentalistSMR = Number($arcologies[0].FSGenderFundamentalistSMR) || 0>> <</if>> <<if $arcologies[0].FSPaternalist != "unset">> @@ -62,7 +63,7 @@ <<if $arcologies[0].FSTransformationFetishist != "unset">> <<set $arcologies[0].FSTransformationFetishist = Number($arcologies[0].FSTransformationFetishist) || "unset">> <<set $arcologies[0].FSTransformationFetishistDecoration = Number($arcologies[0].FSTransformationFetishistDecoration) || 0>> - <<set $arcologies[0].FSTransformationFetishistLaw = Number($arcologies[0].FSTransformationFetishistLaw) || 0>> + <<set $arcologies[0].FSTransformationFetishistSMR = Number($arcologies[0].FSTransformationFetishistSMR) || 0>> <</if>> <<if $arcologies[0].FSYouthPreferentialist != "unset">> <<set $arcologies[0].FSYouthPreferentialist = Number($arcologies[0].FSYouthPreferentialist) || "unset">> @@ -93,6 +94,7 @@ <<if $arcologies[0].FSPhysicalIdealist != "unset">> <<set $arcologies[0].FSPhysicalIdealist = Number($arcologies[0].FSPhysicalIdealist) || "unset">> <<set $arcologies[0].FSPhysicalIdealistDecoration = Number($arcologies[0].FSPhysicalIdealistDecoration) || 0>> + <<set $arcologies[0].FSPhysicalIdealistLaw = Number($arcologies[0].FSPhysicalIdealistLaw) || 0>> <<set $arcologies[0].FSPhysicalIdealistSMR = Number($arcologies[0].FSPhysicalIdealistSMR) || 0>> <<set $arcologies[0].FSPhysicalIdealistStrongFat = Number($arcologies[0].FSPhysicalIdealistStrongFat) || 0>> <</if>> @@ -100,6 +102,7 @@ <<set $arcologies[0].FSChattelReligionist = Number($arcologies[0].FSChattelReligionist) || "unset">> <<set $arcologies[0].FSChattelReligionistDecoration = Number($arcologies[0].FSChattelReligionistDecoration) || 0>> <<set $arcologies[0].FSChattelReligionistLaw = Number($arcologies[0].FSChattelReligionistLaw) || 0>> + <<set $arcologies[0].FSChattelReligionistCreed = Number($arcologies[0].FSChattelReligionistCreed) || 0>> <</if>> <<if $arcologies[0].FSEdoRevivalist != "unset">> <<set $arcologies[0].FSEdoRevivalist = Number($arcologies[0].FSEdoRevivalist) || "unset">> @@ -136,6 +139,11 @@ <<set $arcologies[0].FSChineseRevivalistDecoration = Number($arcologies[0].FSChineseRevivalistDecoration) || 0>> <<set $arcologies[0].FSChineseRevivalistLaw = Number($arcologies[0].FSChineseRevivalistLaw) || 0>> <</if>> +<<for _fscdc = 0; _fscdc < setup.FutureSocieties.length; _fscdc++>> + <<if !($arcologies[0][setup.FutureSocieties[_fscdc]] > 0)>> + <<run removeFS(setup.FutureSocieties[_fscdc])>> + <</if>> +<</for>> You perform the dark rituals, pray to the chaos gods and sold your CHEATING SOUL for the power to change and mold the Future Society to your will. diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw index ad60d75e1d9b025893a98d8a5e4e2e4e9b3ece8f..14b7412839a6b7dd0e8091312ef5d78b6da1a7aa 100644 --- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw +++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw @@ -9,7 +9,7 @@ <<if $customEvalCode>> <<if $customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */ - <<set $customEvalCode = "(" + $customEvalCode + ")">> + <<set $customEvalCode = "(" + $customEvalCode + ")">> <</if>> <<if typeof eval($customEvalCode) === "function">> <<run (eval($customEvalCode))($tempSlave)>> 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/events/gameover.tw b/src/events/gameover.tw index fd406d32afda75afa19e88377c6ba4b0a52f2417..68b6051002da91f5a3226c0c553ac173dc8d04d8 100644 --- a/src/events/gameover.tw +++ b/src/events/gameover.tw @@ -83,7 +83,7 @@ As you leave your penthouse to conduct your daily rounds, you promptly get <<if $arcologyUpgrade.drones == 1>>tased by the nearest drone<<else>>tackled hard against the wall<</if>>. When you awake, it hits you like a truck; you idiotically enslaved your $PC.race ass by decreeing all <<if $gameover == "Idiot Ball 2 The Dumbassening">>non-<<print $arcologies[0].FSSupremacistRace>><<else>><<print $arcologies[0].FSSubjugationistRace>><</if>><<if $PC.race != "mixed race">>s<<else>> individuals<</if>> slaves, and since you are now a slave, lack the authority to revert the policy. The story of your remaining years may be worth telling, as is your legendary blunder, but it must be told elsewhere. <br><br> - ''GAME OVER'' + ''GAME OVER'' <<else>> <<set $ui = "start">> diff --git a/src/events/intro/economyIntro.tw b/src/events/intro/economyIntro.tw index dc6052982e96bd792f6a88f3caff9f34c54e835c..6eba2ad983b806b502e4b03a15b0485a0da8c2c4 100644 --- a/src/events/intro/economyIntro.tw +++ b/src/events/intro/economyIntro.tw @@ -47,7 +47,7 @@ <<else>> but luckily all forms of income ''rise in lockstep''. [[Harder|Economy Intro][$incomeRate = 1]] <</if>> - <br> + <br> <br>[[Play with static economy|Economy Intro][$difficultySwitch = 0]] */ diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index 8e651a1df82879a79cce1eced245bcae3b2a2953..25af8e257762922e12e847f8e19242a40441a562 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -1091,7 +1091,7 @@ Currently __''Mods''__ <br>The Special Force Mod is <<if $SF.Toggle === 0>> - ''disabled.'' [[Enable|Intro Summary][$SF.Toggle = 1]] + ''disabled.'' [[Enable|Intro Summary][$SF.Toggle = 1]] <<else>> ''enabled.'' [[Disable|Intro Summary][$SF.Toggle = 0]] <br> The support facility is diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw index fa78fa74dff31841c6be3e4f1fc27ad9d659cf02..8dca691dbedb7bb9cada22782189851c01eed5b6 100644 --- a/src/facilities/nursery/childInteract.tw +++ b/src/facilities/nursery/childInteract.tw @@ -458,7 +458,7 @@ <br> //Nice:// <<link "Apron">><<set $activeSlave.clothes = "an apron",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> -| <<link "Ballgown">><<set $activeSlave.clothes = "a ball gown",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> +| <<link "Ballgown">><<set $activeSlave.clothes = "a ball gown",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> | <<link "Bangles">><<set $activeSlave.clothes = "slutty jewelry",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> | <<link "Battlearmor">><<set $activeSlave.clothes = "battlearmor",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> | <<link "Battledress">><<set $activeSlave.clothes = "battledress",$activeSlave.choosesOwnClothes = 0>><<replace "#clothes">>$activeSlave.clothes<</replace>><</link>> diff --git a/src/facilities/nursery/childrenReport.tw b/src/facilities/nursery/childrenReport.tw index ee6bd9c3a007d68f102524837e1e488e79a5160a..4d033a7e7662aef1a7c341f38c71b2b2ccb91ded 100644 --- a/src/facilities/nursery/childrenReport.tw +++ b/src/facilities/nursery/childrenReport.tw @@ -22,15 +22,15 @@ <br> <<if $nurseryWeightSetting == 1>> <<if $cribs[_nur].weight < 200>> - <<set $cribs[_nur].weight += 5>> + <<set $cribs[_nur].weight += 5>> <</if>> The weight monitoring systems are overloading $his intake causing @@.red;rapid weight gain.@@ <<elseif $nurseryWeightSetting == 2>> <<if $cribs[_nur].weight > 10>> - <<set $cribs[_nur].weight -= 1>> + <<set $cribs[_nur].weight -= 1>> The weight monitoring systems detect $he is overweight and @@.green;decrease $his caloric intake.@@ <<elseif $cribs[_nur].weight < -10>> - <<set $cribs[_nur].weight += 1>> + <<set $cribs[_nur].weight += 1>> 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. @@ -47,20 +47,20 @@ <<set $cribs[_nur].weight -= 40>> <</if>> <</if>> - + <<if $nurseryUpgradeMuscles == 1>> <br> <<if $nurseryMusclesSetting == 2>> <<if $cribs[_nur].muscles < 100>> - <<set $cribs[_nur].muscles += 5>> + <<set $cribs[_nur].muscles += 5>> <</if>> The strength monitoring systems are overloading $him with steroids causing @@.green;rapid muscle development.@@ <<elseif $nurseryMusclesSetting == 1>> <<if $cribs[_nur].muscles > 10>> - <<set $cribs[_nur].muscles-->> + <<set $cribs[_nur].muscles-->> The strength monitoring systems detect $he is overly muscular and @@.green;decrease $his steroid dosage.@@ <<elseif $cribs[_nur].muscles < -10>> - <<set $cribs[_nur].muscles++>> + <<set $cribs[_nur].muscles++>> 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. @@ -125,7 +125,7 @@ <br> With the growth stimulant injections offline, $his body is left to develop naturally. <</if>> - + <<if $nurseryUpgradeReproduction == 1>> <br> <<if $nurseryReproductionSetting == 2>> diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index 2dec315d8328269c0bdd8bd30119f45fc26ff960..deb2968915702e8d0dc292079402bd7cca608b46 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/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 7f7e9c61c2151dd26b0f5e9b2b39b96c567a57b9..f49e2e8797bcc306d52bafa944e5792fd5529257 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -1466,8 +1466,8 @@ SLAVE RELATIONSHIPS ''Slave Marriages'' take place between two slaves. Several random events provide the opportunity to marry slave lovers. Slave Marriages function as an end state for slave [[romances|Encyclopedia][$encyclopedia = "Romances"]]; slave wives receive the best relationship bonuses, and can generally be depended upon to help each other be good slaves in various ways. The alternative end states for slaves' emotional attachments are the [[emotional slut|Encyclopedia][$encyclopedia = "Emotional Slut"]] and [[emotionally bonded|Encyclopedia][$encyclopedia = "Emotionally Bonded"]] statuses, both of which are for a single slave alone. -<<case "slaveowner Marriages">> - ''slaveowner Marriages'', marriages between a @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ slave and the player character, require passage of a slaveowner marriage policy unlocked by advanced [[paternalism|Encyclopedia][$encyclopedia = "Paternalism"]]. Once this policy is in place, [[emotionally bonded|Encyclopedia][$encyclopedia = "Emotionally Bonded"]] slaves can be married. There is no limit to the number of slaves a paternalist player character can marry. Marriage to the player character functions as a direct upgrade to being emotionally bonded. +<<case "Slaveowner Marriages">> + ''Slaveowner Marriages'', marriages between a @@.hotpink;[[devoted|Encyclopedia][$encyclopedia = "From Rebellious to Devoted"]]@@ slave and the player character, require passage of a slaveowner marriage policy unlocked by advanced [[paternalism|Encyclopedia][$encyclopedia = "Paternalism"]]. Once this policy is in place, [[emotionally bonded|Encyclopedia][$encyclopedia = "Emotionally Bonded"]] slaves can be married. There is no limit to the number of slaves a paternalist player character can marry. Marriage to the player character functions as a direct upgrade to being emotionally bonded. /********** THE X-SERIES ARCOLOGY @@ -3119,7 +3119,7 @@ Error: bad title. | [[Emotionally Bonded|Encyclopedia][$encyclopedia = "Emotionally Bonded"]] | [[Emotional Slut|Encyclopedia][$encyclopedia = "Emotional Slut"]] | [[Slave Marriages|Encyclopedia][$encyclopedia = "Slave Marriages"]] - | [[slaveowner Marriages|Encyclopedia][$encyclopedia = "slaveowner Marriages"]] + | [[Slaveowner Marriages|Encyclopedia][$encyclopedia = "Slaveowner Marriages"]] <</if>> <<if ["What the Upgrades Do","Personal Assistant","The Wardrobe","The Auto Salon","The Studio","The Remote Surgery","The Pharmaceutical Fab.","Security Drones","Water Filtration","Slave Nutrition"].includes($encyclopedia)>> diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw index 265545a6c815d275c7e435fec68b5079af95cf2b..72e5d4f8609fd20c4bc5e8925e5d7d9f51e08e59 100644 --- a/src/init/setupVars.tw +++ b/src/init/setupVars.tw @@ -76,7 +76,7 @@ "Bolivian": {amerindian: 9, latina: 9, "mixed race": 3, white: 1}, "Bosnian": {"indo-aryan": 1, "mixed race": 1, white: 23}, "Brazilian": {amerindian: 1, asian: 1, black: 2, latina: 3, "mixed race": 4, white: 6}, - "British": {asian: 1, black: 2, "indo-aryan": 3, "middle eastern": 1, "mixed race": 1, semitic: 1, "southern european": 3, white: 33}, + "British": {asian: 1, black: 2, "indo-aryan": 3, "middle eastern": 1, "mixed race": 1, semitic: 1, "southern european": 3, white: 33}, "Bruneian": {asian: 10, "indo-aryan": 5, malay: 28, "mixed race": 1}, "Bulgarian": {"indo-aryan": 4, "middle eastern": 1, "mixed race": 1, white: 44}, "Burkinabé": {black: 12, "middle eastern": 1, "mixed race": 1}, @@ -1020,7 +1020,7 @@ <<set setup.russianMaleNames = ["Abram", "Afanasy", "Albert", "Alexander", "Alexei", "Anatoly", "Andrei", "Anton", "Arkady", "Arseny", "Artur", "Artyom", "Bogdan", "Boris", "Daniil", "David", "Denis", "Dmitri", "Dmitry", "Eduard", "Erik", "Evgeny", "Garry", "Gavriil", "Gennady", "Georgy", "Gerasim", "German", "Gleb", "Grigori", "Grigory", "Ignat", "Ignaty", "Igor", "Ilia", "Illarion", "Immanuil", "Iosif", "Ivan", "Kirill", "Konstantin", "Leon", "Leonid", "Lev", "Makar", "Marat", "Mark", "Matvei", "Maxim", "Mikhail", "Nestor", "Nikita", "Nikolay", "Oleg", "Pavel", "Pyotr", "Robert", "Rodion", "Roman", "Rostislav", "Ruslan", "Semyon", "Sergei", "Spartak", "Stanislav", "Stepan", "Taras", "Timofei", "Timur", "Trofim", "Vadim", "Valentin", "Valery", "Vasily", "Veniamin", "Viktor", "Vitaly", "Vlad", "Vladimir", "Vladislav", "Vsevolod", "Vyacheslav", "Yakov", "Yaroslav", "Yefim", "Yegor", "Yulian", "Yury", "Zakhar"]>> <<set setup.russianSlaveSurnames = ["Abarinova", "Abashova", "Abramova", "Agaltsova", "Agapova", "Agureeva", "Akhaimova", "Akimova", "Akinshina", "Aleksandrova", "Aleksandrovich", "Aleksandrovna", "Alekseeva", "Alieva", "Alliluyeva", "Altayskaya", "Ananina", "Andreeva", "Andrejchenko", "Antonenko", "Antonova", "Arbatova", "Aroseva", "Arshinova", "Asmus", "Astafieva", "Avdeyeva", "Baclanova", "Bajenova", "Baranova", "Batalova", "Belova", "Belyaeva", "Belyakova", "Berg", "Berseneva", "Blokhina", "Bogdanova", "Bogomolova", "Bogucharskaia", "Bondarenko", "Borisova", "Borissova", "Borodina", "Bosch", "Boyarskaya", "Boyko", "Brik", "Budina", "Budnitskaya", "Burina", "Burnasheva", "Buzova", "Cgernyavskaya", "Charskaya", "Chekhova", "Chemezova", "Chepeleva", "Cherepanova", "Chernova", "Chipovskaya", "Churilova", "Danilova", "Davydova", "Demekhina", "Dementieva", "Denisova", "Deulina", "Dmitrieva", "Doronina", "Dronina", "Dyupina", "Efimova", "Efremova", "Egorova", "Ekamasova", "Eremina", "Ermakova", "Ezhova", "Falileeva", "Farkhullina", "Fedorova", "Fedotova", "Fetisova", "Filatova", "Filippova", "Fomina", "Frank", "Freindlich", "Friske", "Frolova", "Fyodorova", "Gagarina", "Galkina", "Gavrilova", "Gerasimova", "Germanova", "Geva", "Girfanova", "Glazova", "Glebova", "Glinka", "Goldman", "Golovko", "Golub", "Golubeva", "Goncharova", "Gorbacheva", "Gorshkova", "Gracheva", "Grigoreva", "Grigorieva", "Grinenko", "Gromova", "Grosheva", "Gubanova", "Guseva", "Gzovskaya", "Ilchenko", "Ilina", "Inshina", "Isaeva", "Isinbayeva", "Isoeva", "Istomina", "Ivanova", "Jovovich", "Kabo", "Kachalina", "Kadirova", "Kahnovich", "Kalashnikova", "Kalinina", "Kamenkova", "Kaptsova", "Kapustina", "Karpova", "Kasatkina", "Katina", "Kazakova", "Kazanova", "Kedrova", "Khamatova", "Khityaeva", "Khlynina", "Khodchenkova", "Khomich", "Khovanskaya", "Khrushcheva", "Kibalo", "Kim", "Kirilenko", "Kirsanova", "Kiseleva", "Klimova", "Klishina", "Klopakova", "Kochina", "Kochneva", "Kolesnikova", "Kolosova", "Komarova", "Kondratyeva", "Konovalova", "Kopylova", "Korikova", "Koroleva", "Kotova", "Kouklina", "Kournikova", "Kovalenko", "Kovaleva", "Kovylina", "Kozlova", "Krajt", "Kravchenko", "Krivosheeva", "Krivozub", "Krupskaya", "Krylova", "Kulikova", "Kunskaya", "Kuptsova", "Kusakina", "Kuskova", "Kutepova", "Kuzmina", "Kuznetsova", "Landik", "Lavrova", "Lazareva", "Lebedeva", "Lekshina", "Leonova", "Levanova", "Levieva", "Levina", "Lezhnina", "Likhina", "Linskaya", "Lipovskaya", "Lisovskaia", "Lopyreva", "Lubkova", "Lukanina", "Luss", "Magomedova", "Makarenko", "Makarova", "Makeyeva", "Makhalina", "Maksimova", "Malinskaja", "Malova", "Maltseva", "Malysheva", "Manaseina", "Maretskaya", "Markova", "Martinovska", "Maslova", "Matveeva", "Matviyenko", "Maximova", "Mazura", "Medvedeva", "Melnikova", "Metkina", "Mikhaylova", "Mironova", "Mityushina", "Mizulina", "Morozova", "Moskalkova", "Mukhina", "Myasnikova", "Nabokina", "Nadezhda", "Narusova", "Naumova", "Nazarova", "Nekrasova", "Nescher", "Neyolova", "Nijinska", "Nikiforova", "Nikitina", "Nikolaeva", "Nosova", "Novikova", "Novoselova", "Olerinskaya", "Onolbayeva", "Orlova", "Osintseva", "Osipenko", "Osipova", "Ouliankina", "Oznobkina", "Pamfilova", "Panaeva", "Panina", "Panova", "Panteleeva", "Pantyukhina", "Pavlenko", "Pavlova", "Penkina", "Perepyolkina", "Pereverzeva", "Perova", "Petrenko", "Petrova", "Philippova", "Piletskaya", "Pilnitskaya", "Pivovarova", "Pletneva", "Pletnyova", "Podkaminskaya", "Polevshchikova", "Polina", "Polishchuk", "Polozkova", "Polunina", "Polyakova", "Ponaroshku", "Ponarovskaya", "Ponizova", "Popova", "Poverennova", "Pozdeeva", "Pozharskaya", "Poznyak", "Prohorova", "Proklova", "Prugova", "Putina", "Radchenko", "Razumovskaya", "Redina", "Romanova", "Roslyakova", "Rozhkova", "Rudenko", "Rudova", "Rumyanova", "Ryzhkina", "Samburskaya", "Samoilova", "Samsova", "Sarasova", "Savchenko", "Schachova", "Scherbakova", "Schirman", "Scripchenko", "Selezneva", "Seleznyova", "Semenova", "Semenovich", "Semyonova", "Senchenko", "Senchina", "Sergeeva", "Sergeevich", "Sergeevna", "Sergeyeva", "Sergina", "Serova", "Serpova", "Shabanova", "Shagalova", "Shakinskaya", "Shalagina", "Shalayeva", "Sharapova", "Sharipova", "Shayk", "Shchekina", "Shekhovtsova", "Shestova", "Shevchenko", "Shirshina", "Shiskova", "Shmeleva", "Shoygu", "Shukina", "Shulgina", "Sidorkina", "Sidorova", "Silina", "Simonovich", "Siriskina", "Sizova", "Skobtseva", "Skobtsova", "Slabunova", "Smirnova", "Snigir", "Sokolova", "Sokova", "Sorokina", "Sosina", "Sosnova", "Sotnikova", "Stalina", "Stefanenko", "Stepanova", "Strokous", "Struchkova", "Studilina", "Sudakevich", "Sukhinova", "Suslova", "Sutulova", "Svetikova", "Takshina", "Talyzina", "Tarakanova", "Tarasova", "Tarkovskaya", "Temnikova", "Tereshkina", "Tikhonova", "Timofeeva", "Timofeyeva", "Titova", "Tkachenko", "Tkacheva", "Trefilova", "Trofimova", "Trykina", "Tsesarskaya", "Tsyganenko", "Tsygankova", "Tutayeva", "Tyrkova", "Ufimtseva", "Ulanova", "Urajevskaya", "Usova", "Vafina", "Vaganova", "Valeeva", "Varlamova", "Vasileva", "Vasilyeva", "Velikanova", "Vernadskaya", "Vinogradova", "Vishneva", "Vishnevskaya", "Vladimirovich", "Vlasova", "Vodianova", "Vodonaeva", "Volkova", "Volochkova", "Volodina", "Volskaya", "Vorobyeva", "Voronina", "Vyalitsyna", "Vyroubova", "Yakovleva", "Yaroshevskaya", "Yudina", "Yurchenko", "Yurlova", "Zabolotnikova", "Zagorskaya", "Zagoruychenko", "Zakharova", "Zaryanova", "Zaytseva", "Zelyaeva", "Zherebtsova", "Zhiznyeva", "Zhukova", "Ziganshina", "Zubova", "Zudina", "Zuyeva", "Zvarych"]>> <<set setup.russianMaleSurnames = {}>> -/*Actually russian and ukrainian names and surnames can be safely merged in one array, and used for both nations. Through very high cultural interchange, they are very common on both territories, many of them can't be specifed as russian or ukrainian now.*/ +/*Actually russian and ukrainian names and surnames can be safely merged in one array, and used for both nations. Through very high cultural interchange, they are very common on both territories, many of them can't be specified as russian or ukrainian now.*/ <<set setup.rwandanSlaveNames = ["Agathe", "Agnes", "Agnès", "Akaliza", "Alice", "Alphonsine", "Alvera", "Anne-Marie", "Anne", "Apollinarie", "Beatha", "Béatrice", "Christine", "Clare", "Claudette", "Daphrose", "Diane", "Donnatille", "Épiphanie", "Espérance", "Esther", "Fanfan", "Francine", "Gérardine", "Germaine", "Happy", "Honorine", "Immaculée", "Inmaculle", "Jacqueline", "Jeanne", "Jeannette", "Johanna", "Joy", "Judith", "Julienne", "Laurence", "Louise", "Marcianne", "Maria", "Marie-Solange", "Marie", "Monique", "Nadja", "Odette", "Pamela", "Pauline", "Rose", "Rosemary", "Salome", "Scholastique", "Solange", "Sonia", "Stella", "Thérèse", "Valentine", "Victoire", "Yolande"]>> <<set setup.rwandanMaleNames = ["Anastase", "Bernard", "Célestin", "Damien", "Dismas", "Dominique", "Édouard", "Faustin", "Frank", "Grégoire", "Jean", "Juvénal", "Pasteur", "Paul", "Philippe", "Pierre", "Pierre-Célestin", "Pierre-Damien", "Sylvestre", "Théodore"]>> diff --git a/src/js/SetBellySize.tw b/src/js/SetBellySize.tw index 8b0e8b7ef2300215f7ca0336288672d50d705f2e..d4e1ea3280da7881fe64cc594b687d77690518d1 100644 --- a/src/js/SetBellySize.tw +++ b/src/js/SetBellySize.tw @@ -9,7 +9,7 @@ window.SetBellySize = function SetBellySize(slave) { else _implantSize = 0 - if (slave.inflation == 3) + if (slave.inflation == 3) slave.bellyFluid = 10000 else if (slave.inflation == 2) slave.bellyFluid = 5000 diff --git a/src/js/assayJS.tw b/src/js/assayJS.tw index b69dc65a39a063512952e64cfd48ecafe4912ea3..5ed6ba58536a8bb0b259214afa0150019925fbfd 100644 --- a/src/js/assayJS.tw +++ b/src/js/assayJS.tw @@ -1467,7 +1467,7 @@ window.SlaveTitle = function SlaveTitle(slave) { if ((slave.boobs < 300) || (slave.butt < 2)) { if ((slave.dick !== 0) && (slave.vagina === -1) && (slave.balls > 0)) { - if ((slave.shoulders > 1) || (slave.muscles >= 30)) { /* BITCHES: masculine shoulders or muscles */ + if ((slave.shoulders > 1) || (slave.muscles >= 30)) { /* BITCHES: masculine shoulders or muscles */ r = "bitch"; if ((slave.muscles > 30) && (slave.height < 185)) { r = "muscle" + r; @@ -1572,7 +1572,7 @@ window.DegradingName = function DegradingName(slave) { } else if (slave.assignment === "work in the dairy" && V.dairyRestraintsSetting >= 2) { slave.slaveName = "Bioreactor No. " + slave.ID; slave.slaveSurname = 0; - } else { + } else { if (V.seeRace === 1) { switch (slave.race) { case "white": diff --git a/src/js/datatypeCleanupJS.tw b/src/js/datatypeCleanupJS.tw index 5ee785eb3b705cf5e21275fc657cfa1485c4b326..3879d13b9bdfe197e6e6b5d6deefb047682468bb 100644 --- a/src/js/datatypeCleanupJS.tw +++ b/src/js/datatypeCleanupJS.tw @@ -183,7 +183,7 @@ window.slaveBoobsDatatypeCleanup = function slaveBoobsDatatypeCleanup(slave) { window.slaveButtDatatypeCleanup = function slaveButtDatatypeCleanup(slave) { if (slave.butt !== 0) { slave.butt = Math.clamp(+slave.butt, 0, 20) || 1; - } + } slave.anus = Math.clamp(+slave.anus, 0, 4) || 0; slave.analArea = Math.max(+slave.analArea, 0) || 0; }; diff --git a/src/js/familyTree.tw b/src/js/familyTree.tw index 6ce4677bb0874bd12da2974ebb90c7de1487e42e..478a320cdb1036563a6c6c17a028a50abb4e04da 100644 --- a/src/js/familyTree.tw +++ b/src/js/familyTree.tw @@ -414,7 +414,7 @@ window.buildFamilyTree = function(slaves = State.variables.slaves, filterID) { if(kids[char_id]) { char_obj.is_mother = !!kids[char_id].mother; char_obj.is_father = !!kids[char_id].father; - } else { + } else { char_obj.is_mother = false; char_obj.is_father = false; } diff --git a/src/js/generateNewSlaveJS.tw b/src/js/generateNewSlaveJS.tw index e89252290b4795925b074f73ada40c12f287f215..a5990231078dc6e3400fb2a9f773de5fd2d984b2 100644 --- a/src/js/generateNewSlaveJS.tw +++ b/src/js/generateNewSlaveJS.tw @@ -86,7 +86,7 @@ window.GenerateNewSlave = (function(){ generateXXPuberty(); }; - function GenerateXYSlave() { + function GenerateXYSlave() { slave.genes = "XY"; slave.hLength = 10; slave.prostate = 1; @@ -212,7 +212,7 @@ window.GenerateNewSlave = (function(){ slave.vaginaLube = 0; } else { slave.vaginaLube = 1; - } + } slave.foreskin = jsRandom(0,4); }; diff --git a/src/js/rbuttonJS.tw b/src/js/rbuttonJS.tw index 1668d21900a7e3de24d8535b00b1881b8c654ed3..8ce088b90ed3dcd7c4e8fbe75717cd0546205cb9 100644 --- a/src/js/rbuttonJS.tw +++ b/src/js/rbuttonJS.tw @@ -1,12 +1,12 @@ :: 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">> + <<rbutton "$variable" "value">> Or: <<rbutton "$variable" "value" "HTML_element_ID" "Text to replace with, inside html element with ID from previous parameter. <br> HTML tags allowed.">> -Group of radiobutton will be created based on variable name. Checked state will be setted up if variable contain value matched with second parameter. Full form of macro call can be used to display extended description of selected value. +Group of radiobutton will be created based on variable name. Checked state will be set up if variable contain value matched with second parameter. Full form of macro call can be used to display extended description of selected value. */ Macro.add('rbutton', { @@ -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/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw index d9641c9ef4df12daa7d773ea2606895b11cde151..b81cd49e05f8827786795d28f2b3588124cf5c96 100644 --- a/src/js/rulesAssistantOptions.tw +++ b/src/js/rulesAssistantOptions.tw @@ -1114,14 +1114,14 @@ window.rulesAssistantOptions = (function() { ["Over-sized t-shirt and boyshorts", "an oversized t-shirt and boyshorts"], ["Over-sized t-shirt", "an oversized t-shirt"], ["Panties", "panties"], - ["Pasties and panties", "panties and pasties"], + ["Pasties and panties", "panties and pasties"], ["Scalemail bikini", "a scalemail bikini"], ["Schoolgirl", "a schoolgirl outfit"], ["Slave gown", "a slave gown"], ["Slutty outfit", "a slutty outfit"], ["Spats and tank top", "spats and a tank top"], ["Sport shorts and a sports bra", "sport shorts and a sports bra"], - ["Sport shorts and a t-shirt", "sport shorts and a t-shirt"], + ["Sport shorts and a t-shirt", "sport shorts and a t-shirt"], ["Sport shorts", "sport shorts"], ["Sports bra", "a sports bra"], ["String bikini", "a string bikini"], @@ -1132,7 +1132,7 @@ window.rulesAssistantOptions = (function() { ["Sweater and panties", "a sweater and panties"], ["Sweater", "a sweater"], ["T-shirt and jeans", "a t-shirt and jeans"], - ["T-shirt and panties", "a t-shirt and panties"], + ["T-shirt and panties", "a t-shirt and panties"], ["T-shirt and thong", "a t-shirt and thong"], ["T-shirt", "a t-shirt"], ["Tank-top and panties", "a tank-top and panties"], diff --git a/src/js/sexActsJS.tw b/src/js/sexActsJS.tw index f431224140190665063a695be95b38b2a511a1d3..184c7e40089e12200addeae352b722744e3319d4 100644 --- a/src/js/sexActsJS.tw +++ b/src/js/sexActsJS.tw @@ -299,7 +299,7 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) { if (V.partner < 0 || V.partner >= V.slaves.length) { r += `@@.red;PartnerVCheck called with invalid partner '$partner' from passage ${passage()}.@@`; - } + } else if (canDoVaginal(partner)) { if (partner.vagina === 0) { if (canDoAnal(partner) && partner.anus === 0) { diff --git a/src/js/slaveCostJS.tw b/src/js/slaveCostJS.tw index f4358029256bf69a25c3a967a0c4aa3d323f3abc..4e8688857c11e11b6d4a532f65b8e213163aca47 100644 --- a/src/js/slaveCostJS.tw +++ b/src/js/slaveCostJS.tw @@ -1849,7 +1849,7 @@ window.slaveCost = (function() { } }; - function calcMiscCost(slave) { + function calcMiscCost(slave) { let totalInt = Math.clamp(slave.intelligence + slave.intelligenceImplant,-130,130); /* make absolutely certain we do not use +-131 in the next line */ multiplier += Math.floor((Math.asin(totalInt/131))*50)/50; if (slave.pubertyXY === 0 && slave.physicalAge >= V.potencyAge && slave.genes === "XY" && arcology.FSGenderRadicalist === "unset") { diff --git a/src/js/slaveSummaryWidgets.tw b/src/js/slaveSummaryWidgets.tw index f398a396163687384745ed188a484b960056c56f..bce085863161090bb42a2b18336c4c6d9ed0e999 100644 --- a/src/js/slaveSummaryWidgets.tw +++ b/src/js/slaveSummaryWidgets.tw @@ -3206,7 +3206,7 @@ window.SlaveSummaryUncached = (function(){ break; } r += " "; - } + } function short_behavior_quirk(slave) { r += `<span class="green">`; diff --git a/src/js/storyJS.tw b/src/js/storyJS.tw index 6376241112816719558e5613a4d1f5e3ae66b4ad..67180b8780d750a9c8507e3a6f20c38c84f5632b 100644 --- a/src/js/storyJS.tw +++ b/src/js/storyJS.tw @@ -1067,7 +1067,6 @@ window.resetFSCredits = function() { activeFS++; } } - console.log(activeFS); if (V.arcologies[0].FSNull > 0) { /* possibly recalculate for multiculturalism */ activeFS--; if (V.FSCreditCount === 4) { @@ -1080,6 +1079,5 @@ window.resetFSCredits = function() { activeFS += V.arcologies[0].FSNull/20; } } - console.log(activeFS); V.FSCredits = Math.max(Math.trunc(V.FSGotRepCredits - activeFS), 0); }; diff --git a/src/npc/descriptions/fAssistedSex.tw b/src/npc/descriptions/fAssistedSex.tw index 0843753e64c188172ef8e3b951613d1fd1bd7bcd..87236ff0a841e5ec484db07c51c329ff7057768a 100644 --- a/src/npc/descriptions/fAssistedSex.tw +++ b/src/npc/descriptions/fAssistedSex.tw @@ -23,7 +23,7 @@ You order $his servants forward so that $he can tease you with $his enormously s <<else>> <<if $activeSlave.amp < 1>> $he covers $his eyes with $his hands, - <<else>> + <<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. @@ -37,9 +37,9 @@ You order $his servants forward so that $he can tease you with $his enormously s 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. -<<else>> +<<else>> spreading your exposed, oozing twat. -<</if>> +<</if>> <<if $activeSlave.devotion > 95>> Licking $his lips, <<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> @@ -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,10 +72,10 @@ $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>> +<<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 @@ -86,7 +86,7 @@ $he draws toward you, half-floating on a river of silent, groping hands. When $h <</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>> +<</if>> Once you are satisfied, you send $him away to clean $himself up before returning to $his duties. <<if passage() != "Slave Interact">> diff --git a/src/npc/descriptions/fBellyFuck.tw b/src/npc/descriptions/fBellyFuck.tw index 8a114d4cf4d623d0f3048bfc337a20b34f05890c..b7061902c965d229ba87f723dc34e7f2b16bdc0c 100644 --- a/src/npc/descriptions/fBellyFuck.tw +++ b/src/npc/descriptions/fBellyFuck.tw @@ -79,9 +79,9 @@ When you get to $his rear, you slap $his jiggly, saline filled ass, <<elseif $activeSlave.butt > 2>> thick ass, -<<else>> +<<else>> pert ass, -<</if>> +<</if>> and then spread $his cheeks for easier access to $his <<if canDoVaginal($activeSlave)>>cunt. <<= VaginalVCheck()>><<else>>asshole. <<= AnalVCheck()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strapon<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear <<if $activeSlave.belly > $activeSlave.pregAdaptation*2000>> that your recent escapades @@.red;have done lasting damage to $his body.@@ diff --git a/src/npc/descriptions/fMaternitySwing.tw b/src/npc/descriptions/fMaternitySwing.tw index 29d0bd9b1b3940bf890fb0a1fc20ae96f3306506..af940d362556d2fb669a118cfb919e07befa995e 100644 --- a/src/npc/descriptions/fMaternitySwing.tw +++ b/src/npc/descriptions/fMaternitySwing.tw @@ -12,7 +12,7 @@ You call $him over and hook $him into the reinforced silk maternity swing built enormous breasts <<else>> cute tits -<</if>> +<</if>> and <<if $activeSlave.bellyPreg >= 1000000>> ridiculously enormous, baby packed belly @@ -24,8 +24,8 @@ and massive belly <</if>> 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)>> +<<if $activeSlave.devotion > 95>> + <<if !canTalk($activeSlave)>> begs you to fuck $him already <<else>> groans inchoately, obviously desperate for you to fuck $him diff --git a/src/npc/descriptions/fPoolSex.tw b/src/npc/descriptions/fPoolSex.tw index da8c06a748a38bdb9f8eda341a1007cf99cb31ab..615b4b4605b665c603a69ecad6cebb813917f80c 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. @@ -141,18 +141,18 @@ You order $him to meet you in the spa for some quality time in the penthouse's r $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>> + <<elseif $activeSlave.butt > 4>> massive, cushiony ass <<elseif $activeSlave.butt > 2>> implant swollen ass - <<elseif $activeSlave.buttImplant == 1>> + <<elseif $activeSlave.buttImplant == 1>> 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/fAbuse.tw b/src/npc/fAbuse.tw index 70a29249b83d4b422659aa14d7b669b5e0046a83..93616a3d77fae2394d016d421d11b77ba7e13d73 100644 --- a/src/npc/fAbuse.tw +++ b/src/npc/fAbuse.tw @@ -284,7 +284,7 @@ $He seems to be a bit expectant of what is to come. <<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>> The slap seems to have excited $him, seeing $his hard nipples and wet pussy, and $his eyes practically beg for more. -<</if>> +<</if>> <<if ($PC.dick == 1)>> <<if ($activeSlave.amp != 1) && ($activeSlave.clothes !== "no clothing")>>While $he strips, your<<else>>Your<</if>> stiffening cock rises<<if $PC.vagina == 1>>, revealing your pussy and<</if>> earning diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw index 347cedfdb053b6efc90d0b4778dbdaf0900d22a1..1c4df24a916021b51702f87dd84424387b6e9c2a 100644 --- a/src/npc/fFeelings.tw +++ b/src/npc/fFeelings.tw @@ -9,7 +9,7 @@ <<if ($activeSlave.devotion < -50)>> $He <<if ($activeSlave.trust >= -20)>> - <<if !canTalk($activeSlave)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>declares<</if>> angrily that it's wrong to keep $him a slave, and that you should free $him. + <<if !canTalk($activeSlave)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>declares<</if>> angrily that it's wrong to keep $him a slave, and that you should free $him. <<elseif ($activeSlave.trust >= -50)>> <<if !canTalk($activeSlave)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>mutters<</if>> hesitantly that it's wrong to keep $him a slave, and that you should free $him. <<else>> @@ -210,7 +210,7 @@ My favorite part of my body i<<s>> <</if>> <<elseif ($activeSlave.sexualFlaw == "breast growth") && ($activeSlave.fetishStrength > 95)>> <<if ($activeSlave.boobs > 10000)>> - my colo<<ss>>al boobie<<s>>, <<Master>>. <<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? Literally. They're bigger than the re<<s>>t of my body and the only thing that would make me happier i<<s>> if they were even //bigger.// + my colo<<ss>>al boobie<<s>>, <<Master>>. <<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? Literally. They're bigger than the re<<s>>t of my body and the only thing that would make me happier i<<s>> if they were even //bigger.// <<elseif ($activeSlave.boobs > 2000)>> my huge boobie<<s>>, <<Master>>. <<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? <<S>>o big, and <<s>>o beautiful, and <<s>>o heavy… I'm <<s>>orry, <<Master>>, what were we talking about? Oh, ye<<s>>! <<elseif ($activeSlave.nipples == "fuckable")>> @@ -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>> @@ -476,7 +476,7 @@ My favorite part of my body i<<s>> <<case "humiliation">> I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about everyone <<s>>taring at my lewd body. <<case "dom">> - I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about the other <<s>>lave<<s>>, how it would feel to fuck them. + I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about the other <<s>>lave<<s>>, how it would feel to fuck them. <<case "sadist">> I'm so horny, <<Master>>. I can't <<s>>top thinking about the other <<s>>lave<<s>>, how it would feel to hurt them. <<case "cumslut">> @@ -583,7 +583,7 @@ My favorite part of my body i<<s>> <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 80)>> <<if $PC.dick == 1>>Your, uh." $He looks down, hesitating. "Your cock is really hot, <<Master>>.<</if>> <<else>> - You're, uh." $He looks down, hesitating. "You're really <<if $PC.title == 1>>hand<<s>>ome<<else>>pretty<</if>>, <<Master>>. + You're, uh." $He looks down, hesitating. "You're really <<if $PC.title == 1>>hand<<s>>ome<<else>>pretty<</if>>, <<Master>>. <</if>> <</if>> @@ -597,7 +597,7 @@ My favorite part of my body i<<s>> <<case "submissive">> I don't mind being clipped. I like belong on the bottom. <<case "masochist">> - Being gelded," $he shivers, "hurt<<s>> <<s>>ometime<<s>>. Make<<s>> people want to hurt you. I like it. + Being gelded," $he shivers, "hurt<<s>> <<s>>ometime<<s>>. Make<<s>> people want to hurt you. I like it. <<case "humiliation">> I don't mind being clipped." $He shivers. "Everyone know<<s>>! It'<<s>> <<s>>o embarra<<ss>>ing. <<case "dom">> @@ -658,14 +658,14 @@ My favorite part of my body i<<s>> I wish the hormone<<s>> didn't <<s>>top me from getting hard. I <<s>>till fanta<<s>>ize about boning the other girl<<s>>. <<else>> <<if $activeSlave.devotion > 75>> - I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. + I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. <<else>> I <<s>>ometime<<s>> wish the hormone<<s>> I'm on would let me get hard. <</if>> <</if>> <<else>> <<if $activeSlave.devotion > 75>> - I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. + I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. <<else>> I <<s>>ometime<<s>> wish the hormone<<s>> I'm on would let me get hard. <</if>> @@ -702,7 +702,7 @@ My favorite part of my body i<<s>> <<elseif ($activeSlave.physicalAge > 35)>> I can almo<<s>>t feel the curative<<s>> working. They make me feel like a young, pregnant $girl! Thank you, <<Master>>. <<else>> - I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible, even if the belly is a little uncomfortable. Thank you, <<Master>>. + I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible, even if the belly is a little uncomfortable. Thank you, <<Master>>. <</if>> <<else>> <<if ($activeSlave.health < 0)>> @@ -710,7 +710,7 @@ My favorite part of my body i<<s>> <<elseif ($activeSlave.physicalAge > 35)>> I can almo<<s>>t feel the curative<<s>> working. They make me feel <<s>>o young! Thank you, <<Master>>. <<else>> - I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible. Thank you, <<Master>>. + I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible. Thank you, <<Master>>. <</if>> <</if>> <</if>> @@ -865,7 +865,7 @@ My favorite part of my body i<<s>> <</if>> <<case "lip injections">> <<if ($activeSlave.fetishKnown == 1) && (($activeSlave.fetish == "cumslut") || ($activeSlave.energy > 95))>> - I can almost feel my lip<<s>> <<s>>welling, <<Master>>. I can't wait to wrap them around a cock. + I can almost feel my lip<<s>> <<s>>welling, <<Master>>. I can't wait to wrap them around a cock. <<else>> I can almost feel my lip<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of uncomfortable. <</if>> diff --git a/src/npc/fKiss.tw b/src/npc/fKiss.tw index 3ae51e1d74172d0ba153537bc1c0b8a5eb9d4b8a..b06a7353f572cf5d0fdbea6e4996c16188faa3a2 100644 --- a/src/npc/fKiss.tw +++ b/src/npc/fKiss.tw @@ -1,7 +1,7 @@ :: FKiss [nobr] You tell $activeSlave.slaveName to -<<switch $activeSlave.collar>> +<<switch $activeSlave.collar>> <<case "dildo gag">> <<if ($activeSlave.amp != 1)>> remove $his dildo gag and approach you. diff --git a/src/npc/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw index c10e0f6eb3c150f9fe18da9009ec7f68cb030f4a..46d5e7c8ccd5c76dfeda20d3792f921e7858f199 100644 --- a/src/npc/newSlaveIncestSex.tw +++ b/src/npc/newSlaveIncestSex.tw @@ -130,7 +130,7 @@ You indicate them to present themselves to you. Still shaking from the aftershoc <</link>> /* -<<link "Show them how cruel life in your arcology can be">> TODO: this needs to be written +<<link "Show them how cruel life in your arcology can be">> TODO: this needs to be written <<replace "#result">> <</replace>> <<set $relative.devotion -= 4>> diff --git a/src/pregmod/basenationalitiesControls.tw b/src/pregmod/basenationalitiesControls.tw index a9356d3f96698ede14f4fd94140f5817a791ab48..88ce174724c52911c02da2a8aa65845b201267eb 100644 --- a/src/pregmod/basenationalitiesControls.tw +++ b/src/pregmod/basenationalitiesControls.tw @@ -35,7 +35,7 @@ Adjust slave populations: /* Filter controls */ Filter by Race: -<<for _i = 0; _i < setup.filterRaces.length; _i++>> +<<for _i = 0; _i < setup.filterRaces.length; _i++>> <<set _race = setup.filterRaces[_i]>> <<if $baseControlsFilter == _race.toLowerCase().replace(/[ -]/g, '')>> <<print _race>> @@ -53,7 +53,7 @@ Filter by Race: <</for>> <br> Filter by Region: -<<for _i = 0; _i < setup.filterRegions.length; _i++>> +<<for _i = 0; _i < setup.filterRegions.length; _i++>> <<set _region = setup.filterRegions[_i]>> <<if $baseControlsFilter == _region.toLowerCase().replace(/[ -]/g, '')>> <<print _region>> diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw index 79c66fb09e7dc91d1d043b5f76ec24ff34d2cc82..2e10a4be4a14c71e61be2dcd76b004a190efc497 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/csec.tw b/src/pregmod/csec.tw index a9d70e6aae18964d29d1f7ca8b5592fea582962a..c9b6427394de0d7381b75f50bb0978678990a44a 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -133,7 +133,7 @@ <<set _incubated = 0>> <<set _oldDevotion = $activeSlave.devotion>> -<<set _cToIncub = 0, _cToNursery = 0>> +<<set _cToIncub = 0, _cToNursery = 0>> <<for _csec = 0; _csec < _curBabies; _csec++>> <<if $activeSlave.curBabies[_csec].reserve === "incubator">> <<set _cToIncub++>> @@ -316,7 +316,7 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<set $activeSlave.devotion += 6, $privateOrphanageTotal += _curBabies>> <</replace>> <<set $nextButton = "Back">><<UpdateNextButton>> /* unlock Continue button */ - <</link>> + <</link>> //Will cost <<print cashFormat(500)>> weekly// <<elseif _lostBabies != 1 && $DefaultBirthDestination != "anywhere">> $His <<if _curBabies > 1>>babies<<else>>baby<</if>> were sent to $DefaultBirthDestination. $slaves[$i].slaveName @@ -388,8 +388,8 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <</if>> <<if _curBabies+_cToIncub+_cToNursery < 1>> - /* Reaction for no live babies here. Placeholder.*/ -<<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> + /* Reaction for no live babies here. Placeholder.*/ +<<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <br><br> <<if $activeSlave.pregSource == -1>> <<if $activeSlave.devotion <= 20 && $activeSlave.weekAcquired > 0>> @@ -467,7 +467,7 @@ Since $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared fro <<if $activeSlave.womb.length == 0>> /* Only if pregnancy is really ended... */ <<if lastPregRule($activeSlave,$defaultRules)>><<set $activeSlave.preg = -1>><<else>><<set $activeSlave.preg = 0>><</if>> - <<set $activeSlave.pregType = 0>> + <<set $activeSlave.pregType = 0>> <<set $activeSlave.pregSource = 0>> <<set $activeSlave.pregKnown = 0>> <<set $activeSlave.pregWeek = -4>> diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw index ef12b05cbc0654683767936a000fee229f87d919..8608aaaf6e7139bf964d8894813369562c9867b2 100644 --- a/src/pregmod/eliteTakeOverFight.tw +++ b/src/pregmod/eliteTakeOverFight.tw @@ -51,7 +51,7 @@ You pick up the revolver and hold the barrel to your temple. <</switch>> -<<if $finalChoice == "give in">> +<<if $finalChoice == "give in">> <<if $PC.pregSource == -1 || $PC.pregSource == -6>> Screw their plans, you're out of here. <</if>>With a bang! you drop dead. <<set $ui = "start">> <br><br> @@ -196,7 +196,7 @@ <<else>> The target is still alive but is nothing more than a vegetable. <<set $eliteVegetable = 1>> - <</if>> + <</if>> <</if>> <</if>> 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/manageEconomy.tw b/src/pregmod/manageEconomy.tw index eb9ade45ae139f7994becfdc72c074697e838f3a..77d4a2bacde214dfc9705e80d66343b3b6a95a84 100644 --- a/src/pregmod/manageEconomy.tw +++ b/src/pregmod/manageEconomy.tw @@ -60,7 +60,7 @@ __Economy__<br> <<elseif $disasterResponse > 0>> <br><br>Your disaster response unit is idle. It will not cost you any upkeep this week. <</if>> -<br><br> +<br><br> <</if>> __Population and Rent__<br> @@ -130,7 +130,7 @@ _percTopClass = Math.trunc(($topClass / ($ACitizens + $ASlaves)) * 1000) / 10>> <br><br>You have reinforced your passenger terminals to function even during bad weather. You can invest into all-weather transportation to remain functional no matter what.<br> Investing in all-weather transportation costs <<print cashFormat(100000)>> and increase upkeep. [[Invest|Manage Economy][$antiWeatherFreeze = 2, $cash -= 100000]] <<elseif $antiWeatherFreeze == 2>> - <br><br>Your arcology's passenger terminals remain fully operational even during the most extreme weather. + <br><br>Your arcology's passenger terminals remain fully operational even during the most extreme weather. <</if>> <</if>> <</if>> @@ -157,7 +157,7 @@ Slave demand is and @@.red;''decreasing''@@ <</if>> <<if $deltaDemand != 0>> - <<if $demandTimer - $elapsedDemandTimer < 3>> + <<if $demandTimer - $elapsedDemandTimer < 3>> but it might change soon <</if>> <</if>> diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw index 2d035f0ce7817fc7218e22654a45b33913eba09f..76bff0dc600c1ca51008bc0d14a164d469170393 100644 --- a/src/pregmod/managePersonalAffairs.tw +++ b/src/pregmod/managePersonalAffairs.tw @@ -457,7 +457,7 @@ In total, you have given birth to: <<if _toSearch.indexOf("fertility") != -1>> <<set _fertRefresh = 1>> <</if>> - <<if $PC.fertDrugs == 1>> + <<if $PC.fertDrugs == 1>> You are currently taking fertility supplements<<if _fertRefresh == 1>>on top of the <<print $PC.refreshment>>s.<<else>>.<<if $PC.forcedFertDrugs > 0>> You feel a strange eagerness whenever you think of bareback sex.<</if>><</if>> [[Stop taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 0]] <<else>> You are not on any fertility supplements<<if _fertRefresh == 1>>, other than the $PC.refreshment, of course.<<else>>.<<if $PC.forcedFertDrugs > 0>> You feel a strange eagerness whenever you think of bareback sex.<</if>><</if>> [[Start taking fertility drugs|Manage Personal Affairs][$PC.fertDrugs = 1]] diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 0d4700a9937d78b130426dd35dfdde3d7dc98cb6..b20e107f21cf953dde618fc5d13f718c7f6af849 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -1053,7 +1053,7 @@ You beckon the curious girl to your hefty breasts, having noticed how hungrily $ <<set $activeSlave.anus = Math.clamp($activeSlave.anus, 3, 4)>> <<if $activeSlave.vagina > -1>> <<set $activeSlave.vagina to Math.clamp($activeSlave.vagina, 3, 4)>> - <<set $activeSlave.vaginalCount += 10, $vaginalTotal += 10>> + <<set $activeSlave.vaginalCount += 10, $vaginalTotal += 10>> <</if>> <<set $activeSlave.analCount += 10, $analTotal += 10>> <<= assignJob($activeSlave, "dairy")>> diff --git a/src/pregmod/organFarmOptions.tw b/src/pregmod/organFarmOptions.tw index 5be1a2981126cc1d4fe3b37cba7417a5a4295346..ca4477c17536678f48911c65503602a9ef363cd3 100644 --- a/src/pregmod/organFarmOptions.tw +++ b/src/pregmod/organFarmOptions.tw @@ -1892,7 +1892,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<else>> @@.red;Organ not found for deletion!@@ <</if>> - <</link>> + <</link>> <<else>> <br> <<link "Implant" "Surgery Degradation">> @@ -1960,7 +1960,7 @@ The fabricator is ready to grow an organ for $him. Extract tissue to begin growi <<else>> @@.red;Organ not found for deletion!@@ <</if>> - <</link>> + <</link>> <<else>> <br> <<link "Implant" "Surgery Degradation">> @@ -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/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw index 35becd0e6491598a3533333d76276e57f725797e..fca1f8db4ca8f303f10096c54d08a98c49c5b006 100644 --- a/src/pregmod/reMaleCitizenHookup.tw +++ b/src/pregmod/reMaleCitizenHookup.tw @@ -391,7 +391,7 @@ He's clearly attracted to you; even the most consummate actor would have difficu <<set $arcologies[0].FSRomanRevivalist += 5>> <<case "Aztec Revivalist">> well-built form - <<set $arcologies[0].FSAztecRevivalist += 5>> + <<set $arcologies[0].FSAztecRevivalist += 5>> <<case "Egyptian Revivalist">> beautiful tanned body <<set $arcologies[0].FSEgyptianRevivalist += 5>> diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index eebca274498549e59867f165e4b4c3e5231a953b..51223cfc1138edd3cdc56dfb18d0a5a364a51714 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -30,15 +30,15 @@ grin and pushes $his augmented tits together to give you a view of $his impressive cleavage. <<elseif $activeSlave.boobs >= 3000>> grin and hefts one of $his massive breasts with both hands, sucking on $his nipple to give you a show while you wait. - <<else>> + <<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>> + <<if $activeSlave.amp < 1>> pushes up against it, stretching so that $he can look you in the eyes. - <<else>> + <<else>> blushes and wiggles $his stumps, looking down. <</if>> <<if canTalk($activeSlave)>> @@ -52,22 +52,22 @@ <<else>> <<if $activeSlave.amp < 1>> $He signs to you that $he wants to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body. - <<else>> + <<else>> Your personal assistant speaks, probably in response to a nonverbal cue from your slave. $He explains that your slave wishes to give back to you for blessing $him with $his <<if $activeSlave.broodmother > 0>>permanently hyperpregnant<<else>>life-swollen<</if>> body. <</if>> <</if>> <br><br>The explanation has been going on for a while now, so you motion for your slave to get to the point. - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "<<Master>>," $he <<say>>s, "I want the whole world to love hyper-pregnant baby machine<<s>> a<<s>> much a<<s>> I do. I know it'<<s>> <<s>>elfi<<sh>>, but I've been looking into way<<s>> to make <<s>>e<<x>> with broodmother<<s>> even better than it already i<<s>>. It feel<<s>> great to get fucked while I'm <<s>>o packed full and helple<<ss>>, but, if you'll let me try, I've got <<s>>ome idea<<s>> for making it even better for broodmother<<s>>. And, more importantly, <<Master>>, for you and any other potential partner<<s>>, too." - <<else>> + <<else>> <<if $activeSlave.amp < 1>> - $He explains that $he's been thinking of ways to make sex with overly pregnant slaves more convenient and enjoyable and would like your permission to develop them. - <<else>> + $He explains that $he's been thinking of ways to make sex with overly pregnant slaves more convenient and enjoyable and would like your permission to develop them. + <<else>> Your assistant explains that the $girl has been thinking of ways to make sex with overly pregnant slaves more convenient and enjoyable and would like your permission to develop them. <</if>> <</if>> - <br><br> + <br><br> You consider $his offer. Will you support $him? <br><br> @@ -88,8 +88,8 @@ gaping pussy, <<elseif ($activeSlave.vagina > 3)>> loose pussy, - <<elseif ($activeSlave.vagina >= 1)>> - vagina, + <<elseif ($activeSlave.vagina >= 1)>> + vagina, <<else>> surprisingly resilient, tight little pussy, <</if>> @@ -105,16 +105,16 @@ $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>> - $his brood shifts precariously. 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 be more concerned with staying whole than whatever foolish endeavers $he was planning. + $his brood shifts precariously. 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 be more concerned with staying whole than whatever foolish endeavors $he was planning. <</if>> $activeSlave.slaveName is now more @@.gold;fearful@@. <<set $activeSlave.trust -= 4>> <<else>> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "I'm <<s>>orry, <<Master>>," $he <<say>>s, "I ju<<s>>t thought, well... nevermind." <<else>> <<if $activeSlave.amp < 1>> - $He motions in apology, trying to hide $his extreme disappointment. + $He motions in apology, trying to hide $his extreme disappointment. <<else>> $He is mute and limbless, so it is nearly impossible for $him to communicate $his feelings without a great deal of forward planning and help from your AI assistant. Despite this, you can tell $he's disappointed. <</if>> @@ -128,75 +128,75 @@ You kiss $him on the head, make sweet love to $him to improve $his mood, then have $him escorted out of your office. <<= VaginalVCheck()>> You are certain you made the right choice. If possible, $activeSlave.slaveName is now more @@.hotpink;devoted.@@ - <<set $activeSlave.devotion += 5>> + <<set $activeSlave.devotion += 5>> <</if>> <</replace>> <</link>> <br><<link "Yes, and offer to help $him in a... personal capacity">> <<EventNameDelink $activeSlave>> - <<replace "#result">> + <<replace "#result">> Being so close to the near-bursting womb of your slave for so long has got your loins stirring, and you hop up onto your desk, bringing your <<if $PC.dick == 1>> 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 <<if ($activeSlave.lips > 95)>> plush mouth pussy - <<elseif ($activeSlave.lips > 70)>> + <<elseif ($activeSlave.lips > 70)>> thick, dick sucking lips - <<elseif ($activeSlave.lips > 20)>> + <<elseif ($activeSlave.lips > 20)>> lips <<else>> thin, almost childlike lips <</if>> around your penis. - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> Between $his slurping and sucking, $he manages to get out enough intelligible words to give you a good idea about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun. <<else>> <<if $activeSlave.amp < 1>> - While slurping and sucking, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun. + While slurping and sucking, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun. <<else>> $He focuses on slurping and sucking on your knob 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>> <<else>> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> buries $his eager tongue in your quim. Between sucking on your clit and moaning, $he manages to get out enough intelligible words to give you a good idea about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun. <<else>> <<if $activeSlave.amp < 1>> - While burying $his tongue in your quim, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun. + While burying $his tongue in your quim, $he signs to you, communicating $his ideas about the sorts of things $he thinks could make sex with an enormously pregnant slave more fun. <<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 <<if $PC.dick == 1>> along your dick and sending you over the edge. $He swallows your load, licking $his lips. - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Make <<s>>ure to keep feeding me your cum," $he <<say>>s flirtatiously. "I'm eating for a //lot// more than two, after all." <<else>> <<if $activeSlave.amp < 1>> - $He signs to you, begging you to keep feeding $him your cum as $he's eating for a lot more than two. + $He signs to you, begging you to keep feeding $him your cum 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>> <<else>> in your intimate spaces and sending you over the edge. $He removes $himself from your pussy and licks $his lips. - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Make <<s>>ure to keep feeding me your pu<<ss>>y jui<<c>>e," $he <<say>>s flirtatiously. "I'm eating for a //lot// more than two, after all." <<else>> <<if $activeSlave.amp < 1>> - $He signs to you, begging you to keep feeding $him your pussy juice as $he's eating for a lot more than two. + $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,9 +216,9 @@ 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)>> + <<if canTalk($activeSlave)>> describes various ideas $he's had for tools and techniques that could improve an enormously pregnant girl's sexual potential. <<else>> <<if $activeSlave.amp < 1>> @@ -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,23 +242,23 @@ 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. <<else>> your fingers. <</if>> - <br><br> - <<if canTalk($activeSlave)>> + <br><br> + <<if canTalk($activeSlave)>> "Ooh, <<Master>>," your slave <<say>>s, "if you keep thi<<s>> up you'll wake the babie<<s>>." <<else>> <<if $activeSlave.amp < 1>> Your slave signs, teasingly implying that you'll wake the babies. <<else>> - The skin of your slave's monumental belly flushes red and $he wiggles $his stumps in combined embarassment and arousal. + The skin of your slave's monumental belly flushes red and $he wiggles $his stumps in combined embarrassment and arousal. <</if>> <</if>> <br><br> @@ -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>> @@ -291,9 +291,9 @@ The reinforced silk supports strain slightly under the weight of your slave's belly, but they make no noise, and you soon find yourself suspended in midair with $his <<if $activeSlave.vagina == 10>> huge, weeping pussy lips - <<elseif $activeSlave.vagina >= 6>> + <<elseif $activeSlave.vagina >= 6>> loose pussy - <<elseif $activeSlave.vagina >= 3>> + <<elseif $activeSlave.vagina >= 3>> pussy <<else>> tight little pussy @@ -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> @@ -316,7 +316,7 @@ <br><br> You explore many other sexual positions before commanding the maternity swing to take you back to earth. You extricate yourself from the device, but leave $him inside of it. $He does a little twirl in the device, showing off the shape of $his hyper-inflated body, the tips of $his toes barely touching the ground. <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "<<S>>o what did you think, <<Master>>?" $he asks. $He purses $his lips, waiting for your response. <<else>> $He motions to you, making it clear $he's waiting for your judgment. @@ -342,24 +342,24 @@ <br><<link "Compliment $him but keep $his discoveries to yourself.">> <<replace "#result2">> You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@ - <<set $pregInventions = 1>> - <<set $activeSlave.trust += 2, $activeSlave.devotion += 5>> + <<set $pregInventions = 1>> + <<set $activeSlave.trust += 2, $activeSlave.devotion += 5>> <</replace>> <</link>> <<if $FCTVreceiver == 1>> <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 slaveowners and Free Cities citizens around the world. In the meantime, you implement $his 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>> + 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 slaveowners 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>> <</replace>> <</link>> // This will cost <<= cashFormat(10000)>>// <</if>> - </span> + </span> <</replace>> - <</link>> + <</link>> <br><<link "Have $him give you a trained assisted strip show.">> <<EventNameDelink $activeSlave>> <<replace "#result">> @@ -374,52 +374,52 @@ 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, <<if $arcologies[0].FSPaternalist > 60>> outfitted with expensive safety gear to protect them during their potentially dangerous endeavors, - <<elseif $arcologies[0].FSRepopulationFocus > 60>> + <<elseif $arcologies[0].FSRepopulationFocus > 60>> themselves pregnant, though not nearly as large, - <<elseif $arcologies[0].FSRestart > 60>> + <<elseif $arcologies[0].FSRestart > 60>> low-quality stock unfit to serve as breeders, - <<elseif $arcologies[0].FSPastoralist > 60>> + <<elseif $arcologies[0].FSPastoralist > 60>> their huge, milky tits squashed up against your slave's body, leaking milk, - <<elseif $arcologies[0].FSAssetExpansionist > 60>> + <<elseif $arcologies[0].FSAssetExpansionist > 60>> their huge tits and asses serving as exotic cushions for the tender flesh of your massively bloated hyperbroodmother, <<elseif $arcologies[0].FSTransformationFetishist > 60>> their huge implanted tits and asses clearly designed to maximize their potential as cushions for your massively bloated hyperbroodmother, <<elseif $arcologies[0].FSPhysicalIdealist > 60>> their impressive muscles rippling as they exert themselves, - <<elseif $arcologies[0].FSHedonisticDecadence > 60>> + <<elseif $arcologies[0].FSHedonisticDecadence > 60>> surprisingly strong, given how plush they are, and well suited for their job, - <<elseif $arcologies[0].FSChattelReligionist > 60>> + <<elseif $arcologies[0].FSChattelReligionist > 60>> dressed in skimpy monks habits and eyes flashing with exalted fervor as they go about their duties, - <<elseif $arcologies[0].FSYouthPreferentialist > 60>> + <<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 @@ -462,7 +462,7 @@ and <<if $activeSlave.butt > 11>> couch smothering ass cheeks. - <<elseif $activeSlave.butt > 5>> + <<elseif $activeSlave.butt > 5>> enormous ass. <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> implant-filled ass. @@ -487,29 +487,29 @@ <</if>> <</if>> <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "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"> @@ -531,22 +531,22 @@ <br><<link "Compliment $him but keep $his discoveries to yourself.">> <<replace "#result2">> You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@ - <<set $pregInventions = 1>> - <<set $activeSlave.trust += 2, $activeSlave.devotion += 5>> + <<set $pregInventions = 1>> + <<set $activeSlave.trust += 2, $activeSlave.devotion += 5>> <</replace>> <</link>> <<if $FCTVreceiver == 1>> <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 slaveowners and Free Cities citizens around the world. In the meantime, you implement $his 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>> + 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 slaveowners 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>> <</replace>> <</link>> // This will cost <<= cashFormat(10000)>>// <</if>> - </span> + </span> <</replace>> <</link>> <<if $spa != 0>> @@ -556,57 +556,57 @@ Your slave asks you to meet $him in your spa. Upon entering, you take a moment to enjoy the <<if $spaDecoration == "Paternalist">> sight of the opulently appointed pools and the intellectually stimulating shows streaming from the many screens set on the walls of the room. - <<elseif $spaDecoration == "Repopulation Focus">> + <<elseif $spaDecoration == "Repopulation Focus">> sight of all of the maternity aid devices scattered throughout the room. Whatever the nature of $his invention, your slave's toy is guaranteed to fit in well in these particular baths. - <<elseif $spaDecoration == "Eugenics">> + <<elseif $spaDecoration == "Eugenics">> sight of the dualistic, caste based facilities. - <<elseif $spaDecoration == "Pastoralist">> + <<elseif $spaDecoration == "Pastoralist">> faint smell of milk that wafts through the room with the steam and the sight of the many aid devices that your hypermassive slaves absolutely require to make use of the facilities. - <<elseif $spaDecoration == "Asset Expansionist">> + <<elseif $spaDecoration == "Asset Expansionist">> sight of the aid equipment that your hypermassive slaves absolutely require to make use of the facilities. <<elseif $spaDecoration == "Transformation Fetishist">> sight of the various surgical recovery devices scattered throughout the room. <<elseif $spaDecoration == "Physical Idealist">> sight of the various light impact workout machines scattered throughout the room. - <<elseif $spaDecoration == "Hedonistic">> + <<elseif $spaDecoration == "Hedonistic">> smell of the lavishly appointed cornucopias of food scattered around the facility's many opulent pools. - <<elseif $spaDecoration == "Chattel Religionist">> + <<elseif $spaDecoration == "Chattel Religionist">> sight of the ritual pools and the various icons of the faith scattered throughout the room. - <<elseif $spaDecoration == "Youth Preferentialist">> + <<elseif $spaDecoration == "Youth Preferentialist">> carnival atmosphere created by the waterpark theming of the facilities. <<elseif $spaDecoration == "Gender Radicalist">> - sight of the extreme penetration based pornography feeds streaming from the many screens set on the walls of the room. - <<elseif $spaDecoration == "Gedner Fundamentalist">> - sight of the traditionalist pornographic feeds streaming from the many screens set on the walls of the room. - <<elseif $spaDecoration == "Maturity Preferentialist">> + sight of the extreme penetration based pornography feeds streaming from the many screens set on the walls of the room. + <<elseif $spaDecoration == "Gender Fundamentalist">> + sight of the traditionalist pornographic feeds streaming from the many screens set on the walls of the room. + <<elseif $spaDecoration == "Maturity Preferentialist">> 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">> + comfortable atmosphere of the facilities. + <<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>> @@ -627,15 +627,15 @@ <br><br> You strip and put on one of the swimming outfits that are stored in the baths for your personal use, then slide yourself into the pool, squeezing in between its wall and your hyperswollen broodmother. The gel has a medicinal scent masked by lavender and is the perfect warmth to ease your muscles as you slide into it. Your skin tingles at its touch. <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "It'<<s>> curative jelly," your slave explains. "I'm <<s>>o big, now, it take<<s>> mo<<s>>t of the day to moi<<s>>turize my poor belly, even with help. With thi<<s>> jelly pool, it only takes a few minute<<s>>. I'm <<s>>ure thi<<s>> pool can help all <<s>>ort<<s>> of <<s>>lave<<s>> with big a<<ss>>et<<s>> <<s>>o that they can keep them<<s>>elve<<s>> looking pretty for their <<if $PC.title == 1>>ma<<s>>ter<<s>><<else>>mi<<s>>tre<<ss>>e<<s>><</if>>." <<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 @@ -654,58 +654,58 @@ <</if>> <<if $activeSlave.amp < 1>> $He then reaches out and, after you nod that $he can continue, $he caresses your face. - <<else>> + <<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>> @@ -722,15 +722,15 @@ and throw your weight backward to bring you both to the ground. $He's far too enormous to make this achievement doable with anything less than superhuman strength, but the mobility assistance devices engage as you move, and the two of you slowly collapse into the warm jelly. <<= VaginalVCheck()>> After you've fucked $him near senseless, enjoying $his struggles to keep abreast of the smothering gel as you abuse $his pussy, you both retire to the side of the pool and $he presses into you, nuzzling your neck and - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> asking you what you think of $his invention. <<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">> @@ -750,22 +750,22 @@ <br><<link "Compliment $him but keep $his discoveries to yourself.">> <<replace "#result2">> You are impressed by $his ideas and arrange to have them implemented in a limited way in your arcology. You also arrange to keep $his discoveries secret, so as to hoard all the enjoyment of them for yourself. $activeSlave.slaveName doesn't mind. $He is @@.hotpink;simply happy@@ to have pleased you and @@.mediumaquamarine;trusts your intentions will benefit $him.@@ - <<set $pregInventions = 1>> - <<set $activeSlave.trust += 2, $activeSlave.devotion += 5>> + <<set $pregInventions = 1>> + <<set $activeSlave.trust += 2, $activeSlave.devotion += 5>> <</replace>> <</link>> <<if $FCTVreceiver == 1>> <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 slaveowners and Free Cities citizens around the world. In the meantime, you implement $his 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>> + 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 slaveowners 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>> <</replace>> <</link>> // This will cost <<= cashFormat(10000)>>// <</if>> - </span> + </span> <</replace>> <</link>> <</if>> @@ -805,7 +805,7 @@ <<include "RE Preg Inventor Text">> <br><br> - You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion. + You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion. <<if $activeSlave.prestige <= 2>> <<set $activeSlave.prestige = 2>> <<set $activeSlave.prestigeDesc = "She is a renowned inventor of hyperpregnant sex accessories and toys.">> @@ -833,8 +833,8 @@ <br><br> <<include "RE Preg Inventor Text">> - - <br><br> + + <br><br> You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion. <<if $activeSlave.prestige < 2>> <<set $activeSlave.prestige = 2>> @@ -850,9 +850,9 @@ <</if>> <</for>> <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> - <<set $trinkets.push(_pregmag)>> + <<set $trinkets.push(_pregmag)>> <</replace>> - <</link>> + <</link>> <br><<link "Trust In Your Slave">> <<EventNameDelink $activeSlave>> <<replace "#result">> @@ -907,7 +907,7 @@ <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 15>> - You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. + You turn your FCTV screen off satisfied that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">> @@ -965,7 +965,7 @@ <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 30>> - You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. + You turn your FCTV screen off satisfied that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">> @@ -1004,7 +1004,7 @@ <</if>> <</for>> <<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> - <<set $trinkets.push(_pregmag)>> + <<set $trinkets.push(_pregmag)>> <<elseif random(1,100) > 70>> You turn your FCTV screen off satisfied that your slave has just completed a job well done. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant positive impact@@ on public opinion. <<if $activeSlave.prestige < 2>> @@ -1023,7 +1023,7 @@ <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif random(1,100) > 50>> - You turn your FCTV screen off satisifed that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. + You turn your FCTV screen off satisfied that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1>> <<set $activeSlave.prestigeDesc = "She is a locally respected inventor of hyperpregnant sex accessories and toys.">> @@ -1037,7 +1037,7 @@ <</if>> <</for>> <<else>> - You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that @@.green;what little impact@@ $he has had is on a local scale only. + You turn your FCTV screen off disappointed that your slave has done a mediocre job. Over the course of the next several weeks, it becomes clear that @@.green;what little impact@@ she has had is on a local scale only. <<set $rep += 100>> <<for _i = 1; _i < _l; _i++>> <<if $arcologies[_i].FSRepopulationFocus != "unset">> @@ -1046,9 +1046,9 @@ <<set $arcologies[_i].FSRestart -= 10>> <</if>> <</for>> - <</if>> + <</if>> <</replace>> - <</link>> + <</link>> </span> <</if>> \ No newline at end of file diff --git a/src/pregmod/rePregInventorText.tw b/src/pregmod/rePregInventorText.tw index 07d70b3850ebb99f789acfcc207cc548b9924593..6a9bd5ff95d89a5cbb131a67f2db2710e1c7ad5a 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,13 +50,13 @@ "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> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Plea<<s>>e do," your slave <<say>>s. <<elseif $activeSlave.amp < 1>> Your slave invites the host to touch by patting $his belly and then grinning. @@ -85,7 +85,7 @@ rubs $his arm stubs against $his nipples through $his pretty slave gown, a look of hungry anticipation on $his face. <</if>> <</if>> - <br><br> + <br><br> Millie places an appreciative hand on your slave's silk clad flank. The poor $girl is so packed full of children that $his brood can be seen pressed in outline along the full swell of her belly, and Millie's hand rests on the embossed figure of one such child. The camera zooms in as its form can be clearly made out pushing through the skin of your slave and against the host's touch. It turns over, allowing her to cup its back in her palm. Your slave flexes $his <<if $activeSlave.amp < 1>> legs @@ -95,19 +95,19 @@ and parts $his <<if ($activeSlave.lips > 95)>> swollen mouth pussy, - <<elseif ($activeSlave.lips > 70)>> + <<elseif ($activeSlave.lips > 70)>> swollen lips, - <<elseif ($activeSlave.lips > 20)>> + <<elseif ($activeSlave.lips > 20)>> 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?" <br><br> Your slave bites $his lip and gives the talkshow host a meaningful look. - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "How about I give you a 'hand<<s>>-on' demon<<s>>tration in<<s>>tead?" $he asks. <<elseif $activeSlave.amp < 1>> $He signs that $he'd like to give her a "hands-on demonstration" instead. @@ -117,7 +117,7 @@ <br><br> The host quirks an eyebrow, then nods. "Alright," she says. "How about we start with that pool of yours?" She then strips her outer layer of clothing, showing off her own famously heavily pregnant figure in an inadequate bra and panties. She makes her way to the curative jelly filled pool, after your slave has been situated within it. Millie dips a toe into the substance and giggles. "Oh my, it tingles!" <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Ju<<s>>t wait till you feel it on your belly," your slave <<say>>s. "It feel<<s>> //<<s>>oooo// good." <<elseif $activeSlave.amp < 1>> $He signs that the host should get into the pool entirely to feel what it's like on the rest of her swollen body, as well. @@ -129,7 +129,7 @@ <br><br> "This feels great," Millie says. "I've been feeling a bit stretched thin, lately, but I can feel all the tension in my belly just slipping away." <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Thi<<s>> pool i<<s>> de<<s>>igned to allow <<s>>lave<<s>> to care for their bodie<<s>> no matter how large they inflate," your slave <<say>>s. "--are you alright?" $he asks, wearing a look of mock concern on $his face. <<elseif $activeSlave.amp < 1>> Using the hand farthest from Millie, and with the other conspicuously hidden under the goo, your slave signs that the pool is designed to allow slaves to care for their bodies no matter how large they grow. $He then signs a request regarding the host's wellbeing, wearing a look of mocking concern on $his face. @@ -139,7 +139,7 @@ <br><br> "Ah! Um, yes--yep! I'm feeling just fine," Millie says. She's blushing furiously and squirming, and you can just make out the outline of your slave performing some form of teasing shenanigans under the distorting effect of the pool's goo. "So--oooh, yes… $activeSlave.slaveName, how did you, um, come up with the idea for this pool? <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "I'm alway<<s>> trying to think of way<<s>> to keep my<<s>>elf pretty for--oh!--my <<Master>>," your slave <<say>>s, suddenly squirming $himself. Millie has slouched down into the pool and is grinning wickedly as she apparently gets revenge. "Thi<<s>> wa<<s>> ju<<s>>t the be<<s>>t--um--I Mean--the be<<s>>t--oh //fuck, keep//--I mean, the be<<s>>t method I could think of for doing that." <<elseif $activeSlave.amp == 0>> Your slave signs that this was the best method $he could think of to keep $himself pretty for you, given $his size, then starts moaning as a grinning Millie seems to have started enacting her revenge. @@ -163,7 +163,7 @@ <br><br> "Oops!" Millie says. "Looks like we should have warned our audience about a wet zone for this episode. So, $activeSlave.slaveName, why don't we show off all the things this advanced maternity swing of yours can do?" <br><br> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "Ye<<s>>, plea<<s>>e," your slave <<say>>s. $He's visibly worked up and ready to go. <<elseif $activeSlave.amp == 0>> $He signs, indicating fervent interest. @@ -171,7 +171,7 @@ The mute, limbless slave can only moan inchoately in response, but it's clear $he's more than ready. <</if>> <br><br> - The two then approach each other in mid air, settling into heavy pettting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as $he gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as $he gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close up. She seems exhausted, but she smiles for it anyway. + The two then approach each other in mid air, settling into heavy petting and making out before transition into mechanically assisted scissoring. Your hyperbroodmother's unfathomable belly is hanging sideways and down, jiggling madly mere inches above the heads of the studio audience. One particularly adventurous audience member reaches up to place a hand on the slave's stomach to feel it bounce in their hands as $he gets fucked, and soon other members of the audience are also reaching up to feel the massive organ. The swing slowly rotates the coupling lovers back and forth over the length of the audience's seats, in a circle, and a wave of eager hands reach up as it does so, caressing your breeder's shaking belly as $he gets fucked by the show's moaning host. When Millie and your slave finally convulse in mutual orgasm, the camera zooms in on Millie's face for a close up. She seems exhausted, but she smiles for it anyway. <<set $activeSlave.vaginalCount++>> <br><br> "That was //fantastic//. I'm going to remember that experience for quite some time, and I'm sure our viewers here and at home will, too! Any last things you would like to say before we cut for break?" @@ -185,7 +185,7 @@ Since your slave is unable to speak, $he signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves can be found in Free Cities across the world. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs. <</if>> <<else>> - <<if canTalk($activeSlave)>> + <<if canTalk($activeSlave)>> "My <<Master>>, <<if SlaveStatsChecker.checkForLisp($activeSlave)>><<= lispReplace(PlayerName())>><<else>><<= PlayerName()>><</if>>, ha<<s>> a vi<<s>>ion for a beautiful future where baby-laden broodmother<<s>> like me are all able to enjoy <<s>>e<<x>> with their owner<<s>> and client<<s>>. We both hope that everyone here will <<s>>upport u<<s>>, and <<s>>o we've hidden <<c>>ertificate<<s>> for free pool<<s>> and <<s>>wing<<s>> under everyone'<<s>> <<s>>eat<<s>>--everybody look! If you like what you've <<s>>een today a<<s>> much a<<s>> we hope you have, my <<Master>> and I both hope you'll be filling these invention<<s>> with your own <<s>>lave<<s>>' <<s>>wollen bodie<<s>>, <<s>>oon. And we hope that, <<s>>ome day, everyone watching at home will enjoy hyperpregnant <<s>>e<<x>> with our new toy<<s>>, too!" <<else>> Since your slave is unable to speak, $he signals the show's video crew to start playing a pre-recorded video in which you explain your vision for a future where specialized hyper-swollen breeding slaves aren't just a sexual novelty, but enjoyable to fuck in their own right. You then open your arms wide, in the video, and declare that vouchers for free pools and swings have been hidden under the audience's chairs. diff --git a/src/pregmod/seFCTVshows.tw b/src/pregmod/seFCTVshows.tw index 6126e2627d2e7e48ab6c02942c1d5a21dc70dc30..703c35ccb18c861f264c76aa966f80f215df8782 100644 --- a/src/pregmod/seFCTVshows.tw +++ b/src/pregmod/seFCTVshows.tw @@ -57,7 +57,7 @@ Tired after a long day, you tell <<if $Concubine != 0>>@@.pink;$Concubine.slaveN <<case 0>> <<set $showOne += 1, $lastShow = 0>> It looks like the random function chose the FCNN stream channel, and you've started watching in the middle of a news segment. - <<set $randShow = random(0,2)+1>> + <<set $randShow = random(0,2)+1>> <<if $randShow == 1 && $showOne > 3 || $showOne == 1>> The segment is being anchored by the middle aged Kirk McMahon, and he's joined by the ever-popular "Anchor Slave", Jules. She's got a nice figure, and the only thing she's wearing to cover her perky breasts is a pair of FCNN pasties. She has on a fine leather collar; the large gold charm hanging from the front seems to be a stylized emblem of a ship's anchor merged with a microphone. The pair seems to be discussing the recent actions and punishment of the reality show slave Slooty. <br><br>Jules seems to be quite passionate about the subject, the animated way she talks is causing her sizable tits to bounce all over the place. "It doesn't matter how famous or valuable that slut thinks she is, her behavior was just wrong on SO many levels. It makes all of us good slaves look bad. If you ask me, her master's choice of punishment fits the attention whore perfectly!" @@ -725,7 +725,7 @@ The offered price is <<print cashFormat($slaveCost)>>. <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 blond 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>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. diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index b80b3f57553a20a776535e60482989a34e6ace89..4876870e15093ab029bdcb000eb271d2187b9f46 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -23,7 +23,7 @@ PC.pregSource documentation <<set _badBirth = 10>> <</if>> <<set $PC.curBabies = WombBirth($PC, 35)>> -<<set _curBabies = $PC.curBabies.length>> +<<set _curBabies = $PC.curBabies.length>> <<set _stilBirth = $PC.womb.length>> <<if _curBabies == 1>> <<if $PC.curBabies[0].genetics.gender == "XX">> diff --git a/src/pregmod/theBlackMarket.tw b/src/pregmod/theBlackMarket.tw index 4d047d4fe7521ae9f7047799d467849011a819a0..dddcb2619c48ab933a562246a4b8dbbbac7a97b2 100644 --- a/src/pregmod/theBlackMarket.tw +++ b/src/pregmod/theBlackMarket.tw @@ -141,7 +141,7 @@ Of all the wonders present, the thing that catches your eye the most is a shady <<if $thisWeeksIllegalWares[_bim] == "childhoodFertilityInducedNCS">> <br> <<if $minimumSlaveAge <= 15>> - <dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt> + <dt>@@.cyan;Childhood Fertility Induced NCS (Induced Neotenic Complex Syndrome or Syndrome X modified for fertility).@@</dt> <<if $minimumSlaveAge > 8>> <br> Illegal information for the Childhood Fertility @@.orange;Induced NCS@@ (genetic engineering and hormonal blend) research recipe.<br> diff --git a/src/pregmod/widgets/assignmentFilterWidget.tw b/src/pregmod/widgets/assignmentFilterWidget.tw index e3fc6ad183c065aa3c81c0233e03a8af86b02d14..8312536d3002360d82adf56561882b217a3f9577 100644 --- a/src/pregmod/widgets/assignmentFilterWidget.tw +++ b/src/pregmod/widgets/assignmentFilterWidget.tw @@ -111,7 +111,7 @@ <<link Dairy>><<dairyAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Farmyard>><<farmyardAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Penthouse>><<penthouseAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> - <<link Schoolroom>><<schoolAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> + <<link Schoolroom>><<schoolAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Spa>><<spaAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Nursery>><<nurseryAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> <<link Suite>><<suiteAssignmentFilter>><<replace $args.full>><<include 'Slave Summary'>><</replace>><</link>><<print " | ">> diff --git a/src/pregmod/widgets/bodyswapWidgets.tw b/src/pregmod/widgets/bodyswapWidgets.tw index fb2317905be26fd4f4a0112c5596436e6908d948..3829c99f929d7d03662fc9d49f9eb1fe560a0823 100644 --- a/src/pregmod/widgets/bodyswapWidgets.tw +++ b/src/pregmod/widgets/bodyswapWidgets.tw @@ -282,7 +282,7 @@ <<else>> <<set $args[0].origBodyOwner = $args[1].slaveName>> <</if>> -<<else>> +<<else>> <<set $args[0].origBodyOwner = $args[1].origBodyOwner>> <</if>> diff --git a/src/pregmod/widgets/deathWidgets.tw b/src/pregmod/widgets/deathWidgets.tw index 26d11e643c752b77716da3f540d44569920a179c..2e34bbd813b886164cd2013481187fbbcddb40d3 100644 --- a/src/pregmod/widgets/deathWidgets.tw +++ b/src/pregmod/widgets/deathWidgets.tw @@ -117,7 +117,11 @@ As $args[0].slaveName is going about $his business with $his overfilled $args[0] <</if>> <<if $arcologies[0].FSPaternalist != "unset">> Allowing a slave to die under your care @@.red;severely damages@@ your image as a caring slaveowner and @@.red;calls into question@@ your paternalistic resolve. +<<<<<<< HEAD <<= FSChange("Paternalist", -10)>> +======= + <<= FSChange("Paternalist", -10)>> +>>>>>>> a94d26a4b0a9f518bf648ba578fd53051afdbac8 <</if>> <</if>> <</widget>> diff --git a/src/pregmod/widgets/economyWidgets.tw b/src/pregmod/widgets/economyWidgets.tw index 8fa9b35324fbc09f91fec0e4d60f52b61bff3dca..e4d14f4996db9e52215912a055b3e8acc194bac7 100644 --- a/src/pregmod/widgets/economyWidgets.tw +++ b/src/pregmod/widgets/economyWidgets.tw @@ -515,7 +515,7 @@ <</replace>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>> /* Unsuccessful buy but have enough cash for more than 1 unit */ - <<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>> + <<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> The corp can only buy <<print commaNum(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. <</replace>> diff --git a/src/pregmod/widgets/playerDescriptionWidgets.tw b/src/pregmod/widgets/playerDescriptionWidgets.tw index 08752ca0125cfbd738c1a2392d705420067463d8..edafdb39b975d75d63e001ba3a185bace37f48f8 100644 --- a/src/pregmod/widgets/playerDescriptionWidgets.tw +++ b/src/pregmod/widgets/playerDescriptionWidgets.tw @@ -376,7 +376,7 @@ <<set adjustFatherProperty(_babyDaddy, "PCKnockedUp", _adjust)>> <</if>> <<if def $slaveIndices[$PC.pregSource]>> - <<setLocalpronouns _babyDaddy>> + <<setLocalPronouns _babyDaddy>> Rumors spread among your slaves that your middle is swollen with _babyDaddy.slaveName's child. They're not wrong, though <<if _babyDaddy.devotion > 20>>_babyDaddy.slaveName is broken enough to not try and use it against you. In fact, it might even draw $him closer to you<<else>>you'd have liked it to have kept that from _babyDaddy.slaveName, lest the rebellious bitch uses it to remain defiant<</if>>. <</if>> <</if>> @@ -449,7 +449,7 @@ <<set adjustFatherProperty(_babyDaddy, "PCKnockedUp", _adjust)>> <</if>> <<if def $slaveIndices[$PC.pregSource]>> - <<setLocalpronouns _babyDaddy>> + <<setLocalPronouns _babyDaddy>> Rumors spread among your slaves that your middle is swollen with _babyDaddy.slaveName's child. They're not wrong, though <<if _babyDaddy.devotion > 20>>_babyDaddy.slaveName is broken enough to not try and use it against you. In fact, it might even draw $him closer to you<<else>>you'd have liked it to have kept that from _babyDaddy.slaveName, lest the rebellious bitch uses it to remain defiant<</if>>. <</if>> <</if>> @@ -522,7 +522,7 @@ <<set adjustFatherProperty(_babyDaddy, "PCKnockedUp", _adjust)>> <</if>> <<if def $slaveIndices[$PC.pregSource]>> - <<setLocalpronouns _babyDaddy>> + <<setLocalPronouns _babyDaddy>> Rumors spread among your slaves that your middle is swollen with _babyDaddy.slaveName's child. They're not wrong, though <<if _babyDaddy.devotion > 20>>_babyDaddy.slaveName is broken enough to not try and use it against you. In fact, it might even draw $him closer to you<<else>>you'd have liked it to have kept that from _babyDaddy.slaveName, lest the rebellious bitch uses it to remain defiant<</if>>. <</if>> <</if>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 1a9de73ef995d21c00365e336f4ba4df5527c366..c618da2109bda2579c84a08c2a71d8d7d4cdf855 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 -------------------------------------------------------------------------------------------*/ @@ -501,7 +501,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica <br> <<if $diffSize > 1.5 && _curBabies >= 80 >> /*only show if belly lost at least 1/4 of original size.*/ <br> - After an entire day of labor and birth, $his belly sags heavily. + After an entire day of labor and birth, $his belly sags heavily. <<elseif $diffSize > 1.5 && _curBabies >= 40>> <br> After half a day of labor and birth, $his belly sags softly. @@ -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> @@ -610,7 +610,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica <</if>> <</if>> -<<else>> +<<else>> <br><br> Since $his <<if $slaves[$i].mpreg == 1>>ass<<else>>vagina<</if>> was spared from childbirth, @@.lime;it retained its tightness.@@ <</if>> @@ -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--------------- */ @@ -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])>> diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index 310eef8b27f2b3bef07d61fd18dd9143b835f68b..9595e2633eb199c7a03c786934173e6f786abf6f 100644 --- a/src/societies/aztec/slaveSacrifice.tw +++ b/src/societies/aztec/slaveSacrifice.tw @@ -59,7 +59,7 @@ <<else>> $He tries to be brave. "<<Master>>, I will do my be<<s>>t to be a good <<s>>acrifi<<c>>e." Then, half to $himself, $he adds in a small voice, "I can do thi<<s>>..." <</if>> - <<elseif ($activeSlave.devotion >= -50) && ($activeSlave.trust < -20)>> + <<elseif ($activeSlave.devotion >= -50) && ($activeSlave.trust < -20)>> <<if !canTalk($activeSlave)>> $He looks afraid at the prospect of suffering for the goddess. <<elseif $activeSlave.sexualFlaw != "none">> @@ -339,7 +339,7 @@ <<elseif ($activeSlave.trust < -20)>> <<if ($activeSlave.fetish != "none")>> <<if fetishChangeChance($activeSlave) > random(0,100)>> - <<set $activeSlave.fetishStrength = 10, $activeSlave.fetishKnown = 1, $activeSlave.fetish = "masochist">> + <<set $activeSlave.fetishStrength = 10, $activeSlave.fetishKnown = 1, $activeSlave.fetish = "masochist">> <</if>> <</if>> <</if>> diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index d63d3af21019a12989c9f763031a08cd06bf591a..a75bc47cb1d40afaf1152d553a2e76a09eb1f6f7 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1539,6 +1539,9 @@ <<elseif ndef $arcologies[0].FSGenderFundamentalistSMR>> <<set $arcologies[0].FSGenderFundamentalistSMR = 0>> <</if>> +<<if def $arcologies[0].FSGenderFundamentalistLaw>> + <<run delete $arcologies[0].FSGenderFundamentalistLaw>> +<</if>> <<if def $FSGenderRadicalist && $FSGenderRadicalist != "unset">> <<set $arcologies[0].FSGenderRadicalist = $FSGenderRadicalist>> @@ -2898,6 +2901,7 @@ Setting missing global variables: <<if ndef $antiWeatherFreeze>> <<set $antiWeatherFreeze = 0>> <</if>> +<<set $visitors = Number($visitors) || 0>> <<run ArcologyDatatypeCleanup()>> @@ -3715,4 +3719,7 @@ Done! <</if>> <<if ndef $abbreviateHormoneBalance>> <<set $abbreviateHormoneBalance = 2>> -<</if>> \ No newline at end of file +<</if>> + +/* reset NaNArray afterward BC is run */ +<<set $NaNArray = findNaN()>> diff --git a/src/uncategorized/REFS.tw b/src/uncategorized/REFS.tw index a6e36d78b75823d2ec6f9da04cec95363071d808..43d72c5d9a462be010fb5a929fd4fefd65d658e1 100644 --- a/src/uncategorized/REFS.tw +++ b/src/uncategorized/REFS.tw @@ -47,7 +47,7 @@ <<set $oneTimeDisableDisability = 1>> <<include "Generate New Slave">> <<set $activeSlave.origin = "She was taken into your custody from an abusive owner.">> - <<set $activeSlave.devotion = random(0,25)>> + <<set $activeSlave.devotion = random(0,25)>> <<set $activeSlave.trust = random(0,25)>> <<set $activeSlave.boobs = random(6,9)*50>> <<set $activeSlave.hips = random(-2,-1)>> @@ -59,7 +59,7 @@ <<set $oneTimeDisableDisability = 1>> <<include "Generate New Slave">> <<set $activeSlave.origin = "She was taken into your custody from an owner who treated her as an equal.">> - <<set $activeSlave.devotion = random(0,50)>> + <<set $activeSlave.devotion = random(0,50)>> <<set $activeSlave.trust = random(25,70)>> <<set $activeSlave.boobs = random(6,9)*50>> <<set $activeSlave.hips = random(-2,-1)>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index b4e98fb561604a27d9030285cb6ae31e14582b74..68ffe3f3d7a4deda5f6c9b1171c3cde3b0b0e94f 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. @@ -1350,7 +1350,7 @@ It's time for $his routine inspection, and $he's standing before you, nude. $He <<case "extreme aphrodisiacs">> -As you are retiring for the night, <<EventNameLink $activeSlave>> +As you are retiring for the night, <<EventNameLink $activeSlave>> <<if !canWalk($activeSlave)>> crawls <<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>> @@ -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."})>> @@ -4220,9 +4220,9 @@ May I plea<<s>>e try out <<s>>omething <<s>>kimpier today?" <<case "hyperpreg stuck">> You are alerted to an issue regarding your -<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>> +<<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>> hyperbroodmother, -<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> +<<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> broodmother, <<else>> debilitatingly pregnant slave, @@ -4232,7 +4232,7 @@ You are alerted to an issue regarding your that, despite updating your penthouse to accommodate extra wide slaves, <<else>> since you have not yet updated your penthouse to accommodate slaves of $his girth, -<</if>> +<</if>> the poor $girl has gotten lodged in the doorway exiting <<if ($activeSlave.livingRules == "luxurious")>> $his room. @@ -4254,7 +4254,7 @@ The menials assigned to care for $him have been struggling for several weeks to was terrified of how you might respond. <<else>> argued you couldn't be trusted. -<</if>> +<</if>> You make a mental note to punish $his caretakers and then set out to see $his predicament for yourself. <br><br> The sight that greets you when you arrive is equal parts incredible and amusing. En route to the baths, the slave attempted to exit @@ -4560,7 +4560,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<else>> begs, "I can't take it any more, <<Master>>! Plea<<s>>e fuck me!" <</if>> - You snicker, but remind $him that $he has no say in her release. You line up and insert your <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> up $his ass and begin slowly fucking $him, making sure to stimulate her prostate. When $he finally orgasms <<if ($PC.dick == 0)>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. $He's left in a confused haze; $his body tells $him to fuck, but you tell $him to get fucked. $He @@.hotpink;sides with your decision@@ and vows to be the one taking dick for you. <<if $activeSlave.fetish == "none">>@@.coral;Overcoming her urges to become a father via anal cause $him to become a buttslut.@@<<set $activeSlave.fetish = "buttslut", $activeSlave.fetishStrength = 10>><</if>> + You snicker, but remind $him that $he has no say in her release. You line up and insert your <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> up $his ass and begin slowly fucking $him, making sure to stimulate her prostate. When $he finally orgasms <<if ($PC.dick == 0)>>her unabashed enjoyment<<else>>the strength of her spasming sphincter<</if>> sends you over as well. $He's left in a confused haze; $his body tells $him to fuck, but you tell $him to get fucked. $He @@.hotpink;sides with your decision@@ and vows to be the one taking dick for you. <<if $activeSlave.fetish == "none">>@@.coral;Overcoming $his urges to become a father via anal cause $him to become a buttslut.@@<<set $activeSlave.fetish = "buttslut", $activeSlave.fetishStrength = 10>><</if>> <<set $activeSlave.devotion += 5, $activeSlave.dickAccessory = "chastity">> <<= AnalVCheck()>> <</replace>> @@ -4570,7 +4570,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $activeSlave.balls = 0, $activeSlave.health -= 10, $activeSlave.trust -= 20>> <<EventNameDelink $activeSlave>> <<replace "#result">> - You bluntly tell $him $he is becoming potent, and that is something you can't allow to roam unchecked amongst your fertile slaves. You drag $him to the remote surgery and strap her face down with $his legs spread <<if $activeSlave.belly >= 5000>>her _belly rounded belly forcing $his rear into the air<</if>>. $He doesn't understand what's happening, since the anesthetics totally deprive her of any sensation. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, her poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He numbly carries on, terrified. + You bluntly tell $him $he is becoming potent, and that is something you can't allow to roam unchecked amongst your fertile slaves. You drag $him to the remote surgery and strap $him face down with $his legs spread <<if $activeSlave.belly >= 5000>>$his _belly rounded belly forcing $his rear into the air<</if>>. $He doesn't understand what's happening, since the anesthetics totally deprive $him of any sensation. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He numbly carries on, terrified. <</replace>> <</link>> <</if>> @@ -4580,7 +4580,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<link "Permit $him to continue">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You can't complain, it feels really good. You don't know where this skill was lurking in $his broken mind, but you're glad to see it put to good use. <<if $PC.dick == 1>>Just as you are about to cum, $he takes the full length of your dick down her throat, diligently taking in every drop of cum<<else>>Even as you buck with pleasure, $he diligently keeps $his tongue to your clit and pussy, making sure you don't go a moment without pleasure<</if>>. You don't have an orgasm like that every day, and as $he looks at you lovingly, you prod $him with your still hard <<if $PC.dick == 1>>cock<<else>>clit<</if>> for round two. + You can't complain, it feels really good. You don't know where this skill was lurking in $his broken mind, but you're glad to see it put to good use. <<if $PC.dick == 1>>Just as you are about to cum, $he takes the full length of your dick down $his throat, diligently taking in every drop of cum<<else>>Even as you buck with pleasure, $he diligently keeps $his tongue to your clit and pussy, making sure you don't go a moment without pleasure<</if>>. You don't have an orgasm like that every day, and as $he looks at you lovingly, you prod $him with your still hard <<if $PC.dick == 1>>cock<<else>>clit<</if>> for round two. $He is @@.green;no longer mindbroken@@ and for whatever twisted reasons deeply and sincerely @@.hotpink;loves@@ and @@.mediumaquamarine;trusts@@ you. <<set $activeSlave.devotion = 90, $activeSlave.oldDevotion = 90, $activeSlave.trust = 90, $activeSlave.oldTrust = 90, $activeSlave.sexualQuirk = "caring", $activeSlave.fetish = "none", $activeSlave.fetishKnown = 1>> <<set _ress = $genePool.findIndex(function(s) { return s.ID == $activeSlave.ID; })>> @@ -4771,7 +4771,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $activeSlave.health -= 15>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>> <</replace>> - <</link>> + <</link>> <br><<link "Mute $him">> <<replace "#result2">> As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ @@ -4787,7 +4787,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// - <</link>> + <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter $his gender">> <<replace "#result2">> @@ -4871,7 +4871,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $activeSlave.health -= 15>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>> <</replace>> - <</link>> + <</link>> <br><<link "Mute $him">> <<replace "#result2">> As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ @@ -4887,7 +4887,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// - <</link>> + <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter $his gender">> <<replace "#result2">> @@ -4966,7 +4966,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $activeSlave.health -= 15>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>> <</replace>> - <</link>> + <</link>> <br><<link "Mute $him">> <<replace "#result2">> As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ @@ -4982,7 +4982,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// - <</link>> + <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter $his gender">> <<replace "#result2">> @@ -5036,7 +5036,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $activeSlave.health -= 15>> <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust += 5; } })>> <</replace>> - <</link>> + <</link>> <br><<link "Mute $him">> <<replace "#result2">> As you pull $his limp body to the remote surgery, you notice $he understands what $he has done and begs you to reconsider your decision; but your mind is set. $He tried to rape you, $he must be silenced. Restrained as $he is, the most $he can do is cry and beg. When $he awakens from surgery, $he realizes all you did was stop $him from talking; @@.mediumaquamarine;what stops $him from making another go at you?@@ Your other rebellious slaves see this a minor loss for a potentially huge gain and, if anything, @@.mediumaquamarine;become more defiant.@@ @@ -5052,7 +5052,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<set $slaves.forEach(function(s) { if (s.devotion < -50) { s.trust -= 5; } })>> <<set $cash -= $surgeryCost>> <</replace>> //Will cost <<print cashFormat($surgeryCost)>>// - <</link>> + <</link>> <<if $activeSlave.vagina == -2>> <br><<link "Surgically alter $his gender">> <<replace "#result2">> @@ -7100,7 +7100,7 @@ brought in to you. This time <<EventNameLink $activeSlave>> has been sent to del <<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. Hopefully such a cute penis puts a cute baby in you.<</if>> <<elseif $PC.career == "servant">> You sigh as her cute dick enters your used pussy. $He stands no chance of competing with your old Master. - <<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. You doubt her children will stand up to his either.<</if>> + <<if canImpreg($PC, $activeSlave)>> A small tickling in your belly reminds you you're fertile. You doubt her children will stand up to his either.<</if>> <<elseif $PC.births > 2>> You can barely feel her slip into your loose cunt, but $he is so small it's not like you're missing much. <<elseif $PC.career == "gang" || $PC.career == "celebrity" || $PC.career == "wealth">> @@ -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>> @@ -16560,7 +16560,7 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<elseif canHear($activeSlave)>> <<set $activeSlave.trust -= 5>> <<else>> - <<set $activeSlave.trust -= 6>> + <<set $activeSlave.trust -= 6>> <</if>> <</replace>> <</link>> @@ -20349,18 +20349,18 @@ You tell her kindly that you understand, and that $he'll be trained to address t <<link "Abuse $him">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You lean against a wall and take a moment to enjoy your slave's discomfort. Realizing that her <<= WrittenMaster($activeSlave)>> is intending to do nothing, $he blushes and begins pulling on $his belly, attempting to free $himself. - <<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>> + You lean against a wall and take a moment to enjoy your slave's discomfort. Realizing that her <<= WrittenMaster($activeSlave)>> is intending to do nothing, $he blushes and begins pulling on $his belly, attempting to free $himself. + <<if ($activeSlave.broodmother === 2) && ($activeSlave.preg >= 30)>> $His innumerable brood are awakened by her exertions and begin to move, testing the thin walls of the womb constraining them and causing $his belly to throb ominously. You count the number of infants distinctly outlined against your poor hyperbroodmother's straining body. - <<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> + <<elseif ($activeSlave.broodmother == 1) && ($activeSlave.preg >= 30)>> With a groan of effort, the broodmother manages to pull $his belly slightly further out through the doorway, but, in the effort, only really manages to wedge it more firmly. It bulges ominously from the added pressure. - <<else>> + <<else>> The massively pregnant slave's belly clutches in a false contraction and $he pulls several inches further out through the doorframe before it expands again, leaving her even more hopelessly stuck <</if>> <br><br> - <<if !canTalk($activeSlave)>> + <<if !canTalk($activeSlave)>> $He moans and rubs up and down what little $he can reach of $his belly while looking back at you with more urgency. It's clear $he is in severe distress. - <<else>> + <<else>> "<<Master>>," $he says through clenched teeth. "Plea<<s>>e." <</if>> <br><br> @@ -20412,21 +20412,21 @@ You tell her kindly that you understand, and that $he'll be trained to address t moans nervously. <<elseif ($activeSlave.trust < -50)>> yelps, turning away from you and clenching $his eyes shut as her - <<if $activeSlave.amp == 1>> + <<if $activeSlave.amp == 1>> stumps push toward each other, clearly trying (and failing) to conceal her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. - <<else>> + <<else>> legs instinctively clench together to hide her <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. <</if>> - <<else>> - snorts derisively despite her vulnerability. + <<else>> + snorts derisively despite her vulnerability. <</if>> <br><br> - You step forward and run an appreciative hand over the surface of $his belly. $His womb is packed so full that the outline of her squirming children is obvious under her stretched-thin flesh. $He groans at your touch, clearly in some distress, and you promise $him that you'll free her once you've finished up. - <<if $activeSlave.devotion > 95>> + You step forward and run an appreciative hand over the surface of $his belly. $His womb is packed so full that the outline of her squirming children is obvious under her stretched-thin flesh. $He groans at your touch, clearly in some distress, and you promise $him that you'll free her once you've finished up. + <<if $activeSlave.devotion > 95>> The slave is clearly too aroused by your fondling to <<if canHear($activeSlave)>>hear what you're saying<<else>>interpret your body language<</if>> and leans back into you, stretching against $his tortured belly to nibble at your ear. - <<elseif $activeSlave.devotion > 50>> + <<elseif $activeSlave.devotion > 50>> The slave says nothing, but wiggles $his ass against your hips, making it clear $he's ready. - <<elseif $activeSlave.devotion > 20>> + <<elseif $activeSlave.devotion > 20>> You can see tears streaming down the slave's face from the discomfort $he's experiencing, but $he nods that $he's ready. <<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> The slave cries and begs you to finish quickly and help her before $he bursts. @@ -20491,19 +20491,19 @@ You tell her kindly that you understand, and that $he'll be trained to address t petite ass, <</if>> for the sake of "being thorough." You then move forward, covering the parts of $his belly you can reach from behind and taking special care to - <<if ($activeSlave.boobs >= 20000)>> + <<if ($activeSlave.boobs >= 20000)>> massage the soft butter into every inch of $his colossal tits, noting with satisfaction $his distant nipples, stuck on the other side of the doorway with the bulk of $his room filling breasts, harden with arousal. - <<elseif ($activeSlave.boobs >= 12000)>> + <<elseif ($activeSlave.boobs >= 12000)>> massage the soft butter into $his massive tits as they push up between the arch of the doorway and $his bulging belly. You note with satisfaction $his nipples harden with arousal. - <<elseif ($activeSlave.boobs >= 7000)>> + <<elseif ($activeSlave.boobs >= 7000)>> massage the soft butter into $his monstrous tits, enjoying the struggle it takes to heft each butter-slick, glistening melon with both hands. You note with satisfaction $his nipples harden with arousal. - <<elseif ($activeSlave.boobs >= 3000)>> + <<elseif ($activeSlave.boobs >= 3000)>> massage the soft butter into each of $his huge tits. Your slave cranes $his head back a bit to avoid being smothered by $his own breasts as you work the butter into them, but you can tell $he's aroused by what you're doing--$his nipples have turned hard as rocks. <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> massage the soft butter into $his fat, fake titties, noting with satisfaction $his nipples harden with arousal. - <<elseif ($activeSlave.boobs >= 650)>> + <<elseif ($activeSlave.boobs >= 650)>> massage the soft butter into $his big tits, noting with satisfaction $his nipples harden with arousal. - <<elseif ($activeSlave.boobs >= 300)>> + <<elseif ($activeSlave.boobs >= 300)>> massage the soft butter into $his small, girlish chest, noting with satisfaction $his nipples harden with arousal. <<else>> massage the soft butter into $his flat chest, noting with satisfaction $his nipples harden with arousal. diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index 29fe6f7f8135ed4898d8ef93705a34a1710116bd..1bb189eb41584339e906a8285673b5b7a6a8720e 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -459,7 +459,7 @@ _topClassP = 1>> _lowerClassP *= 0.98, _middleClass += 80, _middleClassP *= 1.02>> -<</if>> +<</if>> <<if $arcologies[0].FSChattelReligionistCreed == 1>> <<if $nicaeaFocus == "slaves">> <<set _slaveDemandU *= 1 + $nicaeaPower * -0.05, @@ -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/barracks.tw b/src/uncategorized/barracks.tw index 563371de212b888d80e1cba5ad3ca70f3c9a78fb..4af2397a776689d27bc55f5ecd711e9452c19cf5 100644 --- a/src/uncategorized/barracks.tw +++ b/src/uncategorized/barracks.tw @@ -46,7 +46,7 @@ As you enter the main bay of the armory, lined with modern arms and armor and a <<case "Inglorious Bitches">> Their garish neon pink prototype armor shines brightly. <<case "Thousand Sons">> - Their prototype armor is designed to preserve a sample of the wearer's genetic material in the event of death. + Their prototype armor is designed to preserve a sample of the wearer's genetic material in the event of death. <<case "Guardians of the Unborn">> Their gear is designed to be accommodating to pregnant women and even includes a special kit in case a baby needs delivering and they're the only ones around. <<case "Shadowed Hand">> @@ -54,9 +54,9 @@ As you enter the main bay of the armory, lined with modern arms and armor and a <<case "Asgardians">> Their armor has been modified to allow the wearers' muscular arms to remain visible, and the heavier armor seems to be equipped with capes. <<case "Tasters">> - Their armor has been modified to handle all sorts of waistlines. They contain numerous pockets and containers; it's not unusual to see a merc offering someone a needed pickmeup. + Their armor has been modified to handle all sorts of waistlines. They contain numerous pockets and containers; it's not unusual to see a merc offering someone a needed pickmeup. <<case "Knights of the Blood">> - Their gear is adorned with the badges and ensigns of racialist societies, and posters from the same sources are visible on the walls. + Their gear is adorned with the badges and ensigns of racialist societies, and posters from the same sources are visible on the walls. <<case "Knights of the Purge">> Their prototype armor is equipped with the latest weapons. <<case "Wardens">> @@ -66,7 +66,7 @@ As you enter the main bay of the armory, lined with modern arms and armor and a <<case "Abstemious">> Their sleek prototype armor is equipped with advanced restraining weapons. <<case "Rangers">> - Their gear has a heavy Western influence; everyone carries heavy revolvers everywhere, and the armor sports rope lariats for lassoing 'cattle.' + Their gear has a heavy Western influence; everyone carries heavy revolvers everywhere, and the armor sports rope lariats for lassoing 'cattle.' <</switch>> <</if>> There are doors to magazines, armories, and training areas to all sides, and muffled gunfire can be heard from the latter. diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index ae101e8ba2dbcf9a9e767765aaa2979773d450af..dcf77051c7f895b9185e20351dd0d0319e3693b6 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -400,7 +400,7 @@ Choose piercing style: <<if $activeSlave.areolaePiercing != 1>><<set $activeSlave.areolaePiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.corsetPiercing != 1>><<set $activeSlave.corsetPiercing = 1>> <<set $cash -= $modCost>><</if>> <<if $activeSlave.navelPiercing != 1>><<set $activeSlave.navelPiercing = 1>> <<set $cash -= $modCost>><</if>> - <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> + <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.clitPiercing != 1>><<set $activeSlave.clitPiercing = 1>> <<set $cash -= $modCost>><</if>> <</if>> <<if ($activeSlave.vagina != -1)>> @@ -413,31 +413,31 @@ Choose piercing style: <<goto "Body Modification">> <</link>> -<<if $activeSlave.earPiercing != 1>> | [[Ear|Body Modification][$activeSlave.earPiercing = 1, $cash -= $modCost]]<</if>> -<<if $activeSlave.nosePiercing != 1>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 1, $cash -= $modCost]]<</if>> -<<if $activeSlave.eyebrowPiercing != 1>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 1, $cash -= $modCost]]<</if>> -<<if $activeSlave.lipsPiercing != 1>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 1, $cash -= $modCost]]<</if>> -<<if $activeSlave.tonguePiercing != 1>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.earPiercing != 1>> | [[Ear|Body Modification][$activeSlave.earPiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.nosePiercing != 1>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.eyebrowPiercing != 1>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.lipsPiercing != 1>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.tonguePiercing != 1>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 1, $cash -= $modCost]]<</if>> <<if $activeSlave.nipples != "fuckable">> -<<if $activeSlave.nipplesPiercing != 1>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.nipplesPiercing != 1>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 1, $cash -= $modCost]]<</if>> <</if>> -<<if $activeSlave.areolaePiercing != 1>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 1, $cash -= $modCost]]<</if>> -<<if $activeSlave.corsetPiercing != 1>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 1, $cash -= $modCost]]<</if>> -<<if $activeSlave.navelPiercing != 1>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.areolaePiercing != 1>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.corsetPiercing != 1>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.navelPiercing != 1>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 1, $cash -= $modCost]]<</if>> <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.vagina != -1>> - <<if $activeSlave.clitPiercing != 1>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>> + <<if $activeSlave.clitPiercing != 1>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>> <<else>> - <<if $activeSlave.clitPiercing != 1>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>> + <<if $activeSlave.clitPiercing != 1>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <</if>> <<if ($activeSlave.vagina != -1)>> - <<if $activeSlave.vaginaPiercing != 1>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 1, $cash -= $modCost]]<</if>> + <<if $activeSlave.vaginaPiercing != 1>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <<if ($activeSlave.dick > 0)>> - <<if $activeSlave.dickPiercing != 1>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 1, $cash -= $modCost]]<</if>> + <<if $activeSlave.dickPiercing != 1>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 1, $cash -= $modCost]]<</if>> <</if>> -<<if $activeSlave.anusPiercing != 1>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 1, $cash -= $modCost]]<</if>> +<<if $activeSlave.anusPiercing != 1>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 1, $cash -= $modCost]]<</if>> <</if>> <<if $piercingLevel == 2>> @@ -469,31 +469,31 @@ Choose piercing style: <<goto "Body Modification">> <</link>> -<<if $activeSlave.earPiercing != 2>> | [[Ear|Body Modification][$activeSlave.earPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> -<<if $activeSlave.nosePiercing != 2>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> -<<if $activeSlave.eyebrowPiercing != 2>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> -<<if $activeSlave.lipsPiercing != 2>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> -<<if $activeSlave.tonguePiercing != 2>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.earPiercing != 2>> | [[Ear|Body Modification][$activeSlave.earPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.nosePiercing != 2>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.eyebrowPiercing != 2>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.lipsPiercing != 2>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.tonguePiercing != 2>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if $activeSlave.nipples != "fuckable">> -<<if $activeSlave.nipplesPiercing != 2>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.nipplesPiercing != 2>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> -<<if $activeSlave.areolaePiercing != 2>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> -<<if $activeSlave.corsetPiercing != 2>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> -<<if $activeSlave.navelPiercing != 2>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.areolaePiercing != 2>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.corsetPiercing != 2>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.navelPiercing != 2>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<if ($activeSlave.vagina != -1) || ($activeSlave.dick != 0)>> <<if $activeSlave.vagina != -1>> - <<if $activeSlave.clitPiercing != 2>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> + <<if $activeSlave.clitPiercing != 2>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <<else>> - <<if $activeSlave.clitPiercing != 2>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> + <<if $activeSlave.clitPiercing != 2>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <</if>> <<if ($activeSlave.vagina != -1)>> - <<if $activeSlave.vaginaPiercing != 2>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> + <<if $activeSlave.vaginaPiercing != 2>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <<if ($activeSlave.dick > 0)>> - <<if $activeSlave.dickPiercing != 2>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> + <<if $activeSlave.dickPiercing != 2>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> -<<if $activeSlave.anusPiercing != 2>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> +<<if $activeSlave.anusPiercing != 2>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 2, $cash -= $modCost,$degradation += 1]]<</if>> <</if>> <<if $piercingLevel == 3>> @@ -531,23 +531,23 @@ Remove piercings from: <</link>> -<<if $activeSlave.earPiercing > 0>> | [[Ear|Body Modification][$activeSlave.earPiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.nosePiercing > 0>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.eyebrowPiercing > 0>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.lipsPiercing > 0>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.tonguePiercing > 0>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.nipplesPiercing > 0>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.areolaePiercing > 0>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.corsetPiercing > 0>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.navelPiercing > 0>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.earPiercing > 0>> | [[Ear|Body Modification][$activeSlave.earPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.nosePiercing > 0>> | [[Nose|Body Modification][$activeSlave.nosePiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.eyebrowPiercing > 0>> | [[Eyebrow|Body Modification][$activeSlave.eyebrowPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.lipsPiercing > 0>> | [[Lips|Body Modification][$activeSlave.lipsPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.tonguePiercing > 0>> | [[Tongue|Body Modification][$activeSlave.tonguePiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.nipplesPiercing > 0>> | [[Nipples|Body Modification][$activeSlave.nipplesPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.areolaePiercing > 0>> | [[Areolae|Body Modification][$activeSlave.areolaePiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.corsetPiercing > 0>> | [[Corset|Body Modification][$activeSlave.corsetPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.navelPiercing > 0>> | [[Navel|Body Modification][$activeSlave.navelPiercing = 0, $cash -= $modCost]]<</if>> <<if $activeSlave.vagina != -1>> - <<if $activeSlave.clitPiercing > 0>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>> + <<if $activeSlave.clitPiercing > 0>> | [[Clit|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>> <<else>> - <<if $activeSlave.clitPiercing > 0>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>> + <<if $activeSlave.clitPiercing > 0>> | [[Dickhead|Body Modification][$activeSlave.clitPiercing = 0, $cash -= $modCost]]<</if>> <</if>> -<<if $activeSlave.vaginaPiercing > 0>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.dickPiercing > 0>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 0, $cash -= $modCost]]<</if>> -<<if $activeSlave.anusPiercing > 0>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.vaginaPiercing > 0>> | [[Vagina|Body Modification][$activeSlave.vaginaPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.dickPiercing > 0>> | [[Dick|Body Modification][$activeSlave.dickPiercing = 0, $cash -= $modCost]]<</if>> +<<if $activeSlave.anusPiercing > 0>> | [[Anus|Body Modification][$activeSlave.anusPiercing = 0, $cash -= $modCost]]<</if>> <</if>> <br><br> @@ -955,7 +955,7 @@ Choose a site for branding: <br> <<if ($brandTarget == "neck" || $brandTarget == "chest" || $brandTarget == "belly" || $brandTarget == "pubic mound" || $brandTarget == "back" || $brandTarget == "lower back")>> - [[Brand|Body Modification][$brandApplied = 1,$activeSlave.brand = $brandDesign,$activeSlave.brandLocation = $brandTarget,$cash -= $modCost,$degradation += 10]] with $brandDesign on the $brandTarget. + [[Brand|Body Modification][$brandApplied = 1,$activeSlave.brand = $brandDesign,$activeSlave.brandLocation = $brandTarget,$cash -= $modCost,$degradation += 10]] with $brandDesign on the $brandTarget. <<else>> Brand $him now with ''$brandDesign'' on the <<link "left">> 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..32644550d4690ca8dd6aa9b528571c09e5fc7c39 100644 --- a/src/uncategorized/bulkSlaveIntro.tw +++ b/src/uncategorized/bulkSlaveIntro.tw @@ -53,7 +53,7 @@ <</switch>> /* remove the below line to make the intro blurb show up for every slave, not just the first */ -<<set $introType = "">> +<<set $introType = "">> <<if ($newSlaveIndex >= $newSlaves.length) || ($newSlavesDone == 1)>> <<if $newSlaves.length > 0>> @@ -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..5441b59c5c015e373c85a24a424fe9f1f76c4bd7 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -44,7 +44,7 @@ __Sex Slave Purchase Options__ <br>[[Kidnappers' Market|Slave Markets][$slaveMarket = "kidnappers", $slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 5]] | -<</if>> +<</if>> <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "kidnappers", $introType = "bulk", $numSlaves = 10]] | <</if>> @@ -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/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index 888764ad5cdc617080061aa0e728cbf3912b1ba9..f2d18e12c99b9f066f7168c8b05b6d54c1a22b22 100644 --- a/src/uncategorized/clubAdvertisement.tw +++ b/src/uncategorized/clubAdvertisement.tw @@ -4,7 +4,7 @@ <<case "Roman Revivalist">> $clubNameCaps is decorated like a Roman villa's entertainment rooms. There is a lot of white stone, plaster, and terracotta. <<case "Aztec Revivalist">> - $clubNameCaps is decorated with obsidian figures inserted in the lime walls and giant oak pillars that give a homey feeling to the otherwise cold building. + $clubNameCaps is decorated with obsidian figures inserted in the lime walls and giant oak pillars that give a homey feeling to the otherwise cold building. <<case "Egyptian Revivalist">> $clubNameCaps is decorated like a room in an ancient Egyptian palace. There are columns of warm stone and pools of clear water full of aquatic plants. <<case "Edo Revivalist">> diff --git a/src/uncategorized/completeCatalog.tw b/src/uncategorized/completeCatalog.tw index 020fe8c2e0de09b5b8ca71f619b726725766d81d..afa794cbf15f8009db2849815bd85e0836c9cd34 100644 --- a/src/uncategorized/completeCatalog.tw +++ b/src/uncategorized/completeCatalog.tw @@ -76,9 +76,9 @@ <<for _k = 0; _k < $slaves.length; _k++>> <<if areSisters($slaves[_k], $activeSlave) > 0>> <<if $activeSlave.birthName == "Green Grape">> - <<set $activeSlave.actualAge = $slaves[_k].actualAge-5, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>> + <<set $activeSlave.actualAge = $slaves[_k].actualAge-5, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>> <<elseif $activeSlave.birthName == "Purple Grape">> - <<set $activeSlave.actualAge = $slaves[_k].actualAge+5, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>> + <<set $activeSlave.actualAge = $slaves[_k].actualAge+5, $activeSlave.physicalAge = $activeSlave.actualAge, $activeSlave.visualAge = $activeSlave.actualAge, $activeSlave.ovaryAge = $activeSlave.actualAge>> <</if>> <</if>> <</for>> diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index e386312792610d21a4700714047f53c21d298180..328837a142843b4448f7095d3f8662a3f5d4ead2 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -168,7 +168,7 @@ $nursery > 0 || $masterSuiteUpgradePregnancy > 0 || $incubator > 0 || <<if $researchLab.hired != 0>> __Scientists__: <<print cashFormat((300*$researchLab.hired))>> <<set _archologyCosts += 300*$researchLab.hired>> <</if>> <<if $researchLab.menials != 0>> __Menial slaves__: <<print cashFormat((100*$researchLab.menials))>> <<set _archologyCosts += 100*$researchLab.menials>> <</if>> <</if>> -<</if>> +<</if>> /* security expansion */ <<if $secExp > 0>> diff --git a/src/uncategorized/dairyReport.tw b/src/uncategorized/dairyReport.tw index c196de514a02444a3ee5a7ccf44e041136bf8496..7471800d36de1f2a7d6272e51fea8414d347f7de 100644 --- a/src/uncategorized/dairyReport.tw +++ b/src/uncategorized/dairyReport.tw @@ -33,7 +33,7 @@ <<if $slaves[_i].mpreg == 1>> <<set $slaves[_i].analCount += 10, $analTotal += 10>> <<else>> - <<ser $slaves[_i].vaginalCount += 10, $vaginalTotal += 10>> + <<set $slaves[_i].vaginalCount += 10, $vaginalTotal += 10>> <</if>> <<set $slaves[_i].pregType = setPregType($slaves[_i])>> <<set WombImpregnate($slaves[_i], $slaves[_i].pregType, $Milkmaid.ID, 1)>> diff --git a/src/uncategorized/hgSelect.tw b/src/uncategorized/hgSelect.tw index 9fcb6453d69e06c1962e67130af7329dba36c0a7..3bf4a7bd2126ab67b120ef41105ee53a1b0ab9bc 100644 --- a/src/uncategorized/hgSelect.tw +++ b/src/uncategorized/hgSelect.tw @@ -73,7 +73,7 @@ _HGName is <br> _HGName <<if ($HGFormality != 0)>> - will be ''formal'': she will always call you <<if $PC.title == 1>>Master<<else>>Mistress<</if>>, just like any other slave. [[Allow private informality|HG Select][$HGFormality = 0]] + will be ''formal'': she will always call you <<if $PC.title == 1>>Master<<else>>Mistress<</if>>, just like any other slave. [[Allow private informality|HG Select][$HGFormality = 0]] <<else>> is allowed to be ''informal'': in private, she may call you <<if $PC.title == 1>>Sir<<else>>Ma'am<</if>>. [[Maintain complete formality|HG Select][$HGFormality = 1]] <</if>> diff --git a/src/uncategorized/industrialDairyAssignmentScene.tw b/src/uncategorized/industrialDairyAssignmentScene.tw index 5b96036d1b62f3584a2a66219906a2c28bae4688..6d70f8140364ee1b71a1a6fc00254e75ea2f9ca4 100644 --- a/src/uncategorized/industrialDairyAssignmentScene.tw +++ b/src/uncategorized/industrialDairyAssignmentScene.tw @@ -269,7 +269,7 @@ and brutal sodomy. <<else>> she cried and tried to break loose for a while, <</if>> - she's slumped against the machine from sheer exhaustion by the end. Its work completed, the preparatory raper withdraws and lets the milking machine begin its work. It's only been a few hours since $activeSlave.slaveName's ordeal began, but now she's ready to begin giving back. The machine revives her with a hit of pharmaceuticals. + she's slumped against the machine from sheer exhaustion by the end. Its work completed, the preparatory raper withdraws and lets the milking machine begin its work. It's only been a few hours since $activeSlave.slaveName's ordeal began, but now she's ready to begin giving back. The machine revives her with a hit of pharmaceuticals. <br><br> <</if>> diff --git a/src/uncategorized/lawCompliance.tw b/src/uncategorized/lawCompliance.tw index d0a0acbb6659130729177be7f6a638557989eec0..619d885eee6b42e66c09c8858d783a0718f2caeb 100644 --- a/src/uncategorized/lawCompliance.tw +++ b/src/uncategorized/lawCompliance.tw @@ -1,9 +1,11 @@ :: Law Compliance [nobr] +<<setLocalPronouns $activeSlave>> + <<if $arcologies[0].FSSlimnessEnthusiastSMR == 1>> <<set $activeSlave.weight = random(-80,0)>> <<set $activeSlave.health = random(50,90)>> - She has been kept on a rigorous diet for sale, has been required to exercise regularly, and has had excellent care taken of her health. + $He has been kept on a rigorous diet for sale, has been required to exercise regularly, and has had excellent care taken of $his health. <</if>> <<if $arcologies[0].FSRepopulationFocusSMR == 1>> <<if $activeSlave.physicalAge < $fertilityAge>> @@ -24,7 +26,7 @@ <<set $activeSlave.pregKnown = 1>> <<run SetBellySize($activeSlave)>> <</if>> - If she was unable to become pregnant before, she has been made to now. She is fertilized surgically to insure a healthy pregnancy. + If $he was unable to become pregnant before, $he has been made to now. $He is fertilized surgically to insure a healthy pregnancy. <</if>> <<if $arcologies[0].FSAssetExpansionistSMR == 1>> <<set $activeSlave.clit = either(0, 0, 0, 1, 1, 2)>> @@ -38,10 +40,10 @@ <<if $activeSlave.balls > 0>> <<set $activeSlave.balls = random(4,7)>> <</if>> - She has been on powerful growth hormones for a long time, and has experienced growth in several areas as a result. + $He has been on powerful growth hormones for a long time, and has experienced growth in several areas as a result. <</if>> <<if $arcologies[0].FSPhysicalIdealistSMR == 1>> - Much of her time before sale was spent + Much of $his time before sale was spent <<if $arcologies[0].FSPhysicalIdealistLaw == 1>> <<set $activeSlave.muscles = random(20,50)>> doing cardio, @@ -49,16 +51,16 @@ <<set $activeSlave.muscles = random(50,100)>> lifting weights, <</if>> - and her health has been raised to an almost unnatural level. + and $his health has been raised to an almost unnatural level. <<set $activeSlave.health = random(50,90)>> <<set $activeSlave.weight = random(-20,0)>> <<elseif $arcologies[0].FSHedonisticDecadenceSMR == 1>> <<set $activeSlave.muscles = random(-80,0)>> <<set $activeSlave.weight = random(50,200)>> <<set $activeSlave.health = random(-30,10)>> - Much of her time before sale was spent being fattened up and lying around. + Much of $his time before sale was spent being fattened up and lying around. <<if $activeSlave.devotion <= 20>> - She had to be forcefed massive amounts of slave food while bound to meet requirements, filling her with @@.gold;fear@@ and @@.mediumorchid;disgust.@@ + $He had to be forcefed massive amounts of slave food while bound to meet requirements, filling $him with @@.gold;fear@@ and @@.mediumorchid;disgust.@@ <<set $activeSlave.trust -= 5>> <<set $activeSlave.devotion -= 5>> <</if>> @@ -66,25 +68,28 @@ <<if $arcologies[0].FSGenderFundamentalistSMR == 1>> <<if $activeSlave.dick > 0>> <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> <<set $activeSlave.boobs += random(0,2)*100>> <<set $activeSlave.butt += random(0,1)>> <<if $activeSlave.face < 95>> <<set $activeSlave.face = Math.trunc($activeSlave.face+random(0,20),-100,100)>> <</if>> - Her balls were removed as soon as she was enslaved, and she's been kept on powerful female hormones for long enough to have a general feminizing effect. + $His balls were removed as soon as $he was enslaved, and $he's been kept on powerful female hormones for long enough to have a general feminizing effect. <</if>> <<elseif $arcologies[0].FSSupremacistSMR == 1>> <<if $activeSlave.dick > 0>> <<if $activeSlave.race != $arcologies[0].FSSupremacistRace>> <<set $activeSlave.balls = 0>> - Her balls were removed as soon as she was enslaved to prevent her from polluting fertile slaves with her inferior semen. + <<set $activeSlave.scrotum = 0>> + $His balls were removed as soon as $he was enslaved to prevent $him from polluting fertile slaves with $his inferior semen. <</if>> <</if>> <<elseif $arcologies[0].FSSubjugationistSMR == 1>> <<if $activeSlave.dick > 0>> <<if $activeSlave.race == $arcologies[0].FSSubjugationistRace>> <<set $activeSlave.balls = 0>> - Her balls were removed as soon as she was enslaved to prevent her from polluting fertile slaves with her subhuman semen. + <<set $activeSlave.scrotum = 0>> + $His balls were removed as soon as $he was enslaved to prevent $him from polluting fertile slaves with $his subhuman semen. <</if>> <</if>> <</if>> @@ -97,24 +102,24 @@ <<run SetBellySize($activeSlave)>> <<set $activeSlave.balls = 0>> <<set $activeSlave.ovaries = 0>> - As a member of the lowest class,<<if $activeSlave.preg > 0>> her pregnancy is immediately terminated, and<</if>> she is promptly sterilized to prevent her from passing on her useless genes. + As a member of the lowest class,<<if $activeSlave.preg > 0>> $his pregnancy is immediately terminated, and<</if>> $he is promptly sterilized to prevent $him from passing on $his useless genes. <</if>> <</if>> <<if $arcologies[0].FSPaternalistSMR == 1>> <<if $activeSlave.devotion <= 20>> - While she came through the slave markets, she was treated with decency. She has begun to wonder whether she can @@.mediumaquamarine;get away with@@ being disobedient. + While $he came through the slave markets, $he was treated with decency. $He has begun to wonder whether $he can @@.mediumaquamarine;get away with@@ being disobedient. <<set $activeSlave.trust += 10>> <<else>> - While she came through the slave markets, she was treated with decency. She has begun to hope that she can expect @@.mediumaquamarine;basic respect@@ despite being a sex slave. + While $he came through the slave markets, $he was treated with decency. $He has begun to hope that $he can expect @@.mediumaquamarine;basic respect@@ despite being a sex slave. <<set $activeSlave.trust += 10>> <</if>> <</if>> <<if $arcologies[0].FSDegradationistSMR == 1>> - Her current owners @@.gold;brutalized her@@ before putting her on sale, using clever methods to produce agony without seriously damaging her health. + $His current owners @@.gold;brutalized $him@@ before putting $him on sale, using clever methods to produce agony without seriously damaging $his health. <<set $activeSlave.trust -= 10>> <</if>> <<if $arcologies[0].FSBodyPuristSMR == 1>> - In order to qualify for sale, she has been meticulously inspected for implants, tattoos, and piercings, and any present have been removed. + In order to qualify for sale, $he has been meticulously inspected for implants, tattoos, and piercings, and any present have been removed. <<set $activeSlave.nipplesPiercing = 0>> <<set $activeSlave.areolaePiercing = 0>> <<set $activeSlave.lipsPiercing = 0>> @@ -152,9 +157,9 @@ <</if>> <</if>> <<if $arcologies[0].FSTransformationFetishistSMR == 1>> - In order to qualify for sale, she has been kitted out with a basic set of breast, buttock, and lip implants. + In order to qualify for sale, $he has been kitted out with a basic set of breast, buttock, and lip implants. <<if $activeSlave.devotion <= 20>> - Being turned into an assembly line bimbo fills her with @@.gold;fear@@ and @@.mediumorchid;disgust.@@ + Being turned into an assembly line bimbo fills $him with @@.gold;fear@@ and @@.mediumorchid;disgust.@@ <<set $activeSlave.trust -= 5>> <<set $activeSlave.devotion -= 5>> <</if>> @@ -173,41 +178,41 @@ <</if>> <<if $arcologies[0].FSYouthPreferentialistSMR == 1>> <<if $activeSlave.physicalAge > 35>> - She was treated as a disposable old bitch in the slave pens, @@.gold;worrying her.@@ + $He was treated as a disposable old bitch in the slave pens, @@.gold;worrying $him.@@ <<set $activeSlave.trust -= 5>> <<elseif $activeSlave.physicalAge <= 25>> - She was treated reasonably well in the slave pens due to her youth, @@.mediumaquamarine;reassuring her.@@ + $He was treated reasonably well in the slave pens due to $his youth, @@.mediumaquamarine;reassuring $him.@@ <<set $activeSlave.trust += 5>> <</if>> <</if>> <<if $arcologies[0].FSMaturityPreferentialistSMR == 1>> <<if $activeSlave.physicalAge > 35>> - She was treated reasonably well in the slave pens due to her maturity, @@.mediumaquamarine;reassuring her.@@ + $He was treated reasonably well in the slave pens due to $his maturity, @@.mediumaquamarine;reassuring $him.@@ <<set $activeSlave.trust += 5>> <<elseif $activeSlave.physicalAge <= 25>> - She was treated as a disposable little slut in the slave pens, @@.gold;worrying her.@@ + $He was treated as a disposable little slut in the slave pens, @@.gold;worrying $him.@@ <<set $activeSlave.trust -= 5>> <</if>> <</if>> <<if $arcologies[0].FSPastoralistSMR == 1>> <<if $activeSlave.lactation == 0>> - She was implanted with permanent lactation drugs in order to qualify for sale, and was kept in the slave pens until she could be put up on the block with dripping nipples. + $He was implanted with permanent lactation drugs in order to qualify for sale, and was kept in the slave pens until $he could be put up on the block with dripping nipples. <<set $activeSlave.lactation = 2>> <</if>> <</if>> <<if $arcologies[0].FSChattelReligionistSMR == 1>> - She has been consecrated for sale by being offered to the public for a full night, from sunset to sunrise. + $He has been consecrated for sale by being offered to the public for a full night, from sunset to sunrise. <<if $activeSlave.devotion <= 20>> - Since she was not willing to accept this treatment, her consecration took the form of twelve hours of rape, @@.gold;terrifying her@@ and @@.mediumorchid;filling her with hatred.@@ - <<set $activeSlave.trust -= 15>> - <<set $activeSlave.devotion -= 15>> + Since $he was not willing to accept this treatment, $his consecration took the form of twelve hours of rape, @@.gold;terrifying $him@@ and @@.mediumorchid;filling $him with hatred.@@ + <<set $activeSlave.trust -= 15>> + <<set $activeSlave.devotion -= 15>> <<else>> - She accepted this treatment, @@.hotpink;breaking her@@ to sexual slavery. - <<set $activeSlave.devotion += 5>> + $He accepted this treatment, @@.hotpink;breaking $him@@ to sexual slavery. + <<set $activeSlave.devotion += 5>> <</if>> <<if ndef $activeSlave.publicCount>> - <<set $activeSlave.publicCount = 0>> + <<set $activeSlave.publicCount = 0>> <</if>> <<set $activeSlave.oralCount += 10>> @@ -217,36 +222,36 @@ <<set $activeSlave.publicCount += 10>> <<set $analTotal += 10>> <<if $activeSlave.vagina > 0>> - <<set $activeSlave.vaginalCount += 10>> - <<set $activeSlave.publicCount += 10>> - <<set $vaginalTotal += 10>> - <<if $activeSlave.vagina < 3>> - <<set $activeSlave.vagina += 1>> - <</if>> + <<set $activeSlave.vaginalCount += 10>> + <<set $activeSlave.publicCount += 10>> + <<set $vaginalTotal += 10>> + <<if $activeSlave.vagina < 3>> + <<set $activeSlave.vagina += 1>> + <</if>> <<else>> - <<set $activeSlave.oralCount += 10>> - <<set $activeSlave.publicCount += 10>> - <<set $oralTotal += 10>> + <<set $activeSlave.oralCount += 10>> + <<set $activeSlave.publicCount += 10>> + <<set $oralTotal += 10>> <</if>> <<if $activeSlave.anus > 0>> - <<set $activeSlave.analCount += 10>> - <<set $activeSlave.publicCount += 10>> - <<set $analTotal += 10>> - <<if $activeSlave.anus < 3>> - <<set $activeSlave.anus += 1>> - <</if>> + <<set $activeSlave.analCount += 10>> + <<set $activeSlave.publicCount += 10>> + <<set $analTotal += 10>> + <<if $activeSlave.anus < 3>> + <<set $activeSlave.anus += 1>> + <</if>> <<else>> - <<set $activeSlave.oralCount += 10>> - <<set $activeSlave.publicCount += 10>> - <<set $oralTotal += 10>> + <<set $activeSlave.oralCount += 10>> + <<set $activeSlave.publicCount += 10>> + <<set $oralTotal += 10>> <</if>> <</if>> <<if $arcologies[0].FSRomanRevivalistSMR == 1>> - As she passed though the slave markets, she saw many less valuable slaves selected to die in gladiatorial combats. She is relieved she wasn't one of them, but @@.gold;terrified@@ that will be her fate if she makes mistakes. + As $he passed though the slave markets, $he saw many less valuable slaves selected to die in gladiatorial combats. $He is relieved $he wasn't one of them, but @@.gold;terrified@@ that will be $his fate if $he makes mistakes. <<set $activeSlave.trust -= 10>> <</if>> <<if $arcologies[0].FSAztecRevivalistSMR == 1>> - As she passed though the golden city, she saw a less valuable <<if $arcologies[0].FSPaternalist != "unset">>slave's virginity get sacrificed<<else>>slave get sacrificed<</if>> on one of the many altars spread throughout the city. She was <<if $arcologies[0].FSPaternalist != "unset">>@@.gold;startled@@<<else>>@@.gold;mortified@@<</if>> to learn what befalls lesser slaves here. + As $he passed though the golden city, $he saw a less valuable <<if $arcologies[0].FSPaternalist != "unset">>slave's virginity get sacrificed<<else>>slave get sacrificed<</if>> on one of the many altars spread throughout the city. $He was <<if $arcologies[0].FSPaternalist != "unset">>@@.gold;startled@@<<else>>@@.gold;mortified@@<</if>> to learn what befalls lesser slaves here. <<if $arcologies[0].FSPaternalist != "unset">> <<set $activeSlave.trust -= 5>> <<else>> @@ -254,89 +259,89 @@ <</if>> <</if>> <<if $arcologies[0].FSEgyptianRevivalistSMR == 1>> - While she was in the slave pens, she was subjected to Egyptian cultural indoctrination. + While $he was in the slave pens, $he was subjected to Egyptian cultural indoctrination. <<if $activeSlave.entertainSkill > 10>> - She is now @@.mediumaquamarine;confident@@ that her entertainment skills will be valued here. - <<set $activeSlave.trust += 10>> + $He is now @@.mediumaquamarine;confident@@ that $his entertainment skills will be valued here. + <<set $activeSlave.trust += 10>> <<elseif $activeSlave.intelligenceImplant >= 15>> - She now @@.mediumaquamarine;hopes@@ that her education will be valued here. - <<set $activeSlave.trust += 5>> + $He now @@.mediumaquamarine;hopes@@ that $his education will be valued here. + <<set $activeSlave.trust += 5>> <<else>> - She is @@.gold;concerned@@ that she doesn't have what it takes to fit in. - <<set $activeSlave.trust -= 5>> + $He is @@.gold;concerned@@ that $he doesn't have what it takes to fit in. + <<set $activeSlave.trust -= 5>> <</if>> <</if>> <<if $arcologies[0].FSEdoRevivalistSMR == 1>> - While she was in the slave pens, she was subjected to Edo Revivalist cultural indoctrination. + While $he was in the slave pens, $he was subjected to Edo Revivalist cultural indoctrination. <<if $activeSlave.nationality == "Japanese">> - She is now @@.mediumaquamarine;confident@@ that, as a proper Japanese girl, she will receive preferential treatment. - <<set $activeSlave.trust += 10>> + $He is now @@.mediumaquamarine;confident@@ that, as a proper Japanese $girl, $he will receive preferential treatment. + <<set $activeSlave.trust += 10>> <<elseif $activeSlave.entertainSkill > 30>> - She now @@.mediumaquamarine;hopes@@ that her refined entertainment skills will make her culturally as well as sexually valuable. - <<set $activeSlave.trust += 5>> + $He now @@.mediumaquamarine;hopes@@ that $his refined entertainment skills will make $him culturally as well as sexually valuable. + <<set $activeSlave.trust += 5>> <<else>> - She is @@.gold;concerned@@ that she doesn't have what it takes to fit in. - <<set $activeSlave.trust -= 5>> + $He is @@.gold;concerned@@ that $he doesn't have what it takes to fit in. + <<set $activeSlave.trust -= 5>> <</if>> <</if>> <<if $arcologies[0].FSArabianRevivalistSMR == 1>> - While she was in the slave pens, she was subjected to classical Arabian cultural indoctrination. + While $he was in the slave pens, $he was subjected to classical Arabian cultural indoctrination. <<if $activeSlave.face > 40>> - She is now @@.mediumaquamarine;confident@@ that her great beauty will be valued here. - <<set $activeSlave.trust += 10>> + $He is now @@.mediumaquamarine;confident@@ that $his great beauty will be valued here. + <<set $activeSlave.trust += 10>> <<elseif $activeSlave.accent <= 1>> - She now @@.mediumaquamarine;hopes@@ that her linguistic skill will be valued here. - <<set $activeSlave.trust += 5>> + $He now @@.mediumaquamarine;hopes@@ that $his linguistic skill will be valued here. + <<set $activeSlave.trust += 5>> <<else>> - She is @@.gold;concerned@@ that she doesn't have what it takes to fit in. - <<set $activeSlave.trust -= 5>> + $He is @@.gold;concerned@@ that $he doesn't have what it takes to fit in. + <<set $activeSlave.trust -= 5>> <</if>> <</if>> <<if $arcologies[0].FSChineseRevivalistSMR == 1>> - While she was in the slave pens, she was subjected to Imperial Chinese cultural indoctrination. + While $he was in the slave pens, $he was subjected to Imperial Chinese cultural indoctrination. <<if $activeSlave.intelligence > 50>> - She is now @@.mediumaquamarine;confident@@ that her brilliance will be valued here. - <<set $activeSlave.trust += 10>> + $He is now @@.mediumaquamarine;confident@@ that $his brilliance will be valued here. + <<set $activeSlave.trust += 10>> <<elseif $activeSlave.intelligenceImplant >= 15>> - She now @@.mediumaquamarine;hopes@@ that her education will be valued here. - <<set $activeSlave.trust += 5>> + $He now @@.mediumaquamarine;hopes@@ that $his education will be valued here. + <<set $activeSlave.trust += 5>> <<else>> - She is @@.gold;concerned@@ that she doesn't have what it takes to fit in. - <<set $activeSlave.trust -= 5>> + $He is @@.gold;concerned@@ that $he doesn't have what it takes to fit in. + <<set $activeSlave.trust -= 5>> <</if>> <</if>> <<if $BasicSMR != 1>> - While she came through the slave markets, she was treated with inhuman callousness. It was very obvious and @@.gold;very terrifying@@ to her that she is now considered a piece of meat. + While $he came through the slave markets, $he was treated with inhuman callousness. It was very obvious and @@.gold;very terrifying@@ to $him that $he is now considered a piece of meat. <<set $activeSlave.trust -= 5>> <</if>> <<if $HealthInspectionSMR == 1>> -<<if $activeSlave.health < -10>> - Her current owners held her for basic medical care before putting her on sale, resolving some of her health issues. - <<set $activeSlave.health = -10>> -<</if>> + <<if $activeSlave.health < -10>> + $His current owners held $him for basic medical care before putting $him on sale, resolving some of $his health issues. + <<set $activeSlave.health = -10>> + <</if>> <</if>> <<if $EducationSMR == 1>> -<<if $activeSlave.intelligenceImplant == 0>> - She arrived at $arcologies[0].name in a pitiably undereducated state, and has been held back until she completed a basic course of slave education. - <<set $activeSlave.intelligenceImplant = 15>> -<</if>> + <<if $activeSlave.intelligenceImplant == 0>> + $He arrived at $arcologies[0].name in a pitiably undereducated state, and has been held back until $he completed a basic course of slave education. + <<set $activeSlave.intelligenceImplant = 15>> + <</if>> <</if>> <<if $FrigiditySMR == 1>> -<<if $activeSlave.energy > 20>> - Before reaching the market, she was trained to disregard sex until she showed no interest in sex at all. - <<set $activeSlave.energy = 20>> -<</if>> + <<if $activeSlave.energy > 20>> + Before reaching the market, $he was trained to disregard sex until $he showed no interest in sex at all. + <<set $activeSlave.energy = 20>> + <</if>> <</if>> <<if $BasicBeautySMR == 1>> <<if $activeSlave.face < 0>> <<set $activeSlave.face = random(0,60)>> <</if>> - While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that should she lose her beauty, she'll be considered worthless and be reassigned on the spot. + While $he was in the slave pens, $he saw that less attractive slaves were immediately designated as menials and fuckdolls, and $he is @@.gold;terrified@@ that should $he lose $his beauty, $he'll be considered worthless and be reassigned on the spot. <<set $activeSlave.trust -= 5>> <</if>> @@ -344,7 +349,7 @@ <<if $activeSlave.face < 20>> <<set $activeSlave.face = random(20,100)>> <</if>> - While she was in the slave pens, she saw that less attractive slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that should she loses her beauty, she'll be considered worthless and be reassigned on the spot. + While $he was in the slave pens, $he saw that less attractive slaves were immediately designated as menials and fuckdolls, and $he is @@.gold;terrified@@ that should $he loses $his beauty, $he'll be considered worthless and be reassigned on the spot. <<set $activeSlave.trust -= 5>> <</if>> @@ -352,58 +357,58 @@ <<if $activeSlave.weight > 100>> <<set $activeSlave.weight = random(-50,50)>> <</if>> - While she was in the slave pens, she saw that obese slaves were immediately designated as menials and cows, and she is @@.gold;terrified@@ that should she get fat, she'll be considered worthless and be reassigned on the spot. + While $he was in the slave pens, $he saw that obese slaves were immediately designated as menials and cows, and $he is @@.gold;terrified@@ that should $he get fat, $he'll be considered worthless and be reassigned on the spot. <<set $activeSlave.trust -= 5>> <</if>> <<if $BasicHeightSMR == 1>> <<if $activeSlave.height < 170>> <<if $activeSlave.height >= 160>> - Before she was put up for sale, she underwent height increasing surgery to fulfill your arcology's height SMR. She was @@.gold;horrified@@ by how drastically her body was altered just for a chance at sale. + Before $he was put up for sale, $he underwent height increasing surgery to fulfill your arcology's height SMR. $He was @@.gold;horrified@@ by how drastically $his body was altered just for a chance at sale. <<set $activeSlave.trust -= 10>> <<set $activeSlave.height += 10, $activeSlave.heightImplant = 1, $activeSlave.health -= -40>> <<else>> - While she was in the slave pens, she was treated as nothing more than an unsalvageable slab of meat suitable only for the lowliest of jobs. She's @@.hotpink;desperate@@ enough to follow any order in @@.gold;fear@@ that should she fail, she'll be discarded like so many other shorties. + While $he was in the slave pens, $he was treated as nothing more than an unsalvageable slab of meat suitable only for the lowliest of jobs. $He's @@.hotpink;desperate@@ enough to follow any order in @@.gold;fear@@ that should $he fail, $he'll be discarded like so many other shorties. <<set $activeSlave.devotion += 10, $activeSlave.trust -= 10>> <</if>> <<else>> - While she was in the slave pens, she saw that short and even average sized slaves were commonly designated as menials and fuckdolls. Her tall stature gives her a promising future compared to her shorter peers, leaving her @@.mediumOrchid;inappropriately proud@@ of height. + While $he was in the slave pens, $he saw that short and even average sized slaves were commonly designated as menials and fuckdolls. $His tall stature gives $him a promising future compared to $his shorter peers, leaving $him @@.mediumOrchid;inappropriately proud@@ of $his height. <<set $activeSlave.devotion -= 10>> <</if>> <<elseif $BasicHeightSMR == -1>> <<if $activeSlave.height >= 160>> <<if $activeSlave.height <= 169>> - Before she was put up for sale, she underwent height reduction surgery to fulfill your arcology's height SMR. She was @@.gold;horrified@@ by how drastically her body was altered just for a chance at sale. + Before $he was put up for sale, $he underwent height reduction surgery to fulfill your arcology's height SMR. $He was @@.gold;horrified@@ by how drastically $his body was altered just for a chance at sale. <<set $activeSlave.trust -= 10>> <<set $activeSlave.height -= 10, $activeSlave.heightImplant = -1, $activeSlave.health -= -40>> <<else>> - While she was in the slave pens, she was treated as nothing more than an unsalvageable slab of meat suitable only for the lowliest of jobs. She's @@.hotpink;desperate@@ enough to follow any order in @@.gold;fear@@ that should she fail, she'll be discarded like all the other tall girls. + While $he was in the slave pens, $he was treated as nothing more than an unsalvageable slab of meat suitable only for the lowliest of jobs. $He's @@.hotpink;desperate@@ enough to follow any order in @@.gold;fear@@ that should $he fail, $he'll be discarded like all the other tall girls. <<set $activeSlave.devotion += 10, $activeSlave.trust -= 10>> <</if>> <<else>> - While she was in the slave pens, she saw that tall and even average sized slaves were commonly designated as menials and fuckdolls. Her short stature gives her a promising future compared to her towering peers, leaving her @@.mediumOrchid;inappropriately proud@@ of height. + While $he was in the slave pens, $he saw that tall and even average sized slaves were commonly designated as menials and fuckdolls. $His short stature gives $him a promising future compared to $his towering peers, leaving $him @@.mediumOrchid;inappropriately proud@@ of $his height. <<set $activeSlave.devotion -= 10>> <</if>> <</if>> <<if $AdvancedHeightSMR == 1>> <<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $AdvancedHeightSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>> - While she was in the slave pens, she saw that slaves on the shorter end of the height curve were immediately designated as menials and fuckdolls. + While $he was in the slave pens, $he saw that slaves on the shorter end of the height curve were immediately designated as menials and fuckdolls. <<if $activeSlave.physicalAge < 16>> - She is @@.gold;terrified@@ that if she doesn't keep growing, she'll be reassigned on the spot without a second thought. + $He is @@.gold;terrified@@ that if $he doesn't keep growing, $he'll be reassigned on the spot without a second thought. <<set $activeSlave.trust -= 5>> <<else>> - Her above average stature gives her a promising future compared to her shorter peers, leaving her @@.mediumOrchid;inappropriately proud@@ of her height. + $His above average stature gives $him a promising future compared to $his shorter peers, leaving $him @@.mediumOrchid;inappropriately proud@@ of $his height. <<set $activeSlave.devotion -= 10>> <</if>> <<elseif $AdvancedHeightSMR == -1>> <<set $activeSlave.height = Math.round(Height.random($activeSlave, {skew: $AdvancedHeightSMR, limitMult: [0, 5 * $AdvancedHeightSMR]}))>> - While she was in the slave pens, she saw that slaves on the taller end of the height curve were immediately designated as menials and fuckdolls. + While $he was in the slave pens, $he saw that slaves on the taller end of the height curve were immediately designated as menials and fuckdolls. <<if $activeSlave.physicalAge < 16>> - She is @@.gold;terrified@@ that if she goes through a growth spurt, she'll be reassigned on the spot without a second thought. + $He is @@.gold;terrified@@ that if $he goes through a growth spurt, $he'll be reassigned on the spot without a second thought. <<set $activeSlave.trust -= 5>> <<else>> - Her below average stature gives her a promising future compared to her taller peers, leaving her @@.mediumOrchid;inappropriately proud@@ of her height. + $His below average stature gives $him a promising future compared to $his taller peers, leaving $him @@.mediumOrchid;inappropriately proud@@ of $his height. <<set $activeSlave.devotion -= 10>> <</if>> <</if>> @@ -412,7 +417,7 @@ <<if $activeSlave.intelligence <= -15>> <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [0,40]})>> <</if>> - While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot. + While $he was in the slave pens, $he saw that less intelligent slaves were immediately designated as menials and fuckdolls, and $he is @@.gold;terrified@@ that if $he makes a mistake, $he'll be thought stupid and be reassigned on the spot. <<set $activeSlave.trust -= 5>> <</if>> @@ -420,13 +425,13 @@ <<if $activeSlave.intelligence <= 15>> <<set $activeSlave.intelligence = Intelligence.random({limitIntelligence: [16,100]})>> <</if>> - While she was in the slave pens, she saw that less intelligent slaves were immediately designated as menials and fuckdolls, and she is @@.gold;terrified@@ that if she makes a mistake, she'll be thought stupid and be reassigned on the spot. + While $he was in the slave pens, $he saw that less intelligent slaves were immediately designated as menials and fuckdolls, and $he is @@.gold;terrified@@ that if $he makes a mistake, $he'll be thought stupid and be reassigned on the spot. <<set $activeSlave.trust -= 5>> <</if>> <<if $IntelligenceEugenicsSMR + $HeightEugenicsSMR + $FaceEugenicsSMR > 0>> <<set _eugenicsMarketTest = 1>> -As soon as she arrived in the slave market, she was subjected to a battery of testing: +As soon as $he arrived in the slave market, $he was subjected to a battery of testing: <<if $IntelligenceEugenicsSMR == 1>> an intelligence test, <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant <= 50>> @@ -440,39 +445,65 @@ As soon as she arrived in the slave market, she was subjected to a battery of te <</if>> <</if>> <<if $FaceEugenicsSMR == 1>> - strict judgments of her facial attractiveness, + strict judgments of $his facial attractiveness, <<if $activeSlave.face < 40>> <<set _eugenicsMarketTest = 0>> <</if>> <</if>> a physical exam, and more. <<if _eugenicsMarketTest == 0>> - She failed, and only then learned that by failing she placed herself under the merciless dictates of eugenic theory. - <<if $activeSlave.balls > 0>> - Her balls were promptly removed to prevent her from passing on her inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ her. - <<set $activeSlave.balls = 0>> - <<set $activeSlave.devotion -= 20>> - <<set $activeSlave.trust -= 20>> - <<elseif $activeSlave.ovaries > 0>> - Her <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards her <</if>>tubes were promptly tied to prevent her from passing on her inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ her. - <<set $activeSlave.preg = -2>> - <<set $activeSlave.pregType = 0>> - <<set $activeSlave.pregKnown = 0>> - <<set WombFlush($activeSlave)>> - <<run SetBellySize($activeSlave)>> - <<set $activeSlave.devotion -= 10>> - <<set $activeSlave.trust -= 10>> + $He failed, and only then learned that by failing $he placed herself under the merciless dictates of eugenic theory. + <<if $activeSlave.balls > 0 && (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His balls were promptly + <<if $seeExtreme == 1>> + removed + <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> + <<else>> + flooded with chemicals + <<set $activeSlave.ballType = "sterile">> + <</if>> + to prevent $him from passing on $his inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ $him. + Furthermore, $his <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards $his <</if>>tubes were promptly tied to prevent $him from passing on $his inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ $him. + <<set $activeSlave.preg = -2>> + <<set $activeSlave.pregType = 0>> + <<set $activeSlave.pregKnown = 0>> + <<set WombFlush($activeSlave)>> + <<run SetBellySize($activeSlave)>> + <<set $activeSlave.devotion -= 30>> + <<set $activeSlave.trust -= 30>> + <<elseif $activeSlave.balls > 0>> + $His balls were promptly + <<if $seeExtreme == 1>> + removed + <<set $activeSlave.balls = 0>> + <<set $activeSlave.scrotum = 0>> + <<else>> + flooded with chemicals + <<set $activeSlave.ballType = "sterile">> + <</if>> + to prevent $him from passing on $his inferior genes, @@.mediumorchid;infuriating@@ and @@.gold;terrifying@@ $him. + <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> + <<elseif (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His <<if $activeSlave.preg > 0>>pregnancy was terminated and afterwards $his <</if>>tubes were promptly tied to prevent $him from passing on $his inferior genes, @@.mediumorchid;saddening@@ and @@.gold;frightening@@ $him. + <<set $activeSlave.preg = -2>> + <<set $activeSlave.pregType = 0>> + <<set $activeSlave.pregKnown = 0>> + <<set WombFlush($activeSlave)>> + <<run SetBellySize($activeSlave)>> + <<set $activeSlave.devotion -= 10>> + <<set $activeSlave.trust -= 10>> <<else>> - Fortunately for her, she was already incapable of passing on her inferior genes. + Fortunately for $him, $he was already incapable of passing on $his inferior genes. <</if>> <<else>> - She passed, and only then learned that passing marked her as fit to pass on her genes, should her owners decide to breed her. - <<if $activeSlave.balls > 0>> - Her relief that she won't have her balls cut off is mixed with fear at being introduced to your society in this way. - <<elseif $activeSlave.ovaries > 0>> - Her relief that she won't have her tubes tied is mixed with fear at being introduced to your society in this way. + $He passed, and only then learned that passing marked $him as fit to pass on $his genes, should $his owners decide to breed $him. + <<if $activeSlave.balls > 0 && (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His relief that $he won't have $his balls cut off and $his tubes tied is mixed with fear at being introduced to your society in this way. + <<elseif (isFertile($activeSlave) || $activeSlave.preg > 0)>> + $His relief that $he won't have $his tubes tied is mixed with fear at being introduced to your society in this way. <<else>> - This is merely confusing to her, since she isn't able to reproduce as it is. Of course, she doesn't know that you're quite capable of changing that. + This is merely confusing to $him, since $he isn't able to reproduce as it is. Of course, $he doesn't know that you're quite capable of changing that. <</if>> <</if>> <</if>> diff --git a/src/uncategorized/manufacturing.tw b/src/uncategorized/manufacturing.tw index dea2a88cd489b904f86762364ae2f9cb2b413502..92d1a840d32878083a5cc43fa44504e6a45ff9bb 100644 --- a/src/uncategorized/manufacturing.tw +++ b/src/uncategorized/manufacturing.tw @@ -22,7 +22,7 @@ This is a space in the arcology's service areas, <<elseif $helots == $Sweatshops*500>> and your menials are fully staffing them. <<else>> - leaving space for <<print $Sweatshops*500-$helots>> more. + leaving space for <<print $Sweatshops*500-$helots>> more. <</if>> <</if>> <</if>> @@ -44,7 +44,7 @@ This is a space in the arcology's service areas, <<if $mercenaries>> <<if $barracks != 1>> <br> - [[Build an armoury to properly house your mercenaries|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $barracks = 1, $sectors[$AS].type = "Barracks"]] + [[Build an armory to properly house your mercenaries|Main][$cash -= Math.trunc(10000*$upgradeMultiplierArcology), $barracks = 1, $sectors[$AS].type = "Barracks"]] //Costs <<print cashFormat(Math.trunc(10000*$upgradeMultiplierArcology))>> but will reduce mercenary upkeep// <</if>> <</if>> diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 1e2510f2148e727c0a5ea649f96e7ed96f4ecf6f..7af350ada5696dd11e79467feb16160b3b7f2385 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -1046,7 +1046,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol <<set $corpCash += _corpBonus>> <<elseif $surgicalUpgradeGenitalia == "fucknugget">> It's a @@.lightgreen;good market@@ for your corporation's ex-human sex toys, improving sales and helping social progress. - <<set $arcologies[$i].FSTransformationFetishist += 1>> + <<set $arcologies[$i].FSDegradationist += 1>> <<set $corpCash += _corpBonus>> <</if>> <</if>> diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw index 4e35c2d1ab9ac941956934bcea2c4a841992bf82..3ea1bb8d036979d42a9ad1645dbaf065bd5a14ec 100644 --- a/src/uncategorized/pMercenaryRomeo.tw +++ b/src/uncategorized/pMercenaryRomeo.tw @@ -1,13 +1,13 @@ :: P mercenary romeo [nobr] -<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event">> +<<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", _name = 0>> <<if ndef $romeoID>> <<set _romeoSlaves = $slaves.filter(function(s) { return s.fetish != "mindbroken" && s.fuckdoll == 0 && ["serve the public", "serve in the club", "whore", "work in the brothel"].includes(s.assignment); })>> <<if _romeoSlaves.length == 0>> <<set _romeoSlaves = $slaves.filter(function(s) { return (s.publicCount > 0) && (s.newGamePlus == 0) && (s.relationship > -3) && !["be your Concubine", "serve in the master suite"].includes(s.assignment); })>> <<if _romeoSlaves.length == 0>> - <<set $activeSlave = $slaves.random()>> + <<set _name = setup.whiteAmericanSlaveNames.random()>> <<else>> <<set $activeSlave = _romeoSlaves.random()>> <</if>> @@ -18,10 +18,15 @@ <<else>> <<set $activeSlave = getSlave($romeoID)>> <</if>> +<<if ndef $activeSlave>> + <<set _name = setup.whiteAmericanSlaveNames.random()>> +<</if>> -<<slaveCost $activeSlave>> -<<set $slaveCost = (random(60,70)*Math.trunc($slaveCost/100))>> -<<set $slaveCost = 100*Math.trunc($slaveCost/100)>> +<<if _name == 0>> + <<slaveCost $activeSlave>> + <<set $slaveCost = (random(60,70)*Math.trunc($slaveCost/100))>> + <<set $slaveCost = 100*Math.trunc($slaveCost/100)>> +<</if>> One of your mercenaries requests an interview. He's a worn, grey-haired tank of a man, made bulkier still by heavy ceramic plate armor and lots of ammunition and gear. The murderous submachine gun favored for city fighting looks like a toy in his hands. But as he sits at your invitation and accepts a <<if $PC.refreshmentType == 0>> @@ -43,88 +48,94 @@ proffered by an attentive slave girl, he seems almost bashful. <br><br> -"<<= properTitle()>>, I'll say this straight. I'd like to buy one of your slaves. -<<if ["serve the public", "serve in the club", "whore", "work in the brothel"].includes($activeSlave.assignment)>> - I've been seeing <<EventNameLink $activeSlave>> a lot, and she makes the years sit a little lighter on me. +"<<= properTitle()>>, I'll say this straight. I'd like to buy one of your slaves. +<<if _name != 0>> + I've been seeing _name a lot, and she makes the years sit a little lighter on me. I've scraped together what I can, and I can pay <<print cashFormat(50000)>>." It's a huge sum for a mercenary; it's probably his entire savings, but there is a slight problem; the slave he is looking for isn't one of yours. "Well then," he says in embarrassment, "Have to say this is a little awkward." He gives a fake cough, "You wouldn't happen to, you know, know who her owner is?" You shake your head. A run in with a girl named _name isn't much to go by and it really isn't your problem. "Ah well, I'm sure I'll see her around again. Anyway, that was a fine victory the other day, <<= properTitle()>>; come down to the bar and join the boys and I. We'll buy you a drink. Devil knows, thanks to you we can afford to. Hell, maybe you'll even get to meet _name too, get to see just how much of a looker she is." + <<unset $romeoID>> <<else>> - I've seen <<EventNameLink $activeSlave>> here and there and I can't stop thinking about her. I feel she'd make the years sit a little lighter on me. -<</if>> -I've scraped together what I can, and I can pay <<print cashFormat($slaveCost)>>." It's a decent price, probably a little less than you could get at auction. It's a huge sum for a mercenary; it's probably his entire savings. You ask what he would do with her. "Well," he says, actually blushing, "I'd free her. And marry her, if she'd have me." + <<if ["serve the public", "serve in the club", "whore", "work in the brothel"].includes($activeSlave.assignment)>> + I've been seeing <<EventNameLink $activeSlave>> a lot, and she makes the years sit a little lighter on me. + <<else>> + I've seen <<EventNameLink $activeSlave>> here and there and I can't stop thinking about her. I feel she'd make the years sit a little lighter on me. + <</if>> + I've scraped together what I can, and I can pay <<print cashFormat($slaveCost)>>." It's a decent price, probably a little less than you could get at auction. It's a huge sum for a mercenary; it's probably his entire savings. You ask what he would do with her. "Well," he says, actually blushing, "I'd free her. And marry her, if she'd have me." -<br><br> + <br><br> -<span id="result"> -<<link "Decline, and tell her not to see him">> - <<EventNameDelink $activeSlave>> - <<replace "#result">> - $activeSlave.slaveName obeys your orders not to see the old mercenary. Though neither he or $activeSlave.slaveName says a word about it, his squadmates are not so closemouthed. Soon the tragic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.red;the role of the villain.@@ - <<set $rep -= 1000>> - <<unset $romeoID>> - <</replace>> -<</link>> -<br><<link "Politely decline">> - <<EventNameDelink $activeSlave>> - <<replace "#result">> - "Ah well," he says, "didn't think you would, but I had to ask. If you'd be so kind as to keep her assigned so's I can see her, I would be grateful. That was a fine victory, <<= properTitle()>>; come down to the bar and join the boys and I. We'll buy you a drink. Devil knows, thanks to you we can afford to." - <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>>$activeSlave.slaveName politely thanks you for not letting him take her away.<</if>> - <<unset $romeoID>> - <</replace>> -<</link>> -<br><<link "Accept">> - <<EventNameDelink $activeSlave>> - <<replace "#result">> - The mercenary leaves to collect his purchase. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's - <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>> - happening. You can't hear what he says as he takes out a ring, but her reaction speaks clearly. She says "No." - <<if $activeSlave.amp != 1>> - She points back into your penthouse and returns to her home. + <span id="result"> + <<link "Decline, and tell her not to see him">> + <<EventNameDelink $activeSlave>> + <<replace "#result">> + $activeSlave.slaveName obeys your orders not to see the old mercenary. Though neither he or $activeSlave.slaveName says a word about it, his squadmates are not so closemouthed. Soon the tragic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.red;the role of the villain.@@ + <<set $rep -= 1000>> + <<unset $romeoID>> + <</replace>> + <</link>> + <br><<link "Politely decline">> + <<EventNameDelink $activeSlave>> + <<replace "#result">> + "Ah well," he says, "didn't think you would, but I had to ask. If you'd be so kind as to keep her assigned so's I can see her, I would be grateful. That was a fine victory, <<= properTitle()>>; come down to the bar and join the boys and I. We'll buy you a drink. Devil knows, thanks to you we can afford to." + <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>>$activeSlave.slaveName politely thanks you for not letting him take her away.<</if>> + <<unset $romeoID>> + <</replace>> + <</link>> + <br><<link "Accept">> + <<EventNameDelink $activeSlave>> + <<replace "#result">> + The mercenary leaves to collect his purchase. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's + <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>> + happening. You can't hear what he says as he takes out a ring, but her reaction speaks clearly. She says "No." + <<if $activeSlave.amp != 1>> + She points back into your penthouse and returns to her home. + <<else>> + She gestures towards the nearest camera and he helps her back into your penthouse. + <</if>> + The only thing she wants after being freed is to return to your side. + "I thought I was giving her a better life... But she already had everything she wanted. I'm sorry for putting you in such a position." You can hear the sadness in his voice. "Thank you for your time. I'm sorry to have bothered you." + Since she returned to slavery, it's only fair to return the credits he paid for her. He thanks you hollowly before heading on his way. <<else>> - She gestures towards the nearest camera and he helps her back into your penthouse. + happened. + <<if $activeSlave.amp != 1>> + She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters, + <<else>> + As he picks up her limbless form to give her a hug, + <</if>> + she gives the nearest camera a little nod and silently mouths the words "Thank you, <<= WrittenMaster($activeSlave)>>." Soon the romantic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.green;a supporting role.@@ + <<set $rep += 500, $cash += $slaveCost>> + <<include "Remove activeSlave">> <</if>> - The only thing she wants after being freed is to return to your side. - "I thought I was giving her a better life... But she already had everything she wanted. I'm sorry for putting you in such a position." You can hear the sadness in his voice. "Thank you for your time. I'm sorry to have bothered you." - Since she returned to slavery, it's only fair to return the credits he paid for her. He thanks you hollowly before heading on his way. - <<else>> - happened. - <<if $activeSlave.amp != 1>> - She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters, + <<unset $romeoID>> + <</replace>> + <</link>> + <br><<link "Give her to him as a gift">> + <<EventNameDelink $activeSlave>> + <<replace "#result">> + The mercenary cannot believe his ears. After you repeat yourself twice, he leaves to collect your gift, thanking you clumsily. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's + <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>> + happening. You can't hear what he says as he takes out a ring, but her reaction speaks clearly. She says "No." + <<if $activeSlave.amp != 1>> + She points back into your penthouse and returns to her home. + <<else>> + She gestures towards the nearest camera and he helps her back into your penthouse. + <</if>> + The only thing she wants after being freed is to return to your side. + "I thought I was giving her a better life... But she already had everything she wanted. I'm sorry for putting you in such a position." You can hear the sadness in his voice. "Thank you for your time. I'm sorry to have bothered you." <<else>> - As he picks up her limbless form to give her a hug, + happened. + <<if $activeSlave.amp != 1>> + She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters, + <<else>> + As he picks up her limbless form to give her a hug, + <</if>> + she gives the nearest camera a little nod and silently mouths the words "Thank you, <<= WrittenMaster($activeSlave)>>." You smile to yourself; when they get there they'll find flowers and a paid reservation at the arcology's best restaurant. Soon the story is being told in bars and brothels across the Free City, with you naturally playing @@.green;a starring role.@@ Some days later, you hear a dramatization is being filmed, with an aging action star playing the mercenary, a rising starlet playing $activeSlave.slaveName, and a noted character actor playing you. + <<set $rep += 3000>> + <<set _poster = "a poster for the movie that was made about the love between one of your mercenaries and " + $activeSlave.slaveName>> + <<set $trinkets.push(_poster)>> + <<include "Remove activeSlave">> <</if>> - she gives the nearest camera a little nod and silently mouths the words "Thank you, <<= WrittenMaster($activeSlave)>>." Soon the romantic story of The Mercenary and the Slave Girl is being told in bars and brothels across the Free City, with you naturally playing @@.green;a supporting role.@@ - <<set $rep += 500, $cash += $slaveCost>> - <<include "Remove activeSlave">> - <</if>> - <<unset $romeoID>> - <</replace>> -<</link>> -<br><<link "Give her to him as a gift">> - <<EventNameDelink $activeSlave>> - <<replace "#result">> - The mercenary cannot believe his ears. After you repeat yourself twice, he leaves to collect your gift, thanking you clumsily. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's - <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>> - happening. You can't hear what he says as he takes out a ring, but her reaction speaks clearly. She says "No." - <<if $activeSlave.amp != 1>> - She points back into your penthouse and returns to her home. - <<else>> - She gestures towards the nearest camera and he helps her back into your penthouse. - <</if>> - The only thing she wants after being freed is to return to your side. - "I thought I was giving her a better life... But she already had everything she wanted. I'm sorry for putting you in such a position." You can hear the sadness in his voice. "Thank you for your time. I'm sorry to have bothered you." - <<else>> - happened. - <<if $activeSlave.amp != 1>> - She hugs him, sobbing into his shoulder. As they walk hand in hand down towards his quarters, - <<else>> - As he picks up her limbless form to give her a hug, - <</if>> - she gives the nearest camera a little nod and silently mouths the words "Thank you, <<= WrittenMaster($activeSlave)>>." You smile to yourself; when they get there they'll find flowers and a paid reservation at the arcology's best restaurant. Soon the story is being told in bars and brothels across the Free City, with you naturally playing @@.green;a starring role.@@ Some days later, you hear a dramatization is being filmed, with an aging action star playing the mercenary, a rising starlet playing $activeSlave.slaveName, and a noted character actor playing you. - <<set $rep += 3000>> - <<set _poster = "a poster for the movie that was made about the love between one of your mercenaries and " + $activeSlave.slaveName>> - <<set $trinkets.push(_poster)>> - <<include "Remove activeSlave">> - <</if>> - <<unset $romeoID>> - <</replace>> -<</link>> -</span> + <<unset $romeoID>> + <</replace>> + <</link>> + </span> + +<</if>> \ No newline at end of file diff --git a/src/uncategorized/pRivalryCapture.tw b/src/uncategorized/pRivalryCapture.tw index e08c948429d3416145c98b6b3924378891335a7b..5f747929f0bdea9114808bb541628d4d42dbf60d 100644 --- a/src/uncategorized/pRivalryCapture.tw +++ b/src/uncategorized/pRivalryCapture.tw @@ -23,7 +23,7 @@ <</if>> <<set _rivalType = _rivalType.random()>> Your -<<if passage() == "P rivalry actions">> +<<if passage() == "P rivalry actions">> target is quickly delivered. Politely dismissing the head of your <<if $mercenariesTitle != "mercenaries">> $mercenariesTitle<<else>> mercenaries<</if>>, you savor <<else>> bounty is quickly claimed, and you are treated to diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw index afc57d739bbc3e91a3b93399fe0e3a427c67426c..90db6a447e11e7b76790f570011d7256eeaac829 100644 --- a/src/uncategorized/pRivalryHostage.tw +++ b/src/uncategorized/pRivalryHostage.tw @@ -89,9 +89,9 @@ Only a few days into your inter-arcology war, you receive a video message from y <<set $activeSlave.face = 25>> <<set $activeSlave.intelligence = random(-50,-16)>> <<set $activeSlave.intelligenceImplant = 0>> - <<set $activeSlave.oralSkill = 15>> + <<set $activeSlave.oralSkill = 15>> <<set $activeSlave.entertainSkill = 0>> - <<set $activeSlave.analSkill = 15>> + <<set $activeSlave.analSkill = 15>> <<set $activeSlave.vaginalSkill = 15>> <<set $activeSlave.whoreSkill = 0>> <<set $activeSlave.oralCount = 57>> @@ -256,7 +256,7 @@ but you do remember her, and your rival knows it. This is obviously the best the <<case "Roman Revivalism">> feeding slaves to the lions, or whatever it is you do with your spare time, <<case "Aztec Revivalism">> - sacrificing slaves to the gods, or whatever it is you do with your spare time, + sacrificing slaves to the gods, or whatever it is you do with your spare time, <<case "Egyptian Revivalism">> your latest experiment in exactly how disgusting incest can possibly be, <<case "Edo Revivalism">> @@ -299,7 +299,7 @@ but look what I have here! I just acquired her recently. Lovely, isn't she? I kn <<case "Youth Preferentialism">> I've set her up with a nice motherly woman already. I believe they'll be a perfect match. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. <<case "Maturity Preferentialism">> - I've set her up with a nice young girl already. I believe they'll be a perfect match. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + I've set her up with a nice young girl already. I believe they'll be a perfect match. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. <<case "Slimness Enthusiasm">> I think I'll make her IV line permanent. After all, she's never going off breast growth hormones. I'd estimate she shouldn't be able to walk within a month. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave begins to sob. <<set $activeSlave.weight = -20>> @@ -307,7 +307,7 @@ but look what I have here! I just acquired her recently. Lovely, isn't she? I kn <<case "Asset Expansionism">> She's going to be my lover. I'll be sure to let her know all about what you do to your slaves, and rest assured, I'll never give her growth hormones, not one single dose. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. <<case "Pastoralism">> - She's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting cows. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + She's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting cows. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. <<set $activeSlave.weight = 100>> <<set $activeSlave.muscles = 0>> <<set $activeSlave.boobs = 1200>> @@ -321,7 +321,7 @@ but look what I have here! I just acquired her recently. Lovely, isn't she? I kn <<set $activeSlave.butt = 1>> <<set $activeSlave.weight = -20>> <<case "Hedonistic Decadence">> - She's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting obese slobs. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. + She's going to be my spotter. Girls should be strong, smoking hot ladies, not disgusting obese slobs. Isn't that right, <<= SlaveFullName($activeSlave)>>?" The slave nods uncertainly. <<set $activeSlave.weight = 100>> <<set $activeSlave.muscles = 0>> <<set $activeSlave.boobs = 1200>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index 181c5494972eefbe4509562b276f34fd3a537132..bcb753e4a484c798d08ace25cbe18b85cd36a798 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -6,7 +6,7 @@ <<if $PCWounded == 1>> <<set $PCWoundCooldown-->> <<if $PCWoundCooldown > 0>> - The injuries received in the recent battle prevents you from engaging in tiring endeavours. + The injuries received in the recent battle prevents you from engaging in tiring endeavors. <</if>> <<if $PCWoundCooldown == 1>> You are starting to feel better. It's very likely you will be back to full working order within the next week. @@ -251,7 +251,7 @@ Every citizen of your arcology is trained in the art of war and supposed to defend its arcology when the time comes. This, of course, also means that people are supposed to be able to defend themselves. By arranging with the best fighters around, you manage to make some citizens face outrageous losses; so bad, in fact, that they are forced to pay @@.yellowgreen;<<print cashFormat(_income)>>@@ for you to forget the shame they've put on your arcology. <<case "roman">> <<set _income += random(1500,2500)>> - slaveowners from all around your arcology are rushing to the pit, eager to show their most recent training. Some of them, having more cunning than experience, are ready to sway the fight in their direction, no matter what it takes. You make sure to catch such people, and only agree to let them do their dirty tricks if they pay you. By the times the bribes and betting are done, you have made @@.yellowgreen;<<print cashFormat(_income)>>@@. + Slaveowners from all around your arcology are rushing to the pit, eager to show their most recent training. Some of them, having more cunning than experience, are ready to sway the fight in their direction, no matter what it takes. You make sure to catch such people, and only agree to let them do their dirty tricks if they pay you. By the times the bribes and betting are done, you have made @@.yellowgreen;<<print cashFormat(_income)>>@@. <<case "egyptian">> <<set _income += random(1500,2500)>> Having a society that likes incest often means that people are ready to go to great lengths to get their hands on people related to their slaves. In the smuggling business, this means that kidnapped relatives are common, and as an arcology owner with access to data on most of the slaves, you are able to control this trade a bit in exchange for @@.yellowgreen;<<print cashFormat(_income)>>@@. @@ -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>> @@ -1060,6 +1060,4 @@ The RomanFS may need further tweaking (it probably got weaker). Could increase t <</if>> <</if>> - - <<if $SF.Toggle && $SF.Active >= 1>> <<include "SF_Report">> <</if>> diff --git a/src/uncategorized/pit.tw b/src/uncategorized/pit.tw index 01a0e6051c3195b68ffc71ff07c1caa603f6d245..49afe4c0ba3318d7ab6b3dddcbc4217b8536493b 100644 --- a/src/uncategorized/pit.tw +++ b/src/uncategorized/pit.tw @@ -321,7 +321,7 @@ $pitNameCaps is clean and ready, <</if>> <</if>> <</if>> -<<else>> /* if animal fight is unselected */ +<<else>> /* if animal fight is unselected */ <<set $pitAnimalType = 0>> <</if>> <</if>> diff --git a/src/uncategorized/policies.tw b/src/uncategorized/policies.tw index be8d81bed9ad75212e77c0d63154373704d3fe55..4a8192dfcedd64243825005b9fc39296bfd03cf7 100644 --- a/src/uncategorized/policies.tw +++ b/src/uncategorized/policies.tw @@ -798,9 +798,9 @@ <<if $seeDicks == 0>> sterilize <<elseif $seeDicks == 100>> - geld + <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> <<else>> - sterilize or geld + sterilize or <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> <</if>> all market slaves below the maximum intelligence level// <</if>> <<if $HeightEugenicsSMR == 0>> @@ -810,9 +810,9 @@ <<if $seeDicks == 0>> sterilize <<elseif $seeDicks == 100>> - geld + <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> <<else>> - sterilize or geld + sterilize or <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> <</if>> all market slaves below the maximum height// <</if>> <<if $FaceEugenicsSMR == 0>> @@ -822,9 +822,9 @@ <<if $seeDicks == 0>> sterilize <<elseif $seeDicks == 100>> - geld + <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> <<else>> - sterilize or geld + sterilize or <<if $seeExtreme != 1>>chemically castrate<<else>>geld<</if>> <</if>> all market slaves below the maximum facial beauty// <</if>> @@ -1599,12 +1599,14 @@ <<if $arcologies[0].FSArabianRevivalist >= 40>> <<if $arcologies[0].FSArabianRevivalistSMR == 0>> - <br>''@@.lime;Arabian Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of the old Caliphate. [[Implement|Policies][$arcologies[0].FSArabianRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]] + <br>''@@.lime;Arabian Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of the old Caliphate. + [[Implement|Policies][$arcologies[0].FSArabianRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]] <br> //Will help advance Arabian Revivalism// <</if>> <<if $arcologies[0].FSArabianRevivalist >= 90>> <<if $arcologies[0].FSArabianRevivalistLaw == 0>> - <br>''@@.lime;Jizya Tax:@@'' will raise the rents of unassimilated citizens, speeding the acceptance of all future societies. [[Implement|Policies][$arcologies[0].FSArabianRevivalistLaw = 1, $cash -=5000, $rep -= 1000]] + <br>''@@.lime;Jizya Tax:@@'' will raise the rents of unassimilated citizens, speeding the acceptance of all future societies. + [[Implement|Policies][$arcologies[0].FSArabianRevivalistLaw = 1, $cash -=5000, $rep -= 1000]] <br> //Will moderately increase rental income and improve acceptance of all future societies// <</if>> <</if>> @@ -1612,12 +1614,14 @@ <<if $arcologies[0].FSChineseRevivalist >= 40>> <<if $arcologies[0].FSChineseRevivalistSMR == 0>> - <br>''@@.lime;Imperial Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of Imperial China. [[Implement|Policies][$arcologies[0].FSChineseRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]] + <br>''@@.lime;Imperial Cultural Induction SMR:@@'' in order to be sold in the arcology, slaves must be instructed in the cultural tenets of Imperial China. + [[Implement|Policies][$arcologies[0].FSChineseRevivalistSMR = 1, $cash -=5000, $rep -= 1000, $minimumSlaveCost += 500]] <br> //Will help advance Chinese Revivalism// <</if>> <<if $arcologies[0].FSChineseRevivalist >= 90>> <<if $arcologies[0].FSChineseRevivalistLaw == 0>> - <br>''@@.lime;Slave Administrator Enabling Law:@@'' will afford your Head Girl considerable legal power, allowing her to accomplish even more slave training. [[Implement|Policies][$arcologies[0].FSChineseRevivalistLaw = 1, $cash -=5000, $rep -= 1000]] + <br>''@@.lime;Slave Administrator Enabling Law:@@'' will afford your Head Girl considerable legal power, allowing her to accomplish even more slave training. + [[Implement|Policies][$arcologies[0].FSChineseRevivalistLaw = 1, $cash -=5000, $rep -= 1000]] <br> //Will moderately increase rental income// <</if>> <</if>> 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/reCitizenHookup.tw b/src/uncategorized/reCitizenHookup.tw index ef5dbd04b7b683f2275e03c58ad0c559bab54a02..14afbe0dc46288ebb64386223d3f6d9ea153ece1 100644 --- a/src/uncategorized/reCitizenHookup.tw +++ b/src/uncategorized/reCitizenHookup.tw @@ -346,7 +346,7 @@ She's clearly attracted to you; even the most consummate actress would have diff <<set $arcologies[0].FSRomanRevivalist += 5>> <<case "Aztec Revivalist">> well-built form - <<set $arcologies[0].FSAztecRevivalist += 5>> + <<set $arcologies[0].FSAztecRevivalist += 5>> <<case "Egyptian Revivalist">> beautiful tanned body <<set $arcologies[0].FSEgyptianRevivalist += 5>> diff --git a/src/uncategorized/reFormerAbolitionist.tw b/src/uncategorized/reFormerAbolitionist.tw index bade90e8d3eb502db2bbfffd9ddcfb58352ce318..f58c60e64cfa05d6556ccbef1a4a17625df3d1bc 100644 --- a/src/uncategorized/reFormerAbolitionist.tw +++ b/src/uncategorized/reFormerAbolitionist.tw @@ -10,7 +10,7 @@ <<set $activeSlave = $eventSlave>> <</if>> -Crime is extremely rare in $arcologies[0].name, and some would say justice rarer still, but if there's one thing that unites the citizens of $arcologies[0].name, it's a mutual outrage towards attempted abolitionists. slaveownership is the cornerstone of the society that protects and enriches them, and they see those who would attempt to unlawfully free slaves not just as thieves of property but as anarchists trying to bring down everything they have worked to build. +Crime is extremely rare in $arcologies[0].name, and some would say justice rarer still, but if there's one thing that unites the citizens of $arcologies[0].name, it's a mutual outrage towards attempted abolitionists. Slaveownership is the cornerstone of the society that protects and enriches them, and they see those who would attempt to unlawfully free slaves not just as thieves of property but as anarchists trying to bring down everything they have worked to build. While a brutal flogging or surgical mutilation soothes their outrage, nothing warms the collective heart of $arcologies[0].name's mob like the sight of a former abolitionist well and truly broken. <<EventNameLink $activeSlave>> is one such shining example, and her borderline worship of you is doing wonders for your reputation lately as she becomes a local celebrity and a popular topic of discussion. diff --git a/src/uncategorized/reMalefactor.tw b/src/uncategorized/reMalefactor.tw index 06f97a740ebc442e02217aebf6cec09c89f2cd2e..a7565ab3eb14fd7030048b0a5672b60d35c35675 100644 --- a/src/uncategorized/reMalefactor.tw +++ b/src/uncategorized/reMalefactor.tw @@ -2,7 +2,9 @@ <<set $nextButton = "Continue", $nextLink = "RIE Eligibility Check", $returnTo = "RIE Eligibility Check", $showEncyclopedia = 1, $encyclopedia = "Free Cities Justice", $applyLaw = 0>> -<<if $malefactor == "addict">> +<<switch $malefactor>> + +<<case "addict">> <<include "Generate New Slave">> <<set $activeSlave.origin = "You sentenced her to enslavement as a punishment for attempted burglary.">> @@ -31,9 +33,7 @@ <<set $activeSlave.clitPiercing = 1>> <<set $activeSlave.behavioralFlaw = "odd">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Criminals are usually either too angry, too ignorant, or too stupid to understand the impossibility of successful petty crime. This is the latter situation; a girl suffering severe aphrodisiac withdrawal has attempted to break into a store that sells the stuff. She's now lying in a pool of her own urine with a taser round stuck in her ass; the drone responsible is hovering helpfully nearby, hitting her with another shock whenever she does more than twitch. - -<<elseif $malefactor == "escapee">> +<<case "escapee">> <<set $oneTimeDisableDisability = 1>> <<include "Generate New Slave">> @@ -63,9 +63,7 @@ <<set $activeSlave.sexualFlaw = "hates penetration">> <<set $activeSlave.behavioralFlaw = "odd">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. This is a simple case of vagrancy; sleeping on the streets (due to penury rather than inebriation) breaks an implicit contract all visitors to the arcology sign by coming here. The criminal is anything but usual, however. She bears signs of extreme hormone manipulation over a long period, and has had her Achilles tendons clipped. Camera records show her crawling in with a cargo shipment. She's clad in rags, and you cannot find any record of her anywhere. The growing crowd is convinced she's an escaped slave, and is growing ugly. - -<<elseif $malefactor == "anchorBaby">> +<<case "anchorBaby">> <<set $activeSlaveOneTimeMinAge = $fertilityAge>> <<set $activeSlaveOneTimeMaxAge = 42>> @@ -94,9 +92,7 @@ <<set $activeSlave.sexualFlaw = "crude">> <<set $activeSlave.behavioralFlaw = "bitchy">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and is waiting detainment. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. This is likely another case of attempted escape by a slave or potentially a smuggling operation. The cause of detection is a steady stream of moaning emanating from a cargo container recently deposited into the arcology's cargo depot and has attracted a crowd of curious onlookers. Video feeds show the container being open and a heavily pregnant <<if $activeSlave.physicalAge > 30>>woman<<elseif $activeSlave.physicalAge > 19>>young woman<<elseif $activeSlave.physicalAge > 12>>teenager<<else>>little girl<</if>> staggering out while clutching a newborn to her breast and struggling to hold back her second child from being born. From what little language she knows, she seems to think that just giving birth in your arcology is enough to become a proper citizen; as expected, she squats and pushes out the other brat as you arrive. The growing crowd is becoming unruly, and her inability to speak the language isn't helping; things could get ugly at any moment and hinge entirely on your next move. - -<<elseif $malefactor == "orphanloli">> +<<case "orphanloli">> <<set $activeSlaveOneTimeMinAge = $minimumSlaveAge>> <<set $activeSlaveOneTimeMaxAge = 12>> @@ -130,9 +126,7 @@ <<set $activeSlave.sexualFlaw = "apathetic">> <<set $activeSlave.behavioralFlaw = "gluttonous">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. This is a simple case of vagrancy; sleeping on the streets (due to penury rather than inebriation) breaks an implicit contract all visitors to the arcology sign by coming here. Several reports of petty theft were made in the area recently as well. The criminal is anything but usual, however. She is very young, emaciated, and desperate. Camera records show her crawling in through an air vent. She's clad in rags, clutching a presumably stolen apple, and you cannot find any record of her anywhere. The growing crowd is convinced she's an escaped slave, and her inability to speak the language isn't helping; things could get ugly at any moment and hinge entirely on your next move. - -<<elseif $malefactor == "businesswoman">> +<<case "businesswoman">> <<set $activeSlaveOneTimeMinAge = 35>> <<set $activeSlaveOneTimeMaxAge = 43>> @@ -164,9 +158,7 @@ <<set $activeSlave.hStyle = "fashionable for a Free Cities businesswoman, up in a tight bun">> <<set $activeSlave.customTat = "She has a pretty floral tattoo along her collarbone.">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants, a hitherto well-respected businesswoman, has left the straight and narrow. It seems her business affairs took a decisive turn for the worse, so she attempted to drain her clients' funds and leave your arcology before anyone was the wiser. Unfortunately for her, your security drones, controlled by $assistantName, were very much the wiser. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has with machine efficiency compiled the completest proofs of corporate malfeasance you have ever seen. Your wretched tenant signed a contract with you that included provisions forbidding theft. She is entirely at your mercy. - -<<elseif $malefactor == "whore">> +<<case "whore">> <<set $oneTimeDisableDisability = 1>> <<if $arcologies[0].FSSupremacistLawME == 1>> @@ -209,9 +201,7 @@ <<set $activeSlave.hStyle = "strip">> <<set $activeSlave.customTat = "She has a tear tattooed under each eye.">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants, a free whore, has been systematically stealing from clients. She was furtive enough to get away with it for a time, but has now been caught red-handed. The john who caught her attempted to stop her, and she fought him: like many prostitutes she carried a weapon in her handbag, and the man is severely wounded. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has with machine efficiency compiled a staggering dossier of video logs and personal testimony from previous customers who now understand where their personal belongings went, as well as appalling footage of today's victim's injuries. Your wretched tenant signed a contract with you that included provisions forbidding this kind of thing. She is entirely at your mercy. - -<<elseif $malefactor == "rapist">> +<<case "rapist">> <<set $activeSlaveOneTimeMinAge = 16>> <<set $oneTimeDisableDisability = 1>> @@ -235,9 +225,7 @@ <<set $activeSlave.behavioralFlaw = "arrogant">> <<set $activeSlave.sexualFlaw = "hates men">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants saw fit to rape a free woman. Within ten minutes, the inhuman efficiency of $assistantName has compiled video recordings, physical evidence, and even the victim's testimony, which is quite consistent with the first two. Your wretched tenant signed a contract with you that included provisions forbidding this kind of thing. He is entirely at your mercy. - -<<elseif $malefactor == "mule">> +<<case "mule">> <<set $activeSlaveOneTimeMinAge = 13>> <<if $pedo_mode == 1>> @@ -275,15 +263,7 @@ <<set $activeSlave.behavioralFlaw = "shamefast">> <<set $activeSlave.accent = 0>> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a potential criminal has been detected by your security systems and is now being tailed by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems, but some individuals still make attempts to fool them. In this case, the cameras are fixed on a clearly pregnant, and hugely at that, woman as she works her way through the crowded market sectors. You watch as she repeatedly bumps into other patrons and stalls, pausing to apologize before proceeding on her way, as if she wasn't familiar with her gravid swell. Her body is also clearly underdeveloped for someone ready to drop quadruplets at any moment; thin, with barely any hips to speak of and a pert bust clearly not swollen with milk. She even walks like a woman not burdened with nine months of gestating multiples, let alone a single. As she stumbles under her own weight, her shirt rides up, giving you a clear view of the deep red stretch marks of a belly that grew far faster than it could handle. You've seen enough and order the drones to corral her until security arrives. Her expression shifts from fear as they encircle her to panic as a groan escapes her lips. She grabs her stomach as a capsule falls to the floor. As another contraction hits her, she drops to the ground and begins to "give birth" to her illegal cargo. -<<if $bellyImplants == 1>> - She likely has belly implant designed to carry foreign objects inside her womb and, having lost her composure, is now vacating its contents. -<<else>> - You have no idea what you are witnessing until <<if $assistantName == "your personal assistant">>your personal assistant pulls up an advertisement for a fillable womb located implant<<else>>$assistantName introduces you to a fillable womb located implant<</if>> that she likely has installed. -<</if>> -She is easily taken into custody and her contraband confiscated once the jeering crowd is dispersed enough to reach her. - -<<else>> +<<case "liberator">> <<set $activeSlaveOneTimeMinAge = random(12,28)>> <<set $activeSlaveOneTimeMaxAge = 43>> @@ -309,9 +289,55 @@ She is easily taken into custody and her contraband confiscated once the jeering <<set $activeSlave.hStyle = "shaved into a mohawk">> <<set $activeSlave.customTat = "She seems to have had slave tattoos at one time, but has had them cheaply removed.">> -<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, but this is a special case. A well-muscled, well-armed woman was caught attempting to smuggle a slaveowned by one of your tenants out of the arcology. Though the slave surrendered immediately (and will be dealt with by her owner), the would-be liberatrix was caught by your security drones. She destroyed two of them and caused @@.red;other minor damage@@<<set $cash -= 1000>> that will require a small sum to repair, but was eventually subdued. The drones had to expend a great deal of nonlethal ordnance to bring her down and keep her down, but she is now entirely at your mercy. +<</switch>> + +<<setLocalPronouns $activeSlave>> + +<<switch $malefactor>> + +<<case "addict">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Criminals are usually either too angry, too ignorant, or too stupid to understand the impossibility of successful petty crime. This is the latter situation; a girl suffering severe aphrodisiac withdrawal has attempted to break into a store that sells the stuff. $He's now lying in a pool of her own urine with a taser round stuck in her ass; the drone responsible is hovering helpfully nearby, hitting her with another shock whenever she does more than twitch. + +<<case "escapee">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. This is a simple case of vagrancy; sleeping on the streets (due to penury rather than inebriation) breaks an implicit contract all visitors to the arcology sign by coming here. The criminal is anything but usual, however. She bears signs of extreme hormone manipulation over a long period, and has had her Achilles tendons clipped. Camera records show her crawling in with a cargo shipment. She's clad in rags, and you cannot find any record of her anywhere. The growing crowd is convinced she's an escaped slave, and is growing ugly. + +<<case "anchorBaby">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and is waiting detainment. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. This is likely another case of attempted escape by a slave or potentially a smuggling operation. The cause of detection is a steady stream of moaning emanating from a cargo container recently deposited into the arcology's cargo depot and has attracted a crowd of curious onlookers. Video feeds show the container being open and a heavily pregnant <<if $activeSlave.physicalAge > 30>>woman<<elseif $activeSlave.physicalAge > 19>>young woman<<elseif $activeSlave.physicalAge > 12>>teenager<<else>>little girl<</if>> staggering out while clutching a newborn to her breast and struggling to hold back her second child from being born. From what little language she knows, she seems to think that just giving birth in your arcology is enough to become a proper citizen; as expected, she squats and pushes out the other brat as you arrive. The growing crowd is becoming unruly, and her inability to speak the language isn't helping; things could get ugly at any moment and hinge entirely on your next move. + +<<case "orphanloli">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. This is a simple case of vagrancy; sleeping on the streets (due to penury rather than inebriation) breaks an implicit contract all visitors to the arcology sign by coming here. Several reports of petty theft were made in the area recently as well. The criminal is anything but usual, however. She is very young, emaciated, and desperate. Camera records show her crawling in through an air vent. She's clad in rags, clutching a presumably stolen apple, and you cannot find any record of her anywhere. The growing crowd is convinced she's an escaped slave, and her inability to speak the language isn't helping; things could get ugly at any moment and hinge entirely on your next move. + +<<case "businesswoman">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants, a hitherto well-respected businesswoman, has left the straight and narrow. It seems her business affairs took a decisive turn for the worse, so she attempted to drain her clients' funds and leave your arcology before anyone was the wiser. Unfortunately for her, your security drones, controlled by $assistantName, were very much the wiser. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has with machine efficiency compiled the completest proofs of corporate malfeasance you have ever seen. Your wretched tenant signed a contract with you that included provisions forbidding theft. She is entirely at your mercy. + +<<case "whore">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants, a free whore, has been systematically stealing from clients. She was furtive enough to get away with it for a time, but has now been caught red-handed. The john who caught her attempted to stop her, and she fought him: like many prostitutes she carried a weapon in her handbag, and the man is severely wounded. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> has with machine efficiency compiled a staggering dossier of video logs and personal testimony from previous customers who now understand where their personal belongings went, as well as appalling footage of today's victim's injuries. Your wretched tenant signed a contract with you that included provisions forbidding this kind of thing. She is entirely at your mercy. + +<<case "rapist">> +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems. Nevertheless, it seems one of your tenants saw fit to rape a free woman. Within ten minutes, the inhuman efficiency of $assistantName has compiled video recordings, physical evidence, and even the victim's testimony, which is quite consistent with the first two. Your wretched tenant signed a contract with you that included provisions forbidding this kind of thing. He is entirely at your mercy. + +<<case "mule">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a potential criminal has been detected by your security systems and is now being tailed by the drones. Crime is extremely uncommon in your arcology, since nothing can escape the notice of the omnipresent monitoring systems, but some individuals still make attempts to fool them. In this case, the cameras are fixed on a clearly pregnant, and hugely at that, woman as she works her way through the crowded market sectors. You watch as she repeatedly bumps into other patrons and stalls, pausing to apologize before proceeding on her way, as if she wasn't familiar with her gravid swell. Her body is also clearly underdeveloped for someone ready to drop quadruplets at any moment; thin, with barely any hips to speak of and a pert bust clearly not swollen with milk. She even walks like a woman not burdened with nine months of gestating multiples, let alone a single. As she stumbles under her own weight, her shirt rides up, giving you a clear view of the deep red stretch marks of a belly that grew far faster than it could handle. You've seen enough and order the drones to corral her until security arrives. Her expression shifts from fear as they encircle her to panic as a groan escapes her lips. She grabs her stomach as a capsule falls to the floor. As another contraction hits her, she drops to the ground and begins to "give birth" to her illegal cargo. +<<if $bellyImplants == 1>> + She likely has belly implant designed to carry foreign objects inside her womb and, having lost her composure, is now vacating its contents. +<<else>> + You have no idea what you are witnessing until <<if $assistantName == "your personal assistant">>your personal assistant pulls up an advertisement for a fillable womb located implant<<else>>$assistantName introduces you to a fillable womb located implant<</if>> that she likely has installed. <</if>> +She is easily taken into custody and her contraband confiscated once the jeering crowd is dispersed enough to reach her. + +<<case "liberator">> + +<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> alerts you that a criminal has been detected by your security systems and detained by the drones. Crime is extremely uncommon in your arcology, but this is a special case. A well-muscled, well-armed woman was caught attempting to smuggle a slaveowned by one of your tenants out of the arcology. Though the slave surrendered immediately (and will be dealt with by her owner), the would-be liberatrix was caught by your security drones. She destroyed two of them and caused @@.red;other minor damage@@<<set $cash -= 1000>> that will require a small sum to repair, but was eventually subdued. The drones had to expend a great deal of nonlethal ordnance to bring her down and keep her down, but she is now entirely at your mercy. + +<</switch>> <br><br> @@ -319,7 +345,7 @@ She is easily taken into custody and her contraband confiscated once the jeering <<slaveCost $activeSlave>> <<set $slaveCost -= 1000>> -//Applying enslavement as punishment will cost <<print cashFormat($contractCost)>>. Doing so and then selling her immediately will bring in approximately <<print cashFormat($slaveCost)>>.// +//Applying enslavement as punishment will cost <<print cashFormat($contractCost)>>. Doing so and then selling $him immediately will bring in approximately <<print cashFormat($slaveCost)>>.// <br><br> @@ -329,7 +355,7 @@ She is easily taken into custody and her contraband confiscated once the jeering <span id="result"> <<if $cash >= $contractCost>> - <<link "Enslave her">> + <<link "Enslave $him">> <<set $cash -= $contractCost>> <<replace "#result">> <<switch $malefactor>> @@ -341,15 +367,15 @@ She is easily taken into custody and her contraband confiscated once the jeering You complete the legalities and biometric scanning quickly and without fuss. She sobs throughout the process, though stops once she realizes being a slave means free food. <<case "anchorBaby">> You complete the legalities and biometric scanning quickly and without fuss. She doesn't stop screaming "citizenship" until her children are taken from her and she is shoved off to the penthouse for basic slave induction. - <<case "whore" "rapist" "businesswoman" "mule">> + <<case "businesswoman" "mule" "rapist" "whore">> You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction. - <<default>> + <<case "liberator">> You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, she could awake at any time. Based on the drone logs, she is likely to be violent when she does. <</switch>> <<include "New Slave Intro">> <</replace>> <</link>> - <br><<link "Sentence her to a day in the stocks, then enslave her">> + <br><<link "Sentence $him to a day in the stocks, then enslave $him">> <<set $activeSlave.health -= 10>> <<set $activeSlave.behavioralFlaw = "odd">> <<set $activeSlave.sexualFlaw = "hates penetration">> @@ -372,33 +398,34 @@ She is easily taken into custody and her contraband confiscated once the jeering <<if $activeSlave.publicCount>><<set $activeSlave.publicCount += _fuckCount>><<else>><<set $activeSlave.publicCount = _fuckCount>><</if>> <<set $cash -= $contractCost>> <<replace "#result">> - <<if $malefactor == "addict">> - You declare her holes fair game for the entire arcology, since she must somehow repay her debt to society. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ - <<elseif $malefactor == "escapee">> - You declare her holes fair game for the entire arcology, so that all free citizens can own her for a moment, if they wish. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ - <<elseif $malefactor == "orphanloli">> + <<switch $malefactor>> + <<case "addict">> + You declare $his holes fair game for the entire arcology, since she must somehow repay her debt to society. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ + <<case "escapee">> + You declare $his holes fair game for the entire arcology, so that all free citizens can own her for a moment, if they wish. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ + <<case "orphanloli">> You declare her holes fair game for the entire arcology, so that all free citizens can own her for a moment, if they wish. She spends a torturous day in the stocks before being hauled in for enslavement, @@.red;completely broken@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ <<set $activeSlave.fetish = "mindbroken">> - <<elseif $malefactor == "anchorBaby">> - You declare her holes fair game for the entire arcology; since she wants to produce future slaves, your arcology might as well have the privilege of fathering them. She spends a torturous day in the stocks after her children are taken to a slave orphanage before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ - <<elseif $malefactor == "businesswoman">> + <<case "anchorBaby">> + You declare her holes fair game for the entire arcology; since she wants to produce future slaves, your arcology might as well have the privilege of fathering them. She spends a torturous day in the stocks after $his children are taken to a slave orphanage before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ + <<case "businesswoman">> You declare her holes fair game for the entire arcology, in payment for her crimes. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ - <<elseif $malefactor == "whore">> + <<case "whore">> You declare her holes fair game for the entire arcology, to repay her thefts. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ - <<elseif $malefactor == "rapist">> + <<case "rapist">> You declare her holes fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ - <<elseif $malefactor == "mule">> + <<case "mule">> You declare her holes fair game for the entire arcology as punishment for trying to smuggle in a load instead of taking one. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun.@@ - <<else>> - slaveownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. Her holes are thus fair game for the entire arcology. She spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to her ordeal, bruises all over her body, cum leaking from her @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around. - <</if>> + <<case "liberator">> + Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. $His holes are thus fair game for the entire arcology. $He spends a torturous day in the stocks before being hauled in for enslavement, somewhat @@.red;the worse for wear@@ and @@.red;acting oddly@@ due to $his ordeal, bruises all over $his body, cum leaking from $his @@.lime;loosened@@ anus<<if $activeSlave.vagina > -1>> and @@.lime;fucked-out@@ pussy<</if>>. The public @@.green;enjoys the fun,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around. + <</switch>> <<set $rep += 100>> <<set $arcologies[0].prosperity += 2>> <<include "New Slave Intro">> <</replace>> <</link>> <<if $arcade > 0>> - <br><<link "Enslave her and sentence her to a month in the arcade">> + <br><<link "Enslave $him and sentence $him to a month in the arcade">> <<= assignJob($activeSlave, "be confined in the arcade")>> <<set $activeSlave.choosesOwnAssignment = 0>> <<set $activeSlave.sentence = 4>> @@ -411,9 +438,9 @@ She is easily taken into custody and her contraband confiscated once the jeering You complete the legalities and biometric scanning quickly, and tell the crowd that her holes will be available at the arcade within the hour. The public @@.green;looks forward@@ to seeing her there, angrily suspecting her of being an escapee and glad that they'll be able to take part in her punishment. <<case "anchorBaby">> You complete the legalities and biometric scanning quickly and have her children taken away. The condemned screeches her displeasure throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@.green;looks forward@@ to seeing her there and vying to see who gets to fill her womb with another child. - <<case "whore" "rapist" "mule" "businesswoman">> + <<case "businesswoman" "mule" "rapist" "whore">> You complete the legalities and biometric scanning quickly and cautiously. The condemned sobs and begs throughout the process until you grow tired of the whining and sedate her for immurement in the arcade. The public @@.green;looks forward@@ to seeing her there and getting some of their own back. - <<default>> + <<case "liberator">> You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, she could awake at any time. It would be best to have her restrained for public use in the arcade first. The public @@.green;looks forward@@ to seeing her there. <</switch>> <<set $rep += 50>> @@ -424,27 +451,28 @@ She is easily taken into custody and her contraband confiscated once the jeering <<if $malefactor != "mule">> <<if $dairy > 0>> <<if $dairyRestraintsSetting > 1>> - <br><<link "Enslave her and send her straight to the industrial dairy">> + <br><<link "Enslave $him and send $him straight to the industrial dairy">> <<= assignJob($activeSlave, "work in the dairy")>> <<set $cash -= $contractCost>> <<replace "#result">> - <<if $malefactor == "addict">> + <<switch $malefactor>> + <<case "addict">> You complete the legalities and biometric scanning quickly and cautiously. The condemned accepts a sedative, thinking it's aphrodisiacs, and her unconscious body is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the addict's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>, together with a lengthy report on the experimental detox process used to ensure that the milk she produces will be untainted. - <<elseif $malefactor == "escapee">> + <<case "escapee">> You complete the legalities and biometric scanning quickly. The condemned is too far gone to resist as she is installed in $dairyName. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<else>>breasts as they are roughly milked<</if>>. - <<elseif $malefactor == "orphanloli">> + <<case "orphanloli">> You complete the legalities and biometric scanning quickly. The condemned is too weak to resist as she is installed in $dairyName but she weeps the entire time. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the escapee's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<elseif ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>agony as her once tight pussy adapts to industrial reproduction<<else>>budding breasts as they are roughly milked<</if>>. - <<elseif $malefactor == "anchorBaby">> + <<case "anchorBaby">> You complete the legalities and biometric scanning quickly and cautiously before having her children taken away. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of her next batch of slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>. - <<elseif $malefactor == "businesswoman">> + <<case "businesswoman">> You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction, along with a prospectus detailing the scheduled sale of her first slave product in eighteen years and nine months<<elseif $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>. - <<elseif $malefactor == "whore">> + <<case "whore">> You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her well-traveled pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as her well-traveled anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>. - <<elseif $malefactor == "rapist">> + <<case "rapist">> You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the rapist's <<if $dairyStimulatorsSetting > 1>>agony as her anus adapts to accommodate rectal dildo hydration<<else>>newly growing breasts as they are roughly milked<</if>>. - <<else>> + <<case "liberator">> You complete the legalities and biometric scanning quickly and cautiously. The condemned resists installation in $dairyName with energy born of desperation. The public @@.green;accepts@@ this as an appropriate punishment, especially when you release footage of the criminal's <<if ($dairyPregSetting > 1) && ($activeSlave.vagina > 0)>>discomfort as her pussy adapts to industrial reproduction<<elseif $dairyStimulatorsSetting > 1>>discomfort as her anus adapts to accommodate rectal dildo hydration<<else>>breasts as they are roughly milked<</if>>, together with a report on the likely productivity of such a fit body capable of withstanding the stress of high throughput. - <</if>> + <</switch>> <<set $rep += 50>> <<run newSlave($activeSlave)>> /* skip New Slave Intro */ <</replace>> @@ -453,45 +481,46 @@ She is easily taken into custody and her contraband confiscated once the jeering <</if>> /* closes dairy > 0 */ <</if>> <<if $seeExtreme > 0>> - <br><<link "Punitively amputate her limbs, and then enslave her">> + <br><<link "Punitively amputate $his limbs, and then enslave $him">> <<set $activeSlave.health -= 20>> <<set $activeSlave.amp = 1>> <<set $activeSlave.heels = 0>> <<set $activeSlave.behavioralFlaw = "odd">> <<set $cash -= $contractCost>> <<replace "#result">> - <<if $malefactor == "addict">> + <<switch $malefactor>> + <<case "addict">> An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs for a fix until she realizes what's coming, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@ - <<elseif $malefactor == "escapee">> + <<case "escapee">> An example must be made. If she escaped once with her tendons clipped, she must be rather talented at it. It remains to be seen if she can manage to escape with nor arms and legs, so you announce her sentence to the crowd and send her unconscious form for reduction. Of course, @@.red;her health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees. - <<elseif $malefactor == "orphanloli">> + <<case "orphanloli">> An example must be made. If she thinks she can escape captivity and steal to survive, lets see her try without arms and legs, so you announce her sentence to the crowd and send her unconscious form for reduction. Of course, @@.red;her health is affected.@@ The public @@.green;approves of this harshness,@@ believing that you have taken strong measures against escapees. - <<elseif $malefactor == "anchorBaby">> + <<case "anchorBaby">> An example must be made. Potential immigrants must understand that attempting to circumvent the process will result in severe fines and proportional punishment when they are incapable of paying them. The protesting mother is stripped, both of clothing and children, and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she can hardly attempt to smuggle things into your arcology without the ability to move. - <<elseif $malefactor == "businesswoman">> + <<case "businesswoman">> An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness.@@ - <<elseif $malefactor == "whore">> + <<case "whore">> An example must be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she can hardly attempt to steal anything without hands. - <<elseif $malefactor == "rapist">> + <<case "rapist">> An example must be made. Rape is rare in your arcology, since citizens are so generously provided with means of sexual outlet. When the price of renting a slave that's impossible to rape is as low as it is, sexual assault of a free woman is doubly unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since even if she cheers up and ever manages an erection again, she's not likely to rape anyone without arms or legs. - <<elseif $malefactor == "mule">> + <<case "mule">> An example must be made. With the quantity of drugs consumed in the arcology, quality is everything and attempting to undermine that is unforgivable. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she can hardly haul contraband into your arcology without the ability to move herself. - <<else>> - An example must be made. slaveownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. She begs and pleads until she sees her doom in the form of the surgical machinery, at which point she switches to fighting vainly to escape. Of course, @@.red;her health is affected@@ and the horrible experience has left her @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since she will scarcely be able to liberate anyone without arms or legs. - <</if>> + <<case "liberator">> + An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting malefactor is stripped and stuffed into your remote surgery on public video feed. $He begs and pleads until $he sees $his doom in the form of the surgical machinery, at which point $he switches to fighting vainly to escape. Of course, @@.red;$his health is affected@@ and the horrible experience has left $him @@.red;acting oddly.@@ Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ since $he will scarcely be able to liberate anyone without arms or legs. + <</switch>> <<set $rep += 100>> <<include "New Slave Intro">> <</replace>> <</link>> <<if $malefactor == "rapist" && $activeSlave.balls > 0>> - <br><<link "Enslave the criminal and geld her">> + <br><<link "Enslave the criminal and geld $him">> <<set $activeSlave.health -= 20>> <<set $activeSlave.balls = 0>> <<set $activeSlave.devotion -= 25>> <<set $activeSlave.trust -= 25>> <<set $cash -= $contractCost>> <<replace "#result">> - Video feeds from your remote surgery are made public as the protesting criminal is strapped down and gelded. She is so utterly broken by this turn of events that you complete the legalities and biometric scanning without fuss. The condemned sobs weakly throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ which increases your arcology's prosperity by @@.green;giving it a reputation for swift and terrible justice.@@ + Video feeds from your remote surgery are made public as the protesting criminal is strapped down and gelded. $He is so utterly broken by this turn of events that you complete the legalities and biometric scanning without fuss. The condemned sobs weakly throughout the process until you grow tired of the whining and apply punishment. Then it's off to the penthouse for basic slave induction. The public @@.green;approves of this harshness,@@ which increases your arcology's prosperity by @@.green;giving it a reputation for swift and terrible justice.@@ <<set $rep += 100>> <<set $arcologies[0].prosperity += 10>> <<include "New Slave Intro">> @@ -500,7 +529,7 @@ She is easily taken into custody and her contraband confiscated once the jeering <</if>> <</if>> /* closes seeExtreme */ <<if $malefactor == "orphanloli">> - <br><<link "'Adopt' her">> + <br><<link "'Adopt' $him">> <<set $activeSlave.devotion = 25>> <<set $activeSlave.trust = 25>> <<set $cash -= $contractCost>> @@ -516,7 +545,7 @@ She is easily taken into custody and her contraband confiscated once the jeering <</if>> <<if $malefactor == "anchorBaby">> <<if $arcologies[0].FSRepopulationFocus != "unset">> - <br><<link "Grant her citizenship">> + <br><<link "Grant $him citizenship">> <<replace "#result">> You help the exhausted mother to her feet and hand her her second newborn. She watches you, uncertain of your motives, until you have her escorted to the proper welcoming facility and put in a good word for having her added to your arcology's free population. You announce to the public that such a fertile <<if $activeSlave.physicalAge > 30>>milf<<elseif $activeSlave.physicalAge > 19>>woman<<elseif $activeSlave.physicalAge > 12>>teen<<else>>youth<</if>> will be a boon to Repopulationism, and that the contract she is signing mandates she be on powerful fertility agents whenever she isn't pregnant. During her residency, free or not, she will provide society with dozens of future children. The public @@.green;approves of breeders, free or not,@@ and word spreads that any and all mothers are welcome into your arcology @@.green;adding to its prosperity.@@ <<set $rep += 10>> @@ -538,24 +567,24 @@ She is easily taken into custody and her contraband confiscated once the jeering Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The screaming breeder is flogged on the promenade before being dragged bleeding and broken out of the arcology sans her children; they are destined for the slave orphanage. The public @@.green;approves of this harshness.@@ <<case "businesswoman">> Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@ - <<case "whore" "mule" "rapist">> + <<case "mule" "rapist" "whore">> Naturally, the wretch will be thrown out of the arcology: but an example must first be made. Free people must understand that criminals who commit outrages against them will be severely punished. The protesting malefactor is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@ - <<default>> - An example must be made. slaveownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@ + <<case "liberator">> + An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. The protesting bitch is stripped and flogged on the promenade before being escorted bleeding from the arcology. The public @@.green;approves of this harshness.@@ <</switch>> <<set $rep += 100>> <</replace>> <</link>> <<if $malefactor == "liberator">> -<br><<link "Permit the slaveowner she tried to steal from to flog her">> +<br><<link "Permit the slaveowner $he tried to steal from to flog $him">> <<replace "#result">> - An example must be made. slaveownership is the cornerstone of the society you're building in your arcology, and this woman attempted to undermine it. She is stripped and the slaveowner whose property she tried to free is handed the leathern instrument. It seems the escapee was a favorite he does not wish to mangle, so he flogs the criminal mercilessly instead. She is flung out of the arcology, nearly dead. The public @@.green;approves of this harshness,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around. + An example must be made. Slaveownership is the cornerstone of the society you're building in your arcology, and this $woman attempted to undermine it. $He is stripped and the slaveowner whose property $he tried to free is handed the leathern instrument. It seems the escapee was a favorite he does not wish to mangle, so he flogs the criminal mercilessly instead. $He is flung out of the arcology, nearly dead. The public @@.green;approves of this harshness,@@ and small slaveholders are @@.green;encouraged to do business with your arcology@@ after word of the incident gets around. <<set $rep += 100>> <<set $arcologies[0].prosperity += 10>> <</replace>> <</link>> <</if>> -<br><<link "Sell her immediately">> +<br><<link "Sell $him immediately">> <<set $cash += $slaveCost>> <<if $cash4Babies == 1 && $malefactor == "anchorBaby">> <<set $cash += random(20,30)>> @@ -570,10 +599,10 @@ She is easily taken into custody and her contraband confiscated once the jeering You complete the legalities and biometric scanning quickly and without fuss. She sobs throughout the process, though stops once she realizes being a slave means free food. She starts crying again once she realizes she is heading for the slave markets. <<case "anchorBaby">> You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale. Her children <<if $cash4Babies == 1>>head off to be sold as well<<else>>will be sent to a slave orphanage for future sale<</if>>. - <<case "businesswoman" "whore" "rapist" "mule">> + <<case "businesswoman" "mule" "rapist" "whore">> You complete the legalities and biometric scanning quickly and without fuss. The condemned sobs and begs throughout the process until you grow tired of the whining and apply punishment. Then it's off to slave markets for sale. - <<default>> - You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, she could awake at any time. Based on the drone logs, she is likely to be violent when she does. You make sure that she isn't going to get loose as she is sent off to the slave market; the public would not be pleased if she went on another rampage. + <<case "liberator">> + You complete the legalities and biometric scanning quickly and cautiously. Though the would-be liberator is of course restrained, disarmed, and still sedated, she could awake at any time. Based on the drone logs, she is likely to be violent when she does. You make sure that she isn't going to get loose as $he is sent off to the slave market; the public would not be pleased if she went on another rampage. <</switch>> <</replace>> <</link>> diff --git a/src/uncategorized/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw index fd70a16a69c98996ad7205d729bed192432127d3..403fca036a7956a4072303d512ce82ca3e61f8ea 100644 --- a/src/uncategorized/reMilfTourist.tw +++ b/src/uncategorized/reMilfTourist.tw @@ -97,7 +97,7 @@ <<else>> "Having <<s>>e<<x>> with <<s>>lave<<s>> doe<<s>> not make you a le<<s>>bian," _milfSlave.slaveName purrs. "It'<<s>> different here. Plea<<s>>e, <</if>> - fuck me. It'll be fun!" The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging her from behind. She cups one of the tourist's breasts, and snakes her other hand down the front of her pants. "Here!?" the tourist gasps, staring straight at you and blushing even harder. You tell her that that's how you do things in the Free Cities: enjoying a slave is nothing to be ashamed of. She looks doubtful, but she doesn't try to escape from _milfSlave.slaveName's roving hands, either. Your presence continues to bother her until _milfSlave.slaveName distracts her by getting her to cuddle on the couch and make out, providing enough of a distraction that she gets over her inhibitions and orgasms rather immodestly. + fuck me. It'll be fun!" The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging her from behind. She cups one of the tourist's breasts, and snakes her other hand down the front of her pants. "Here!?" the tourist gasps, staring straight at you and blushing even harder. You tell her that that's how you do things in the Free Cities: enjoying a slave is nothing to be ashamed of. She looks doubtful, but she doesn't try to escape from _milfSlave.slaveName's roving hands, either. Your presence continues to bother her until _milfSlave.slaveName distracts her by getting her to cuddle on the couch and make out, providing enough of a distraction that she gets over her inhibitions and orgasms rather immodestly. <br><br> You offer her some liquid courage as she recovers, but she's rapidly getting over her hesitation. As the alcohol suffuses her, she starts stealing glances at _milfSlave.slaveName, who for her part is being as seductive as humanly possible. Finally, the tourist mouths 'fuck it' silently, reaches over, and openly gropes the slave's ass. _milfSlave.slaveName giggles and shifts lewdly, ensuring that the tourist's hand makes a thorough tour of everything the slave has. The tourist tentatively sinks a couple of fingers into _milfSlave.slaveName, and the slave shamelessly slides herself onto the invading digits, begging to be fucked. You make a party of it, with the various slaves who come and go over the course of the evening treated to the sight of _milfSlave.slaveName getting fucked by the tourist. She drunkenly promises you to @@.green;tell all her friends@@ how awesome your arcology is at one point, though she has to take her mouth off one of _milfSlave.slaveName's nipples to do so. <<set $slaves[_milfed].trust += 4, $slaves[_milfed].oralCount += 3, $slaves[_milfed].analCount += 3>> @@ -115,7 +115,7 @@ <<else>> "Having <<s>>e<<x>> with <<s>>lave<<s>> doe<<s>> not make you a le<<s>>bian," _milfSlave.slaveName purrs. "It'<<s>> different here. Plea<<s>>e, <</if>> - give me a try." The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging her from behind. She takes the tourist's hand, and they leave your office together. + give me a try." The tourist turns to stare at her, and she offers just the right kind of plaintive expression. "O-okay," the tourist says in a tiny voice, and _milfSlave.slaveName giggles, hugging her from behind. She takes the tourist's hand, and they leave your office together. <br><br> "<<Master>>," she reports the next time you see her, "that touri<<s>>t was really nice. Al<<s>>o, I got her to have <<s>>e<<x>> with me, after all. <<Sh>>e was going to take me back to her hotel but I got her to do me on the way. <<Sh>>e wa<<s>> all he<<s>>itant and blu<<sh>>y about doing it in public, but <<sh>>e got better after the fir<<s>>t time I ate her out." She looks pleased with herself. "I bet <<sh>>e @@.green;tell<<s>> all her friend<<s>>@@ back home how much fun it i<<s>> here." <<set $slaves[_milfed].trust += 4, $slaves[_milfed].oralCount++>> diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw index f792ad41205aecb832704ca8b4b6031eabcd3a01..9d66396ac89b65a0305f76e4ec062a7c4e2d68de 100644 --- a/src/uncategorized/reNickname.tw +++ b/src/uncategorized/reNickname.tw @@ -945,7 +945,7 @@ <<set $notApplyDesc = "is a bit sad that $his role isn't part of $his name, since $he likes making girls go from faces on a screen to fellow fuckslaves and now wonders whether $he'll be allowed to keep doing so.">> <<case "Wardeness">> - <<set $nickname = either("'Chief'", "'Cop'", "'Copper'", "'Inquisitrix'", "'Interrogatrix'", "'Jail'", "'Jailoress'", "'Nightstick'", "'Prison'", "'Rapist'", "'Screw'", "'Snake'", "'Spider'", "'Stoolie'", "'Turnkey'", "'Warden'", "'Wardeness'")>> + <<set $nickname = either("'Chief'", "'Cop'", "'Copper'", "'Inquisitrix'", "'Interrogatrix'", "'Jail'", "'Jaileress'", "'Nightstick'", "'Prison'", "'Rapist'", "'Screw'", "'Snake'", "'Spider'", "'Stoolie'", "'Turnkey'", "'Warden'", "'Wardeness'")>> <<set $situationDesc = "has perhaps the most hated role among your slaves. $His charges hate $him, of course. But almost every slave who was once one of $his charges hates $him too, for they have not forgotten how $his whim was once the law to them.">> <<set $applyDesc = "enjoys having a row of cells full of slaves to abuse, and is happy to learn that the role is part of $his name now.">> <<set $notApplyDesc = "is a bit sad that $his role isn't part of $his name, since $he likes having a row of cells full of slaves to abuse and now wonders whether $he'll be allowed to keep doing so.">> @@ -1125,7 +1125,7 @@ <<set $nickname = either("'Aged'", "'Elder'", "'Elderly'", "'Generation X'", "'Geriatric'", "'GILF'", "'GMILF'", "'Grandma'", "'Grandmother'", "'Granny'", "'Nanna'", "'Obā-chan'", "'Old'", "'Oldie'", "'Really Old'", "'Senior Citizen'", "'Senior'")>> <<set $situationDesc = "is old. Really old. Old enough to be a grandmother. This, naturally, makes $him one of the most experienced sluts in the arcology, a desirable quality in and of itself. Many of the younger slaves mock $him relentlessly for $his age.">> <<set $applyDesc = "accepts $his new nickname with pride. This acknowledgment of $his age has $him ready to show these young sluts a thing or two.">> - <<set $notApplyDesc = "understands that $he must do $his best to fuck like the teenager $he once was. ">> + <<set $notApplyDesc = "understands that $he must do $his best to fuck like the teenager $he once was.">> <<case "young">> <<set $nickname = either("'Baby'", "'Babycakes'", "'Candydoll'", "'Imouto'", "'Jailbait'", "'Juliet'", "'Kiddie'", "'Kiddo'", "'Loli'", "'Lolita'", "'Party Van'", "'Pedobait'", "'Pocket Pussy'", "'POMF'", "'Precocious'", "'PTHC'", "'Underage'", "'Young'")>> diff --git a/src/uncategorized/rePokerNight.tw b/src/uncategorized/rePokerNight.tw index b1063bf39187c08e89e0d9a2fc31e86bd6d4c4d9..8b04c245de1a43bd49f95b8ce43c4185665a6883 100644 --- a/src/uncategorized/rePokerNight.tw +++ b/src/uncategorized/rePokerNight.tw @@ -100,12 +100,12 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <<link "A year of servitude">> <<replace "#aliveresult">> <<if random(1,100) > 50>> - For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up $his spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've @@.green;made some friends.@@ - <<set $rep += 1000, $cash -= 5000>> + For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up $his spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've @@.green;made some friends.@@ + <<set $rep += 1000, $cash -= 5000>> <<else>> - For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. A silence falls over the room as the result is declared, but after some time your opponent breaks the hush by joking that life as your slave is probably easier than fighting for $arcologies[0].name. After some awkward laughter the night continues, and at the end your former mercenary joins you on your trip back to the penthouse to submit to processing and to begin $his new life as your sexual servant. $He's not young, but $he's tough and not distrusting of you due to $his service in the $mercenariesTitle. - <br> - <<include "New Slave Intro">> + For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. A silence falls over the room as the result is declared, but after some time your opponent breaks the hush by joking that life as your slave is probably easier than fighting for $arcologies[0].name. After some awkward laughter the night continues, and at the end your former mercenary joins you on your trip back to the penthouse to submit to processing and to begin $his new life as your sexual servant. $He's not young, but $he's tough and not distrusting of you due to $his service in the $mercenariesTitle. + <br> + <<include "New Slave Intro">> <</if>> <</replace>> <</link>> @@ -115,21 +115,21 @@ On a particularly lackadaisical evening, you find yourself alerted to a message <<link "Dock $his wages">> <<replace "#aliveresult">> <<if random(1,100) > 50>> - For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up $his spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've @@.green;made some friends.@@ - <<set $rep += 1000, $cash -= 5000>> + For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck was not on your side. As the victor sweeps up $his spoils, the other mercenaries clap you on the back and offer their condolences for your defeat. Though you may have lost your ¤, it seems you've @@.green;made some friends.@@ + <<set $rep += 1000, $cash -= 5000>> <<else>> - For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. Your opponent accepts $his defeat with grace and jokes to $his comrades that $he'll be fighting in $his underwear for the next few months, and their uproar of laughter fills the room. Though you take the lion's share of the ¤, your mercenaries also @@.green;had a good time fraternizing with you.@@ - <<set $rep += 200, $cash += 5000>> + For all your skillful maneuvering to reach this position, ultimately the win comes down to chance. This time, however, luck has rendered you the victor. Your opponent accepts $his defeat with grace and jokes to $his comrades that $he'll be fighting in $his underwear for the next few months, and their uproar of laughter fills the room. Though you take the lion's share of the ¤, your mercenaries also @@.green;had a good time fraternizing with you.@@ + <<set $rep += 200, $cash += 5000>> <</if>> <</replace>> <</link>> </span> - <</replace>> - <</link>> + <</replace>> + <</link>> - </span> - <</replace>> + </span> + <</replace>> <</link>> // It will cost <<print cashFormat(5000)>> to participate in the poker night.// <</if>> diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw index a58a5ffe06551db36a8ace514faba968125394f0..a597af7adb188fdcf27b512f7f93739e1881767e 100644 --- a/src/uncategorized/recETS.tw +++ b/src/uncategorized/recETS.tw @@ -1536,7 +1536,7 @@ A pair of young slaves is going door to door offering themselves for sale on beh <br><br> -One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins. "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient." +One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins. "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient." <br><br> @@ -1554,7 +1554,7 @@ A pair of young slaves is going door to door offering themselves for sale on beh They pull themselves together, bringing their gravid middles in tight contact with one another. -One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins. "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient." +One of them speaks up. "We're twins, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>. Identical twins. "We've also been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever since we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>>Sir<<else>>Ma'am<</if>>, in everything, and sexually proficient." The other blurts out. "But we kinda got too into each other, in more ways than one!" _He2 winks. @@ -1622,7 +1622,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<link "Enslave the sissy slut">> <<set $activeSlave.mother = 0>> - <<set $activeSlave.father = 0>> + <<set $activeSlave.father = 0>> <<set $activeSlave.relation = 0>> <<set $activeSlave.relationTarget = 0>> <<set $activeSlave.rivalry = 0>> @@ -1699,6 +1699,7 @@ This call is coming from a public kiosk, which is usually an indication that the <<if $minimumSlaveAge <= 3>> <<link "Accept $his offer">> <<set $cash -= ($contractCost*2)>> + <<replace "#result">> You have the needy girl immediately bought to your penthouse where you help $his laboring body into an available bed or inspection. $He asks where $his other babies were taken, to which you reply somewhere they can be raised properly. They'll be taken care of and won't have to grow up on the streets, plus they were sucking the life out of $him. $He's a little depressed at the news, but understands your reasons. You take the opportunity to give $him a good look over; $he is really dilated! Apart from that, between all the births and dicks, $his vagina is rather worn out, though $he seems to understand how to use it. $His anus has also seen use, but not nearly as much. <br><br> You turn to the child clutching $his mother's grotesque belly. _He2 is in better shape than _his2 mother and tries to hide behind $his belly when you look at _him2. _He2'll be broken into a good little _girl2 for you soon enough. diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index d0c9dc66e35a37c404c8d544f89c12a1664f09e9..b52ec174b024e9c7b8f3554954dcb070a48dbf90 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)>> @@ -1004,7 +1004,7 @@ Work on $his sex: <<if ($activeSlave.vagina == -1) && ($activeSlave.dick != 0)>> [[Convert genitalia to female|Surgery Degradation][$activeSlave.dick = 0,$activeSlave.dickAccessory = "none",$activeSlave.dickTat = 0,$activeSlave.foreskin = 0,$activeSlave.scrotum = 0,$activeSlave.balls = 0,$activeSlave.ballType = "human",$activeSlave.vasectomy = 0,$activeSlave.vagina = 0,$activeSlave.preg = -2,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "mtf"]] <</if>> - <<if ($activeSlave.vagina == -1) && ($activeSlave.dick == 0) && ($surgeryUpgrade == 1)>> + <<if ($activeSlave.vagina == -1) && ($activeSlave.dick == 0) && ($surgeryUpgrade == 1)>> | [[Create a vagina|Surgery Degradation][$activeSlave.vagina = 0,$activeSlave.vaginalSkill = 0,$cash -= $surgeryCost, $activeSlave.health -= 40, $surgeryType = "mtf"]] <</if>> <<if ($activeSlave.dick > 0) && ($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..507b40da420aa3b9fa479e7cbafff066c2660278 100644 --- a/src/uncategorized/reputation.tw +++ b/src/uncategorized/reputation.tw @@ -238,7 +238,7 @@ On formal occasions, you are announced as $PCTitle. <<if $weaponsLaw == 3>> The absence of any kind of restriction on weaponry within your arcology is @@.green;welcomed by your citizens@@ as sign of your respect for the ideals the Free Cities stand for. - <<set $rep += 20>> + <<set $rep += 20>> <</if>> <</if>> @@ -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/saDrugs.tw b/src/uncategorized/saDrugs.tw index a3d6b450e76c3ae553caaf8018a29db30320bc7a..fa821816322d2c6e954e34beb3203235a86e4926 100644 --- a/src/uncategorized/saDrugs.tw +++ b/src/uncategorized/saDrugs.tw @@ -507,7 +507,7 @@ <<set _growth-->> <</if>> /*if growth was accomplished*/ - <<if _growth > 0>> + <<if _growth > 0>> /*age modifier*/ <<set _ageMod = 1>> <<if $slaves[$i].geneMods.NCS == 1>> @@ -558,7 +558,7 @@ <<set _heightDiff-->> <</if>> /*... and calculates final value*/ - <<set _growth = (_growth + _growth * _heightDiff) * _ageMod>> + <<set _growth = (_growth + _growth * _heightDiff) * _ageMod>> <<if $slaves[$i].geneMods.NCS == 0>> <<set _growth = Math.round(Math.clamp(_growth,0,5))>> <<else>> @@ -1282,7 +1282,7 @@ /* DRUG EXPIRY */ <<switch $slaves[$i].drugs>> <<case "growth stimulants">> - <<set _maxHeight = Math.trunc(Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274))>> /*max achievable height is expected height plus 25%*/ + <<set _maxHeight = Math.trunc(Math.clamp((Height.mean($slaves[$i]) * 1.25),0,274))>> /*max achievable height is expected height plus 25%*/ <<if $slaves[$i].height >= _maxHeight>> $His body has already grown far past $his natural limits; further injections of stimulants will have no effect. @@.yellow;$His drug regimen has been ended.@@ <<set $slaves[$i].height = Math.clamp($slaves[$i].height,0,_maxHeight), $slaves[$i].drugs = "no drugs">> 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/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw index 95ac91a9cb2f2b1e0258cd03de36e7356b2d1c8f..a35a5c349f9c8b64979131cae4653550c72387c9 100644 --- a/src/uncategorized/saPleaseYou.tw +++ b/src/uncategorized/saPleaseYou.tw @@ -320,7 +320,7 @@ serves you this week. warming your bed and lavishing devoted attention on your <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>pussy<</if>> with $his loving mouth. <</if>> You have the sexual energy to - <<if ($slaves[$i].fetish == "mindbroken")>> + <<if ($slaves[$i].fetish == "mindbroken")>> <<if ($PC.dick == 1)>>use $his mouth<<else>>make $him eat you out<</if>> <<if ($fuckSlaves <= $PC.sexualEnergy/2)>> <<set _oralUse = random(21,40)>> @@ -449,7 +449,7 @@ serves you this week. keeping $his tits in constant contact with you, giving you titjobs<<if $slaves[$i].nipples == "fuckable">>, savoring your enjoyment of $his nipplecunts<</if>>, resting them against you as you work, and serving as a comfortable pillow at bedtime. <</if>> You have the sexual energy to - <<if ($slaves[$i].fetish == "mindbroken")>> + <<if ($slaves[$i].fetish == "mindbroken")>> <<if ($PC.dick == 1)>> <<if $slaves[$i].nipples == "fuckable">> fuck $his boobs @@ -1148,7 +1148,7 @@ serves you this week. <</for>> as sexual servants, you often enjoy them all at once, which leaves quite a public impression. <<elseif _children.length > 1>> - Since you are also keeping $his daughters, _children[0].slaveName and _children[1].slaveName, as sexual servants, you often use them together, leaving quite a public impression. + Since you are also keeping $his daughters, _children[0].slaveName and _children[1].slaveName, as sexual servants, you often use them together, leaving quite a public impression. <<elseif _children.length > 0>> Since you are also keeping $his daughter as a sexual servant, you often use them together, which leaves quite a public impression. <</if>> @@ -1165,7 +1165,7 @@ serves you this week. <</for>> as sexual servants, you often enjoy them all at once, which leaves quite a public impression. <<elseif _children.length > 1>> - Since you are also keeping $his sisters, _children[0].slaveName and _children[1].slaveName, as sexual servants, you often use them together, leaving quite a public impression. + Since you are also keeping $his sisters, _children[0].slaveName and _children[1].slaveName, as sexual servants, you often use them together, leaving quite a public impression. <<elseif _children.length > 0>> Since you are also keeping $his sister as a sexual servant, you often use them together, which leaves quite a public impression. <</if>> diff --git a/src/uncategorized/saRelationships.tw b/src/uncategorized/saRelationships.tw index 383dbef9d3b67241ae82ab0878bbc5846d1f0833..30b8cb1c2ea4293f556adc41cc200162e5950a74 100644 --- a/src/uncategorized/saRelationships.tw +++ b/src/uncategorized/saRelationships.tw @@ -15,7 +15,7 @@ and does nothing but eat, sleep, and make love to your other fucktoys, she slowly loses sight of any distinction between emotional attachment and sexual congress. @@.lightgreen;She's become an emotional slut!@@ <<set _SlaveI.relationship = -1>> <<elseif (_SlaveI.assignment == "please you") || (_SlaveI.assignment == "serve in the master suite")>> - and spends her days worshiping your <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>>, she begins to focus more and more of her happiness on how happy you are. @@.lightgreen;She's become emotionally bonded to you!@@ + and spends her days worshipping your <<if $PC.dick == 1>>cock<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>cunt<</if>>, she begins to focus more and more of her happiness on how happy you are. @@.lightgreen;She's become emotionally bonded to you!@@ <<set _SlaveI.relationship = -2>> <<elseif (_SlaveI.assignment == "serve the public") || (_SlaveI.assignment == "serve in the club")>> and her life is an endless stream of lovers, she unconsciously loses any sense of emotional attachment outside the intimacy of sex. @@.lightgreen;She's become an emotional slut!@@ @@ -224,7 +224,7 @@ <<set _SlaveI.relationship = 0, _SlaveI.relationshipTarget = 0>> <</if>> <</if>> - <<if (_SlaveI.relationship != 0) && (_drop == 0)>> /% RELATIONSHIP IS NOT 0; NOW ON TO ONGOING RELATIONSHIPS %/ + <<if (_SlaveI.relationship != 0) && (_drop == 0)>> /% RELATIONSHIP IS NOT 0; NOW ON TO ONGOING RELATIONSHIPS %/ <<if (_SlaveI.rivalry != 0 && _SlaveJ != null)>> <<if _SlaveI.rivalryTarget == _SlaveI.relationshipTarget>> <<set _SlaveJ.rivalry = 0, _SlaveJ.rivalryTarget = 0, _SlaveI.rivalry = 0, _SlaveI.rivalryTarget = 0>> @@ -245,7 +245,7 @@ <<if ["whore", "serve the public", "work in the brothel", "serve in the club", "be the DJ"].includes(_SlaveI.assignment)>> Her endless stream of lovers maintains and satisfies her emotional reliance on sex. <<elseif (_SlaveI.assignment == "serve in the master suite") && ($masterSuiteUpgradeLuxury == 2)>> - Forming a part of the pile of copulating bodies in $masterSuiteName satisfies her voracious sexual appetite. + Forming a part of the pile of copulating bodies in $masterSuiteName satisfies her voracious sexual appetite. <<elseif (_SlaveI.energy <= 90)>> She is not a complete nymphomaniac and she doesn't have a constant stream of lovers, so she has @@.lightsalmon;begun to rely less on sex for emotional support@@ than she once did. <<set _SlaveI.relationship = 0>> @@ -865,7 +865,7 @@ <<set $rep -= 100>> <<default>> Being your wife is wasted on her empty mind. If it weren't for the ring <<if _SlaveI.amp == 1>>hanging from her neck<<else>>around her finger<</if>>, nobody would ever realize she was so close to you. - <</switch>> + <</switch>> <<elseif _SlaveI.devotion+_SlaveI.trust >= 175>> <<switch _SlaveI.assignment>> <<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">> @@ -877,7 +877,7 @@ <<default>> Her deep reliance on her formal relationship to you produces a steady increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust.@@ <<set _SlaveI.devotion++, _SlaveI.trust++>> - <</switch>> + <</switch>> <<elseif _SlaveI.devotion < -20 && _SlaveI.trust > 0>> <<switch _SlaveI.assignment>> <<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">> @@ -889,7 +889,7 @@ <<default>> She @@.orangered;takes advantage@@ of your kindness, since she expects you'd never truly harm your wife. Her insolence allows her to remain, if not strengthen, @@.mediumorchid;her hatred of you.@@ <<set _SlaveI.devotion -= 5, _SlaveI.trust += 3>> - <</switch>> + <</switch>> <<elseif _SlaveI.devotion < -20>> <<switch _SlaveI.assignment>> <<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">> @@ -901,7 +901,7 @@ <<default>> She is @@.gold;thoroughly terrified@@ by having to remain in a formal relationship with the <<if $PC.title == 1>>man<<else>>woman<</if>> she hates. Without you nearby to distract her, she dwells on her situation as her @@.mediumorchid;hate for you grows.@@ <<set _SlaveI.devotion -= 3, _SlaveI.trust -= 5>> - <</switch>> + <</switch>> <<else>> <<switch _SlaveI.assignment>> <<case "be a servant" "work as a servant" "serve in the master suite" "please you" "be your Concubine">> @@ -913,7 +913,7 @@ <<default>> Her formal relationship to you produces a steady increase of both @@.hotpink;devotion@@ and @@.mediumaquamarine;trust@@ as she gradually grows closer to her husband. <<set _SlaveI.devotion++, _SlaveI.trust++>> - <</switch>> + <</switch>> <</if>> <</if>> <</if>> @@ -951,7 +951,7 @@ <<set _seed = 0>> _SlaveI.slaveName <<switch _SlaveI.relationship>> - <<case 1>> /% friends %/ + <<case 1>> /% friends %/ is friends with _SlaveJ.slaveName. <<if (_SlaveI.devotion + _SlaveI.trust > 170) && (random(1, 2) == 1)>> She's very devoted to you, and strongly trusts both you and her place as a slave. Since she is just friends with _SlaveJ.slaveName, @@ -992,7 +992,7 @@ They support and reassure each other and become @@.lightgreen;best friends.@@ <<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>> <</if>> - <<case 2>> /% best friends %/ + <<case 2>> /% best friends %/ maintains a close friendship with _SlaveJ.slaveName. <<if _SlaveI.sexualQuirk == "romantic">> Her romantic bent drives her to search for a regular sexual partner. @@ -1066,7 +1066,7 @@ they fuck in a weak moment and find themselves becoming @@.lightgreen;friends with benefits.@@ <<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>> <</if>> - <<case 3>> /% FWB %/ + <<case 3>> /% FWB %/ keeps up a sexual friendship with _SlaveJ.slaveName. <<if _SlaveI.sexualQuirk == "romantic">> Her romantic bent drives her to do her best to advance her relationship to an emotional level. @@ -1117,9 +1117,9 @@ They've spent enough time looking after each other's sexual and emotional needs that their relationship has become @@.lightgreen;very strong.@@ <<set _SlaveI.relationship++, _SlaveJ.relationship = _SlaveI.relationship>> <</if>> - <<case 4>> /% lovers %/ + <<case 4>> /% lovers %/ and _SlaveJ.slaveName are lovers. - <<default>> /% slave wives %/ + <<default>> /% slave wives %/ has a slave wife, _SlaveJ.slaveName. <<if $arcologies[0].FSChattelReligionist != "unset">> Society @@.green;approves@@ of their marriage, which advances the slave sacrament. @@ -1452,7 +1452,7 @@ <</if>> <</if>> <</if>> - <</if>> /% CLOSES RELATIONSHIP CHECK FOR LONG TERM RELATIONSHIP EFFECTS %/ + <</if>> /% CLOSES RELATIONSHIP CHECK FOR LONG TERM RELATIONSHIP EFFECTS %/ /% FAMILY FEELINGS %/ <<if $familyTesting == 1>> diff --git a/src/uncategorized/saRivalries.tw b/src/uncategorized/saRivalries.tw index 186ab373d7757c41e0c5defb06f7d9023026f9b0..c5314e1c6bf2d580ae8a594b8ab9b2da8a1465f4 100644 --- a/src/uncategorized/saRivalries.tw +++ b/src/uncategorized/saRivalries.tw @@ -161,7 +161,7 @@ <<elseif $slaves[$i].fetish == "dom">> $slaves[$i].slaveName is horny and dominant, so $he forces $his rival <<= SlaveFullName($slaves[_j])>> to submit to $him whenever $he can; this @@.hotpink;thoroughly satisfies@@ $slaves[$i].slaveName, but $slaves[_j].slaveName is @@.golden;angered@@ that you let it happen. <<set $slaves[$i].need = 0, $slaves[$i].devotion += 3, $slaves[_j].devotion -= 3, $slaves[$i].penetrativeCount += 5, $slaves[_j].oralCount += 5>> - <<if $slaves[$i].rivalry < 3>> + <<if $slaves[$i].rivalry < 3>> Of course, this @@.lightsalmon;worsens their rivalry.@@ <<set $slaves[_j].rivalry += 1, $slaves[$i].rivalry += 1, _worsenedRivalry = 1>> <</if>> diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw index dcdf5c056571d6708ac8074d47d50d8ee4df57b7..556a25e9a00a66e2eac1b9caea1b70b5a4dc7005 100644 --- a/src/uncategorized/saRules.tw +++ b/src/uncategorized/saRules.tw @@ -43,7 +43,7 @@ <<case "be the Madam">> <<set $slaves[$i].need -= ($BrothiIDs.length*10)>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -510,7 +510,7 @@ <</if>> <<case "be the DJ">> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -958,7 +958,7 @@ <<case "be the Nurse">> <<set $slaves[$i].need -= ($CliniciIDs.length*3)>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -1352,7 +1352,7 @@ <<case "be the Wardeness">> <<set $slaves[$i].need -= ($CellBiIDs.length*5)>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> gets off at work, so $he doesn't feel the need for release that often. @@ -1587,7 +1587,7 @@ <<case "be the Attendant">> <<set $slaves[$i].need -= ($SpaiIDs.length*3)>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -2066,7 +2066,7 @@ <<case "be the Matron">> /*TODO: this needs major work*/ <<set $slaves[$i].need -= ($NurseryiIDs.length*3)>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -2561,7 +2561,7 @@ <</if>> <<set $slaves[$i].oralCount += _sexLessons, $oralTotal += _sexLessons>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -3032,7 +3032,7 @@ <<case "be the Stewardess">> <<set $slaves[$i].need -= $ServQiIDs.length*10>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -3505,7 +3505,7 @@ <<case "be the Milkmaid">> <<set $slaves[$i].need -= $DairyiIDs.length*5>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -3658,7 +3658,7 @@ is so unhappy that $he has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].devotion <= 20)>> @@ -4034,11 +4034,11 @@ <</switch>> <</if>> <</if>> - <<case "be the Farmer">> /*TODO: this will need a rewrite*/ + <<case "be the Farmer">> /*TODO: this will need a rewrite*/ /* <<set $slaves[$i].need -= $DairyiIDs.length*5>> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].releaseRules != "permissive") && ($slaves[$i].releaseRules != "masturbation") && ($slaves[$i].releaseRules != "chastity")>> @@ -4170,12 +4170,12 @@ <</switch>> <</if>> */ - <<case "work as a farmhand">> /*TODO: this may need a rewrite*/ + <<case "work as a farmhand">> /*TODO: this may need a rewrite*/ <<if $slaves[$i].devotion < -50>> is so unhappy that $he has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].devotion <= 20)>> @@ -4545,7 +4545,7 @@ <</if>> <<case "be your Concubine">> <<if $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off allowing $him to focus on getting you off. + is frigid and has little interest in getting off allowing $him to focus on getting you off. <<set $slaves[$i].need = 0>> <<else>> gets more of your attention each day than any other slave, leaving $him thoroughly satisfied. @@ -4606,7 +4606,7 @@ is so unhappy that $he has little interest in getting off. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off. + is frigid and has little interest in getting off. <<set $slaves[$i].need = 0>> <<elseif $masterSuiteUpgradeLuxury == 2 && $MastSiIDs.length > 3>> never goes unsatisfied with all the action in the fuckpit. @@ -4910,7 +4910,7 @@ is so unhappy that $he has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].energy <= 20>> - is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. + is frigid and has little interest in getting off<<if ($slaves[$i].releaseRules != "permissive")>>, making the rule restricting $his sexual outlets superfluous<</if>>. <<set $slaves[$i].need = 0>> <<elseif $slaves[$i].need < $slaves[$i].energy*0.5>> <<if ($slaves[$i].devotion <= 20)>> diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw index b1391b37311e2a6a7f8fb5a823b178d6df7603b8..bca157523d1b61fdc5605da872d5ad80324db429 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"]] @@ -418,7 +418,7 @@ $He is not wearing a wig. <</if>> <br><br> - <<if $activeSlave.hStyle != "bald">> + <<if $activeSlave.hStyle != "bald">> Set wig style: <<else>> Give $him a wig: diff --git a/src/uncategorized/seNonlethalPit.tw b/src/uncategorized/seNonlethalPit.tw index 1121cf41626547e05ff5a555d4bc213131ac0edd..83e4c2d4ac01fbaa491a3cd0f3c125bcb4f3ce75 100644 --- a/src/uncategorized/seNonlethalPit.tw +++ b/src/uncategorized/seNonlethalPit.tw @@ -1033,7 +1033,7 @@ <<if $pitAudience == "none">>You are alone above $pitName, left to watch the animal use your slave in private.<<elseif $pitAudience == "free">>Your guests line the rim of $pitName, joking and laughing.<<else>>The attendees line the rim of $pitName, making bets on how long $he'll last.<</if>> <<if $arcologies[0].FSRomanRevivalist != "unset" || $arcologies[0].FSDegradationist != "unset">> - They @@.green;strongly approve@@ of you using this method of punishment; this advances ideas from antiquity about what public events should be. /*not sure what the message that usually displays for Degradationism is - that might have to be changed*/ + They @@.green;strongly approve@@ of you using this method of punishment; this advances ideas from antiquity about what public events should be. /*not sure what the message that usually displays for Degradationism is - that might have to be changed*/ <<if $arcologies[0].FSRomanRevivalist != "unset">> <<set $rep += 10*$FSSingleSlaveRep*($arcologies[0].FSRomanRevivalist/$FSLockinLevel)>> <<set $arcologies[0].FSRomanRevivalist += 0.2*$FSSingleSlaveRep>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index d5be528f19a1515a9dbdb5ac1360af1f537cf8c3..4a4b18e2fedd81e92f8bd5d48639f440fb7c9aba 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -500,7 +500,7 @@ /* CAN BE REASSIGNED */ Assignment: <strong><span id="assign">$activeSlave.assignment<<if $activeSlave.sentence>> ($activeSlave.sentence weeks)<</if>></span>.</strong> - <<link "Rest">> <<= assignJob($activeSlave, "rest")>><<replace "#assign">>$activeSlave.assignment<</replace>><<SlaveInteractFucktoy>><</link>> + <<link "Rest">> <<= assignJob($activeSlave, "rest")>><<replace "#assign">>$activeSlave.assignment<</replace>><<SlaveInteractFucktoy>><</link>> <<if ["be confined in the arcade", "work in the brothel", "serve in the club", "work in the dairy", "work as a farmhand", "serve in the master suite", "work as a servant", "work as a nanny"].includes($activeSlave.assignment)>> | <<link "Remove From Facility">> <<= removeJob($activeSlave, $activeSlave.assignment)>><<replace "#assign">>$activeSlave.assignment<</replace>><<SlaveInteractFucktoy>><</link>> <</if>> diff --git a/src/uncategorized/slaveSummary.tw b/src/uncategorized/slaveSummary.tw index 033ca6e70182920bac4649994ec870cb65d85190..4ac69e1a6ee2b23da1d25371acdfbac1abeffe22 100644 --- a/src/uncategorized/slaveSummary.tw +++ b/src/uncategorized/slaveSummary.tw @@ -413,7 +413,7 @@ <<continue>> <<else>> <<if (_Slave.lactation > 0 || (($dairySlimMaintainUpgrade == 0 || $dairySlimMaintain == 0) && (_Slave.boobs > 300 || _Slave.dick == 0 || $dairyImplantsSetting == 1) && $dairyImplantsSetting != 2)) || (_Slave.balls > 0)>> - <<if (_Slave.devotion > 20) || ((_Slave.devotion >= -50) && (_Slave.trust < -20)) || (_Slave.trust < -50) || (_Slave.amp == 1) || ($dairyRestraintsUpgrade == 1)>> + <<if (_Slave.devotion > 20) || ((_Slave.devotion >= -50) && (_Slave.trust < -20)) || (_Slave.trust < -50) || (_Slave.amp == 1) || ($dairyRestraintsUpgrade == 1)>> <<if ($dairyStimulatorsSetting < 2) || (_Slave.anus > 2) || ($dairyPrepUpgrade == 1)>> <<if ($dairyPregSetting < 2) || (_Slave.vagina > 2) || (_Slave.ovaries == 0) || ($dairyPrepUpgrade == 1)>> <br style="clear:both" /><<if $lineSeparations == 0>><br><<else>><hr style="margin:0"><</if>><<if ($seeImages == 1) && ($seeSummaryImages == 1)>><div class="imageRef smlImg"><<SlaveArt _Slave 1>></div><</if>> diff --git a/src/uncategorized/spa.tw b/src/uncategorized/spa.tw index 9b65a6e42408aa0873274e56dc5215b4efc3b7fd..cf424df963f9d56d86202e98490566b2ee05e945 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -88,7 +88,7 @@ $spaNameCaps <<if _NewPop > $dormitory>> @@.red;Dormitory capacity will be exceeded.@@ <</if>> -<</if>> +<</if>> <<set _Tmult0 = Math.trunc($spa*1000*$upgradeMultiplierArcology)>> <br>$spaNameCaps can house $spa slaves while they recuperate here. Currently $spaSlaves <<if $spaSlaves == 1>>is<<else>>are<</if>> recuperating. diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw index f877dac2419a8f7dbc4801afaa66648827d82314..23807ff987fdb179c8be67835e3ea7afb903dcc1 100644 --- a/src/uncategorized/storyCaption.tw +++ b/src/uncategorized/storyCaption.tw @@ -708,7 +708,7 @@ <<link "Run Custom Function">> <<if _customEvalCode>> <<if _customEvalCode.charAt(0) != "(" || $nextLink == ")">> /* second condition is only there for sanityCheck */ - <<set _customEvalCode = "(" + _customEvalCode + ")">> + <<set _customEvalCode = "(" + _customEvalCode + ")">> <</if>> <<if typeof eval(_customEvalCode) === "function">> <<run (eval(_customEvalCode))()>> diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 09bd21317343b7a8fa8098a37a12328fa6d6aaa2..8972d89794a4cabdb51962302f3c53b684baf14f 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -1979,7 +1979,7 @@ As the remote surgery's long recovery cycle completes, The surgery is invasive, and $he spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of $his body and $his thoughts coalesce against the dissipating fog of surgical pharmacology, $he strains to focus on $his groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above $him<</if>>. As a devoted slave, $he knew the essentials of the surgery before it was performed, so $he's excited to <<if canSee($activeSlave)>>see<<else>>feel<</if>> the result. $His eyes open wide as $he takes in the new member between $his legs. Suddenly, it twitches for the first time. The mixed pain of the terribly sore area and pleasure of new sensations floods $him, and $he jerks against the surgical restraints, gasping for breath. $He is @@.mediumaquamarine;tremendously impressed@@ that you would devote such immense resources to altering $his body, and is more willing than ever to @@.hotpink;submit to your plans@@ for $his future. @@.red;$His health has been severely affected@@ by the intrusive surgery. <<set $activeSlave.trust += 5, $activeSlave.devotion += 5>> <<elseif ($activeSlave.devotion >= -20)>> - The surgery is invasive, and $he spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of $his body and $his thoughts coalesce against the dissipating fog of surgical pharmacology, $he focuses on $his groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above $him<</if>>. $He slowly becomes aware of the soft new member resting between $his legs. $He has a penis. The thought process is visible on $his face as the fact sinks in. $He has a penis! Unsure what to make of this unbelievable development, $he <<if canSee($activeSlave)>>turns $his gaze away from the mirror and<</if>> shuts $his eyes tightly. $He is @@.gold;terrified@@ of your apparently untrammelled power over $his body, so much so that $he is now more willing to @@.hotpink;submit to your plans@@ for $his future. @@.red;$His health has been severely affected@@ by the intrusive surgery. + The surgery is invasive, and $he spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of $his body and $his thoughts coalesce against the dissipating fog of surgical pharmacology, $he focuses on $his groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above $him<</if>>. $He slowly becomes aware of the soft new member resting between $his legs. $He has a penis. The thought process is visible on $his face as the fact sinks in. $He has a penis! Unsure what to make of this unbelievable development, $he <<if canSee($activeSlave)>>turns $his gaze away from the mirror and<</if>> shuts $his eyes tightly. $He is @@.gold;terrified@@ of your apparently untrammeled power over $his body, so much so that $he is now more willing to @@.hotpink;submit to your plans@@ for $his future. @@.red;$His health has been severely affected@@ by the intrusive surgery. <<set $activeSlave.trust -= 5, $activeSlave.devotion += 5>> <<else>> The surgery is invasive, and $he spends some time in the autosurgery, slowly recovering. As feeling slowly returns to the lower half of $his body and $his thoughts coalesce against the dissipating fog of surgical pharmacology, $he focuses on $his groin<<if canSee($activeSlave)>>, visible in a ceiling mirror above $him<</if>>. $He slowly becomes aware of the soft new member resting between $his legs. $He has a penis. The thought process is visible on $his face as the fact sinks in. $He has a penis! <<if $activeSlave.voice == 0>>$He tries to scream, but as a mute all $he can manage is pathetic, silent thrashing against the surgical restraints.<<else>>A huge scream rises out of $him, going on and on, until $he pauses to gasp for breath so $he can go on screaming.<</if>> $He is @@.gold;terrified@@ of your apparently untrammeled power over $his body, and @@.mediumorchid;furious@@ at $his lack of control over $his own person. @@.red;$His health has been severely affected@@ by the intrusive surgery. diff --git a/src/uncategorized/toychest.tw b/src/uncategorized/toychest.tw index 49ddcd0ab642570de9cf90e9e963b8350ea64e16..2b2768a63dc9cafe082e135d3225fe07c5e81cf2 100644 --- a/src/uncategorized/toychest.tw +++ b/src/uncategorized/toychest.tw @@ -27,7 +27,7 @@ is lying on the couch with $his butt ready for you. /*check*/ <<elseif $slaves[$i].toyHole == "dick">> - is lying on the couch with $his dick at the ready for you. + is lying on the couch with $his dick at the ready for you. <<else>> is nearby, eagerly presenting $himself. <</if>> diff --git a/src/uncategorized/universalRules.tw b/src/uncategorized/universalRules.tw index 88a74ef1d20a1320697394d0f992dc110315cfe8..3ae498896436ad4d5a87541b894f85c71b05f881 100644 --- a/src/uncategorized/universalRules.tw +++ b/src/uncategorized/universalRules.tw @@ -139,7 +139,7 @@ Future society names for new slaves are currently @@.cyan;APPLIED@@. [[Stop appl <</if>> <br><br> -<<if $DefaultBirthDestination !== "anywhere">> +<<if $DefaultBirthDestination === "anywhere">> <<if $arcologies[0].FSRepopulationFocus > 40>> <<if $universalRulesChildrenBecomeBreeders == 1>> Unreserved children ''will be auto-enrolled'' in breeder schools to be raised into fine mothers and fathers. diff --git a/src/uncategorized/walkPast.tw b/src/uncategorized/walkPast.tw index 1d11ef25c12bc10cf79cd999b9a2c64405813c86..955f42464bdfd84a38a4713997476e8061a7a6f5 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/birthWidgets.tw b/src/utility/birthWidgets.tw index fea17e2d2a98dd92688936abc16d5e2a993254ef..2e8e1d3270754cab01a1698e377d7b15caf0b9cc 100644 --- a/src/utility/birthWidgets.tw +++ b/src/utility/birthWidgets.tw @@ -109,7 +109,7 @@ <</if>> <</if>> -<<case "work as a farmhand">> /* TODO: This needs a rewrite */ +<<case "work as a farmhand">> /* TODO: This needs a rewrite */ <<if $slaves[$i].fetish == "mindbroken">> <<if $farmyardPregSetting > 0>> Since the farmyard is designed for pregnant slaves, $he stays hooked up to the milkers. $He shows little interest in $his coming birth, instead focusing on $his milky breasts. Instinctively, $he begins to push out $his bab<<if $slaves[$i].pregType > 1>>ies<<else>>y<</if>>. $He pays no heed to $his child<<if $slaves[$i].pregType > 1>>ren<</if>> being removed from the milking stall, nor when $he is hosed off. diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw index 59d1df802e4739d4bf9afc1e6d7380e023bdc248..0f2d34e4c8763cd4c750901b9b5758f80cea7112 100644 --- a/src/utility/descriptionWidgetsFlesh.tw +++ b/src/utility/descriptionWidgetsFlesh.tw @@ -14193,37 +14193,112 @@ $He has <<if $activeSlave.belly >= 1000000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's cheerleader top rests atop $his unfathomable, hyper-swollen, implant-filled belly, giving the impression that $he is about to give birth to $his entire school. + $activeSlave.slaveName's cheerleader top leaves $his unfathomable, hyper-swollen, implant-filled belly bare. $He's so expansive that $he alone is needed for the base of the pyramid. <<else>> - $activeSlave.slaveName's cheerleader top rests atop $his unfathomable, hyper-swollen pregnant belly, giving the impression that $he is about to give birth to $his entire school. + $activeSlave.slaveName's cheerleader top leaves $his unfathomable, hyper-swollen pregnant belly bare, clearly displaying that this cheerleader is not only ready to burst with school spirit, but preparing to bring a class of $his own into the world. <</if>> <<elseif $activeSlave.belly >= 750000>> <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> <<elseif $activeSlave.bellyImplant > 0>> - $activeSlave.slaveName's cheerleader top rests atop $his monolithic, implant-filled belly, giving the impression that $he is pregnant with the rest of $his entire squad. + $activeSlave.slaveName's cheerleader top leaves $his monolithic implant-filled belly bare. $He's so large, it's expected that $he'd make a fantastic base for the pyramid all on $his own. <<else>> - $activeSlave.slaveName's cheerleader top rests atop $his monolithic pregnant belly, giving the impression that $he is pregnant with the rest of $his entire squad. + $activeSlave.slaveName's cheerleader top leaves $his monolithic pregnant belly bare, clearly displaying that this cheerleader is ready to burst with school spirit. + <</if>> + <<elseif $activeSlave.belly >= 600000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top leaves $his titanic implant-filled belly bare leaving spectators in awe at just what $his cheers must look like. + <<else>> + $activeSlave.slaveName's cheerleader top leaves $his titanic pregnant belly bare, clearly displaying that this cheerleader is thoroughly filled with school spirit. + <</if>> + <<elseif $activeSlave.belly >= 450000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top leaves $his gigantic implant-filled belly bare leaving spectators in awe at just what $his cheers must look like. + <<else>> + $activeSlave.slaveName's cheerleader top leaves $his gigantic pregnant belly bare, clearly displaying that this cheerleader has been cheering on the entirety of both teams. + <</if>> + <<elseif $activeSlave.belly >= 300000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top leaves $his massive implant-filled belly bare leaving spectators to wonder just how such a gravid $girl has managed to stay on the squad. + <<else>> + $activeSlave.slaveName's cheerleader top leaves $his massive pregnant belly bare, clearly displaying that this cheerleader has been bred by the entire team. + <</if>> + <<elseif $activeSlave.belly >= 150000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top can't be pulled over $his giant implant-filled belly, leaving spectators to wonder just how such a gravid $girl is supposed to perform. + <<else>> + $activeSlave.slaveName's cheerleader top can't be pulled over $his giant pregnant belly, leaving a rumor to spread that $he's making a team of $his own. + <</if>> + <<elseif $activeSlave.belly >= 120000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top can't be pulled over $his giant implant-filled belly, leaving spectators to pity the girls lower on the pyramid. + <<else>> + $activeSlave.slaveName's cheerleader top can't be pulled over $his giant pregnant belly, leaving spectators to pity the girls that have to lift $his gravid bulk. + <</if>> + <<elseif $activeSlave.belly >= 60000>> + <<if $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top can't be pulled over $his huge implant-filled belly, leaving spectators to question how $he can even perform. + <<else>> + $activeSlave.slaveName's cheerleader top can't be pulled over $his huge pregnant belly, leaving it obvious how $he is still on the cheer squad. <</if>> - <<elseif $activeSlave.bellyPreg >= 600000>> - $activeSlave.slaveName's cheerleader top rests atop $his titanic bulging pregnant belly clearly displaying that this cheerleader has fucked the entire school. - <<elseif $activeSlave.bellyPreg >= 300000>> - $activeSlave.slaveName's cheerleader top rests atop $his massive pregnant belly clearly displaying that this cheerleader is a massive slut. <<elseif $activeSlave.weight > 190>> $activeSlave.slaveName's cheerleader top rests atop $his massively fat belly, completely incapable of handling the jiggly, soft mass and clearly displaying that this cheerleader has let $himself go. - <<elseif $activeSlave.bellyPreg >= 10000 || ($activeSlave.bellyAccessory == "a huge empathy belly") || ($activeSlave.bellyAccessory == "a large empathy belly")>> - $activeSlave.slaveName's cheerleader top rides up $his big pregnant belly, covering only the top of it while leaving the rest on display to show how slutty this cheerleader is. + <<elseif $activeSlave.belly >= 15000 || ($activeSlave.bellyAccessory == "a huge empathy belly")>> + <<if $activeSlave.bellyAccessory == "a huge empathy belly">> + $activeSlave.slaveName's cheerleader top rides up $his huge pregnant belly, barely covering the top of it while leaving it obvious how such a slut is still on the squad. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top rides up $his huge implant-filled belly, barely covering the top of it while leaving spectators to assume $he's a slut. + <<else>> + $activeSlave.slaveName's cheerleader top rides up $his huge pregnant belly, barely covering the top of it while leaving it obvious how such a slut is still on the squad. + <</if>> + <<elseif $activeSlave.belly >= 10000 || ($activeSlave.bellyAccessory == "a large empathy belly")>> + <<if $activeSlave.bellyAccessory == "a large empathy belly">> + $activeSlave.slaveName's cheerleader top rides up $his big pregnant belly, covering only the top of it while leaving the rest on display to show how slutty this cheerleader is. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's cheerleader top rides up $his hugely swollen belly, covering only the top of it while leaving the rest on display to bring wonder to how many loads $he took last night. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top rides up $his big implant-filled belly, covering only the top of it while leaving the rest on display to make this cheerleader look like a giant slut. + <<else>> + $activeSlave.slaveName's cheerleader top rides up $his big pregnant belly, covering only the top of it while leaving the rest on display to show how slutty this cheerleader is. + <</if>> <<elseif $activeSlave.weight > 160>> - $activeSlave.slaveName's cheerleader top covers barely covers any of $his hugely fat belly. The rest is free to hang and jiggle with every motion, obscuring $his skirt and a letting everyone know how badly this cheerleader needs to diet. + $activeSlave.slaveName's cheerleader top covers barely covers any of $his hugely fat belly. The rest is free to hang and jiggle with every motion, obscuring $his skirt and letting everyone know how badly this cheerleader needs to diet. <<elseif $activeSlave.weight > 130>> - $activeSlave.slaveName's cheerleader top covers the top half of $his big fat belly. However, the bottom half is free to hang and jiggle with every motion, obscuring $his skirt and a letting everyone know how badly this cheerleader needs to diet. - <<elseif $activeSlave.bellyPreg >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>> - $activeSlave.slaveName's cheerleader top covers most of $his pregnant belly, the bottom of which peeks out showing how slutty this cheerleader is. + $activeSlave.slaveName's cheerleader top covers the top half of $his big fat belly. However, the bottom half is free to hang and jiggle with every motion, obscuring $his skirt and letting everyone know how badly this cheerleader needs to diet. + <<elseif $activeSlave.belly >= 5000 || ($activeSlave.bellyAccessory == "a medium empathy belly")>> + <<if $activeSlave.bellyAccessory == "a medium empathy belly">> + $activeSlave.slaveName's cheerleader top covers most of $his pregnant belly, the bottom of which peeks out showing how slutty this cheerleader is. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's cheerleader top covers most of $his jiggling <<print $activeSlave.inflationType>>-filled belly, the bottom of which peeks to make this cheerleader look like a slut. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top covers most of $his implant-filled belly, the bottom of which peeks out to make this cheerleader look like a slut. + <<else>> + $activeSlave.slaveName's cheerleader top covers most of $his pregnant belly, the bottom of which peeks out showing how slutty this cheerleader is. + <</if>> <<elseif $activeSlave.weight > 95>> $activeSlave.slaveName's cheerleader top covers most of $his fat belly. However, the bottom of it peeks out, obscuring $his skirt and a letting everyone know how badly this cheerleader needs to diet. - <<elseif (($activeSlave.bellyPreg >= 1500) || ($activeSlave.bellyAccessory == "a small empathy belly"))>> - $activeSlave.slaveName's cheerleader top gently bulges from $his growing belly displaying how slutty this cheerleader is. + <<elseif $activeSlave.belly >= 1500 || $activeSlave.bellyAccessory == "a small empathy belly">> + <<if $activeSlave.bellyAccessory == "a small empathy belly">> + $activeSlave.slaveName's cheerleader top gently bulges from $his small pregnant belly displaying how slutty this cheerleader is. + <<elseif $activeSlave.bellyFluid >= $activeSlave.bellyPreg && $activeSlave.bellyFluid >= $activeSlave.bellyImplant>> + $activeSlave.slaveName's cheerleader top gently bulges from $his <<print $activeSlave.inflationType>>-swollen belly making $him look slutty. + <<elseif $activeSlave.bellyImplant > 0>> + $activeSlave.slaveName's cheerleader top gently bulges from $his implant-rounded belly making $him look slutty. + <<else>> + $activeSlave.slaveName's cheerleader top gently bulges from $his growing belly displaying how slutty this cheerleader is. + <</if>> <<elseif $activeSlave.weight > 30>> $activeSlave.slaveName's cheerleader top frequently rides up $his chubby belly, letting it hang loose and hide the waist of $his skirt. + <<elseif $activeSlave.bellyPreg >= 100 || $activeSlave.bellyImplant >= 100>> + $activeSlave.slaveName's cheerleader top is tight enough to draw attention to the slight swell of $his lower belly. + <<elseif $activeSlave.muscles > 30>> + $activeSlave.slaveName's ripped abs can be seen through $his cheerleader top. <</if>> <<case "cutoffs and a t-shirt">> <<if $activeSlave.belly >= 1000000>> diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index 7dc0c1d86c3370143502e2fc44d2a9b3892d1509..a036856cac89d7b602d12615585469268d01639a 100644 --- a/src/utility/descriptionWidgetsStyle.tw +++ b/src/utility/descriptionWidgetsStyle.tw @@ -1058,11 +1058,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1074,7 +1074,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is long and loose, but is decorated with little black bows here and there. <<case "conservative clothing" "nice business attire">> @@ -1118,11 +1118,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1134,7 +1134,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is decorated with a little black bow in back. <<case "conservative clothing" "nice business attire">> @@ -1178,11 +1178,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1194,7 +1194,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is decorated with a little black bow in back. <<case "conservative clothing" "nice business attire">> @@ -1236,11 +1236,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1252,7 +1252,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "conservative clothing" "nice business attire">> is parted on the side. <<case "slutty business attire">> @@ -1296,11 +1296,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering, though it's obvious $he has a huge mass of hair restrained under there. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1312,7 +1312,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is back in a huge bun, and topped with a little maid's cap. <<case "conservative clothing" "nice business attire">> @@ -1355,11 +1355,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1371,7 +1371,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is back in a severe bun, and topped with a little maid's cap. <<case "conservative clothing" "nice business attire">> @@ -1414,11 +1414,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1430,7 +1430,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is back in a little bun, and topped with a little maid's cap. <<case "conservative clothing" "nice business attire">> @@ -1457,11 +1457,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is not visible under $his modest head covering. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1473,7 +1473,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is combed back and topped with a little maid's cap. <<case "a slutty nurse outfit" "a nice nurse outfit">> @@ -1539,11 +1539,11 @@ $His <<case "a burkini" "a burqa" "a hijab and blouse" "a hijab and abaya" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in long tails, but they're hidden by $his modest garb. <<case "a police uniform">> - is in long tails and kept out of $his face by a couple of sturdy hairpins. + is in long tails and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in long tails and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in long tails and is kept out of $his face by a couple of simple barrettes. + is in long tails and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long tails and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1555,7 +1555,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in long tails and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in long tails and is kept out of $his face by a couple of bone hairpins. + is in long tails and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in twin tails that almost reach the ground, and topped by a cat ear headband. <<default>> @@ -1615,11 +1615,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in tails, but they're hidden by $his modest garb. <<case "a police uniform">> - is in long tails and kept out of $his face by a couple of sturdy hairpins. + is in long tails and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in long tails and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in long tails and is kept out of $his face by a couple of simple barrettes. + is in long tails and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long tails and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1631,7 +1631,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in long tails and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in long tails and is kept out of $his face by a couple of bone hairpins. + is in long tails and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in long twin tails, and topped by a cat ear headband. <<default>> @@ -1691,11 +1691,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in tails, but they're hidden by $his modest garb. <<case "a police uniform">> - is in short braids and kept out of $his face by a couple of sturdy hairpins. + is in short braids and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in short braids and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in short braids and is kept out of $his face by a couple of simple barrettes. + is in short braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in short braids and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1707,7 +1707,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in short braids and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in short braids and is kept out of $his face by a couple of bone hairpins. + is in short braids and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in short braids, and topped by a cat ear headband. <<default>> @@ -1718,11 +1718,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is hidden by $his modest garb. <<case "a police uniform">> - is kept out of $his face by a couple of sturdy hairpins. + is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is kept out of $his face by a couple of simple barrettes. + is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1734,7 +1734,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is kept out of $his face by a couple of bone hairpins. + is kept out of $his face by a couple of bone hairpins. <<case "a scalemail bikini" "striped panties">> is combed back and topped by a gold headband. <<case "kitty lingerie">> @@ -1798,11 +1798,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in a long ponytail, but it's hidden by $his modest garb. <<case "a police uniform">> - is in a long ponytail and is kept out of $his face by a couple of sturdy hairpins. + is in a long ponytail and is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in a long ponytail and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in a long ponytail and is kept out of $his face by a couple of simple barrettes. + is in a long ponytail and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in a long ponytail and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1814,7 +1814,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in a long ponytail and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in a long ponytail and is kept out of $his face by a couple of bone hairpins. + is in a long ponytail and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in a long ponytail and is in a long ponytail, and topped by a cat ear headband. <<default>> @@ -1874,11 +1874,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in a long ponytail, but it's hidden by $his modest garb. <<case "a police uniform">> - is in a long ponytail and is kept out of $his face by a couple of sturdy hairpins. + is in a long ponytail and is kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in a long ponytail and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in a long ponytail and is kept out of $his face by a couple of simple barrettes. + is in a long ponytail and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in a long ponytail and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1890,7 +1890,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in a long ponytail and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in a long ponytail and is kept out of $his face by a couple of bone hairpins. + is in a long ponytail and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in a long ponytail and is in a long ponytail, and topped by a cat ear headband. <<default>> @@ -1950,11 +1950,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in a ponytail, but it's hidden by $his modest garb. <<case "a police uniform">> - is in a ponytail and kept out of $his face by a couple of sturdy hairpins. + is in a ponytail and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in a ponytail and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in a ponytail and is kept out of $his face by a couple of simple barrettes. + is in a ponytail and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in a ponytail and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -1966,7 +1966,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in a ponytail and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in a ponytail and is kept out of $his face by a couple of bone hairpins. + is in a ponytail and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in a short ponytail, and topped by a cat ear headband. <<default>> @@ -2035,11 +2035,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in long braids, but they're hidden by $his modest garb. <<case "a police uniform">> - is in long braids and kept out of $his face by a couple of sturdy hairpins. + is in long braids and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in long braids and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in long braids and is kept out of $his face by a couple of simple barrettes. + is in long braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long braids and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2051,7 +2051,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in long braids and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in long braids and is kept out of $his face by a couple of bone hairpins. + is in long braids and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in braids that almost reach the ground, and topped by a cat ear headband. <<default>> @@ -2107,11 +2107,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in braids, but they're hidden by $his modest garb. <<case "a police uniform">> - is in braids and kept out of $his face by a couple of sturdy hairpins. + is in braids and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in braids and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in braids and is kept out of $his face by a couple of simple barrettes. + is in braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in braids and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2123,7 +2123,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in braids and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in braids and is kept out of $his face by a couple of bone hairpins. + is in braids and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in long braids, and topped by a cat ear headband. <<default>> @@ -2179,11 +2179,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in short braids, but they're hidden by $his modest garb. <<case "a police uniform">> - is in short braids and kept out of $his face by a couple of sturdy hairpins. + is in short braids and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in short braids and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in short braids and is kept out of $his face by a couple of simple barrettes. + is in short braids and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in short braids and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2195,7 +2195,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in short braids and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in short braids and is kept out of $his face by a couple of bone hairpins. + is in short braids and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in short braids, and topped by a cat ear headband. <<default>> @@ -2264,11 +2264,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in long dreadlocks, barely hidden by $his modest garb. <<case "a police uniform">> - is in long dreadlocks and kept out of $his face by a couple of sturdy hairpins. + is in long dreadlocks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in long dreadlocks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in long dreadlocks and is kept out of $his face by a couple of simple barrettes. + is in long dreadlocks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in long dreadlocks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2280,7 +2280,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in long dreadlocks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in long dreadlocks and is kept out of $his face by a couple of bone hairpins. + is in long dreadlocks and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in dreadlocks that reach almost to the ground, and topped by a cat ear headband. <<default>> @@ -2340,11 +2340,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in dreadlocks, but they're hidden by $his modest garb. <<case "a police uniform">> - is in dreadlocks and kept out of $his face by a couple of sturdy hairpins. + is in dreadlocks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in dreadlocks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in dreadlocks and is kept out of $his face by a couple of simple barrettes. + is in dreadlocks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in dreadlocks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2356,7 +2356,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in dreadlocks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in dreadlocks and is kept out of $his face by a couple of bone hairpins. + is in dreadlocks and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in dreadlocks and topped by a cat ear headband. <<default>> @@ -2412,11 +2412,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is in short dreadlocks, but they're hidden by $his modest garb. <<case "a police uniform">> - is in short dreadlocks and kept out of $his face by a couple of sturdy hairpins. + is in short dreadlocks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in short dreadlocks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in short dreadlocks and is kept out of $his face by a couple of simple barrettes. + is in short dreadlocks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in short dreadlocks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2428,7 +2428,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in short dreadlocks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in short dreadlocks and is kept out of $his face by a couple of bone hairpins. + is in short dreadlocks and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is in short dreadlocks, and topped by a cat ear headband. <<default>> @@ -2497,11 +2497,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is curled into long flowing locks, barely hidden by $his modest garb. <<case "a police uniform">> - is curled into long flowing locks and kept out of $his face by a couple of sturdy hairpins. + is curled into long flowing locks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is curled into long flowing locks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is curled into long flowing locks and is kept out of $his face by a couple of simple barrettes. + is curled into long flowing locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is curled into long flowing locks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2513,7 +2513,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is curled into long flowing locks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is curled into long flowing locks and is kept out of $his face by a couple of bone hairpins. + is curled into long flowing locks and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is curled into long flowing locks that almost reach the ground, and topped by a cat ear headband. <<default>> @@ -2569,11 +2569,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is curled into long locks, but they're hidden by $his modest garb. <<case "a police uniform">> - is curled into long locks and kept out of $his face by a couple of sturdy hairpins. + is curled into long locks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is curled into long locks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is curled into long locks and is kept out of $his face by a couple of simple barrettes. + is curled into long locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is curled into long locks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2585,7 +2585,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is curled into long locks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is curled into long locks and is kept out of $his face by a couple of bone hairpins. + is curled into long locks and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is curled into long locks, and topped by a cat ear headband. <<default>> @@ -2641,11 +2641,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is curled into short locks, but they're hidden by $his modest garb. <<case "a police uniform">> - is curled into short locks and kept out of $his face by a couple of sturdy hairpins. + is curled into short locks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is curled into short locks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is curled into short locks and is kept out of $his face by a couple of simple barrettes. + is curled into short locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is curled into short locks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2657,7 +2657,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is curled into short locks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is curled into short locks and is kept out of $his face by a couple of bone hairpins. + is curled into short locks and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is curled into short locks, and topped by a cat ear headband. <<default>> @@ -2726,11 +2726,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is permed, barely hidden by $his modest garb. <<case "a police uniform">> - is permed and kept out of $his face by a couple of sturdy hairpins. + is permed and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is permed and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is permed and is kept out of $his face by a couple of simple barrettes. + is permed and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is permed and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2742,7 +2742,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is permed and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is permed and is kept out of $his face by a couple of bone hairpins. + is permed and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is permed and topped by a cat ear headband; $his curls almost reach the ground. <<default>> @@ -2798,11 +2798,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is permed; $his long curls hidden by $his modest garb. <<case "a police uniform">> - is permed and kept out of $his face by a couple of sturdy hairpins. + is permed and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is permed and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is permed and is kept out of $his face by a couple of simple barrettes. + is permed and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is permed and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2814,7 +2814,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is permed and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is permed and is kept out of $his face by a couple of bone hairpins. + is permed and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is permed and topped by a cat ear headband. <<default>> @@ -2870,11 +2870,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is permed into short waves, but they're hidden by $his modest garb. <<case "a police uniform">> - is permed into short waves and kept out of $his face by a couple of sturdy hairpins. + is permed into short waves and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is permed into short waves and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is permed into short waves and is kept out of $his face by a couple of simple barrettes. + is permed into short waves and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is permed into short waves and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2886,7 +2886,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is permed into short waves and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is permed into short waves and is kept out of $his face by a couple of bone hairpins. + is permed into short waves and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is permed into short waves and topped by a cat ear headband. <<default>> @@ -2924,11 +2924,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is in luxurious layered locks but not visible under $his modest head covering. <<case "a police uniform">> - is in luxurious layered locks and kept out of $his face by a couple of sturdy hairpins. + is in luxurious layered locks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in luxurious layered locks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes. + is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious layered locks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2940,7 +2940,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in luxurious layered locks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in luxurious layered locks and is kept out of $his face by a couple of bone hairpins. + is in luxurious layered locks and is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is in luxurious layered locks flowing gorgeously down $his back, decorated with little black bows here and there. <<case "conservative clothing" "nice business attire">> @@ -2982,11 +2982,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is in luxurious layered locks flowing gorgeously but not visible under $his modest head covering. <<case "a police uniform">> - is in luxurious layered locks and kept out of $his face by a couple of sturdy hairpins. + is in luxurious layered locks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in luxurious layered locks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes. + is in luxurious layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious layered locks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -2998,7 +2998,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in luxurious layered locks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in luxurious layered locks and is kept out of $his face by a couple of bone hairpins. + is in luxurious layered locks and is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is in luxurious layered locks, decorated with a little black bow in back. <<case "conservative clothing" "nice business attire">> @@ -3040,11 +3040,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit" "a klan robe" "a slutty klan robe">> is in luxuriously styled short locks but not visible under $his modest head covering. <<case "a police uniform">> - is in luxurious short layered locks and kept out of $his face by a couple of sturdy hairpins. + is in luxurious short layered locks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in luxurious short layered locks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes. + is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious short layered locks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -3056,7 +3056,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in luxurious short layered locks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in luxurious short layered locks and is kept out of $his face by a couple of bone hairpins. + is in luxurious short layered locks and is kept out of $his face by a couple of bone hairpins. <<case "a slutty maid outfit" "a nice maid outfit">> is in luxuriously styled short locks decorated with a little black bow in back. <<case "conservative clothing" "nice business attire">> @@ -3092,11 +3092,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a penitent nuns habit" "a fallen nuns habit" "a chattel habit">> is in luxuriously styled short locks but not visible under $his modest head covering. <<case "a police uniform">> - is in luxurious short layered locks and kept out of $his face by a couple of sturdy hairpins. + is in luxurious short layered locks and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is in luxurious short layered locks and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes. + is in luxurious short layered locks and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is in luxurious short layered locks and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -3108,7 +3108,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is in luxurious short layered locks and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is in luxurious short layered locks and is kept out of $his face by a couple of bone hairpins. + is in luxurious short layered locks and is kept out of $his face by a couple of bone hairpins. <<case "a slutty nurse outfit" "a nice nurse outfit">> is in luxuriously styled short locks secured by a traditional white nurse's headband, complete with red cross. <<case "Western clothing">> @@ -3154,11 +3154,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is shaved into a strip that's hidden by $his head covering. <<case "a police uniform">> - is shaved into a strip and kept out of $his face by a couple of sturdy hairpins. + is shaved into a strip and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is shaved into a strip and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is shaved into a strip and is kept out of $his face by a couple of simple barrettes. + is shaved into a strip and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is shaved into a strip and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -3170,7 +3170,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is shaved into a strip and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is shaved into a strip and is kept out of $his face by a couple of bone hairpins. + is shaved into a strip and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is shaved into a strip atop $his head that cascades magnificently down $his back, and topped by a cat ear headband. <<default>> @@ -3205,11 +3205,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is shaved into a long braided strip, hidden by $his head covering. <<case "a police uniform">> - is shaved into a long braided strip and kept out of $his face by a couple of sturdy hairpins. + is shaved into a long braided strip and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is shaved into a long braided strip and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is shaved into a long braided strip and is kept out of $his face by a couple of simple barrettes. + is shaved into a long braided strip and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is shaved into a long braided strip and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -3221,7 +3221,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is shaved into a long braided strip and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is shaved into a long braided strip and is kept out of $his face by a couple of bone hairpins. + is shaved into a long braided strip and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is shaved into a long braided strip and topped by a cat ear headband. <<default>> @@ -3256,11 +3256,11 @@ $His <<case "a burkini" "a burqa" "a hijab and abaya" "a hijab and blouse" "a niqab and abaya" "a klan robe" "a slutty klan robe">> is shaved into a strip down the middle of $his head, hidden by $his head covering. <<case "a police uniform">> - is shaved into a strip and kept out of $his face by a couple of sturdy hairpins. + is shaved into a strip and kept out of $his face by a couple of sturdy hairpins. <<case "a hanbok">> is shaved into a strip and flows down $his back, rustling freely in the wind. <<case "a one-piece swimsuit">> - is shaved into a strip and is kept out of $his face by a couple of simple barrettes. + is shaved into a strip and is kept out of $his face by a couple of simple barrettes. <<case "a gothic lolita dress">> is shaved into a strip and is kept out of $his face by a dark-colored headband. <<case "a bra" "a button-up shirt" "a sweater" "a striped bra" "striped underwear" "a sweater and panties" "a t-shirt" "an oversized t-shirt and boyshorts" "an oversized t-shirt" "a t-shirt and jeans" "boyshorts" "cutoffs" "panties" "a t-shirt and panties" "panties and pasties" "a sweater and cutoffs" "a button-up shirt and panties">> @@ -3272,7 +3272,7 @@ $His <<case "a nice pony outfit" "a slutty pony outfit">> is shaved into a strip and is kept out of $his face by a couple of black barrettes. <<case "a skimpy loincloth">> - is shaved into a strip and is kept out of $his face by a couple of bone hairpins. + is shaved into a strip and is kept out of $his face by a couple of bone hairpins. <<case "kitty lingerie">> is shaved into a strip and topped by a cat ear headband. <<default>> 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>>