diff --git a/src/facilities/nursery/childrenReport.tw b/src/facilities/nursery/childrenReport.tw index 4d033a7e7662aef1a7c341f38c71b2b2ccb91ded..a22fe4af419a97ce1f0f1da39e3574eb8baf8c5f 100644 --- a/src/facilities/nursery/childrenReport.tw +++ b/src/facilities/nursery/childrenReport.tw @@ -270,7 +270,7 @@ <</if>> <</if>> <<elseif $nurseryReproductionSetting == 1>> - Her hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ + $His hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ <<if $cribs[_nur].ovaries == 1>> <<set $cribs[_nur].pubertyXX = 1>> <<set $cribs[_nur].hormoneBalance = 250>> diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw index 089fdd0dbd673cc88245af44614abb69194149f4..3b760c7fe7db193286df6d225b17f6c04c09c5fa 100644 --- a/src/facilities/nursery/nursery.tw +++ b/src/facilities/nursery/nursery.tw @@ -107,11 +107,12 @@ $nurseryNameCaps <</if>> <<if $Matron != 0>> + <<setLocalPronouns $Matron>> <br> <<if $MatronIgnoresFlaws != 1>> - $Matron.slaveName will attempt to fix flaws in nannies serving under her. [[Ignore flaws|Nursery][$MatronIgnoresFlaws = 1]] + $Matron.slaveName will attempt to fix flaws in nannies serving under $him. [[Ignore flaws|Nursery][$MatronIgnoresFlaws = 1]] <<else>> - $Matron.slaveName has been instructed to ignore flaws in the nannies serving under her. [[Fix flaws|Nursery][$MatronIgnoresFlaws = 0]] + $Matron.slaveName has been instructed to ignore flaws in the nannies serving under $him. [[Fix flaws|Nursery][$MatronIgnoresFlaws = 0]] <</if>> <</if>> diff --git a/src/facilities/nursery/nurseryReport.tw b/src/facilities/nursery/nurseryReport.tw index d5eca5141970e878784087269600eec182c3c4a0..c7c90d47992426e98e74d659ee1c57a477e6bdd3 100644 --- a/src/facilities/nursery/nurseryReport.tw +++ b/src/facilities/nursery/nurseryReport.tw @@ -65,10 +65,10 @@ <<set _idleBonus++>> */ <<elseif ($Matron.fetishKnown == 1)>> - $Matron.slaveName can't keep $him hands to herself, preventing the slaves in the nursery from relaxing completely. + $Matron.slaveName can't keep $his hands to $himself, preventing the slaves in the nursery from relaxing completely. <</if>> <<if ($Matron.visualAge > 35)>> - Her apparent maturity encourages the slaves in the nursery to relax and pour out their troubles to $him. + $His apparent maturity encourages the slaves in the nursery to relax and pour out their troubles to $him. <<set _healthBonus++, _idleBonus++>> <</if>> <<if ($Matron.intelligence > 0)>> diff --git a/src/js/familyTree.tw b/src/js/familyTree.tw index 820a2ad338b8caa0f4e1764994e9edf838822a5a..b0e366fc86bbe2af405ffacfc4d1877e78e8fba0 100644 --- a/src/js/familyTree.tw +++ b/src/js/familyTree.tw @@ -8,7 +8,7 @@ var lastActiveSlave, lastSlaves, lastPC; <div id="familyTree"></div> <span id="familyTreeLink"> - <<link "Pull up the file on her family tree.">> + <<link "Pull up the file on $his family tree.">> <<replace #familyTreeLink>> <<run renderFamilyTree($slaves, $activeSlave.ID)>> <</replace>> diff --git a/src/pregmod/eliteTakeOver.tw b/src/pregmod/eliteTakeOver.tw index aecc71cd684dc0bd452f70f99e83f6fd87100945..85ac245802478ed6a40bd0aa57aab0e71d77fc33 100644 --- a/src/pregmod/eliteTakeOver.tw +++ b/src/pregmod/eliteTakeOver.tw @@ -1,6 +1,7 @@ :: eliteTakeOver [nobr] <<set $nextButton = " ">> +<<setLocalPronouns $Bodyguard>> <<set _pregSurrender = 0>> /* preg/lobotomization check */ @@ -31,7 +32,7 @@ You look up from your desk as the locked door to your office unseals, and a doze What was that last thing he said? It's getting hard to think right. The $PC.refreshment... Drugged... You collapse onto your desk, unconscious. <br> <<if $Bodyguard != 0>> - A sharp pain and a rush of adrenaline drags you back to your senses. Sneaking a peak, you witness $Bodyguard.slaveName valiantly trying to protect you, despite <<if $Bodyguard.amp < 0>>her cybernetics being locked down<<else>>the overwhelming odds<</if>>. As she and their leader struggle closer to your desk, his revolver and a syringe are dislodged onto your desk. It seems drugging you wasn't their first thought. With $Bodyguard.slaveName's risky gamble, your fate has fallen back into your hands. + A sharp pain and a rush of adrenaline drags you back to your senses. Sneaking a peak, you witness $Bodyguard.slaveName valiantly trying to protect you, despite <<if $Bodyguard.amp < 0>>$his cybernetics being locked down<<else>>the overwhelming odds<</if>>. As she and their leader struggle closer to your desk, his revolver and a syringe are dislodged onto your desk. It seems drugging you wasn't their first thought. With $Bodyguard.slaveName's risky gamble, your fate has fallen back into your hands. <<else>> You'll spend the rest of your life a breeder to the Societal Elite; blinded and muted. More than a slave, but still less than your master. Life isn't so bad, your two most devoted slaves were taken along to keep you happy, and you are treated quite well, possibilities considered. Though once your eggs dry up, odds are your little remaining usefulness will be at an end. Best not to think too much into it. <<set _pregSurrender = 1>> @@ -55,7 +56,7 @@ You look up from your desk as the locked door to your office unseals, and a doze <<if $Bodyguard != 0>> <br> <<if $PC.pregSource == -1 || $PC.pregSource == -6>> - $Bodyguard.slaveName is already doing everything in her power to save you. + $Bodyguard.slaveName is already doing everything in $his power to save you. <<else>> <<link "Attempt to signal $Bodyguard.slaveName, your bodyguard">> <<set $finalChoice = "bodyguard">> diff --git a/src/pregmod/eliteTakeOverFight.tw b/src/pregmod/eliteTakeOverFight.tw index da76b30fbb39ee1e9601de7347497fe397b5b123..0f1f8f92fecb38b264dee6775e94bcfdc3e80c44 100644 --- a/src/pregmod/eliteTakeOverFight.tw +++ b/src/pregmod/eliteTakeOverFight.tw @@ -260,7 +260,8 @@ <<goto "eliteTakeOverResult">> <</link>> <<elseif $Bodyguard != 0>> - It is now that $Bodyguard.slaveName makes her entrance, pointing her guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite. + <<setLocalPronouns $Bodyguard>> + It is now that $Bodyguard.slaveName makes $his entrance, pointing $his guns at the <<if $eliteLeft < $eliteTotal>>remaining<</if>> elite. She then asks<<if def $PC.customTitle>>$PC.customTitle<<elseif $PC.title != 0>>sir<<else>>ma'am<</if>>, what should I do with the <<if $eliteLeft < $eliteTotal>>remaining<</if>> "elite" left? <br> <<link "Open fire">> diff --git a/src/pregmod/fPat.tw b/src/pregmod/fPat.tw index 6401a1debb7c264e19e4482817a8430c4daeea66..0a0a199c3eb34aff4f7ae3017c6efa4cf764b9a8 100644 --- a/src/pregmod/fPat.tw +++ b/src/pregmod/fPat.tw @@ -120,13 +120,13 @@ You walk around $him, drawing closer and slowly resting your hand on $his head. <<elseif ($activeSlave.relationship == -3) && $activeSlave.devotion+$activeSlave.trust >= 175>> Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your slave's utterly willing submission. $He slowly leans $his body closer and closer to you<<if $activeSlave.amp == 1>> and finally onto your lap<</if>>, relaxing as $he feels your caress. As $he shifts $his weight to your chest, $he feels all of the daily stresses of the day melt away, and a deep, happy sigh escapes $his lips. You smile fondly, allowing all of the troubles of being an arcology owner dissipate, in a similar fashion to your slave. For now, just for now, you are just a <<if $PC.title == 1>>man and his <<else>>woman and her <</if>>devoted and content wife. <<elseif ($activeSlave.relationship == -2)>> - Tenderly and lovingly you brush your fingers along $his head, for a moment, appreciating how easily your slave submits to your desire to pat her head. $He slowly leans $his body closer and closer to you<<if $activeSlave.amp == 1>> allowing you to move $him onto your lap<</if>>, relaxing as $he feels your caresses. As $his weight falls onto you, all of the stress from $his body melts away, and a small, respectful sigh escapes $his pursed lips. You smile fondly, allowing all of the troubles of being an arcology owner drift away, in a similar fashion to your slave. For now, just for now, you are just a <<if $PC.title == 1>>man and his <<else>>woman and her<</if>>devoted and content servant. + Tenderly and lovingly you brush your fingers along $his head, for a moment, appreciating how easily your slave submits to your desire to pat $his head. $He slowly leans $his body closer and closer to you<<if $activeSlave.amp == 1>> allowing you to move $him onto your lap<</if>>, relaxing as $he feels your caresses. As $his weight falls onto you, all of the stress from $his body melts away, and a small, respectful sigh escapes $his pursed lips. You smile fondly, allowing all of the troubles of being an arcology owner drift away, in a similar fashion to your slave. For now, just for now, you are just a <<if $PC.title == 1>>man and his <<else>>woman and her<</if>>devoted and content servant. <<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.amp != 1)>> As you start to touch $him $he smiles at you and takes your hand, following its movements. You tenderly and lovingly kiss it and let it rest on the side of $his head, before continuing with your ministrations. As opposed to your more submissive slaves, $activeSlave.slaveName takes an active role in your petting, gently guiding where your hand goes along $his head. You enjoy the feel of $his hand on yours, as well as $his <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>smooth scalp<<else>> hair<</if>>. <<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> $He stiffens at your touch but slowly relaxes at the sensation of your hand on $his head. You tenderly and lovingly stroke your fingers along $his scalp, enjoying the feeling of your slave's subservience. $He gently, submissively, presses $his head against your hand, like a dog. As you continue <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>kneading $his shaved scalp<<else>>stroking $his hair<</if>>, $he starts to clutch $his thighs, and if you listen you can hear subdued whimpers. $He looks up at you with adoring eyes, and relishes in the pureness of this act as $his master's pet to $his beloved <<= WrittenMaster($activeSlave)>>. <<elseif $activeSlave.devotion > 50>> - $He accepts it with devotion, leaning back into your gentle caresses. You tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's willingness to set aside her dignity for headpats. $He leans $his body backward, pressing $himself against you. You can feel the intense heat from $his body against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>. You take your time enjoying the sensation of <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>rubbing your slave's smooth scalp<<else>>gently running your fingers through your slave's hair<</if>>, and your slave smiles happily as you do. As you continue with your ministrations, you can see all of the stress present in your slave's shoulders dissipate, and you feel a good deal of your own tension start to melt away as well. + $He accepts it with devotion, leaning back into your gentle caresses. You tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's willingness to set aside $his dignity for headpats. $He leans $his body backward, pressing $himself against you. You can feel the intense heat from $his body against your <<if $PC.boobs == 1>>soft breasts<<else>>manly chest<</if>>. You take your time enjoying the sensation of <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>rubbing your slave's smooth scalp<<else>>gently running your fingers through your slave's hair<</if>>, and your slave smiles happily as you do. As you continue with your ministrations, you can see all of the stress present in your slave's shoulders dissipate, and you feel a good deal of your own tension start to melt away as well. <<elseif $activeSlave.devotion > 20>> $He willingly accepts it. As you tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's roiling emotions, and finally submission. You can still sense considerable turmoil in the <<if ($activeSlave.physicalAge > 30)>>woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch. As you continue your ministrations, your slave slowly, and with more then a bit of uncertainty, finally starts to relax. $He looks at you with confusion and trepidation. Your eyes betray nothing however, you simply smile and press $his head into your <<if $PC.boobs == 1>>soft breasts<<else>>masculine chest<</if>>, all the while enjoying the feeling of your <<if $activeSlave.hStyle == "shaven bald" || $activeSlave.bald == 1>>hands gliding over $his smooth head<<else>>fingers gliding through $his hair<</if>>. <<elseif $activeSlave.devotion >= -20 && $activeSlave.trust < -20>> diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw index ce3f960252f2febbda38938169d6520172aa9c59..d8028571577b61efa49d69ea62b48731c8680c4e 100644 --- a/src/pregmod/incubatorReport.tw +++ b/src/pregmod/incubatorReport.tw @@ -640,7 +640,7 @@ <</if>> <</if>> <<elseif $incubatorReproductionSetting == 1>> - Her hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ + $His hormone levels are being carefully managed, @@.green;encouraging early puberty.@@ <<if $tanks[_inc].ovaries == 1>> <<set $tanks[_inc].pubertyXX = 1>> <<set $tanks[_inc].hormoneBalance = 250>> diff --git a/src/pregmod/incubatorRetrievalWorkaround.tw b/src/pregmod/incubatorRetrievalWorkaround.tw index df1d4e396e8bfa76ccaca72232eadabc6c54f0c3..48405e08bf9be31a7526f36e811d71f78d7dfe4a 100644 --- a/src/pregmod/incubatorRetrievalWorkaround.tw +++ b/src/pregmod/incubatorRetrievalWorkaround.tw @@ -1,6 +1,7 @@ :: Incubator Retrieval Workaround [nobr] -$readySlave.slaveName has been discharged from $incubatorName and is ready for her first ever inspection. +<<setLocalPronouns $readySlave>> +$readySlave.slaveName has been discharged from $incubatorName and is ready for $his first ever inspection. <br><br> diff --git a/src/pregmod/killSlave.tw b/src/pregmod/killSlave.tw index 0e698bcacf749ed82bbca421371a2fb94a61546e..9a3ae0d62977831e9a0a27cc99699c2f9b8cc99b 100644 --- a/src/pregmod/killSlave.tw +++ b/src/pregmod/killSlave.tw @@ -77,5 +77,5 @@ <</if>> <br><br> <<else>> - You abruptly cut $his begging short as you realize $slaveFightingBG.slaveName is already fighting your bodyguard $Bodyguard.slaveName for <<if $slaveFightingBG.genes == "XX">>her<<else>>his<</if>> life this week. [[Cancel the fight|KillSlave][$killChoice = -1]] + You abruptly cut $his begging short as you realize $slaveFightingBG.slaveName is already fighting your bodyguard $Bodyguard.slaveName for $his life this week. [[Cancel the fight|KillSlave][$killChoice = -1]] <</if>> \ No newline at end of file diff --git a/src/pregmod/killedSlave.tw b/src/pregmod/killedSlave.tw index 15ee8a867c67352677f59fff97a8098642bf8727..1f6a20997ece76cde16f4727d8616a2c8d046a76 100644 --- a/src/pregmod/killedSlave.tw +++ b/src/pregmod/killedSlave.tw @@ -1,6 +1,7 @@ :: KilledSlave [nobr] <<if $killChoice <= 0>> +<<setLocalPronouns $Bodyguard 2>> <<set _qualifiedFS = []>> <<if $arcologies[0].FSRomanRevivalist != "unset">> @@ -138,7 +139,7 @@ $activeSlave.slaveName gives an audible sigh of relief and begins to thank you p <<set $activeSlave.trust = -100>> <<elseif $killChoice == 2>> - You tell $him that you'll let your bodyguard $Bodyguard.slaveName decide $his fate -- if $he wants to live, $he'll have to beat <<if $Bodyguard.genes == "XY" && $diversePronouns == 1>>him<<else>>her<</if>> in hand-to-hand combat in $pitName. + You tell $him that you'll let your bodyguard $Bodyguard.slaveName decide $his fate -- if $he wants to live, $he'll have to beat _him2 in hand-to-hand combat in $pitName. <<if $activeSlave.combatSkill == 0>> The fear on $his face is palpable, though $he nods slowly and agrees, not seeing another choice. <<else>> diff --git a/src/pregmod/newChildIntro.tw b/src/pregmod/newChildIntro.tw index 262bf61951a1626cfc99793883db762e532977e5..c0c7b48dcc7a6864e034460c47cbdefe1b7c7837 100644 --- a/src/pregmod/newChildIntro.tw +++ b/src/pregmod/newChildIntro.tw @@ -753,7 +753,7 @@ You slowly strip down, gauging $his reactions to your show, until you are fully <br><<link "Bring in another slave and let $him have fun">> <<replace "#result">> - You call in the next passing slave, bind $his hands and feet and present her to the curious new $desc. You gesture towards the bound girl, signifying permission to do whatever $he pleases. Eagerly, $activeSlave.slaveName begins exploring every inch of her body, paying close attention to her nipples and her holes, while you return to your work. It doesn't take long for you to be disrupted by a loud + You call in the next passing slave, bind her hands and feet and present her to the curious new $desc. You gesture towards the bound girl, signifying permission to do whatever $he pleases. Eagerly, $activeSlave.slaveName begins exploring every inch of her body, paying close attention to her nipples and her holes, while you return to your work. It doesn't take long for you to be disrupted by a loud <<if random(1,100) > 50>> moan emanating from the bound girl. Looking up, you see $activeSlave.slaveName <<if canPenetrate($activeSlave)>>fucking her hard and deep<<else>>licking her cunt<</if>>, hitting all the right places and making the helpless girl squirm with pleasure. Any plea for mercy results in a renewed effort to push the girl over the edge. $activeSlave.slaveName is certainly @@.hotpink;enjoying $his treat,@@ and by the looks of things, may be a developing dom! <<if random(1,100) > 60 && $activeSlave.fetish == "none">> diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index fbcb386c1b3142df71464b3d973f5f8f276786a6..5ac0af06e75bbce913aa96ff3719ec9ad5693d8e 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -115,7 +115,7 @@ <</if>> <</if>> <<if $activeSlave.sexualFlaw == "hates penetration">> - $He has trouble thinking of her vagina as a fuckhole rather than something special to protect and cherish, so her new piercings will be therapeutic. The constant, inescapable stimulation of her labia should force her past her hang-ups. + $He has trouble thinking of $his vagina as a fuckhole rather than something special to protect and cherish, so $his new piercings will be therapeutic. The constant, inescapable stimulation of $his labia should force $him past $his hang-ups. <</if>> <</if>> <</if>> diff --git a/src/uncategorized/cellblock.tw b/src/uncategorized/cellblock.tw index 371f3c943d44b89f0704d7b26d37a066e59e5532..f8eedd24c715d2c900b739c59a0c1b75a3de3137 100644 --- a/src/uncategorized/cellblock.tw +++ b/src/uncategorized/cellblock.tw @@ -99,11 +99,14 @@ $cellblockNameCaps <</if>> <<if $Wardeness != 0 && canPenetrate($Warden)>> +<<setLocalPronouns $Wardeness>> <br><br> <<if $cellblockWardenCumsInside == 1>> - $Warden.slaveName is permitted to cum inside her inmates when she disciplines them. [[Forbid her from cumming inside|Cellblock][$cellblockWardenCumsInside = 0]] + $Warden.slaveName is permitted to cum inside $his inmates when $he disciplines them. + <<link "Forbid $him from cumming inside" "Cellblock">><<set $cellblockWardenCumsInside = 0>><</link>> <<else>> - $Warden.slaveName is not permitted to cum inside her inmates. [[Let her cum inside|Cellblock][$cellblockWardenCumsInside = 1]] //May result in pregnancies// + $Warden.slaveName is not permitted to cum inside $his inmates. + <<link "Let $him cum inside" "Cellblock">><<set $cellblockWardenCumsInside = 1>><</link>> //May result in pregnancies// <</if>> <</if>> diff --git a/src/uncategorized/completeCatalog.tw b/src/uncategorized/completeCatalog.tw index 591d41cb5d56243a60f6b87be740797cb122e1be..9eec5bfffc1ee2a6240922753d4521a9d1bb00d6 100644 --- a/src/uncategorized/completeCatalog.tw +++ b/src/uncategorized/completeCatalog.tw @@ -100,4 +100,4 @@ The offered price is <<print cashFormat($slaveCost)>>. -[[Buy her slave contract|New Slave Intro][$cash -= $slaveCost, $activeSlave.weekAcquired = $week, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main", $specialSlave = 1]] +<<link "Buy $his slave contract" "New Slave Intro">><<set $cash -= $slaveCost, $activeSlave.weekAcquired = $week, $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Main", $specialSlave = 1>><</link>> diff --git a/src/uncategorized/masterSuiteReport.tw b/src/uncategorized/masterSuiteReport.tw index e2abc1481b820bda1baea94650d1fac43c1ac5ac..2d3e9c1c5825fc742f0f3a0e772736d24ef7b3cd 100644 --- a/src/uncategorized/masterSuiteReport.tw +++ b/src/uncategorized/masterSuiteReport.tw @@ -134,20 +134,20 @@ <</if>> <<if $Concubine.prestigeDesc == "She is remembered for winning best in show as a dairy cow.">> <<if $Concubine.lactation > 1 || $Concubine.lactationAdaptation > 90>> - $He does her best to prevent herself from making a mess when you don't want one. When $he has free time, $he researches new techniques to make use of her excessive milk to entertain you. + $He does $his best to prevent $himself from making a mess when you don't want one. When $he has free time, $he researches new techniques to make use of $his excessive milk to entertain you. <<elseif $Concubine.lactation > 0>> - $He does her best to prevent herself from making a mess when you don't want one. When $he has free time, $he researches new techniques to make use of her breast milk to entertain you. + $He does $his best to prevent $himself from making a mess when you don't want one. When $he has free time, $he researches new techniques to make use of $his breast milk to entertain you. <<else>> - $He wishes $he could lactate for you, but $he has dried up since her glory days. + $He wishes $he could lactate for you, but $he has dried up since $his glory days. <</if>> <</if>> <<if $Concubine.prestigeDesc == "She is remembered for winning best in show as a breeder.">> <<if $Concubine.bellyPreg >= 5000>> - When $he has a free moment, $he refines her flexibility so that $he can perform any sexual position possible for her in her motherly state. $He takes the time to look up new positions to work around her growing pregnancy. + When $he has a free moment, $he refines $his flexibility so that $he can perform any sexual position possible for $him in $his motherly state. $He takes the time to look up new positions to work around $his growing pregnancy. <<elseif isFertile($Concubine) || $Concubine.preg > 0>> - When $he has a free moment, $he refines her flexibility so that $he is prepared for any sexual position you can think of, no matter how heavy $he becomes with children. + When $he has a free moment, $he refines $his flexibility so that $he is prepared for any sexual position you can think of, no matter how heavy $he becomes with children. <<else>> - When $he has a free moment, $he researches ways to restore her fertility; $he dreams of the day $he can carry <<if $PC.dick ==1>>your children<<else>>children for you<</if>>. + When $he has a free moment, $he researches ways to restore $his fertility; $he dreams of the day $he can carry <<if $PC.dick ==1>>your children<<else>>children for you<</if>>. <</if>> <</if>> <</if>> @@ -160,7 +160,7 @@ Having a rising porn star as your personal bed warmer @@.green;reflects on your standing.@@ <</if>> <<if ($Concubine.oralCount + $Concubine.analCount + $Concubine.vaginalCount + $Concubine.mammaryCount + $Concubine.penetrativeCount > 1000)>> - <<if $verboseDescriptions == 1>>Many citizens <<if $Concubine.publicCount > 10>>remember having had her themselves, and <</if>>@@.green;respectfully@@ envy you her exclusive company.<</if>> + <<if $verboseDescriptions == 1>>Many citizens <<if $Concubine.publicCount > 10>>remember having had $him themselves, and <</if>>@@.green;respectfully@@ envy you $his exclusive company.<</if>> <<set $repGain += 25>> <</if>> <<if $masterSuiteUpgradeLuxury > 0>> diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw index ca84a4d0375e62094e9b0e2c76861e24096be456..8abe9487d4146053e1a883915b8d7c30879fe2cf 100644 --- a/src/uncategorized/persBusiness.tw +++ b/src/uncategorized/persBusiness.tw @@ -273,7 +273,7 @@ People in your arcology are supposed to keep a myriad of slaves as their personal harem, and failure to do so is considered to be highly dishonorable. This opens up some opportunities for smuggling, as people are ready to go to great length to get an edge against their competitors. Becoming a part for this business has made you @@.yellowgreen;<<print cashFormat(_income)>>@@. <<case "edo law">> <<set _income += random(2000,3000)>> - Outside culture is banned in your arcology. Your citizens do not need anything other than what you have inside. But this doesn't help with their curiosity - they always want to discover what the outside world is like. So you let some news and a few books from other cultures slip in, but not before you made sure they would disgust your citizens and reinforce their love for the Edo culture. The sales brought you @@.yellowgreen;<<print cashFormat(_income)>>. + Outside culture is banned in your arcology. Your citizens do not need anything other than what you have inside. But this doesn't help with their curiosity - they always want to discover what the outside world is like. So you let some news and a few books from other cultures slip in, but not before you made sure they would disgust your citizens and reinforce their love for the Edo culture. The sales brought you @@.yellowgreen;<<print cashFormat(_income)>>@@. <<case "edo">> <<set _income += random(1500,2500)>> During important meetings with higher society, it is wise to have a lot of slaves to put at the disposition of others. But some slaveowners grow really attached to their slaves, and so they'd much rather rent out unknown slaves from an anonymous owner's stock than use their own. This is a good opportunity to make some money, as shown by the @@.yellowgreen;<<print cashFormat(_income)>>@@ you managed to make.