diff --git a/artTools/vector_layer_split.py b/artTools/vector_layer_split.py index 5a9aa919507b654fa318f0042a4e4ab9440cb98d..6eee821c625c28d95c14708b33d0a55bdad4adde 100755 --- a/artTools/vector_layer_split.py +++ b/artTools/vector_layer_split.py @@ -21,13 +21,13 @@ import argparse parser = argparse.ArgumentParser( description='Application for splitting groups from one SVG file into separate files.') parser.add_argument('-o', '--output', dest='output_dir', required=True, - help='output directory') + help='output directory') parser.add_argument('-f', '--format', dest='output_format', - choices=['svg', 'tw'], default='svg', help='output format.') + choices=['svg', 'tw'], default='svg', help='output format.') parser.add_argument('-p', '--prefix', dest='prefix', default='', - help='Prepend this string to result file names') + help='Prepend this string to result file names') parser.add_argument('input_file', metavar='FILENAME', nargs='+', - help='Input SVG file with layers') + help='Input SVG file with layers') args = parser.parse_args() output_format = args.output_format diff --git a/artTools/vector_revamp_layer_split.py b/artTools/vector_revamp_layer_split.py index 13c19faddd55a119ff9475af0a3ce3d353a2cb0e..b31230fa9be459b2f00f1deccc7e46603a96c84c 100755 --- a/artTools/vector_revamp_layer_split.py +++ b/artTools/vector_revamp_layer_split.py @@ -23,13 +23,13 @@ import normalize_svg parser = argparse.ArgumentParser( description='Application for splitting groups from one SVG file into separate files.') parser.add_argument('-o', '--output', dest='output_dir', required=True, - help='output directory') + help='output directory') parser.add_argument('-f', '--format', dest='output_format', - choices=['svg', 'tw'], default='svg', help='output format.') + choices=['svg', 'tw'], default='svg', help='output format.') parser.add_argument('-p', '--prefix', dest='prefix', default='', - help='Prepend this string to result file names') + help='Prepend this string to result file names') parser.add_argument('input_file', metavar='FILENAME', nargs=1, - help='Input SVG file with layers') + help='Input SVG file with layers') args = parser.parse_args() diff --git a/src/Mods/DinnerParty/dinnerPartyPreparations.tw b/src/Mods/DinnerParty/dinnerPartyPreparations.tw index 35000125b472aca6e9a630e0e52af4b2f878de55..9efe06087134070782919b5bc93b1278d0b1d58b 100644 --- a/src/Mods/DinnerParty/dinnerPartyPreparations.tw +++ b/src/Mods/DinnerParty/dinnerPartyPreparations.tw @@ -7,16 +7,16 @@ Hosting of high society dinner parties will increase your prestige significantly <h1>Cooking Instructions and Recipes:</h1> -''Roast Long Pig'' – Made with the meat of a human roasted on a spit. Young meat is better than old meat. There should be some amount of fat to make the meat juicy, but not too much fat that makes the meat greasy. Muscles affect the texture of the meat. Meat without muscles lacks texture while an excess will be tough and hard to chew. Remember you can't eat silicone, and virgin meat is highly sought after.<<if $seePreg != 0>> If the human is pregnant a veal dish can also be made from the fetus.<</if>> +''Roast Long Pig'' – Made with the meat of a human roasted on a spit. Young meat is better than old meat. There should be some amount of fat to make the meat juicy, but not too much fat that makes the meat greasy. Muscles affect the texture of the meat. Meat without muscles lacks texture while an excess will be tough and hard to chew. Remember that you can't eat silicone, and virgin meat is highly sought after.<<if $seePreg != 0>> If the human is pregnant, a veal dish can also be made from the fetus.<</if>> <br><br> -''Dicky Roll'' – An erect penis made into a spring roll. For best results harvest the penis at the moment of ejaculation. The size of the penis and the amount of accumulated ejaculate all affect the quality of the dish. Too big of a dick and too thin of semen can both ruin a dish. +''Dicky Roll'' – An erect penis made into a spring roll. For best results, harvest the penis at the moment of ejaculation. The size of the penis and the amount of accumulated ejaculate all affect the quality of the dish. Too big of a dick and too thin of semen can both ruin a dish. <br><br> ''Testy Meat Balls'' – Testicles made into meat balls served with a sauce. Size matters. <br><br> -''Titty Tartare'' – Made from finely chopped breasts, mixed with onions, capers and seasonings, served raw. Big breasts make the best quality meat for this dish. To add a hint of creamy taste, make sure the breasts are lactating. Remember you can't eat silicone. +''Titty Tartare'' – Made from finely chopped breasts, mixed with onions, capers, and seasonings, and served raw. Big breasts make the best quality meat for this dish. To add a hint of creamy taste, make sure the breasts are lactating. Remember that you can't eat silicone. <br><br> ''Camel Toe à l'Orange'' – Pussy grilled like a steak. A big clit and big labia will improve the quality of the dish. diff --git a/src/SecExp/securityReport.tw b/src/SecExp/securityReport.tw index b7567786a23104a3930218a261e12861f13ce389..3e12668d6fe590016a052aebbabb1928ba18a26a 100644 --- a/src/SecExp/securityReport.tw +++ b/src/SecExp/securityReport.tw @@ -220,7 +220,7 @@ The security level of the arcology is <<if $security > (_secRest + 5)>> - over its effective resting point, limiting the achievable growth this week. + over its effective resting point, limiting the achievable growth this week. <<set _secGrowth *= 0.5>> <<elseif $security < (_secRest - 5)>> under its effective resting point, speeding up its growth. diff --git a/src/SpecialForce/SpecialForce.js b/src/SpecialForce/SpecialForce.js index 665326be65e9072ca80ac8b399d42dfdc0d0bcfa..5a0dd4fb98cc7d3963e8df4b5d2b0f06fcf5422d 100644 --- a/src/SpecialForce/SpecialForce.js +++ b/src/SpecialForce/SpecialForce.js @@ -3125,9 +3125,9 @@ App.SF.UnitText = function(input) { if (V.week % 6 === 0) { loc2 += `is` if (input !== 'HAT') { - loc2 += ` moored to`; + loc2 += ` moored to`; } else { - loc2 += ` parked on`; + loc2 += ` parked on`; } loc2 += ` the pier in the Naval Yard`; if (input === 'HAT') { diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw index 68ae26eddefd9b1e43df01faf2de815bd530d6a6..df0a80a526f39bc94d02d539bf8bb39063826723 100644 --- a/src/cheats/mod_editSlaveCheatNew.tw +++ b/src/cheats/mod_editSlaveCheatNew.tw @@ -3598,7 +3598,7 @@ <<radiobutton "$tempSlave.geneticQuirks.heterochromia" 0>> None | <<radiobutton "$tempSlave.geneticQuirks.heterochromia" 1>> Carrier | <<link "Eye Colors">> - <<if (ndef _ecol3R) || (_ecol3R == 0) >> + <<if (ndef _ecol3R) || (_ecol3R == 0) >> <<replace "#ecol3">> <<set _ecol3R = 1>> <br> diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw index c613bed4e2446654361fe7e4317111995f51df6b..6c13d41abf5df704f15aae55cc076a47afe03713 100644 --- a/src/events/intro/introSummary.tw +++ b/src/events/intro/introSummary.tw @@ -1298,7 +1298,7 @@ __''Mods''__ <<option 1 "Enable">> ''enabled''. <<comment>> - This mod is initially from anon1888 but expanded by SFanon offers a lategame special (started out as security but changed to special in order to try and reduce confusion with CrimeAnon's separate Security Expansion (SecExp) mod) force, that is triggered after week 80. It is non-canon where it conflicts with canonical updates to the base game. + This mod is initially from anon1888 but expanded by SFanon offers a lategame special (started out as security but changed to special in order to try and reduce confusion with CrimeAnon's separate Security Expansion (SecExp) mod) force, that is triggered after week 80. It is non-canon where it conflicts with canonical updates to the base game. <</options>> /*<br> The support facility is <<if $SF.Facility.Toggle < 1>> diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw index 47781b5c246d7d9f0bc3111659d747fb817b3b6e..ba34dc916381c234c4e00edacea8a865cbff30ac 100644 --- a/src/gui/Encyclopedia/encyclopedia.tw +++ b/src/gui/Encyclopedia/encyclopedia.tw @@ -2549,7 +2549,7 @@ LORE: INTERVIEWS <br>''PregModder'' has modded extensively, including descriptive embellishments for pregnant slaves, various asset descriptions, Master Suite reporting, the Wardrobe, a pack of facility leader interactions, options for Personal Assistant appearances, birthing scenes, fake pregnancy accessories, many other preg mechanics, blind content, expanded chubby belly descriptions, several new surgeries, neon and metallic makeup, better descriptive support for different refreshments, work on choosesOwnJob, many bugfixes, an expansion to the hostage corruption event chain, slave specific player titles, gagging and several basic gags, extended family mode, oversized sex toys, buttplug attachment system, and other, likely forgotten, things. (And that's just the vanilla added stuff!) <br>''Lolimodder'' your loli expertise will be missed. <br>''pregmodfan'' for tremendous amounts of work with compilers, decompilers, etc. Single-handedly kicked this mod into its new git home. Contributed lots of bugfixes as well as fixed the RA considerably. Revamped pregnancy tracking as well then further expanded it. Also for ppmod, ramod, implmod, cfpmod and psmod (preg speed). - <br>''FCGudder'' for advanced economy reports, image improvements, cleaning and fixing extended-extended family mode, extending building widgets, anaphrodisiacs, name cleaning, height overhauling, proper slave summary caching, new shelter slaves, some crazy ass shit with vector art, fixing seDeath, coding jquery in ui support and likely one to two of these other anon credits. + <br>''FCGudder'' for advanced economy reports, image improvements, cleaning and fixing extended-extended family mode, extending building widgets, anaphrodisiacs, name cleaning, height overhauling, proper slave summary caching, new shelter slaves, some crazy ass shit with vector art, fixing seDeath, coding jQuery in ui support and likely one to two of these other anon credits. <br>''family mod anon'' for extending extended family mode. <br>''anon'' for lolimod content, new slave careers, new pubestyles, and general improvements. <br>''anon'' for considerable bugfixing, most notably that infernal @@.green;[[reputation|Encyclopedia][$encyclopedia = "Arcologies and Reputation"]]@@ bug. diff --git a/src/interaction/prothesticLab.tw b/src/interaction/prothesticLab.tw index a1310dd8b4b1fa52bf2a915b767778bcb6e90b2a..574c44cf8c048c9b9f2b040b9d6eb32b5389fbfc 100644 --- a/src/interaction/prothesticLab.tw +++ b/src/interaction/prothesticLab.tw @@ -217,5 +217,5 @@ Prosthetic Lab <</for>> <br><br> - <<= ResearchLabStockPile()>> + <<= ResearchLabStockPile()>> <</if>> diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/descriptions/fVagina.tw index 9aaa39626357df14edeca7ac9483ba154d8c74ec..6b8187b1f9a72012d565b15494ebef71490f8e25 100644 --- a/src/npc/descriptions/fVagina.tw +++ b/src/npc/descriptions/fVagina.tw @@ -299,7 +299,7 @@ You call $him over so you can $He begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; <</if>> <</if>> - you can feel <<if $activeSlave.bellyPreg >= 300000>>$his children begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. As the sex reaches its climax, $he begs you to cum inside $his unworthy body. + you can feel <<if $activeSlave.bellyPreg >= 300000>>$his child<<if $activeSlave.pregType > 0>>ren<</if>> begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. As the sex reaches its climax, $he begs you to cum inside $his unworthy body. <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> <<if $activeSlave.chastityPenis == 1>> $He does $his submissive best to stay completely soft within $his dick chastity. @@ -449,7 +449,7 @@ You call $him over so you can $He begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; <</if>> <</if>> - you can feel <<if $activeSlave.bellyPreg >= 300000>>$his children begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. + you can feel <<if $activeSlave.bellyPreg >= 300000>>$his child<<if $activeSlave.pregType > 0>>ren<</if>> begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. <<if (_fPosition <= 40) && $activeSlave.belly+$PC.belly < 20000>> As the sex reaches its climax, $his kisses grow urgent and passionate. <</if>> <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> <<if ($activeSlave.chastityPenis == 1)>> diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 4952ef2a4a3b5c283e17df87ce3877f4341b4337..33239fca2dc155902bbbdfe7fa9f3a46eb569eb5 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -1046,7 +1046,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <<set $activeSlave.health -= 10>> <<set $activeSlave.trust -= 100>> <<replace "#result">> - You escort $him to the remote surgery and strap $him face-up with $his stomach bare. $He doesn't understand what's coming for a while, even giggling as $his belly is carefully cleaned and disinfected. $He begins to panic at the <<if canSee($activeSlave)>>sight<<elseif canHear($activeSlave)>>sound<<else>>touch<</if>> of the approaching surgical manipulators, screaming out as they cut into $his abdomen. $He squeals in horror as $his womb and ovaries are extracted before $his eyes. $He will never bear children, and will @@.mediumorchid;remember $his status@@ with every fucking $he receives. Your absolute power is rightfully @@.gold;terrifying@@ to $his undeveloped mind. + You escort $him to the remote surgery and strap $him face-up with $his stomach bare. $He doesn't understand what's coming for a while, even giggling as $his belly is carefully cleaned and disinfected. $He begins to panic at the <<if canSee($activeSlave)>>sight<<elseif canHear($activeSlave)>>sound<<else>>touch<</if>> of the approaching surgical manipulators, screaming out as they cut into $his abdomen. $He squeals in horror as $his womb and ovaries are extracted before $his eyes. $He will never<<if $activeSlave.counter.birthsTotal > 0>> again<</if>> bear children, and will @@.mediumorchid;remember $his status@@ with every fucking $he receives. Your absolute power is rightfully @@.gold;terrifying@@ to $his undeveloped mind. <</replace>> <</link>> <</if>> diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index 03c9ba24facc15d084f589d933f666f2e0c4dfc3..6f3d67cb75de83daf8a4d1393750947c52138330 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -896,7 +896,7 @@ <<set $arcologies[_i].FSRestart -= 60>> <</if>> <</for>> - <<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> + <<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and " + getPronouns($activeSlave).possessive + " myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 30>> 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. @@ -913,7 +913,7 @@ <<set $arcologies[_i].FSRestart -= 20>> <</if>> <</for>> - <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> + <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and " + getPronouns($activeSlave).possessive + " myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif $activeSlave.pornPrestige >= 3 && random(1,100) > 15>> You turn your FCTV screen off satisfied that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. @@ -954,7 +954,7 @@ <<set $arcologies[_i].FSRestart -= 60>> <</if>> <</for>> - <<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> + <<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and " + getPronouns($activeSlave).possessive + " myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 50>> 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. @@ -971,7 +971,7 @@ <<set $arcologies[_i].FSRestart -= 20>> <</if>> <</for>> - <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> + <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and " + getPronouns($activeSlave).possessive + " myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif $activeSlave.pornPrestige >= 2 && random(1,100) > 30>> You turn your FCTV screen off satisfied that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. @@ -1012,7 +1012,7 @@ <<set $arcologies[_i].FSRestart -= 60>> <</if>> <</for>> - <<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> + <<set _pregmag = "a cut out magazine cover of your world renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and " + getPronouns($activeSlave).possessive + " myriad toys">> <<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. @@ -1029,7 +1029,7 @@ <<set $arcologies[_i].FSRestart -= 20>> <</if>> <</for>> - <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and her myriad toys">> + <<set _pregmag = "a cut out magazine cover of your renowned hyperbroodmother inventor, " + $activeSlave.slaveName + ", and " + getPronouns($activeSlave).possessive + " myriad toys">> <<set $trinkets.push(_pregmag)>> <<elseif random(1,100) > 50>> You turn your FCTV screen off satisfied that your slave has done a satisfactory job. Over the course of the next several weeks, it becomes clear that $activeSlave.slaveName's appearance on "Husbandry With Milly" has had a @@.green;significant impact@@ on public opinion, though only at a local level. diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw index 44fb36d7b2156beb479818fd1d414f9f230dd8cf..bfe5e4c06601e65f5a4170168a46daa51fc7b394 100644 --- a/src/uncategorized/REFI.tw +++ b/src/uncategorized/REFI.tw @@ -1141,14 +1141,14 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< slide your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> into $his rear. You lean in to run your hands across the quivering slave's belly as you focus on breeding the already fecund bitch. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good $girl you'll be sure to keep $him swollen with child. With that, you hilt yourself and <<if $PC.dick == 1>>flood $his rectum with your cum<<else>>repeatedly pump bursts of cum out of your toy into $his bowels<</if>>. <<= VCheck.Anal()>> <<else>> - you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good $girl you'll be sure to keep $him swollen with child. With that, you run your hands across the quivering slave's _belly belly; pantomiming it swelling to an obscene size with children and sending $him over the edge. + you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good $girl you'll be sure to keep $him swollen with child. With that, you run your hands across the quivering slave's _belly belly, pantomiming it swelling to an obscene size with children and sending $him over the edge. <</if>> <<else>> <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> slide your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> into $his pussy. You lean in to run your hands across the quivering slave's belly as you focus on breeding the already fecund bitch. <<if $PC.dick == 1>>When you start to feel you climax approaching<<else>>Once you've thoroughly enjoyed yourself<</if>>, you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good $girl you'll be sure to keep $him swollen with child. With that, you hilt yourself and <<if $PC.dick == 1>>flood $his cunt with your cum<<else>>repeatedly pump bursts of cum into $him until it flows out around your toy<</if>>. <<= VCheck.Vaginal()>> <<else>> - you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good $girl you'll be sure to keep $him swollen with child. With that, you run your hands across the quivering slave's _belly belly; pantomiming it swelling to an obscene size with children and sending $him over the edge. + you tell $him that pregnancy is a very special reward for very good slaves, and if $he keeps being a good $girl you'll be sure to keep $him swollen with child. With that, you run your hands across the quivering slave's _belly belly, pantomiming it swelling to an obscene size with children and sending $him over the edge. <</if>> <</if>> @@.hotpink;$He has become more devoted to you,@@ and @@.lightcoral;$he is desperately eager to get pregnant.@@ diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index 2a7e2e3004a6d1572bd00a0c0a3faa0fe60e86a0..88e9ab7e0e3401b5ff4eb5743f8140d52850a3c6 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -2542,7 +2542,7 @@ As you begin your day one morning, you hear the quiet <<case "schoolgirl">> but unmistakably suggestive voice of your school<<= _girlA>> <</switch>> -personal assistant coming from your office. Looking in, you are treated to the sight of <<EventNameLink>>'s <<if $activeSlave.butt > 8>>ridiculous bottom jiggling<<elseif $activeSlave.butt > 4>>big behind bouncing<<else>>cute rear<</if>><<if $activeSlave.belly >= 5000>>, and the _ belly rounded belly hanging between $his legs,<</if>> as $he reaches out over the glass top of your desk with a soft, dust-free cloth and a bottle of screen cleaner. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> is displaying _hisA avatar right under where the slave is cleaning the glass screen, and $he's displaying it nude. $He's positioned $himself so that the poor slave appears to be wiping +personal assistant coming from your office. Looking in, you are treated to the sight of <<EventNameLink>>'s <<if $activeSlave.butt > 8>>ridiculous bottom jiggling<<elseif $activeSlave.butt > 4>>big behind bouncing<<else>>cute rear<</if>><<if $activeSlave.belly >= 5000>>, and the _ belly rounded belly hanging between $his legs,<</if>> as $he reaches out over the glass top of your desk with a soft, dust-free cloth and a bottle of screen cleaner. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> is displaying _hisA avatar right under where the slave is cleaning the glass screen, and _heA's displaying it nude. _HeA's positioned _himselfA so that the poor slave appears to be wiping <<switch $assistantAppearance>> <<case "monstergirl">> _hisA hair-tentacles @@ -10396,46 +10396,47 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if def $PC.customTitle>><<Master>><<elseif $PC.title != 0>><<S>>ir<<else>>Ma'am<</if>>!" <</if>> $he says fervently, and gestures at the tablet. - "I've noti<<c>>ed a couple of the girl<<s>> working better together re<<c>>ently, <<s>>o I'm making <<s>>ome minor adju<<s>>tment<<s>> to give them more <<sh>>ift<<s>> together." + "I've noti<<c>>ed a couple of the <<s>>lave<<s>> working better together re<<c>>ently, <<s>>o I'm making <<s>>ome minor adju<<s>>tment<<s>> to give them more <<sh>>ift<<s>> together." <br><br> You're sure $he'll do $his best, and you tell $him so. $He thanks you again, and you both go back to your work. Though your Head Girl continues manipulating $his tablet diligently, $he can't seem to stop $himself from @@.hotpink;stealing the occasional glance at you.@@ $His <<= App.Desc.eyeColor($activeSlave)>> eyes, dark in the dimness of the office, seem to have an unaccountable sheen. <<if $assistant != 0>> - <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>'s $assistantAppearance avatar appears on your desktop, glowing brightly, and ruins the moment. "$activeSlave.slaveName loooves $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Maaaster<<else>>Miiistress<</if>>," $he taunts, + <<setSpokenAssistantPronouns $activeSlave>> + <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>>'s $assistantAppearance avatar appears on your desktop, glowing brightly, and ruins the moment. "$activeSlave.slaveName loooves $his <<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>Maaaster<<else>>Miiistress<</if>>," _heA taunts, <<switch $assistantAppearance>> <<case "monstergirl">> - $his hair forming a heart shape. + _hisA hair forming a heart shape. <<case "shemale">> - using $his hands to make a heart shape over $his balls. + using _hisA hands to make a heart shape over _hisA balls. <<case "amazon">> - grinning far more sweetly than $his muscular form should be able to manage. + grinning far more sweetly than _hisA muscular form should be able to manage. <<case "businesswoman">> - though $he's blushing $himself. + though _heA's blushing _himselfA. <<case "fairy" "pregnant fairy" "cherub">> flitting around and giggling excitedly. <<case "goddess">> - massaging $his pregnant belly meaningfully. + massaging _hisA pregnant belly meaningfully. <<case "hypergoddess">> - massaging $his squirming pregnant belly meaningfully. + massaging _hisA squirming pregnant belly meaningfully. <<case "loli">> giggling playfully. <<case "preggololi">> - giggling playfully, though $his hands have wandered to $his crotch. + giggling playfully, though _hisA hands have wandered to _hisA crotch. <<case "angel">> - using $his hands to make a heart shape. + using _hisA hands to make a heart shape. <<case "incubus">> - using $his hands to make a heart shape around $his erection as $he thrusts. + using _hisA hands to make a heart shape around _hisA erection as _heA thrusts. <<case "succubus">> - <<if $PC.dick == 1>>forms an O with $his lips and makes exaggerated head bobbing motions<<else>>forms a V with $his fingers and wiggles $his tongue in it<</if>>. + <<if $PC.dick == 1>>forms an "O" with _hisA lips and makes exaggerated head bobbing motions<<else>>forms a "V" with _hisA fingers and wiggles _hisA tongue in it<</if>>. <<case "imp">> flapping around and cackling manically. <<case "witch">> while holding out a mostly empty vial of love potion. <<case "ERROR_1606_APPEARANCE_FILE_CORRUPT">> - forming half of $himself into an enormous pussy, the other into a giant dick and introducing the two to each other. + forming half of _himselfA into an enormous pussy, the other into a giant dick, and introducing the two to each other. <<case "schoolgirl">> the very picture of a malicious school<<= _girlA>>. <<default>> - turning $his avatar a throbbing pink. + turning _hisA avatar a throbbing pink. <</switch>> <br><br> Your Head Girl turns a darker shade of red. "Oh, <<sh>>ut up, you little @@ -10455,7 +10456,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "loli">> midget," <<case "preggololi">> - <<s>>lut loli," + <<s>>lut <<loliA>>," <<case "angel">> turkey," <<case "cherub">> @@ -10475,7 +10476,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<default>> toa<<s>>ter," <</switch>> - $he says cattily, but $he's smiles as well. + $he says cattily, but $he smiles as well. <</if>> <<set $activeSlave.devotion += 4>> <</replace>> @@ -19907,7 +19908,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He Though your experience was more stimulating than $hers, $activeSlave.slaveName enjoyed @@.hotpink;being used while you enjoyed yourself.@@ <<set $activeSlave.devotion += 4>> <<else>> - Although you enjoyed $his ministrations, $activeSlave.slaveName had a bad time because of $his @@.gold;hate of oral.@@ + Although you enjoyed $his ministrations, $activeSlave.slaveName had a bad time because of $his @@.gold;hate of oral.@@ <<set $activeSlave.devotion -= 2>> <</if>> <<set $activeSlave.counter.oral += 1, $oralTotal += 1>> diff --git a/src/uncategorized/club.tw b/src/uncategorized/club.tw index a9b8a5ef944b400721b246ae92a640cc6d1da55e..9003526c1e98c4cc3b73fed111da7b9a3f57afcd 100644 --- a/src/uncategorized/club.tw +++ b/src/uncategorized/club.tw @@ -184,7 +184,7 @@ $clubNameCaps <<case "Transformation Fetishist">> A wet slapping sound is coming from one of the private rooms, the kind of sound made by mammary intercourse with very large fake breasts. <<case "Gender Radicalist">> - Uncomfortable moaning from one of the private rooms suggests that a slave inside is taking a painfully large cock up her tight butt. + Uncomfortable moaning from one of the private rooms suggests that a slave inside is taking a painfully large cock up their tight butt. <<case "Gender Fundamentalist">> The unmistakable sound of vigorous vaginal intercourse can be heard from one of the private rooms. <<case "Physical Idealist">> @@ -214,7 +214,7 @@ $clubNameCaps <<case "Chinese Revivalist">> The faint but unmistakable sound of a slave trying to keep quiet while orgasming can be heard from one of the private rooms. <<case "Maturity Preferentialist">> - The faint sound of a well traveled slave showing off her experience can be heard from one of the private rooms. + The faint sound of a well traveled slave showing off their experience can be heard from one of the private rooms. <<case "Youth Preferentialist">> The faint but unmistakable sound of a shrill climax can be heard from one of the private rooms. <<case "Hedonistic">> diff --git a/src/uncategorized/masterSuite.tw b/src/uncategorized/masterSuite.tw index 1b97075e35c00ff25b0082f700cf179a57cc6897..fc3a1701ad7172e7211369a97b21af2376ec6409 100644 --- a/src/uncategorized/masterSuite.tw +++ b/src/uncategorized/masterSuite.tw @@ -207,7 +207,7 @@ The true focus of the suite is, however, the fuckpit. This stepped depression in <<elseif $masterSuiteAverageEnergy > 60>> They're having group sex; most of them are in active sexual contact with more than one partner. <<else>> - They're having languid group sex; more than one girl is dozing while another plays with her body. + They're having languid group sex; more than one slave is dozing while another plays with their body. <</if>> <<if $masterSuiteAverageEnergy > 90>> The pit features automated cleaning systems, which are quite necessary. diff --git a/src/uncategorized/neighborInteract.tw b/src/uncategorized/neighborInteract.tw index 770059868756249377eb51caf35eb90e758d288d..44acd64c8725016eb9ae30d376e995eeaebfa835 100644 --- a/src/uncategorized/neighborInteract.tw +++ b/src/uncategorized/neighborInteract.tw @@ -733,7 +733,7 @@ You have <<print $arcologies.length-1>> neighbors. <br><br> <<if $arcologies[_currentNeighbor].government !== "your agent">> $arcologies[_currentNeighbor].government who own $arcologies[_currentNeighbor].ownership%. <<else>> - your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@. + your agent @@.deeppink;<<= SlaveFullName(_Agent)>>@@. <</if>> <</capture>> <</for>> diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index 1234f8c2b9ec70a6b4f5e61509e96e3ace4c1c8b..8393d28a7a9cb4d15da484d716a7cde409c1c464 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -112,7 +112,7 @@ You receive an official communication from a popular talk show e-hosted in one o <<if $activeSlave.belly >= 1500>> The host places a hand on $his belly, <<if $activeSlave.bellyPreg >= 450000>> - gasping at the tautness and the feeling of the children distending the skin beneath his hand. + gasping at the tautness and the feeling of the child<<if $activeSlave.pregType > 1>>ren<</if>> distending the skin beneath his hand. <<elseif $activeSlave.bellyPreg >= 100000>> gasping at the flurry of kicks in response. <<elseif $activeSlave.belly >= 15000>> diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw index 3387ddb1067f2b543f34ff2c872a14914a4f8aba..c994d66ac4accce6ae565ab62a663010739a8391 100644 --- a/src/uncategorized/reShowerPunishment.tw +++ b/src/uncategorized/reShowerPunishment.tw @@ -49,7 +49,7 @@ $activeSlave.slaveName is being very thorough. When you first appeared, $he was <<link "Just spectate">> <<EventNameDelink $activeSlave>> <<replace "#result">> - You could strip off your suit, walk into the steam, and enjoy your slaves' ministrations, but sometimes the artistry of tastefully nude bodies is a welcome change of pace. You lean against the wall, far enough away that they remain unaware of your presence, and take in the sight. $HeadGirl.slaveName makes the penitent $girl do the job with Brahmanical thoroughness, cleaning $his superior's $HeadGirl.race body down to its very last pore. As $activeSlave.slaveName circles the Head Girl laboriously, doing $his best to ingratiate $himself by diligence, the pair of naked women present a fascinating contrast. They are unclothed alike, the water streaming off their bodies without any distinction, but even an old world fool could not mistake the immense gulf between them. + You could strip off your suit, walk into the steam, and enjoy your slaves' ministrations, but sometimes the artistry of tastefully nude bodies is a welcome change of pace. You lean against the wall, far enough away that they remain unaware of your presence, and take in the sight. $HeadGirl.slaveName makes the penitent $girl do the job with Brahmanical thoroughness, cleaning $his superior's $HeadGirl.race body down to its very last pore. As $activeSlave.slaveName circles the Head Girl laboriously, doing $his best to ingratiate $himself by diligence, the pair of naked <<if $girl == _girl2>>$women<<else>>slaves<</if>> present a fascinating contrast. They are unclothed alike, the water streaming off their bodies without any distinction, but even an old world fool could not mistake the immense gulf between them. <br><br> When $activeSlave.slaveName is finally done, $HeadGirl.slaveName's <<if $HGSeverity > 0>> diff --git a/src/uncategorized/rulesSlaveSelect.tw b/src/uncategorized/rulesSlaveSelect.tw index f2b09265de9c79dd71c538e7c7fb00c0ef44132c..adcaae3cd742f65aea29559a752bf71428ae2175 100644 --- a/src/uncategorized/rulesSlaveSelect.tw +++ b/src/uncategorized/rulesSlaveSelect.tw @@ -14,7 +14,7 @@ s => !ruleSlaveSelected(s, $currentRule), (s, i) => { let l = App.UI.DOM.passageLink(SlaveFullName(s), 'Rules Slave Select Workaround', - () => { App.Utils.setActiveSlaveByIndex(i); }); + () => { App.Utils.setActiveSlaveByIndex(i); }); l.classList.add("emphasizedSlave"); return l; } diff --git a/src/uncategorized/saRecruitGirls.tw b/src/uncategorized/saRecruitGirls.tw index bb1ea419a20ef016bfbe3dce9c590b7c18841bd3..96f0fb847e2c03b7e24e1cbfa3c0f7cd8b6679ca 100644 --- a/src/uncategorized/saRecruitGirls.tw +++ b/src/uncategorized/saRecruitGirls.tw @@ -878,7 +878,7 @@ <</if>> <<elseif $arcologies[0].FSMaturityPreferentialist != "unset">> <<if $slaves[$i].actualAge >= 30>> - $He video blogs regularly about the financial, medical, and even emotional security of slave life for older women. + $He video blogs regularly about the financial, medical, and even emotional security of slave life for older $women. <<else>> $He uses too much youthful slang and jumps from topic to topic in $his video blogs, making them difficult for $his audience to follow. <</if>> diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw index 20f5dcdff71d2a025233ab23400906fed4ba4d6e..4619afb155668fa6b322b88997d2b59774763a48 100644 --- a/src/uncategorized/storyCaption.tw +++ b/src/uncategorized/storyCaption.tw @@ -798,7 +798,7 @@ <</if>> <<elseif _Pass == "Wardrobe Use">> <br> - [[Wardrobe (shopping)|Wardrobe]] + [[Wardrobe (shopping)|Wardrobe]] <</if>> /* Closes Pass state check */