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/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..a0283fafd6afdf87f62702bf6183c1d6e0e66a67 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -10396,10 +10396,11 @@ 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>> + <<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>>," $he taunts, <<switch $assistantAppearance>> <<case "monstergirl">> @@ -10425,7 +10426,7 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "incubus">> using $his hands to make a heart shape around $his erection as $he 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 $his lips and makes exaggerated head bobbing motions<<else>>forms a "V" with $his fingers and wiggles $his tongue in it<</if>>. <<case "imp">> flapping around and cackling manically. <<case "witch">> @@ -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>> 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/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/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>>