From 4bd2895731e82edc6b65c17bc32ef789f30719b2 Mon Sep 17 00:00:00 2001 From: klorpa <30924131+klorpa@users.noreply.github.com> Date: Mon, 3 Dec 2018 00:04:11 -0600 Subject: [PATCH] MoreSpaces --- devNotes/AnatomyOfAFreeCitiesEvent.txt | 2 +- devNotes/twine JS.txt | 34 +-- src/Mods/DinnerParty/dinnerPartyExecution.tw | 18 +- src/SecExp/rebellionGenerator.tw | 2 +- src/SecExp/secInit.tw | 4 +- src/SpecialForce/JS.js | 4 +- src/SpecialForce/Upgrades.tw | 2 +- src/cheats/PCCheatMenuCheatDatatypeCleanup.tw | 2 +- .../mod_EditArcologyCheatDatatypeCleanup.tw | 2 +- .../mod_EditChildCheatDatatypeCleanupNew.tw | 2 +- .../mod_EditSlaveCheatDatatypeCleanupNew.tw | 2 +- src/events/gameover.tw | 2 +- src/events/intro/economyIntro.tw | 2 +- src/events/intro/introSummary.tw | 2 +- src/facilities/nursery/childInteract.tw | 2 +- src/facilities/nursery/childrenReport.tw | 16 +- src/init/setupVars.tw | 2 +- src/js/SetBellySize.tw | 2 +- src/js/assayJS.tw | 4 +- src/js/datatypeCleanupJS.tw | 2 +- src/js/familyTree.tw | 2 +- src/js/generateNewSlaveJS.tw | 4 +- src/js/rbuttonJS.tw | 4 +- src/js/rulesAssistantOptions.tw | 6 +- src/js/sexActsJS.tw | 2 +- src/js/slaveCostJS.tw | 2 +- src/js/slaveSummaryWidgets.tw | 2 +- src/npc/descriptions/fAssistedSex.tw | 8 +- src/npc/descriptions/fBellyFuck.tw | 4 +- src/npc/descriptions/fMaternitySwing.tw | 6 +- src/npc/descriptions/fPoolSex.tw | 4 +- src/npc/fFeelings.tw | 20 +- src/npc/newSlaveIncestSex.tw | 2 +- src/pregmod/basenationalitiesControls.tw | 4 +- src/pregmod/csec.tw | 4 +- src/pregmod/manageEconomy.tw | 4 +- src/pregmod/managePersonalAffairs.tw | 2 +- src/pregmod/newChildIntro.tw | 2 +- src/pregmod/organFarmOptions.tw | 4 +- src/pregmod/reMaleCitizenHookup.tw | 2 +- src/pregmod/rePregInventor.tw | 154 ++++++------- src/pregmod/rePregInventorText.tw | 22 +- src/pregmod/seFCTVshows.tw | 2 +- src/pregmod/widgets/deathWidgets.tw | 2 +- src/pregmod/widgets/seBirthWidgets.tw | 4 +- src/societies/aztec/slaveSacrifice.tw | 4 +- src/uncategorized/REFS.tw | 4 +- src/uncategorized/RESS.tw | 18 +- src/uncategorized/arcmgmt.tw | 2 +- src/uncategorized/barracks.tw | 8 +- src/uncategorized/bodyModification.tw | 84 ++++---- src/uncategorized/buySlaves.tw | 2 +- src/uncategorized/clubAdvertisement.tw | 2 +- src/uncategorized/costsReport.tw | 2 +- src/uncategorized/hgSelect.tw | 2 +- .../industrialDairyAssignmentScene.tw | 2 +- src/uncategorized/manufacturing.tw | 2 +- src/uncategorized/pRivalryHostage.tw | 6 +- src/uncategorized/persBusiness.tw | 4 +- src/uncategorized/pit.tw | 2 +- src/uncategorized/policies.tw | 12 +- src/uncategorized/reCitizenHookup.tw | 2 +- src/uncategorized/reMilfTourist.tw | 4 +- src/uncategorized/reNickname.tw | 2 +- src/uncategorized/recETS.tw | 2 +- src/uncategorized/remoteSurgery.tw | 2 +- src/uncategorized/reputation.tw | 2 +- src/uncategorized/saDrugs.tw | 6 +- src/uncategorized/saPleaseYou.tw | 8 +- src/uncategorized/saRelationships.tw | 26 +-- src/uncategorized/saRules.tw | 34 +-- src/uncategorized/salon.tw | 2 +- src/uncategorized/seNonlethalPit.tw | 2 +- src/uncategorized/spa.tw | 2 +- src/uncategorized/storyCaption.tw | 2 +- src/uncategorized/toychest.tw | 2 +- src/utility/birthWidgets.tw | 2 +- src/utility/descriptionWidgetsStyle.tw | 204 +++++++++--------- 78 files changed, 421 insertions(+), 419 deletions(-) diff --git a/devNotes/AnatomyOfAFreeCitiesEvent.txt b/devNotes/AnatomyOfAFreeCitiesEvent.txt index d05d641e099..54b198d771b 100644 --- a/devNotes/AnatomyOfAFreeCitiesEvent.txt +++ b/devNotes/AnatomyOfAFreeCitiesEvent.txt @@ -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/twine JS.txt b/devNotes/twine JS.txt index 837a4571f66..dd375c62b42 100644 --- a/devNotes/twine JS.txt +++ b/devNotes/twine JS.txt @@ -2009,7 +2009,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 @@ -2025,11 +2025,11 @@ window.SetBellySize = function SetBellySize(slave) { /* 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', { @@ -8905,7 +8905,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 +9010,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 +13887,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 +17970,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 +17988,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 +21197,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 +24744,7 @@ window.SlaveSummaryUncached = (function(){ break; } r += " "; - } + } function short_behavior_quirk(slave) { r += `<span class="green">`; @@ -33446,7 +33446,7 @@ window.GenerateNewSlave = (function(){ generateXXPuberty(); }; - function GenerateXYSlave() { + function GenerateXYSlave() { slave.genes = "XY"; slave.hLength = 10; slave.prostate = 1; @@ -33572,7 +33572,7 @@ window.GenerateNewSlave = (function(){ slave.vaginaLube = 0; } else { slave.vaginaLube = 1; - } + } slave.foreskin = jsRandom(0,4); }; @@ -34908,7 +34908,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 +34976,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}`; }; @@ -36135,7 +36135,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 +39088,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/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index 540df1c8f04..fbdc80baf5f 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -122,7 +122,7 @@ 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 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,7 +214,7 @@ <<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 %/ @@ -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. @@ -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 f056f7e66f4..42d83bfda29 100644 --- a/src/SecExp/rebellionGenerator.tw +++ b/src/SecExp/rebellionGenerator.tw @@ -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 c52f27234be..b45c8c7513e 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/SpecialForce/JS.js b/src/SpecialForce/JS.js index c87e29fd743..c6199c34821 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}`; }; diff --git a/src/SpecialForce/Upgrades.tw b/src/SpecialForce/Upgrades.tw index 0502c070f2b..7e63b8de148 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 c38f9f52ef4..928a415334c 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 1d4b3759f3a..e13e8690827 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 1949fe79bfc..7190bb770c2 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_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw index ad60d75e1d9..14b7412839a 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/events/gameover.tw b/src/events/gameover.tw index fd406d32afd..68b6051002d 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 dc6052982e9..6eba2ad983b 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 664a7bb55e7..27d0668c8c3 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 fa78fa74dff..8dca691dbed 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 ee6bd9c3a00..4d033a7e766 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/init/setupVars.tw b/src/init/setupVars.tw index 265545a6c81..c7cd2bbfbbf 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}, diff --git a/src/js/SetBellySize.tw b/src/js/SetBellySize.tw index 8b0e8b7ef23..d4e1ea3280d 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 b69dc65a39a..5ed6ba58536 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 5ee785eb3b7..3879d13b9bd 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 6ce4677bb08..478a320cdb1 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 df902983bc9..6a34cba7e2a 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 5ce98e92a8d..8ce088b90ed 100644 --- a/src/js/rbuttonJS.tw +++ b/src/js/rbuttonJS.tw @@ -2,11 +2,11 @@ /* 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', { diff --git a/src/js/rulesAssistantOptions.tw b/src/js/rulesAssistantOptions.tw index d9641c9ef4d..b81cd49e05f 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 f4312241401..184c7e40089 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 dee86baf67e..d610d06c09c 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 f398a396163..bce08586316 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/npc/descriptions/fAssistedSex.tw b/src/npc/descriptions/fAssistedSex.tw index e285f75f6b8..333e24ac153 100644 --- a/src/npc/descriptions/fAssistedSex.tw +++ b/src/npc/descriptions/fAssistedSex.tw @@ -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)>> @@ -75,7 +75,7 @@ $he draws toward you, half-floating on a river of silent, groping hands. When $h <</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 8a114d4cf4d..b7061902c96 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 29d0bd9b1b3..af940d36255 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 c74f1f491ac..615b4b4605b 100644 --- a/src/npc/descriptions/fPoolSex.tw +++ b/src/npc/descriptions/fPoolSex.tw @@ -141,11 +141,11 @@ 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 diff --git a/src/npc/fFeelings.tw b/src/npc/fFeelings.tw index 29bdd76f242..1c4df24a916 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")>> @@ -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/newSlaveIncestSex.tw b/src/npc/newSlaveIncestSex.tw index c10e0f6eb3c..46d5e7c8ccd 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 8f7586a9c08..6cd4e349e16 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/csec.tw b/src/pregmod/csec.tw index a9d70e6aae1..dba02968f3d 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -388,7 +388,7 @@ 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.*/ + /* Reaction for no live babies here. Placeholder.*/ <<elseif $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> <br><br> <<if $activeSlave.pregSource == -1>> @@ -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/manageEconomy.tw b/src/pregmod/manageEconomy.tw index eb9ade45ae1..e4064c59ec4 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>> diff --git a/src/pregmod/managePersonalAffairs.tw b/src/pregmod/managePersonalAffairs.tw index 2d035f0ce78..76bff0dc600 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 c57a1c3178c..dff687bd4bd 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 0030130758c..ca4477c1753 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">> diff --git a/src/pregmod/reMaleCitizenHookup.tw b/src/pregmod/reMaleCitizenHookup.tw index 35becd0e649..fca1f8db4ca 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 c8658d031e0..fc540d40874 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -57,17 +57,17 @@ <</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,13 +128,13 @@ 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 @@ -146,29 +146,29 @@ 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>> @@ -178,22 +178,22 @@ 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>> @@ -218,7 +218,7 @@ You place a hand on $his exaggerated gut and direct $him to explain. <</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>> @@ -251,8 +251,8 @@ <<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>> @@ -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 @@ -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 slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@ - <<set $cash -= 10000>> - <<set $pregInventor = 2>> - <<set $pregInventions = 1>> - <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> + <<set $cash -= 10000>> + <<set $pregInventor = 2>> + <<set $pregInventions = 1>> + <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> <</replace>> <</link>> // This will cost <<= cashFormat(10000)>>// <</if>> - </span> + </span> <</replace>> - <</link>> + <</link>> <br><<link "Have $him give you a trained assisted strip show.">> <<EventNameDelink $activeSlave>> <<replace "#result">> @@ -380,23 +380,23 @@ 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>> plush MILFs who support your hyperbroodmother's insane pregnancy with a hint of maternal affection, @@ -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,7 +487,7 @@ <</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. @@ -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 slave owners and Free Cities citizens around the world. In the meantime, you implement her ideas around the arcology. $He is @@.hotpink;thrilled@@ to have pleased you so much that you would @@.mediumaquamarine;put such faith in $his ideas.@@ - <<set $cash -= 10000>> - <<set $pregInventor = 2>> - <<set $pregInventions = 1>> - <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> + <<set $cash -= 10000>> + <<set $pregInventor = 2>> + <<set $pregInventions = 1>> + <<set $activeSlave.trust += 4, $activeSlave.devotion += 10>> <</replace>> <</link>> // This will cost <<= cashFormat(10000)>>// <</if>> - </span> + </span> <</replace>> <</link>> <<if $spa != 0>> @@ -556,32 +556,32 @@ 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. + 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">> @@ -627,7 +627,7 @@ <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>> @@ -722,7 +722,7 @@ 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>> @@ -750,8 +750,8 @@ <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>> @@ -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 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. <<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>> @@ -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@@ she 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">> @@ -1048,7 +1048,7 @@ <</for>> <</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 44c287cca7c..6a9bd5ff95d 100644 --- a/src/pregmod/rePregInventorText.tw +++ b/src/pregmod/rePregInventorText.tw @@ -56,7 +56,7 @@ <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,9 +95,9 @@ 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, @@ -107,7 +107,7 @@ "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 be7b7e84b63..5ea41569aea 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!" diff --git a/src/pregmod/widgets/deathWidgets.tw b/src/pregmod/widgets/deathWidgets.tw index 03905d29ce2..58a9a66ca8a 100644 --- a/src/pregmod/widgets/deathWidgets.tw +++ b/src/pregmod/widgets/deathWidgets.tw @@ -117,7 +117,7 @@ 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 slave owner and @@.red;calls into question@@ your paternalistic resolve. - <<= FSChange("Paternalist", -10)>> + <<= FSChange("Paternalist", -10)>> <</if>> <</if>> <</widget>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index bd1fc0fd14c..29b4af77374 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -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. @@ -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>> diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw index 310eef8b27f..9595e2633eb 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/REFS.tw b/src/uncategorized/REFS.tw index a6e36d78b75..43d72c5d9a4 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 3aa3d4a7fe2..ff927cc129d 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -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 her from talking; @@.mediumaquamarine;what stops her 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 her 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 her from talking; @@.mediumaquamarine;what stops her 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 her 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 her from talking; @@.mediumaquamarine;what stops her 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 her 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 her 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">> @@ -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>> diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index 318aa6f6123..fde0afdd805 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, diff --git a/src/uncategorized/barracks.tw b/src/uncategorized/barracks.tw index 563371de212..4af2397a776 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 d14e1637d43..4057afc56a0 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -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> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 361d438dee2..5441b59c5c0 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>> diff --git a/src/uncategorized/clubAdvertisement.tw b/src/uncategorized/clubAdvertisement.tw index 888764ad5cd..f2d18e12c99 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/costsReport.tw b/src/uncategorized/costsReport.tw index e3863127926..328837a1428 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/hgSelect.tw b/src/uncategorized/hgSelect.tw index 9fcb6453d69..3bf4a7bd212 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 5b96036d1b6..6d70f814036 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/manufacturing.tw b/src/uncategorized/manufacturing.tw index 6e785effb50..92d1a840d32 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>> diff --git a/src/uncategorized/pRivalryHostage.tw b/src/uncategorized/pRivalryHostage.tw index e36f728a447..90db6a447e1 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">> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index d46157d095d..6d8a378a73b 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -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 01a0e6051c3..49afe4c0ba3 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 be8d81bed9a..94f2dcbb745 100644 --- a/src/uncategorized/policies.tw +++ b/src/uncategorized/policies.tw @@ -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/reCitizenHookup.tw b/src/uncategorized/reCitizenHookup.tw index ef5dbd04b7b..14afbe0dc46 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/reMilfTourist.tw b/src/uncategorized/reMilfTourist.tw index fd70a16a69c..403fca036a7 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 962cd211490..9d66396ac89 100644 --- a/src/uncategorized/reNickname.tw +++ b/src/uncategorized/reNickname.tw @@ -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/recETS.tw b/src/uncategorized/recETS.tw index fdf636f6aa0..e4a7bb354fe 100644 --- a/src/uncategorized/recETS.tw +++ b/src/uncategorized/recETS.tw @@ -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>> diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index aebff18240c..b52ec174b02 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -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)>> diff --git a/src/uncategorized/reputation.tw b/src/uncategorized/reputation.tw index 7e283d03c11..507b40da420 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>> diff --git a/src/uncategorized/saDrugs.tw b/src/uncategorized/saDrugs.tw index a3d6b450e76..fa821816322 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/saPleaseYou.tw b/src/uncategorized/saPleaseYou.tw index 95ac91a9cb2..a35a5c349f9 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 383dbef9d3b..9d7b4a00351 100644 --- a/src/uncategorized/saRelationships.tw +++ b/src/uncategorized/saRelationships.tw @@ -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/saRules.tw b/src/uncategorized/saRules.tw index bea82fc2bfb..5fae81ba471 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 e00cf00151a..eb723be502a 100644 --- a/src/uncategorized/salon.tw +++ b/src/uncategorized/salon.tw @@ -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 1121cf41626..83e4c2d4ac0 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/spa.tw b/src/uncategorized/spa.tw index 5da3c3344e5..53d72b5ec08 100644 --- a/src/uncategorized/spa.tw +++ b/src/uncategorized/spa.tw @@ -84,7 +84,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 1439767d93a..0e053d55329 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/toychest.tw b/src/uncategorized/toychest.tw index b3d92f77c68..f7e2acf4fe4 100644 --- a/src/uncategorized/toychest.tw +++ b/src/uncategorized/toychest.tw @@ -25,7 +25,7 @@ is lying on the couch with her butt ready for you. /*check*/ <<elseif $slaves[$i].toyHole == "dick">> - is lying on the couch with her dick at the ready for you. + is lying on the couch with her dick at the ready for you. <<else>> is nearby, eagerly presenting herself. <</if>> diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw index fea17e2d2a9..2e8e1d32707 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/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw index 7dc0c1d86c3..a036856cac8 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>> -- GitLab