diff --git a/devNotes/legacy files/pronoun fix functions.txt b/devNotes/legacy files/pronoun fix functions.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8a790297fd8f0ef30779402256ade5816709cf56
--- /dev/null
+++ b/devNotes/legacy files/pronoun fix functions.txt	
@@ -0,0 +1,342 @@
+/**
+ * @param {App.Entity.SlaveState} slave
+ * @returns {string}
+ */
+window.originPronounReplace = function(slave) {
+	let r = slave.origin;
+	switch (r) {
+		case "She was the result of unprotected sex with a client. Her mother tracked you down years after her birth to force her upon you.":
+			return `${capFirstChar(slave.pronoun)} was the result of unprotected sex with a client. ${capFirstChar(slave.possessive)} mother tracked you down years after ${slave.possessive} birth to force ${slave.object} upon you.`;
+		case "You kept her after her owner failed to pay your bill for performing surgery on her.":
+			return `You kept ${slave.object} after ${slave.possessive} owner failed to pay your bill for performing surgery on ${slave.object}.`;
+		case "She comes from old money and sold herself into slavery to satisfy her obsession with the practice, believing her family would buy her back out of slavery later.":
+			return `${capFirstChar(slave.pronoun)} comes from old money and sold ${slave.objectReflexive} into slavery to satisfy ${slave.possessive} obsession with the practice, believing ${slave.possessive} family would buy ${slave.object} back out of slavery later.`;
+		case "When you took her from her previous owner, she was locked into a beautiful rosewood box lined with red velvet, crying.":
+			return `When you took ${slave.object} from ${slave.possessive} previous owner, ${slave.pronoun} was locked into a beautiful rosewood box lined with red velvet, crying.`;
+		case "Her husband sold her into slavery to escape his debts.":
+			return `${capFirstChar(slave.possessive)} husband sold ${slave.object} into slavery to escape his debts.`;
+		case "She was voluntarily enslaved after she decided that your arcology was the best place for her to get the steroids that she'd allowed to define her life.":
+			return `${capFirstChar(slave.pronoun)} was voluntarily enslaved after ${slave.pronoun} decided that your arcology was the best place for ${slave.object} to get the steroids that ${slave.pronoun}'d allowed to define ${slave.possessive} life.`;
+		case "She came to you to escape being sold to a cruel master after her producer informed her of her debt.":
+			return `${capFirstChar(slave.pronoun)} came to you to escape being sold to a cruel master after ${slave.possessive} producer informed ${slave.object} of ${slave.possessive} debt.`;
+		case "You tricked her into enslavement, manipulating her based on her surgical addiction.":
+			return `You tricked ${slave.object} into enslavement, manipulating ${slave.object} based on ${slave.possessive} surgical addiction.`;
+		case "You helped free her from a POW camp after being abandoned by her country, leaving her deeply indebted to you.":
+			return `You helped free ${slave.object} from a POW camp after being abandoned by ${slave.possessive} country, leaving ${slave.object} deeply indebted to you.`;
+		case "You purchased her in order to pave the way for her brother to take the throne.":
+			return `You purchased ${slave.object} in order to pave the way for ${slave.possessive} brother to take the throne.`;
+		case "You purchased her as a favor to her father.":
+			return `You purchased ${slave.object} as a favor to ${slave.possessive} father.`;
+		case "You purchased her from a King after his son put an illegitimate heir in her womb.":
+			return `You purchased ${slave.object} from a King after his son put an illegitimate heir in ${slave.possessive} womb.`;
+		case "You acquired her in the last stages of your career as a successful venture capitalist.":
+		case "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with her, you had to temporarily switch to a desk job for your mercenary group.":
+		case "You acquired her in the last stages of your career as a noted private military contractor.":
+		case "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create her.":
+		case "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.":
+		case "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.":
+		case "You enslaved her personally during the last stages of your slaving career.":
+		case "You sired her in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.":
+		case "You conceived her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.":
+		case "You sired her after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.":
+		case "You received her as a gift from an arcology owner impressed by your work.":
+		case "You captured her during your transition to the arcology":
+		case "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.":
+		case "You brought her into the arcology mindbroken, little more than a walking collection of fuckable holes.":
+		case "You brought her into the arcology mindbroken, little more than a human onahole.":
+		case "She grew up sheltered and submissive, making her an easy target for enslavement.":
+		case "She was fresh from the slave markets when you acquired her.":
+		case "She chose to be a slave because the romanticized view of it she had turns her on.":
+		case "She was previously owned by a creative sadist, who has left a variety of mental scars on her.":
+		case "She was taken as a slave by a Sultan, who presented her as a gift to a surveyor.":
+		case "She is the winner of a martial arts slave tournament. You won her in a bet.":
+		case "She was homeless and willing to do anything for food, which in the end resulted in her becoming a slave.":
+		case "She was sold to you by an anonymous person who wanted her to suffer.":
+		case "You received her from a surgeon who botched an implant operation on her and needed to get her out of sight.":
+		case "She offered herself to you for enslavement to escape having plastic surgery foisted on her.":
+		case "You turned her into a slave girl after she fell into debt to you.":
+		case "She was raised in a radical slave school that treated her with drugs and surgery from a very young age.":
+		case "She was raised in a radical slave school that treated her from a very young age, up to the point that she never experienced male puberty.":
+		case "She was a runaway slave captured by a gang outside your arcology. You bought her cheap after she was harshly used by them.":
+		case "She was the private slave of a con artist cult leader before he had to abandon her and flee.":
+		case "You helped her give birth, leaving her deeply indebted to you.":
+		case "You purchased her from a King after she expressed knowledge of the prince's affair with another servant.":
+			r = r.replace(/\bherself\b/g, slave.objectReflexive);
+			r = r.replace(/\bHerself\b/g, capFirstChar(slave.objectReflexive));
+			r = r.replace(/\bshe\b/g, slave.pronoun);
+			r = r.replace(/\bShe\b/g, capFirstChar(slave.pronoun));
+			r = r.replace(/\bher\b/g, slave.object);
+			r = r.replace(/\bHer\b/g, capFirstChar(slave.object));
+			return r;
+		default:
+			r = r.replace(/\bherself\b/g, slave.objectReflexive);
+			r = r.replace(/\bHerself\b/g, capFirstChar(slave.objectReflexive));
+			r = r.replace(/\bshe\b/g, slave.pronoun);
+			r = r.replace(/\bShe\b/g, capFirstChar(slave.pronoun));
+			r = r.replace(/\bher\b/g, slave.possessive);
+			r = r.replace(/\bHer\b/g, capFirstChar(slave.possessive));
+			return r;
+	}
+};
+
+<<widget "originDescription">>
+	<<switch $args[0].origin>>
+
+	/*startingGirls origins*/
+	<<case "To solidify an investment in hermaphrodite self-fertility, you took part in a test successful test trial. Nine months later your daughter was born.">>
+		<<print "To solidify an investment in hermaphrodite self-fertility, you took part in a test successful test trial. Nine months later your daughter was born.">>
+	<<case "Sometimes it pays off to use your body in business deals, and other times you end up burdened with child. She is the result of the latter.">>
+		<<print "Sometimes it pays off to use your body in business deals, and other times you end up burdened with child. $He is the result of the latter.">>
+	<<case "To seal a business deal, a client asked you to knock her up. She is the end result of that fling.">>
+		<<print "To seal a business deal, a client asked you to knock her up. $He is the end result of that fling.">>
+	<<case "You acquired her in the last stages of your career as a successful venture capitalist.">>
+		<<print "You acquired $him in the last stages of your career as a successful venture capitalist.">>
+	<<case "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with her, you had to temporarily switch to a desk job for your mercenary group.">>
+		<<print "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with $him, you had to temporarily switch to a desk job for your mercenary group.">>
+	<<case "A trip to a brothel after a mission resulted in an unexpected surprise years later.">>
+		<<print "A trip to a brothel after a mission resulted in an unexpected surprise years later.">>
+	<<case "You acquired her in the last stages of your career as a noted private military contractor.">>
+		<<print "You acquired $him in the last stages of your career as a noted private military contractor.">>
+	<<case "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create her.">>
+		<<print "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create $him.">>
+	<<case "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.">>
+		<<print "A fresh capture once overpowered you and had his way with you. You kept $him as a painful reminder to never lower your guard again.">>
+	<<case "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.">>
+		<<print "Your slaving troop kept several girls as fucktoys; you sired $him in your favorite.">>
+	<<case "You enslaved her personally during the last stages of your slaving career.">>
+		<<print "You enslaved $him personally during the last stages of your slaving career.">>
+	<<case "You sired her in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+		<<print "You sired $him in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+	<<case "You conceived her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+		<<print "You conceived $him after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+	<<case "You sired her after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+		<<print "You sired $him after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+	<<case "You received her as a gift from an arcology owner impressed by your work.">>
+		<<print "You received $him as a gift from an arcology owner impressed by your work.">>
+	<<case "A client paid you a large sum of credits to prove you could literally fuck yourself. She is the result of that lucrative night.">>
+		<<print "A client paid you a large sum of credits to prove you could literally fuck yourself. $He is the result of that lucrative night.">>
+	<<case "She was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">>
+		<<print "$He was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">>
+	<<case "She was the result of unprotected sex with a client. Her mother tracked you down years after her birth to force her upon you.">>
+		<<print "$He was the result of unprotected sex with a client. $His mother tracked you down years after $his birth to force $him upon you.">>
+	<<case "She was a fellow escort you were popular with.">>
+		<<print "$He was a fellow escort you were popular with.">>
+	<<case "She was the result of a night of hard drugs and unprotected sex after a big score. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
+		<<print "$He was the result of a night of hard drugs and unprotected sex after a big score. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
+	<<case "She was the result of a night of hard drugs and unprotected sex after a big score.">>
+		<<print "$He was the result of a night of hard drugs and unprotected sex after a big score.">>
+	<<case "She was born from one of your sex toys you knocked up.">>
+		<<print "$He was born from one of your sex toys you knocked up.">>
+	<<case "You captured her during your transition to the arcology">>
+		<<print "You captured $him during your transition to the arcology">>
+	<<case "Your late master took pleasure in using his servants in creative ways. He inseminated you with your own sperm, and nine months later, your daughter was born.">>
+		<<print "Your late master took pleasure in using his servants in creative ways. He inseminated you with your own sperm, and nine months later, your daughter was born.">>
+	<<case "She was another of your late master's servants. She spent nine months in your womb, courtesy of your master.">>
+		<<print "$He was another of your late master's servants. $He spent nine months in your womb, courtesy of your master.">>
+	<<case "She was another of your late master's servants. Your master permitted you to knock up her mother.">>
+		<<print "$He was another of your late master's servants. Your master permitted you to knock up $his mother.">>
+	<<case "She was another of your late master's servants. She helped you give birth to his child.">>
+		<<print "$He was another of your late master's servants. $He helped you give birth to his child.">>
+	<<case "She was another of your late master's servants.">>
+		<<print "$He was another of your late master's servants.">>
+	<<case "She was conceived after a successful experiment in hermaphrodite self-reproduction.">>
+		<<print "$He was conceived after a successful experiment in hermaphrodite self-reproduction.">>
+	<<case "She was conceived after a botched birth control experiment early in your career.">>
+		<<print "$He was conceived after a botched birth control experiment early in your career.">>
+	<<case "She is the product of an affair with a cute nurse who assisted you in more ways than one.">>
+		<<print "$He is the product of an affair with a cute nurse who assisted you in more ways than one.">>
+	<<case "You kept her after her owner failed to pay your bill for performing surgery on her.">>
+		<<print "You kept $him after $his owner failed to pay your bill for performing surgery on $him.">>
+	<<case "She was conceived after a night of partying and a drunken bet. She nearly killed your career.">>
+		<<print "$He was conceived after a night of partying and a drunken bet. $He nearly killed your career.">>
+	<<case "She was conceived after a night of partying and a torn condom. She nearly killed your career.">>
+		<<print "$He was conceived after a night of partying and a torn condom. $He nearly killed your career.">>
+	<<case "She was conceived after a night of partying and a torn condom.">>
+		<<print "$He was conceived after a night of partying and a torn condom.">>
+	<<case "She was one of your groupies during your celebrity career.">>
+		<<print "$He was one of your groupies during your celebrity career.">>
+	<<case "You bet your body on a sure hand, only to lose. It turns out you could fuck yourself, and not only that, get yourself pregnant.">>
+		<<print "You bet your body on a sure hand, only to lose. It turns out you could fuck yourself, and not only that, get yourself pregnant.">>
+	<<case "You bet your body on a sure hand, only to lose. Nine months later, your daughter was born.">>
+		<<print "You bet your body on a sure hand, only to lose. Nine months later, your daughter was born.">>
+	<<case "You won a sexual fling with her mother after winning at cards, a gamble that ultimately burdened you.">>
+		<<print "You won a sexual fling with $his mother after winning at cards, a gamble that ultimately burdened you.">>
+	<<case "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
+		<<print "You won $him at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
+	<<case "She was the result of a night of hard celebration after a big score under the glow of monitors and the calming hum of 750 RPM fans. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
+		<<print "$He was the result of a night of hard celebration after a big score under the glow of monitors and the calming hum of 750 RPM fans. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
+	<<case "She was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted her in your womb.">>
+		<<print "$He was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted $him in your womb.">>
+	<<case "She was born out of a trade for secure data access. Nine months later, your daughter was born.">>
+		<<print "$He was born out of a trade for secure data access. Nine months later, your daughter was born.">>
+	<<case "She was a case officer you captured after going dark.">>
+		<<print "$He was a case officer you captured after going dark.">>
+	<<case "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
+		<<print "You won $him at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
+	<<case "You brought her into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
+		<<print "You brought $him into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
+	<<case "You brought her into the arcology mindbroken, little more than a human onahole.">>
+		<<print "You brought $him into the arcology mindbroken, little more than a human onahole.">>
+/%	/*dSlavesDatabase origins*/
+	"She is a former maid with an unsettling obsessive streak."
+	"She grew up sheltered and submissive, making her an easy target for enslavement."
+	"She is a former mercenary that ended up on a losing side in the byzantine Free City power games."
+	"She was fresh from the slave markets when you acquired her."
+	"She was once a celebrity that protested the existence of slavery, but has now become a slave herself."
+	"She was a slave trader until she was betrayed by ambitious underlings and sold into enslavement."
+	"She came from a wealthy background, but she sold herself into slavery to slake her desire to submit to men and dominate women."
+	"She was sold into slavery after her father was killed by political rivals."
+	"She was born a slave and knows no other life."
+	"She is a former gladiator that wagered her freedom and lost."
+	"She is a former shut-in who built up enough debt to be sold into slavery after the death of her parents."
+	"She is a shinobi, and fanatically loyal to her master."
+	"She was once the bodyguard to a Russian drug lord, and was sold into slavery after his death by cocaine overdose."
+	"She was sold into slavery on a legal technicality."
+	"She is a spoiled former rich girl who has been discarded by several former owners for her attitude."
+	"She claims that she actually is Santa Claus."
+	"Formerly used solely for titfucking, she quickly became a nymphomaniac after experiencing 'proper' sex."
+	"A former Head Girl of a rich man's harem, she is used to being in charge of others."
+	"She grew up in a well-to-do family and discovered her fetish for servitude in college, and she decided to become the world's best slave and slave trainer in one."
+	"She was formerly owned by someone who fancied themselves a geneticist, where she acquired permanently discolored hair and odd fetishes."
+	"She is a former soldier who was sold into slavery after losing her leg to an IED."
+	"She is a former Head Girl that fetishizes her own degradation."
+	"She sold herself into slavery in an attempt to sate her incredible sex drive."
+	"She was sold into slavery from a remote, primitive village."
+	"She lived a hard life before becoming a slave."
+	"She chose to be a slave because the romanticized view of it she had turns her on."
+	"She was forced into slavery and rather brutally broken in."
+	"She was previously owned by a creative sadist, who has left a variety of mental scars on her."
+	"She was a hermit until she became a slave, and went along with it out of boredom."
+	"Before she was made a slave, she was a wealthy, popular honor student."
+	"She was groomed just for you and believes herself to be madly in love with you."
+	"She may originally be from an island nation."
+	"She was taken as a slave by a Sultan, who presented her as a gift to a surveyor."
+	"A previous owner cultivated her desire to escape slavery for his own amusement."
+	"She sold herself into slavery after a pregnancy scare, desiring to give up control of her life to someone better suited to running it."
+	"She comes from old money and sold herself into slavery to satisfy her obsession with the practice, believing her family would buy her back out of slavery later."
+	"She was sentenced to enslavement as a punishment for fraud and theft."
+	"She was captured from West Central Africa."
+	"A former headmistress, she was sentenced to slavery after she was caught training her students to be lesbian trophy slaves."
+	"She was sold to you from the public slave market, and was probably kidnapped or otherwise forced into slavery."
+	"She is the winner of a martial arts slave tournament. You won her in a bet."
+	"She was caught and enslaved while working undercover."
+	"In spite of the great demand for her kind, she has apparently eluded enslavement until recently."
+	"She came to be a slave not long after fleeing farm life for the Free Cities."
+	"When you took her from her previous owner, she was locked into a beautiful rosewood box lined with red velvet, crying."
+	"She sold herself into slavery to escape life on the streets."
+	"She is an enslaved member of an anti-slavery extremist group."
+	"Having always been a mute with no desire to communicate her origin, you aren't sure where she's from or how she ended up here."
+	"Nothing remains of the person she originally was, either mentally or physically."
+	"She is half of a famous musical duo, along with her twin sister. They fled to the Free Cities."
+	/*ddSlavesDatabase origins*/
+	"She is a life-long house slave who has always tried to be the perfect woman, despite her dick."
+	"She was raised as a girl despite her gargantuan dick to be a truly unique slave."
+	"She was once a successful drug lord, but was turned into her current self after making too many enemies."
+	"She grew up in a rich and deviant household, surrounded by but never a part of bizarre and unusual sex acts."
+	"She was homeless and willing to do anything for food, which in the end resulted in her becoming a slave."
+	"She volunteered to become a slave when she turned 18."
+	"She was forced into slavery due to extreme debt."
+	"Once she was an arcology security officer, lured to aphrodisiacs addiction and feminized by her boss (and former wife), to whom she was sold as a slave to satisfy her spousal maintenance after divorce."
+	"She sold herself into slavery to escape a life of boredom."
+	"She is a former Kkangpae gang member who was sold into slavery by her former boss as a punishment."
+	"She was sold to your predecessor by her husband to pay off his extreme debt."
+	"Her origins are unknown, but rumor has it that she is a literal demon."
+	"She was born into a slave ring that practiced heavy hormone manipulation to alter slaves from a very young age."
+	"She was given a sex-change in a freak laboratory mix-up, and sold herself into slavery out of desperation due to a lack of any way to prove her identity."
+	"She was enslaved after she fell into debt to you."
+	"She was a soldier before being enslaved."
+	"Born without limbs and abandoned by her parents, she was taken in by a posh family, given a massive cock and trained to be the wealthy lady's perfect living sex toy."
+	/*reFSAcquisition*/
+	"She offered herself for voluntary enslavement, choosing you as her new owner because you treat lactating girls well."
+	"She offered herself for voluntary enslavement, hoping to become a valuable source of milk for you."
+	"She was captured and enslaved in a conflict zone and fenced to you by a mercenary group."
+	"She made the mistake of marrying into a $arcologies[0].FSSupremacistRace neighborhood and was kidnapped then sold to you."
+	"She was beaten, sexually assaulted, and finally enslaved for being stupid enough to visit an arcology that doesn't like her kind."
+	"She came to your arcology to be enslaved out of a sense of self-loathing for her kind."
+	"She offered herself for voluntary enslavement to escape life in an area that disapproved of her sexual tendencies."
+	"She offered herself for voluntary enslavement after a lifetime as an outcast due to her sexual tendencies."
+	"She was sold to you as a way of disposing of an inconveniently pregnant young woman."
+	"She was raped and impregnated, then sold to you as a way of disposing of an inconveniently pregnant mother."
+	"She was voluntarily enslaved after she decided that your paternalistic arcology was a better place for advancement than the old world."
+	"She was voluntarily enslaved after she decided that your paternalistic arcology was a better place to live than the old world."
+	"She was sold to you by an anonymous person who wanted her to suffer."
+	"She was sold to you by an anonymous slave breaking group."
+	"She offered herself for voluntary enslavement to get to an arcology in which implants are uncommon, since she has a fear of surgery."
+	"She offered herself for voluntary enslavement after graduating from a slave school and passing her majority, because she heard you treat slaves without implants well."
+	"She came to you for enslavement out of desperation, terrified that she was about to be enslaved into a worse situation by her abusive family."
+	"She came to you for enslavement out of desperation, terrified that she was about to be asked to do something with her life by her family."
+	"She offered herself to you for enslavement after deciding you were her best hope of a good life as a slave."
+	"She was sold to you by her son, in order to raise funds for his business."
+	"You received her from a surgeon who botched an implant operation on her and needed to get her out of sight."
+	"Her husband sold her into slavery to escape his debts."
+	"She offered herself to you for enslavement because she felt your arcology was the best place for a woman of her appearance."
+	"She offered herself to you for enslavement to escape having plastic surgery foisted on her."
+	"She offered herself to you for enslavement after following a dangerous, illegal growth hormone regimen."
+	"She offered herself to you to escape enslavement in her homeland for being older and unmarried."
+	"She was voluntarily enslaved after she decided that your arcology was the best place for her to get the steroids that she'd allowed to define her life."
+	"She offered herself for enslavement out of religious conviction."
+	"She was offered to you by a group of Chattel Religionists eager to be rid of her blasphemous old world beliefs."
+	"She sold herself to you to escape those who condemned her lifestyle."
+	"She offered herself for enslavement in hope of being less dull."
+	"She sold herself to you in the hopes that her body would help keep humanity alive."
+	"She sold herself to you in the hope of someday bearing children."
+	"She thought she was important; she was not."
+	"She considered herself ugly and wished to stay out of your gene pool."
+	"She offered herself to you for enslavement because she was swept up in the romanticism of a revival of Rome."
+	"She offered herself to you for enslavement because she needs to feel a higher call."
+	"She offered herself to you for enslavement because she had a disgustingly naïve view of medieval Japanese culture."
+	"She offered herself to you for enslavement because she thought your harem her best hope for good treatment."
+	"She offered herself to you for enslavement because she thought she would have prospects of advancement among your slaves."
+	/*reRecruit
+	"She offered herself to you as a slave to escape a life of boredom."
+	"She offered herself to you as a slave to escape the hard life of a free whore."
+	"She was enslaved after she fell into debt to you."
+	"You turned her into a slave girl after she fell into debt to you."
+	"She sold herself into slavery out of fear that life on the streets was endangering her pregnancy."
+	"She offered herself as a slave to escape the horrors a blind girl faces on the streets."
+	"She came to you to escape being sold to a cruel master after her producer informed her of her debt."
+	"She sold herself into slavery to escape life on the streets."
+	"You tricked her into enslavement, manipulating her based on her surgical addiction."
+	"She was raised in a radical slave school that treated her with drugs and surgery from a very young age."
+	"She was raised in a radical slave school that treated her from a very young age, up to the point that she never experienced male puberty."
+	"She asked to be enslaved out of naïve infatuation with you."
+	"She asked to be enslaved in the hope you'd treat a fellow woman well."
+	"She asked to be enslaved since she felt you were her only hope of becoming a prettier woman."
+	"She got into debt for damaging someone's property during a student protest and you bought out her debt."
+	"She enslaved herself to be with a man she loved, only to be sold to you afterward."
+	"She (formerly he) enslaved herself to be with a man she loved, only to be sold to you afterward."
+	"She was given to you by criminals as 'tribute', after which you transformed the overthrown (male) leader of their rival gang."
+	"She was a runaway slave captured by a gang outside your arcology. You bought her cheap after she was harshly used by them."
+	"She was the private slave of a con artist cult leader before he had to abandon her and flee."
+	"She was a dickgirl chaser in the slave races before being sold to you."
+	"She was a virgin runner in the slave races before being sold to you."
+	"She was a famous virgin runner in the slave races before being sold to you."
+	"She was the housekeeper and fucktoy of a frat house before being collected by repo-men and sold to you."
+	"She was a nanny before being sold to you."
+	"She was a milk cow in the stable of a slaveholding farmer before being sold to you."
+	"She was a breeding bull in the stable of a slaveholding farmer before being sold to you."
+	"She was a virgin cow in the stable of a slaveholding farmer before being sold to you."
+	"She was in an orphanage until reaching maturity, at which point she was sold to you."
+	"She was captured in a raid on a gated community and quickly sold off."
+	"She sold herself into slavery to pay for her children's education."
+	"She sold herself into slavery to spite her father."
+	"She offered herself to you for enslavement out of devotion to her artistic 'craft'."
+	"She sold herself into slavery to pay her immigration costs."
+	"She offered to sell you her body and you graciously accepted."
+	"You helped her give birth, leaving her deeply indebted to you."
+	"She sold herself into slavery to feed herself and her growing brood."
+	"You helped free her from a POW camp after being abandoned by her country, leaving her deeply indebted to you."
+	"Her womb held a baby you desired."
+	"She is an unsuccessful cyborg experiment that was set free."
+	"She was the virgin figurehead of a new religion and 'blessed' by their Lord."
+	"She was the holy vessel of a new religion and 'blessed' by their Lord to bring forth His servants."
+	"You purchased her in order to pave the way for her brother to take the throne."
+	"You purchased her as a favor to her father."
+	"You purchased her from a King after his son put an illegitimate heir in her womb."
+	"You purchased her from a King after she expressed knowledge of the prince's affair with another servant."
+	*/
+%/
+	<<default>>
+		<<print $args[0].origin>>
+	<</switch>>
+<</widget>>
\ No newline at end of file
diff --git a/src/js/assayJS.js b/src/js/assayJS.js
index 88c6e8d5a83a8fd8ea87f436f84e24bea41a1107..cd4279cf5385e91f0ec44c84cb71dc29cede1062 100644
--- a/src/js/assayJS.js
+++ b/src/js/assayJS.js
@@ -183,7 +183,7 @@ window.newSlave = function newSlave(slave) {
 	SetBellySize(slave);
 	addSlave(slave);
 
-	if (slave.origin !== "$He was your slave, but you freed her, which $he repaid by participating in a coup attempt against you. It failed, and $he is again your chattel." && slave.ID !== V.boomerangSlave.ID) {
+	if (slave.origin !== "$He was your slave, but you freed $him, which $he repaid by participating in a coup attempt against you. It failed, and $he is again your chattel." && slave.ID !== V.boomerangSlave.ID) {
 		V.genePool.push(slave);
 		/* Store non-albino stats in genePool */
 		if (slave.geneticQuirks.albinism === 2) {
diff --git a/src/js/datatypeCleanupJS.js b/src/js/datatypeCleanupJS.js
index 2bdf933b8dd6984491f4a3c28a8778a4eaffa69e..b7f23c5108d9d7315b94062472af55940dd7dcb7 100644
--- a/src/js/datatypeCleanupJS.js
+++ b/src/js/datatypeCleanupJS.js
@@ -30,7 +30,7 @@ App.Entity.Utils.SlaveDataSchemeCleanup = (function() {
 			for (let prop in slave) {
 				if (prop.startsWith("pornType")) {
 					let fameName = prop.substr(pornTypeLength);
-					// lowercase firs charachter
+					// lowercase firs character
 					fameName = fameName.charAt(0).toLowerCase() + fameName.substr(1);
 					slave.porn.fame[fameName] = slave[prop];
 					delete slave[prop];
diff --git a/src/js/generateGenetics.js b/src/js/generateGenetics.js
index 680a818a62aee0ac989f789320af5920699a8b00..eb6ee0626f6fac6cda49dcf981efb2d61b7ddd15 100644
--- a/src/js/generateGenetics.js
+++ b/src/js/generateGenetics.js
@@ -1614,10 +1614,10 @@ window.generateChild = function(mother, ova, destination) {
 		child.hStyle = "long";
 		child.hLength = 300;
 		if (V.incubatorImprintSetting === "terror") {
-			child.origin = "She was conditioned from birth into mindless terror in an aging tank.";
+			child.origin = "$He was conditioned from birth into mindless terror in an aging tank.";
 			child.tankBaby = 2;
 		} else {
-			child.origin = "She was conditioned from birth into trusting obedience in an aging tank.";
+			child.origin = "$He was conditioned from birth into trusting obedience in an aging tank.";
 			child.tankBaby = 1;
 		}
 		child.intelligenceImplant = 0;
diff --git a/src/js/generateMarketSlave.js b/src/js/generateMarketSlave.js
index ee6d6a28accc00c20609b69ed63951ab8250ff83..f47fa5fa0cfff4c4e8fd1f54b1d622d0f3a3fbf3 100644
--- a/src/js/generateMarketSlave.js
+++ b/src/js/generateMarketSlave.js
@@ -454,7 +454,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 				V.fixedRace = V.arcologies[market].FSSubjugationistRace;
 			}
 			V.activeSlave = GenerateNewSlave();
-			V.activeSlave.origin = "You bought her from ";
+			V.activeSlave.origin = "You bought $him from ";
 			V.activeSlave.origin += V.arcologies[market].name;
 			V.activeSlave.origin += ".";
 			V.activeSlave.devotion = -20 + Math.trunc(V.arcologies[market].prosperity/10) + jsRandom(0, 10);
@@ -1229,7 +1229,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) {
 			V.activeSlave.butt = jsEither([1, 2, 2, 3]);
 			V.activeSlave.boobs = jsEither([200, 300, 300, 400]);
 			if (V.TSS.schoolUpgrade === 1) {
-				V.activeSlave.origin = "You bought $him fresh from the new Slavegirl School after she was retrained as a slave girl.";
+				V.activeSlave.origin = "You bought $him fresh from the new Slavegirl School after $he was retrained as a slave $girl.";
 				V.activeSlave.butt += 1;
 				V.activeSlave.boobs += 200;
 				V.activeSlave.anus = 1;
diff --git a/src/js/utilJS.js b/src/js/utilJS.js
index 5968ba64cc1187d9a81e759d26d7e941fff06750..c07eff8c1ff83f681199b111dbf760e040f59978 100644
--- a/src/js/utilJS.js
+++ b/src/js/utilJS.js
@@ -1495,87 +1495,6 @@ window.ResearchLabStockPile = function() {
 	&nbsp;Combat: $prosthetics.combatT.amount`;
 };
 
-/**
- * @param {App.Entity.SlaveState} slave
- * @returns {string}
- */
-window.originPronounReplace = function(slave) {
-	let r = slave.origin;
-	switch (r) {
-		case "She was the result of unprotected sex with a client. Her mother tracked you down years after her birth to force her upon you.":
-			return `${capFirstChar(slave.pronoun)} was the result of unprotected sex with a client. ${capFirstChar(slave.possessive)} mother tracked you down years after ${slave.possessive} birth to force ${slave.object} upon you.`;
-		case "You kept her after her owner failed to pay your bill for performing surgery on her.":
-			return `You kept ${slave.object} after ${slave.possessive} owner failed to pay your bill for performing surgery on ${slave.object}.`;
-		case "She comes from old money and sold herself into slavery to satisfy her obsession with the practice, believing her family would buy her back out of slavery later.":
-			return `${capFirstChar(slave.pronoun)} comes from old money and sold herself into slavery to satisfy ${slave.possessive} obsession with the practice, believing ${slave.possessive} family would buy ${slave.object} back out of slavery later.`;
-		case "When you took her from her previous owner, she was locked into a beautiful rosewood box lined with red velvet, crying.":
-			return `When you took ${slave.object} from ${slave.possessive} previous owner, ${slave.pronoun} was locked into a beautiful rosewood box lined with red velvet, crying.`;
-		case "Her husband sold her into slavery to escape his debts.":
-			return `${capFirstChar(slave.possessive)} husband sold ${slave.object} into slavery to escape his debts.`;
-		case "She was voluntarily enslaved after she decided that your arcology was the best place for her to get the steroids that she'd allowed to define her life.":
-			return `${capFirstChar(slave.pronoun)} was voluntarily enslaved after ${slave.pronoun} decided that your arcology was the best place for ${slave.object} to get the steroids that ${slave.pronoun}'d allowed to define ${slave.possessive} life.`;
-		case "She came to you to escape being sold to a cruel master after her producer informed her of her debt.":
-			return `${capFirstChar(slave.pronoun)} came to you to escape being sold to a cruel master after ${slave.possessive} producer informed ${slave.object} of ${slave.possessive} debt.`;
-		case "You tricked her into enslavement, manipulating her based on her surgical addiction.":
-			return `You tricked ${slave.object} into enslavement, manipulating ${slave.object} based on ${slave.possessive} surgical addiction.`;
-		case "You helped free her from a POW camp after being abandoned by her country, leaving her deeply indebted to you.":
-			return `You helped free ${slave.object} from a POW camp after being abandoned by ${slave.possessive} country, leaving ${slave.object} deeply indebted to you.`;
-		case "You purchased her in order to pave the way for her brother to take the throne.":
-			return `You purchased ${slave.object} in order to pave the way for ${slave.possessive} brother to take the throne.`;
-		case "You purchased her as a favor to her father.":
-			return `You purchased ${slave.object} as a favor to ${slave.possessive} father.`;
-		case "You purchased her from a King after his son put an illegitimate heir in her womb.":
-			return `You purchased ${slave.object} from a King after his son put an illegitimate heir in ${slave.possessive} womb.`;
-		case "You acquired her in the last stages of your career as a successful venture capitalist.":
-		case "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with her, you had to temporarily switch to a desk job for your mercenary group.":
-		case "You acquired her in the last stages of your career as a noted private military contractor.":
-		case "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create her.":
-		case "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.":
-		case "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.":
-		case "You enslaved her personally during the last stages of your slaving career.":
-		case "You sired her in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.":
-		case "You conceived her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.":
-		case "You sired her after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.":
-		case "You received her as a gift from an arcology owner impressed by your work.":
-		case "You captured her during your transition to the arcology":
-		case "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.":
-		case "You brought her into the arcology mindbroken, little more than a walking collection of fuckable holes.":
-		case "You brought her into the arcology mindbroken, little more than a human onahole.":
-		case "She grew up sheltered and submissive, making her an easy target for enslavement.":
-		case "She was fresh from the slave markets when you acquired her.":
-		case "She chose to be a slave because the romanticized view of it she had turns her on.":
-		case "She was previously owned by a creative sadist, who has left a variety of mental scars on her.":
-		case "She was taken as a slave by a Sultan, who presented her as a gift to a surveyor.":
-		case "She is the winner of a martial arts slave tournament. You won her in a bet.":
-		case "She was homeless and willing to do anything for food, which in the end resulted in her becoming a slave.":
-		case "She was sold to you by an anonymous person who wanted her to suffer.":
-		case "You received her from a surgeon who botched an implant operation on her and needed to get her out of sight.":
-		case "She offered herself to you for enslavement to escape having plastic surgery foisted on her.":
-		case "You turned her into a slave girl after she fell into debt to you.":
-		case "She was raised in a radical slave school that treated her with drugs and surgery from a very young age.":
-		case "She was raised in a radical slave school that treated her from a very young age, up to the point that she never experienced male puberty.":
-		case "She was a runaway slave captured by a gang outside your arcology. You bought her cheap after she was harshly used by them.":
-		case "She was the private slave of a con artist cult leader before he had to abandon her and flee.":
-		case "You helped her give birth, leaving her deeply indebted to you.":
-		case "You purchased her from a King after she expressed knowledge of the prince's affair with another servant.":
-			r = r.replace(/\bherself\b/g, slave.objectReflexive);
-			r = r.replace(/\bHerself\b/g, capFirstChar(slave.objectReflexive));
-			r = r.replace(/\bshe\b/g, slave.pronoun);
-			r = r.replace(/\bShe\b/g, capFirstChar(slave.pronoun));
-			r = r.replace(/\bher\b/g, slave.object);
-			r = r.replace(/\bHer\b/g, capFirstChar(slave.object));
-			return r;
-		default:
-			r = r.replace(/\bherself\b/g, slave.objectReflexive);
-			r = r.replace(/\bHerself\b/g, capFirstChar(slave.objectReflexive));
-			r = r.replace(/\bshe\b/g, slave.pronoun);
-			r = r.replace(/\bShe\b/g, capFirstChar(slave.pronoun));
-			r = r.replace(/\bher\b/g, slave.possessive);
-			r = r.replace(/\bHer\b/g, capFirstChar(slave.possessive));
-			return r;
-	}
-};
-
 window.HackingSkillMultiplier = function() {
 	const V = State.variables;
 	if (V.PC.hacking <= -100) {
diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index d3b5830f52260d2231a9b1ed88ea0e0462d27f10..e876274512bec6d127fdc2e96e4843ef7e928571 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -193,49 +193,49 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "To seal a business deal, a client asked you to knock her up. $He is the end result of that fling.">>
 			<<set $activeSlave.custom.tattoo = "$He has a famous corporate logo tattooed on the nape of $his neck.">>
 		<<else>>
-			<<set $activeSlave.origin = "You acquired her in the last stages of your career as a successful venture capitalist.">>
+			<<set $activeSlave.origin = "You acquired $him in the last stages of your career as a successful venture capitalist.">>
 			<<set $activeSlave.custom.tattoo = "$He has a famous corporate logo tattooed on the nape of $his neck.">>
 		<</if>>
 	<<elseif $PC.career == "mercenary">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with her, you had to temporarily switch to a desk job for your mercenary group.">>
+			<<set $activeSlave.origin = "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with $him, you had to temporarily switch to a desk job for your mercenary group.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a private military company's coat of arms on the nape of $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with her, you had to temporarily switch to a desk job for your mercenary group.">>
+			<<set $activeSlave.origin = "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with $him, you had to temporarily switch to a desk job for your mercenary group.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a private military company's coat of arms on the nape of $his neck.">>
 		<<elseif $activeSlave.father == -1>>
 			<<set $activeSlave.origin = "A trip to a brothel after a mission resulted in an unexpected surprise years later.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a private military company's coat of arms on the nape of $his neck.">>
 		<<else>>
-			<<set $activeSlave.origin = "You acquired her in the last stages of your career as a noted private military contractor.">>
+			<<set $activeSlave.origin = "You acquired $him in the last stages of your career as a noted private military contractor.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a private military company's coat of arms on the nape of $his neck.">>
 		<</if>>
 	<<elseif $PC.career == "slaver">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create her.">>
+			<<set $activeSlave.origin = "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create $him.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a private military company's coat of arms on the nape of $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.">>
+			<<set $activeSlave.origin = "A fresh capture once overpowered you and had his way with you. You kept $him as a painful reminder to never lower your guard again.">>
 			<<set $activeSlave.custom.tattoo = "$He has your tiny slaving emblem tattooed behind $his left ear.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.">>
+			<<set $activeSlave.origin = "Your slaving troop kept several girls as fucktoys; you sired $him in your favorite.">>
 			<<set $activeSlave.custom.tattoo = "$He has your tiny slaving emblem tattooed behind $his left ear.">>
 		<<else>>
-			<<set $activeSlave.origin = "You enslaved her personally during the last stages of your slaving career.">>
+			<<set $activeSlave.origin = "You enslaved $him personally during the last stages of your slaving career.">>
 			<<set $activeSlave.custom.tattoo = "$He has your tiny slaving emblem tattooed behind $his left ear.">>
 		<</if>>
 	<<elseif $PC.career == "engineer">>
 		<<if $activeSlave.mother == -1 && $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "You sired her in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+			<<set $activeSlave.origin = "You sired $him in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
 			<<set $activeSlave.custom.tattoo = "$He has the geometric symbol of your old arcology engineering firm laser tattooed into the nape of $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "You conceived her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+			<<set $activeSlave.origin = "You conceived $him after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
 			<<set $activeSlave.custom.tattoo = "$He has the geometric symbol of your old arcology engineering firm laser tattooed into the nape of $his neck.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "You sired her after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
+			<<set $activeSlave.origin = "You sired $him after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
 			<<set $activeSlave.custom.tattoo = "$He has the geometric symbol of your old arcology engineering firm laser tattooed into the nape of $his neck.">>
 		<<else>>
-			<<set $activeSlave.origin = "You received her as a gift from an arcology owner impressed by your work.">>
+			<<set $activeSlave.origin = "You received $him as a gift from an arcology owner impressed by your work.">>
 			<<set $activeSlave.custom.tattoo = "$He has the geometric symbol of your old arcology engineering firm laser tattooed into the nape of $his neck.">>
 		<</if>>
 	<<elseif $PC.career == "escort">>
@@ -246,7 +246,7 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "$He was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">>
 			<<set $activeSlave.custom.tattoo = "$He has the number of times $his father came in you while you were pregnant with $his tattooed down $his back.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "$He was the result of unprotected sex with a client. $His mother tracked you down years after her birth to force her upon you.">>
+			<<set $activeSlave.origin = "$He was the result of unprotected sex with a client. $His mother tracked you down years after $his birth to force $him upon you.">>
 			<<set $activeSlave.custom.tattoo = "$He has your name angrily tattooed on $his right shoulder.">>
 		<<else>>
 			<<set $activeSlave.origin = "$He was a fellow escort you were popular with.">>
@@ -268,7 +268,7 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "$He was born from one of your sex toys you knocked up.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former gang's sign tattooed on $his neck.">>
 		<<else>>
-			<<set $activeSlave.origin = "You captured her during your transition to the arcology">>
+			<<set $activeSlave.origin = "You captured $him during your transition to the arcology">>
 			<<set $activeSlave.custom.tattoo = "$He has your former gang's sign tattooed on $his neck.">>
 		<</if>>
 	<<elseif $PC.career == "servant">>
@@ -279,7 +279,7 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "$He was another of your late master's servants. $He spent nine months in your womb, courtesy of your master.">>
 			<<set $activeSlave.custom.tattoo = "$He has your master's brand on $his left breast.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "$He was another of your late master's servants. Your master permitted you to knock up her mother.">>
+			<<set $activeSlave.origin = "$He was another of your late master's servants. Your master permitted you to knock up $his mother.">>
 			<<set $activeSlave.custom.tattoo = "$He has your master's brand on $his left breast.">>
 		<<elseif $PC.vagina == 1>>
 			<<set $activeSlave.origin = "$He was another of your late master's servants. $He helped you give birth to his child.">>
@@ -304,7 +304,7 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "$He is the product of an affair with a cute nurse who assisted you in more ways than one.">>
 			<<set $activeSlave.custom.tattoo = "$He has your personal symbol tattooed on the back of $his neck: it's invisible to the naked eye, but shows up starkly on medical imaging.">>
 		<<else>>
-			<<set $activeSlave.origin = "You kept her after her owner failed to pay your bill for performing surgery on her.">>
+			<<set $activeSlave.origin = "You kept $him after $his owner failed to pay your bill for performing surgery on $him.">>
 			<<set $activeSlave.custom.tattoo = "$He has your personal symbol tattooed on the back of $his neck: it's invisible to the naked eye, but shows up starkly on medical imaging.">>
 		<</if>>
 	<<elseif $PC.career == "celebrity">>
@@ -329,10 +329,10 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "You bet your body on a sure hand, only to lose. Nine months later, your daughter was born.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a losing hand of cards on the nape of $his neck.">>
 		<<elseif $activeSlave.father == -1>>
-			<<set $activeSlave.origin = "You won a sexual fling with her mother after winning at cards, a gamble that ultimately burdened you.">>
+			<<set $activeSlave.origin = "You won a sexual fling with $his mother after winning at cards, a gamble that ultimately burdened you.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a poor hand of cards on the nape of $his neck.">>
 		<<else>>
-			<<set $activeSlave.origin = "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
+			<<set $activeSlave.origin = "You won $him at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
 			<<set $activeSlave.custom.tattoo = "$He has a small tattoo of a winning hand of cards on the nape of $his neck.">>
 		<</if>>
 	<<elseif $PC.career == "BlackHat">>
@@ -340,7 +340,7 @@ __You are customizing this slave:__
 			<<set $activeSlave.origin = "$He was the result of a night of hard celebration after a big score under the glow of monitors and the calming hum of 750 RPM fans. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former digital calling card tattooed on $his neck.">>
 		<<elseif $activeSlave.mother == -1>>
-			<<set $activeSlave.origin = "$He was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted her in your womb.">>
+			<<set $activeSlave.origin = "$He was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted $him in your womb.">>
 			<<set $activeSlave.custom.tattoo = "$He has your former digital calling card tattooed on $his neck.">>
 		<<elseif $activeSlave.father == -1>>
 			<<set $activeSlave.origin = "$He was born out of a trade for secure data access. Nine months later, your daughter was born.">>
@@ -350,14 +350,14 @@ __You are customizing this slave:__
 			<<set $activeSlave.custom.tattoo = "$He has your former digital calling card tattooed on $his neck.">>
 		<</if>>
 	<<else>>
-		<<set $activeSlave.origin = "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
+		<<set $activeSlave.origin = "You won $him at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
 		<<set $activeSlave.custom.tattoo = "$He has the silhouette of an arcology tattooed on the nape of $his neck.">>
 	<</if>>
 	<<if $activeSlave.fetish == "mindbroken">>
 		<<if $activeSlave.amp != 1>>
-			<<set $activeSlave.origin = "You brought her into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
+			<<set $activeSlave.origin = "You brought $him into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
 		<<else>>
-			<<set $activeSlave.origin = "You brought her into the arcology mindbroken, little more than a human onahole.">>
+			<<set $activeSlave.origin = "You brought $him into the arcology mindbroken, little more than a human onahole.">>
 		<</if>>
 	<</if>>
 <</if>>
diff --git a/src/pregmod/saPorn.tw b/src/pregmod/saPorn.tw
index 7740abfdcbedebf667164146b4651f8961af5549..18d4646dfdce6eda0d569893e8f01146d2e36a52 100644
--- a/src/pregmod/saPorn.tw
+++ b/src/pregmod/saPorn.tw
@@ -1098,28 +1098,28 @@
 
 			<<switch $slaves[$i].porn.fameType>>
 			<<case "generic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her being used.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him being used.">>
 				the sight of $him being used,
 			<<case "fuckdoll">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. $His fans relish the sight of $him being used.">>
 				the sight of $him being used,
 			<<case "rape">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her being raped.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him being raped.">>
 				the sight of $him being raped,
 			<<case "preggo">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her swell with child.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him swell with child.">>
 				watching $him swell with child,
 			<<case "BBW">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her thick and soft body.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his thick and soft body.">>
 				the sight of $his thick and soft body,
 			<<case "underage">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her childish body.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his childish body.">>
 				the sight of $his childish body,
 			<<case "weight gain">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her eating and gaining weight.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him eating and gaining weight.">>
 				the sight of $him eating and gaining weight,
 			<<case "big dick">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her throbbing erection.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his throbbing erection.">>
 				the sight of $his throbbing erection,
 			<<case "deepthroat">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sounds $he makes when being throatfucked.">>
@@ -1128,87 +1128,87 @@
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed how $he struggles during sex.">>
 				how $he struggles during sex,
 			<<case "hardcore anal">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her asshole pushed to its limit.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $his asshole pushed to its limit.">>
 				watching $his asshole pushed to its limit,
 			<<case "softcore">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her lewd striptease.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his lewd striptease.">>
 				$his lewd striptease,
 			<<case "romantic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the deep bond $he shares with her partners.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the deep bond $he shares with $his partners.">>
 				the deep bond $he shares with $his partners,
 			<<case "really perverted">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her most perverted tendencies.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his most perverted tendencies.">>
 				$his most perverted tendencies,
 			<<case "voyeur">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her devote $himself to $his partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him devote $himself to $his partners' pleasure.">>
 				watching $him devote $himself to $his partners' pleasure,
 			<<case "unspeakable">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his willingness to do things not repeated in polite company.">>
 				$his willingness to do things not repeated in polite company,
 			<<case "huge insertion">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his holes filled to their limits.">>
 				the sight of $his holes filled to their limits,
 			<<case "orgasm denial">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her ignoring her own pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him ignoring $his own pleasure.">>
 				the sight of $him ignoring $his own pleasure,
 			<<case "cum addiction">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything and everything for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything and everything for cum.">>
 				watching $him do anything and everything for cum,
 			<<case "anal addiction">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything for a dick in her ass.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for a dick in $his ass.">>
 				watching $him do anything for a dick in $his ass,
 			<<case "exhibition">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything for attention.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for attention.">>
 				watching $him do anything for attention,
 			<<case "breast expansion">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of $his breasts.">>
 				charting the growth of $his breasts,
 			<<case "abuse">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her abuse others.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him abuse others.">>
 				watching $him abuse others,
 			<<case "sexual torture">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her getting off from the suffering $he caused.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him getting off from the suffering $he caused.">>
 				$him getting off from the suffering $he caused,
 			<<case "self hating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her happily suffer.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him happily suffer.">>
 				watching $him happily suffer,
 			<<case "breeder">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her obsess over pumping out babies.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him obsess over pumping out babies.">>
 				watching $him obsess over pumping out babies,
 			<<case "submissive">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her submission.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his submission.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$his submission,
 			<<case "cum">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her taste for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his taste for cum.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$his taste for cum,
 			<<case "buttslut">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her rear.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his rear.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				the sight of $his rear,
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him humiliating $himself.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$him humiliating $himself,
 			<<case "breast">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his breasts.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				the sight of $his breasts,
 			<<case "dominant">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her dominance.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his dominance.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$his dominance,
 			<<case "sadistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her sadism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his sadism.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$his sadism,
 			<<case "masochistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her masochism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his masochism.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$his masochism,
 			<<case "pregnancy fetish">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her fondness for pregnancy.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his fondness for pregnancy.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 				$his fondness for pregnancy,
 			<</switch>>
@@ -1252,7 +1252,7 @@
 		<<case "preggo">>
 			<<if $slaves[$i].porn.fame.preggo >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her swollen with child.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him swollen with child.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $him swollen with child, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.preggo*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1262,7 +1262,7 @@
 		<<case "BBW">>
 			<<if $slaves[$i].porn.fame.BBW >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her thick, soft body.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his thick, soft body.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his thick and soft body, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.BBW*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1272,7 +1272,7 @@
 		<<case "underage">>
 			<<if $slaves[$i].porn.fame.loli >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her immature body.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his immature body.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his immature body, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.loli*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1283,7 +1283,7 @@
 			<<if $slaves[$i].porn.fame.gainer >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
 				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish how curvy $he's gotten.">>
-				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish how curvy <<print $he>>'s gotten, so it is now prestigious to own $him.
+				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish how curvy $he's gotten, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.gainer*_swapPoint>>
 				<<set _fameSwap = 1>>
 			<<elseif $slaves[$i].porn.fame.gainer < 5000>>
@@ -1292,7 +1292,7 @@
 		<<case "big dick">>
 			<<if $slaves[$i].porn.fame.stud >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her heavy dick.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his heavy dick.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $his heavy dick, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.stud*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1322,7 +1322,7 @@
 		<<case "hardcore anal">>
 			<<if $slaves[$i].porn.fame.painal >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish watching her asshole pushed to its limit.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish watching $his asshole pushed to its limit.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish watching $his asshole pushed to its limit, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.painal*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1362,7 +1362,7 @@
 		<<case "voyeur">>
 			<<if $slaves[$i].porn.fame.caring >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her devotion to her partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his devotion to $his partners' pleasure.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his devotion to $his partners' pleasure, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.caring*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1372,7 +1372,7 @@
 		<<case "unspeakable">>
 			<<if $slaves[$i].porn.fame.unflinching >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her willingness to do anything and everything.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his willingness to do anything and everything.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his willingness to do anything and everything, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.unflinching*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1382,7 +1382,7 @@
 		<<case "huge insertion">>
 			<<if $slaves[$i].porn.fame.sizeQueen >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her holes filled to their limits.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his holes filled to their limits.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $his holes filled to their limits, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.sizeQueen*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1392,7 +1392,7 @@
 		<<case "orgasm denial">>
 			<<if $slaves[$i].porn.fame.neglectful >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her denying $himself pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him denying $himself pleasure.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $him denying $himself pleasure, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.neglectful*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1402,7 +1402,7 @@
 		<<case "cum addiction">>
 			<<if $slaves[$i].porn.fame.cumAddict >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her doing anything for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him doing anything for cum.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $him doing anything for cum, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.cumAddict*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1412,7 +1412,7 @@
 		<<case "anal addiction">>
 			<<if $slaves[$i].porn.fame.analAddict >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her doing anything for a dick up her ass.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him doing anything for a dick up $his ass.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $him doing anything for a dick up $his ass, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.analAddict*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1422,7 +1422,7 @@
 		<<case "exhibition">>
 			<<if $slaves[$i].porn.fame.attentionWhore >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her doing anything for attention.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $him doing anything for attention.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $him doing anything for attention, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.attentionWhore*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1432,7 +1432,7 @@
 		<<case "breast expansion">>
 			<<if $slaves[$i].porn.fame.breastGrowth >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her expanding bust.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his expanding bust.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $his expanding bust, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.breastGrowth*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1472,7 +1472,7 @@
 		<<case "breeder">>
 			<<if $slaves[$i].porn.fame.breeder >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her obsession with having children.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his obsession with having children.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his obsession with having children, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.breeder*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1482,7 +1482,7 @@
 		<<case "submissive">>
 			<<if $slaves[$i].porn.fame.sub >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her submissiveness.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his submissiveness.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his submissiveness, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.sub*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1492,7 +1492,7 @@
 		<<case "cum">>
 			<<if $slaves[$i].porn.fame.cumSlut >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her desire for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his desire for cum.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his desire for cum, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.cumSlut*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1502,7 +1502,7 @@
 		<<case "buttslut">>
 			<<if $slaves[$i].porn.fame.anal >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her rear.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his rear.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $his rear, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.anal*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1512,7 +1512,7 @@
 		<<case "humiliating">>
 			<<if $slaves[$i].porn.fame.humiliation >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her frequent humiliation.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his frequent humiliation.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his frequent humiliation, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.humiliation*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1522,7 +1522,7 @@
 		<<case "breast">>
 			<<if $slaves[$i].porn.fame.boobs >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish the sight of $his breasts.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish the sight of $his breasts, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.boobs*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1532,7 +1532,7 @@
 		<<case "dominant">>
 			<<if $slaves[$i].porn.fame.dom >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her dominance.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his dominance.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his dominance, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.dom*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1542,7 +1542,7 @@
 		<<case "sadistic">>
 			<<if $slaves[$i].porn.fame.sadist >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her sadism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his sadism.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his sadism, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.sadist*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1552,7 +1552,7 @@
 		<<case "masochistic">>
 			<<if $slaves[$i].porn.fame.masochist >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her masochism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his masochism.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his masochism, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.masochist*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1562,7 +1562,7 @@
 		<<case "pregnancy fetish">>
 			<<if $slaves[$i].porn.fame.pregnancy >= 50000>>
 				<<set $slaves[$i].pornPrestige = 2>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish her fondness for pregnancy.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is well known from $his career in slave pornography. $His many fans relish $his fondness for pregnancy.">>
 				@@.green;$He has gained a hold in $slaves[$i].porn.fameType pornography!@@ $His many fans relish $his fondness for pregnancy, so it is now prestigious to own $him.
 			<<elseif _topFame.value >= $slaves[$i].porn.fame.pregnancy*_swapPoint>>
 				<<set _fameSwap = 1>>
@@ -1598,69 +1598,69 @@
 			<<case "weight gain">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him eating and gaining weight.">>
 			<<case "big dick">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her throbbing erection.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his throbbing erection.">>
 			<<case "deepthroat">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sounds $he makes when being throatfucked.">>
 			<<case "unwilling">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed how $he struggles during sex.">>
 			<<case "hardcore anal">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her asshole pushed to its limit.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $his asshole pushed to its limit.">>
 			<<case "softcore">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her lewd striptease.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his lewd striptease.">>
 			<<case "romantic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the deep bond $he shares with her partners.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the deep bond $he shares with $his partners.">>
 			<<case "really perverted">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her most perverted tendencies.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his most perverted tendencies.">>
 			<<case "voyeur">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her devote $himself to her partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him devote $himself to $his partners' pleasure.">>
 			<<case "unspeakable">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his willingness to do things not repeated in polite company.">>
 			<<case "huge insertion">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her holes filled to their limits.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his holes filled to their limits.">>
 			<<case "orgasm denial">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her ignoring her own pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him ignoring $his own pleasure.">>
 			<<case "cum addiction">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything and everything for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything and everything for cum.">>
 			<<case "anal addiction">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for a dick in $his ass.">>
 			<<case "exhibition">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything for attention.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for attention.">>
 			<<case "breast expansion">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of $his breasts.">>
 			<<case "abuse">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her abuse others.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him abuse others.">>
 			<<case "sexual torture">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her getting off from the suffering $he caused.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him getting off from the suffering $he caused.">>
 			<<case "self hating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her happily suffer.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him happily suffer.">>
 			<<case "breeder">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her obsess over pumping out babies.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him obsess over pumping out babies.">>
 			<<case "submissive">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her submission.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his submission.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "cum">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her taste for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his taste for cum.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "buttslut">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her rear.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his rear.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him humiliating $himself.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "breast">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his breasts.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "dominant">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her dominance.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his dominance.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "sadistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her sadism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his sadism.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "masochistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her masochism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his masochism.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<<case "pregnancy fetish">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her fondness for pregnancy.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his fondness for pregnancy.">>
 				<<if $slaves[$i].fetishKnown != 1>><<set $slaves[$i].fetishKnown = 1>><</if>>
 			<</switch>>
 		<</if>>
@@ -1672,7 +1672,7 @@
 			<<if $slaves[$i].porn.fame.general >= 150000 && $pornStarID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.general = 250000, $pornStarID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.general>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of her mid-coitus.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him mid-coitus.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with the sight of $him mid-coitus, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her mid-coitus">>
 				<<set $trinkets.push(_desc)>>
@@ -1694,7 +1694,7 @@
 			<<if $slaves[$i].porn.fame.rape >= 150000 && $pornStarRapeID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.rape = 250000, $pornStarRapeID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.rape>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of her being raped.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him being raped.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with the sight of $him being raped, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her rape">>
 				<<set $trinkets.push(_desc)>>
@@ -1705,7 +1705,7 @@
 			<<if $slaves[$i].porn.fame.preggo >= 150000 && $pornStarPreggoID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.preggo = 250000, $pornStarPreggoID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.preggo>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of her swollen with child.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him swollen with child.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with the sight of $him swollen with child, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her cradling her middle">>
 				<<set $trinkets.push(_desc)>>
@@ -1716,7 +1716,7 @@
 			<<if $slaves[$i].porn.fame.BBW >= 150000 && $pornStarBBWID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.BBW = 250000, $pornStarBBWID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.BBW>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with her thick, soft body.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his thick, soft body.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with $his thick and soft body, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her giving a bellyjob">>
 				<<set $trinkets.push(_desc)>>
@@ -1727,7 +1727,7 @@
 			<<if $slaves[$i].porn.fame.loli >= 150000 && $pornStarLoliID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.loli = 250000, $pornStarLoliID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.loli>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with her immature body.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with $his immature body.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with $his immature body, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her 'innocence'">>
 				<<set $trinkets.push(_desc)>>
@@ -1749,7 +1749,7 @@
 			<<if $slaves[$i].porn.fame.stud >= 150000 && $pornStarStudID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.stud = 250000, $pornStarStudID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.stud>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of her erect dick.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $his erect dick.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with the sight of $his erect dick, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her money shot">>
 				<<set $trinkets.push(_desc)>>
@@ -1782,7 +1782,7 @@
 			<<if $slaves[$i].porn.fame.painal >= 150000 && $pornStarPainalID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.painal = 250000, $pornStarPainalID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.painal>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with seeing her asshole pushed to its limit.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with seeing $his asshole pushed to its limit.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with seeing $his asshole pushed to its limit, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her taking an enormous dick up her ass">>
 				<<set $trinkets.push(_desc)>>
@@ -1881,7 +1881,7 @@
 			<<if $slaves[$i].porn.fame.analAddict >= 150000 && $pornStarAnalAddictID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.analAddict = 250000, $pornStarAnalAddictID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.analAddict>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of her well-versed anus.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $his well-versed anus.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with the sight of $him doing anything for a dick up $his ass, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her taking a series of huge cocks up her ass">>
 				<<set $trinkets.push(_desc)>>
@@ -1892,7 +1892,7 @@
 			<<if $slaves[$i].porn.fame.attentionWhore >= 150000 && $pornStarAttentionWhoreID == 0>>
 				<<set $slaves[$i].pornPrestige = 3, $slaves[$i].porn.fame.attentionWhore = 250000, $pornStarAttentionWhoreID = $slaves[$i].ID>>
 				<<set $slaves[$i].pornFame = $slaves[$i].porn.fame.attentionWhore>>
-				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of her doing anything for attention.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He is world famous for $his career in slave pornography. Millions are intimately familiar with the sight of $him doing anything for attention.">>
 				@@.green;$He has become world famous for $his career in $slaves[$i].porn.fameType pornography!@@ Millions are now intimately familiar with the sight of $him going to any length for attention, so it is now extremely prestigious to own $him.
 				<<set _desc = "a framed shot from porn starring " + $slaves[$i].slaveName + " showing her flashing strangers">>
 				<<set $trinkets.push(_desc)>>
@@ -2103,45 +2103,45 @@
 			<<case "voyeur">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him devote $himself to $his partners' pleasure.">>
 			<<case "unspeakable">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his willingness to do things not repeated in polite company.">>
 			<<case "huge insertion">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her holes filled to their limits.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his holes filled to their limits.">>
 			<<case "orgasm denial">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him ignoring her own pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him ignoring $his own pleasure.">>
 			<<case "cum addiction">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything and everything for cum.">>
 			<<case "anal addiction">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for a dick in her ass.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for a dick in $his ass.">>
 			<<case "exhibition">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for attention.">>
 			<<case "breast expansion">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of $his breasts.">>
 			<<case "abuse">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him abuse others.">>
 			<<case "sexual torture">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her getting off from the suffering $he caused.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him getting off from the suffering $he caused.">>
 			<<case "self hating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her happily suffer.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him happily suffer.">>
 			<<case "breeder">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her obsess over pumping out babies.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him obsess over pumping out babies.">>
 			<<case "submissive">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her submission.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his submission.">>
 			<<case "cum">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her taste for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his taste for cum.">>
 			<<case "buttslut">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her rear.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his rear.">>
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him humiliating $himself.">>
 			<<case "breast">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his breasts.">>
 			<<case "dominant">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her dominance.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his dominance.">>
 			<<case "sadistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her sadism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his sadism.">>
 			<<case "masochistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her masochism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his masochism.">>
 			<<case "pregnancy fetish">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her fondness for pregnancy.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his fondness for pregnancy.">>
 			<</switch>>
 		<</if>>
 
@@ -2575,17 +2575,17 @@
 			<<case "fuckdoll">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. $His fans relish the sight of $him being used.">>
 			<<case "rape">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her being raped.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him being raped.">>
 			<<case "preggo">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her swell with child.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him swell with child.">>
 			<<case "BBW">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his thick and soft body.">>
 			<<case "underage">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his childish body.">>
 			<<case "weight gain">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her eating and gaining weight.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him eating and gaining weight.">>
 			<<case "big dick">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her throbbing erection.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his throbbing erection.">>
 			<<case "deepthroat">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sounds $he makes when being throatfucked.">>
 			<<case "unwilling">>
@@ -2599,47 +2599,47 @@
 			<<case "really perverted">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his most perverted tendencies.">>
 			<<case "voyeur">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her devote $himself to $his partners' pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him devote $himself to $his partners' pleasure.">>
 			<<case "unspeakable">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her willingness to do things not repeated in polite company.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his willingness to do things not repeated in polite company.">>
 			<<case "huge insertion">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his holes filled to their limits.">>
 			<<case "orgasm denial">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her ignoring $his own pleasure.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $him ignoring $his own pleasure.">>
 			<<case "cum addiction">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything and everything for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything and everything for cum.">>
 			<<case "anal addiction">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything for a dick in $his ass.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for a dick in $his ass.">>
 			<<case "exhibition">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her do anything for attention.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him do anything for attention.">>
 			<<case "breast expansion">>
 				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed charting the growth of $his breasts.">>
 			<<case "abuse">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her abuse others.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him abuse others.">>
 			<<case "sexual torture">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her getting off from the suffering $he caused.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him getting off from the suffering $he caused.">>
 			<<case "self hating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her happily suffer.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him happily suffer.">>
 			<<case "breeder">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching her obsess over pumping out babies.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed watching $him obsess over pumping out babies.">>
 			<<case "submissive">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her submission.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his submission.">>
 			<<case "cum">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her taste for cum.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his taste for cum.">>
 			<<case "buttslut">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her rear.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his rear.">>
 			<<case "humiliating">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her humiliating $himself.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $him humiliating $himself.">>
 			<<case "breast">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of her breasts.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed the sight of $his breasts.">>
 			<<case "dominant">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her dominance.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his dominance.">>
 			<<case "sadistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her sadism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his sadism.">>
 			<<case "masochistic">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her masochism.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his masochism.">>
 			<<case "pregnancy fetish">>
-				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed her fondness for pregnancy.">>
+				<<set $slaves[$i].pornPrestigeDesc = "$He has a following in slave pornography. Thousands have enjoyed $his fondness for pregnancy.">>
 			<</switch>>
 		<</if>>
 	<</if>>
diff --git a/src/uncategorized/reFSAcquisition.tw b/src/uncategorized/reFSAcquisition.tw
index 1968032e2812115b0997677842108d48d733732e..32f55a440aa88d5869e4a6fa7f2756d065a392e0 100644
--- a/src/uncategorized/reFSAcquisition.tw
+++ b/src/uncategorized/reFSAcquisition.tw
@@ -31,7 +31,7 @@
 <</if>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement, choosing you as her new owner because you treat lactating girls well.">>
+<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement, choosing you as $his new owner because you treat lactating <<= $girl>>s well.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(5,15)>>
@@ -110,7 +110,7 @@
 <<set $oneTimeDisableDisability = 1>>
 <<set $fixedRace = $arcologies[0].FSSubjugationistRace>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He was beaten, sexually assaulted, and finally enslaved for being stupid enough to visit an arcology that doesn't like her kind.">>
+<<set $activeSlave.origin = "$He was beaten, sexually assaulted, and finally enslaved for being stupid enough to visit an arcology that doesn't like $his kind.">>
 <<set $activeSlave.health = random(-80,-60)>>
 <<set $activeSlave.trust = random(-45,-25)>>
 <<set $activeSlave.devotion = random(-75,-65)>>
@@ -125,7 +125,7 @@
 <<set $oneTimeDisableDisability = 1>>
 <<set $fixedRace = $arcologies[0].FSSubjugationistRace>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He came to your arcology to be enslaved out of a sense of self-loathing for her kind.">>
+<<set $activeSlave.origin = "$He came to your arcology to be enslaved out of a sense of self-loathing for $his kind.">>
 <<set $activeSlave.health = random(-80,-60)>>
 <<set $activeSlave.trust = random(-25,-15)>>
 <<set $activeSlave.devotion = random(-45,-25)>>
@@ -138,7 +138,7 @@
 <<set $contractCost = 1000>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XY")>>
-<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement to escape life in an area that disapproved of her sexual tendencies.">>
+<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement to escape life in an area that disapproved of $his sexual tendencies.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(15,20)>>
 <<set $activeSlave.trust = random(0,10)>>
@@ -155,7 +155,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XY")>>
-<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement after a lifetime as an outcast due to her sexual tendencies.">>
+<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement after a lifetime as an outcast due to $his sexual tendencies.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(15,20)>>
 <<set $activeSlave.trust = random(0,10)>>
@@ -172,7 +172,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>> /% Old enough = be pregnant. %/
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "$He was sold to you as a way of disposing of an inconveniently pregnant young woman.">>
+<<set $activeSlave.origin = "$He was sold to you as a way of disposing of an inconveniently pregnant young $woman.">>
 <<set $activeSlave.career = setup.youngCareers.random()>>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(-45,-25)>>
@@ -216,7 +216,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He was voluntarily enslaved after she decided that your paternalistic arcology was a better place for advancement than the old world.">>
+<<set $activeSlave.origin = "$He was voluntarily enslaved after $he decided that your paternalistic arcology was a better place for advancement than the old world.">>
 <<set $activeSlave.career = setup.educatedCareers.random()>>
 <<set $activeSlave.health = random(40,60)>>
 <<set $activeSlave.devotion = random(25,45)>>
@@ -235,7 +235,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He was voluntarily enslaved after she decided that your paternalistic arcology was a better place to live than the old world.">>
+<<set $activeSlave.origin = "$He was voluntarily enslaved after $he decided that your paternalistic arcology was a better place to live than the old world.">>
 <<set $activeSlave.health = random(40,60)>>
 <<set $activeSlave.devotion = random(25,45)>>
 <<set $activeSlave.trust = random(25,45)>>
@@ -249,7 +249,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "$He was sold to you by an anonymous person who wanted her to suffer.">>
+<<set $activeSlave.origin = "$He was sold to you by an anonymous person who wanted $him to suffer.">>
 <<set $activeSlave.boobsImplant += random(4,6)*200>>
 <<set $activeSlave.boobs += $activeSlave.boobsImplant>>
 <<set $activeSlave.nipples = "huge">>
@@ -328,7 +328,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement to get to an arcology in which implants are uncommon, since she has a fear of surgery.">>
+<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement to get to an arcology in which implants are uncommon, since $he has a fear of surgery.">>
 <<set $activeSlave.health = random(-20,20)>>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(-15,15)>>
@@ -343,7 +343,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement after graduating from a slave school and passing her majority, because she heard you treat slaves without implants well.">>
+<<set $activeSlave.origin = "$He offered $himself for voluntary enslavement after graduating from a slave school and passing $his majority, because $he heard you treat slaves without implants well.">>
 <<set $activeSlave.age = random(18,24)>>
 <<set $activeSlave.career = "a student">>
 <<set $activeSlave.health = random(-20,20)>>
@@ -358,7 +358,7 @@
 <<set $activeSlaveOneTimeMaxAge = 18>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He came to you for enslavement out of desperation, terrified that she was about to be enslaved into a worse situation by her abusive family.">>
+<<set $activeSlave.origin = "$He came to you for enslavement out of desperation, terrified that $he was about to be enslaved into a worse situation by $his abusive family.">>
 <<set $activeSlave.health = random(-40,30)>>
 <<set $activeSlave.devotion = random(10,15)>>
 <<set $activeSlave.trust = random(-55,-75)>>
@@ -382,7 +382,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He came to you for enslavement out of desperation, terrified that she was about to be asked to do something with her life by her family.">>
+<<set $activeSlave.origin = "$He came to you for enslavement out of desperation, terrified that $he was about to be asked to do something with $his life by $his family.">>
 <<set $activeSlave.health = random(-40,30)>>
 <<set $activeSlave.devotion = random(10,15)>>
 <<set $activeSlave.trust = random(-55,-75)>>
@@ -404,7 +404,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>> /% A mature woman. %/
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He offered $himself to you for enslavement after deciding you were her best hope of a good life as a slave.">>
+<<set $activeSlave.origin = "$He offered $himself to you for enslavement after deciding you were $his best hope of a good life as a slave.">>
 <<set $activeSlave.health = random(40,60)>>
 <<set $activeSlave.devotion = random(25,45)>>
 <<set $activeSlave.trust = random(25,45)>>
@@ -433,7 +433,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He was sold to you by her son, in order to raise funds for his business.">>
+<<set $activeSlave.origin = "$He was sold to you by $his son, in order to raise funds for his business.">>
 <<set $activeSlave.boobs = random(4,6)*200>>
 <<set $activeSlave.weight = 20>>
 <<set $activeSlave.height = random(130,150)>>
@@ -465,7 +465,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "You received her from a surgeon who botched an implant operation on her and needed to get her out of sight.">>
+<<set $activeSlave.origin = "You received $him from a surgeon who botched an implant operation on $him and needed to get $him out of sight.">>
 <<set $activeSlave.boobsImplant += random(10,20)*200>>
 <<set $activeSlave.boobs += $activeSlave.boobsImplant>>
 <<set $activeSlave.nipples = "tiny">>
@@ -493,7 +493,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$His husband sold her into slavery to escape his debts.">>
+<<set $activeSlave.origin = "$His husband sold $him into slavery to escape his debts.">>
 <<set $activeSlave.career = "a trophy wife">>
 <<set $activeSlave.boobsImplant += random(5,10)*200>>
 <<set $activeSlave.boobs += $activeSlave.boobsImplant>>
@@ -521,7 +521,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He offered $himself to you for enslavement because she felt your arcology was the best place for a woman of her appearance.">>
+<<set $activeSlave.origin = "$He offered $himself to you for enslavement because $he felt your arcology was the best place for a $woman of $his appearance.">>
 <<set $activeSlave.boobs = random(4,6)*50>>
 <<set $activeSlave.weight = -20>>
 <<set $activeSlave.height = random(160,200)>>
@@ -595,7 +595,7 @@
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He offered $himself to you to escape enslavement in her homeland for being older and unmarried.">>
+<<set $activeSlave.origin = "$He offered $himself to you to escape enslavement in $his homeland for being older and unmarried.">>
 <<set $activeSlave.age = random(28,$retirementAge)>>
 <<set $activeSlave.boobs += random(6,15)*200>>
 <<set $activeSlave.nipples = "inverted">>
@@ -617,7 +617,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He was voluntarily enslaved after she decided that your arcology was the best place for her to get the steroids that she'd allowed to define her life.">>
+<<set $activeSlave.origin = "$He was voluntarily enslaved after $he decided that your arcology was the best place for $him to get the steroids that $he'd allowed to define $his life.">>
 <<set $activeSlave.career = setup.uneducatedCareers.random()>>
 <<set $activeSlave.health = random(20,60)>>
 <<set $activeSlave.muscles = 100>>
@@ -635,7 +635,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He was voluntarily enslaved after she decided that your arcology was the best place for her to get the steroids that she'd allowed to define her life.">>
+<<set $activeSlave.origin = "$He was voluntarily enslaved after $he decided that your arcology was the best place for $him to get the steroids that $he'd allowed to define $his life.">>
 <<set $activeSlave.health = random(20,60)>>
 <<set $activeSlave.muscles = 100>>
 <<set $activeSlave.addict = 1>>
@@ -666,7 +666,7 @@
 <<set $activeSlaveOneTimeMaxAge = 42>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He was offered to you by a group of Chattel Religionists eager to be rid of her blasphemous old world beliefs.">>
+<<set $activeSlave.origin = "$He was offered to you by a group of Chattel Religionists eager to be rid of $his blasphemous old world beliefs.">>
 <<set $activeSlave.health = random(-10,10)>>
 <<set $activeSlave.devotion = random(-15,15)>>
 <<set $activeSlave.trust = random(60,75)>>
@@ -697,7 +697,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He sold $himself to you to escape those who condemned her lifestyle.">>
+<<set $activeSlave.origin = "$He sold $himself to you to escape those who condemned $his lifestyle.">>
 <<set $activeSlave.career = "a shut-in">>
 <<set $activeSlave.health = random(-40,20)>>
 <<set $activeSlave.devotion = random(35,45)>>
@@ -769,7 +769,7 @@
 <</if>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "$He sold $himself to you in the hopes that her body would help keep humanity alive.">>
+<<set $activeSlave.origin = "$He sold $himself to you in the hopes that $his body would help keep humanity alive.">>
 <<set $activeSlave.career = setup.youngCareers.random()>>
 <<set $activeSlave.health = random(40,60)>>
 <<set $activeSlave.devotion = random(25,35)>>
@@ -818,7 +818,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "$He thought she was important; she was not.">>
+<<set $activeSlave.origin = "$He thought $he was important; $he was not.">>
 <<set $activeSlave.career = "a student from a private school">>
 <<set $activeSlave.intelligence = random(16,95)>>
 <<set $activeSlave.intelligenceImplant = 30>>
@@ -861,7 +861,7 @@
 <<set $activeSlaveOneTimeMaxAge = 28>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "$He offered $himself to you for enslavement because she was swept up in the romanticism of a revival of Rome.">>
+<<set $activeSlave.origin = "$He offered $himself to you for enslavement because $he was swept up in the romanticism of a revival of Rome.">>
 <<set $activeSlave.devotion = random(-15,-5)>>
 <<set $activeSlave.trust = random(5,15)>>
 <<set $activeSlave.career = "a student">>
@@ -887,7 +887,7 @@
 <<set $activeSlaveOneTimeMaxAge = 28>>
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave("XX")>>
-<<set $activeSlave.origin = "$He offered $himself to you for enslavement because she needs to feel a higher call.">>
+<<set $activeSlave.origin = "$He offered $himself to you for enslavement because $he needs to feel a higher call.">>
 <<set $activeSlave.devotion = random(25,50)>>
 <<set $activeSlave.trust = random(25,50)>>
 <<set $activeSlave.career = "a merchant">>
@@ -921,7 +921,7 @@
 	<<set $fixedRace = _races.random()>>
 <</if>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He offered $himself to you for enslavement because she had a disgustingly naïve view of medieval Japanese culture.">>
+<<set $activeSlave.origin = "$He offered $himself to you for enslavement because $he had a disgustingly naïve view of medieval Japanese culture.">>
 <<set $activeSlave.devotion = random(-15,-5)>>
 <<set $activeSlave.trust = random(5,15)>>
 <<set $activeSlave.career = "a student">>
@@ -948,10 +948,10 @@
 <<set $contractCost = 1000>>
 <<set $activeSlaveOneTimeMinAge = 25>>
 <<set $activeSlaveOneTimeMaxAge = Math.max(25,$retirementAge-5)>>
-<<set $one_time_age_overrides_pedo_mode = 1>> /% Arabian revivalist recruit is described as being in her 30s. %/
+<<set $one_time_age_overrides_pedo_mode = 1>> /% Arabian revivalist recruit is described as being in $his 30s. %/
 <<set $oneTimeDisableDisability = 1>>
 <<set $activeSlave = GenerateNewSlave()>>
-<<set $activeSlave.origin = "$He offered $himself to you for enslavement because she thought your harem her best hope for good treatment.">>
+<<set $activeSlave.origin = "$He offered $himself to you for enslavement because $he thought your harem $his best hope for good treatment.">>
 <<set $activeSlave.devotion = random(30,35)>>
 <<set $activeSlave.trust = random(30,35)>>
 <<set $activeSlave.career = "a professor">>
diff --git a/src/uncategorized/resFailure.tw b/src/uncategorized/resFailure.tw
index 020acec2a3343c9aec43ae1026288edea6ddfb3a..ef0faf206bb85add8d73e2328a604a59afb7d800 100644
--- a/src/uncategorized/resFailure.tw
+++ b/src/uncategorized/resFailure.tw
@@ -35,7 +35,7 @@
 		<<set $activeSlave.butt = either(1, 2, 2, 3)>>
 		<<set $activeSlave.boobs = either(200, 300, 300, 400)>>
 		<<if $TSS.schoolUpgrade == 1>>
-			<<set $activeSlave.origin = "$He was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.">>
+			<<set $activeSlave.origin = "$He was given to you by a failed branch campus of The Slavegirl School after $h4 was retrained as a slave $girl.">>
 			<<set $activeSlave.butt += 1>>
 			<<set $activeSlave.boobs += 200>>
 			<<set $activeSlave.anus = 1>>
@@ -45,7 +45,7 @@
 			<<set $activeSlave.physicalAge = $activeSlave.actualAge>>
 			<<set $activeSlave.ovaryAge = $activeSlave.actualAge>>
 		<<else>>
-			<<set $activeSlave.origin = "$He was given to you by a failed branch campus of The Slavegirl School right after her majority.">>
+			<<set $activeSlave.origin = "$He was given to you by a failed branch campus of The Slavegirl School right after $his majority.">>
 			<<set $activeSlave.anus = 0>>
 			<<set $activeSlave.vagina = 0>>
 			<<set $activeSlave.actualAge = 18>>
@@ -363,7 +363,7 @@
 	<<for $i = 0; $i < $slavesToAdd; $i++>>
 		<<set $oneTimeDisableDisability = 1>>
 		<<set $activeSlave = GenerateNewSlave("XY")>>
-		<<set $activeSlave.origin = "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after her majority.">>
+		<<set $activeSlave.origin = "$He was given to you by a failed branch campus of the intense Gymnasium-Academy right after $his majority.">>
 		<<set $activeSlave.career = "a slave">>
 		<<set $activeSlave.intelligenceImplant = 15>>
 		<<set $activeSlave.teeth = "normal">>
@@ -809,7 +809,7 @@ The failure of a prominent organization within your arcology has @@.red;affected
 		<<for $i = 0; $i < $slaves.length; $i++>>
 			<<set $activeSlave = $slaves[$i]>>
 			<<if $RESFailure == "TSS">>
-				<<if ($slaves[$i].origin == "$He was given to you by a failed branch campus of The Slavegirl School right after $his majority.") || ($slaves[$i].origin == "$He was given to you by a failed branch campus of The Slavegirl School after she was retrained as a slave girl.")>>
+				<<if ($slaves[$i].origin == "$He was given to you by a failed branch campus of The Slavegirl School right after $his majority.") || ($slaves[$i].origin == "$He was given to you by a failed branch campus of The Slavegirl School after $he was retrained as a slave $girl.")>>
 					<<set $slaveCost = slaveCost($slaves[$i])>>
 					<<run cashX($slaveCost, "slaveTransfer")>>
 					<<= removeActiveSlave() >>
@@ -823,7 +823,7 @@ The failure of a prominent organization within your arcology has @@.red;affected
 					<<set $i -= 1>>
 				<</if>>
 			<<elseif $RESFailure == "SCP">>
-				<<if $slaves[$i].origin == "$He was given to you by a failed branch campus of St. Claver Preparatory after she served as a plastic surgeon's passing final exam.">>
+				<<if $slaves[$i].origin == "$He was given to you by a failed branch campus of St. Claver Preparatory after $he served as a plastic surgeon's passing final exam.">>
 				<<set $slaveCost = slaveCost($slaves[$i])>>
 				<<run cashX($slaveCost, "slaveTransfer")>>
 				<<= removeActiveSlave() >>
diff --git a/src/utility/descriptionWidgets.tw b/src/utility/descriptionWidgets.tw
index 3ee5db23bfe16de308a761f4f8bb85f782b94041..b8fc21791d0d0f0440d2b3a14ae522f33f8ad365 100644
--- a/src/utility/descriptionWidgets.tw
+++ b/src/utility/descriptionWidgets.tw
@@ -167,266 +167,3 @@
 <</if>>
 
 <</widget>>
-
-/* deprecated, use originPronounReplace() instead. For now this serves as a convenient list of default origins. */
-<<widget "originDescription">>
-	<<switch $args[0].origin>>
-
-	/*startingGirls origins*/
-	<<case "To solidify an investment in hermaphrodite self-fertility, you took part in a test successful test trial. Nine months later your daughter was born.">>
-		<<print "To solidify an investment in hermaphrodite self-fertility, you took part in a test successful test trial. Nine months later your daughter was born.">>
-	<<case "Sometimes it pays off to use your body in business deals, and other times you end up burdened with child. She is the result of the latter.">>
-		<<print "Sometimes it pays off to use your body in business deals, and other times you end up burdened with child. $He is the result of the latter.">>
-	<<case "To seal a business deal, a client asked you to knock her up. She is the end result of that fling.">>
-		<<print "To seal a business deal, a client asked you to knock her up. $He is the end result of that fling.">>
-	<<case "You acquired her in the last stages of your career as a successful venture capitalist.">>
-		<<print "You acquired $him in the last stages of your career as a successful venture capitalist.">>
-	<<case "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with her, you had to temporarily switch to a desk job for your mercenary group.">>
-		<<print "Drugs and alcohol can be a potent mix; the night that followed it can sometimes be hard to remember. Needless to say, once your belly began swelling with $him, you had to temporarily switch to a desk job for your mercenary group.">>
-	<<case "A trip to a brothel after a mission resulted in an unexpected surprise years later.">>
-		<<print "A trip to a brothel after a mission resulted in an unexpected surprise years later.">>
-	<<case "You acquired her in the last stages of your career as a noted private military contractor.">>
-		<<print "You acquired $him in the last stages of your career as a noted private military contractor.">>
-	<<case "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create her.">>
-		<<print "You never thought you would be capable of impregnating yourself, but years of pleasuring yourself with yourself after missions managed to create $him.">>
-	<<case "A fresh capture once overpowered you and had his way with you. You kept her as a painful reminder to never lower your guard again.">>
-		<<print "A fresh capture once overpowered you and had his way with you. You kept $him as a painful reminder to never lower your guard again.">>
-	<<case "Your slaving troop kept several girls as fucktoys; you sired her in your favorite.">>
-		<<print "Your slaving troop kept several girls as fucktoys; you sired $him in your favorite.">>
-	<<case "You enslaved her personally during the last stages of your slaving career.">>
-		<<print "You enslaved $him personally during the last stages of your slaving career.">>
-	<<case "You sired her in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
-		<<print "You sired $him in yourself after an arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
-	<<case "You conceived her after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
-		<<print "You conceived $him after a male arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
-	<<case "You sired her after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
-		<<print "You sired $him after a female arcology owner, impressed by your work, rewarded you with a night you'll never forget.">>
-	<<case "You received her as a gift from an arcology owner impressed by your work.">>
-		<<print "You received $him as a gift from an arcology owner impressed by your work.">>
-	<<case "A client paid you a large sum of credits to prove you could literally fuck yourself. She is the result of that lucrative night.">>
-		<<print "A client paid you a large sum of credits to prove you could literally fuck yourself. $He is the result of that lucrative night.">>
-	<<case "She was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">>
-		<<print "$He was the result of unprotected sex with a client. He paid you quite well to enjoy your body as you grew heavy with his child.">>
-	<<case "She was the result of unprotected sex with a client. Her mother tracked you down years after her birth to force her upon you.">>
-		<<print "$He was the result of unprotected sex with a client. $His mother tracked you down years after $his birth to force $him upon you.">>
-	<<case "She was a fellow escort you were popular with.">>
-		<<print "$He was a fellow escort you were popular with.">>
-	<<case "She was the result of a night of hard drugs and unprotected sex after a big score. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
-		<<print "$He was the result of a night of hard drugs and unprotected sex after a big score. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
-	<<case "She was the result of a night of hard drugs and unprotected sex after a big score.">>
-		<<print "$He was the result of a night of hard drugs and unprotected sex after a big score.">>
-	<<case "She was born from one of your sex toys you knocked up.">>
-		<<print "$He was born from one of your sex toys you knocked up.">>
-	<<case "You captured her during your transition to the arcology">>
-		<<print "You captured $him during your transition to the arcology">>
-	<<case "Your late master took pleasure in using his servants in creative ways. He inseminated you with your own sperm, and nine months later, your daughter was born.">>
-		<<print "Your late master took pleasure in using his servants in creative ways. He inseminated you with your own sperm, and nine months later, your daughter was born.">>
-	<<case "She was another of your late master's servants. She spent nine months in your womb, courtesy of your master.">>
-		<<print "$He was another of your late master's servants. $He spent nine months in your womb, courtesy of your master.">>
-	<<case "She was another of your late master's servants. Your master permitted you to knock up her mother.">>
-		<<print "$He was another of your late master's servants. Your master permitted you to knock up $his mother.">>
-	<<case "She was another of your late master's servants. She helped you give birth to his child.">>
-		<<print "$He was another of your late master's servants. $He helped you give birth to his child.">>
-	<<case "She was another of your late master's servants.">>
-		<<print "$He was another of your late master's servants.">>
-	<<case "She was conceived after a successful experiment in hermaphrodite self-reproduction.">>
-		<<print "$He was conceived after a successful experiment in hermaphrodite self-reproduction.">>
-	<<case "She was conceived after a botched birth control experiment early in your career.">>
-		<<print "$He was conceived after a botched birth control experiment early in your career.">>
-	<<case "She is the product of an affair with a cute nurse who assisted you in more ways than one.">>
-		<<print "$He is the product of an affair with a cute nurse who assisted you in more ways than one.">>
-	<<case "You kept her after her owner failed to pay your bill for performing surgery on her.">>
-		<<print "You kept $him after $his owner failed to pay your bill for performing surgery on $him.">>
-	<<case "She was conceived after a night of partying and a drunken bet. She nearly killed your career.">>
-		<<print "$He was conceived after a night of partying and a drunken bet. $He nearly killed your career.">>
-	<<case "She was conceived after a night of partying and a torn condom. She nearly killed your career.">>
-		<<print "$He was conceived after a night of partying and a torn condom. $He nearly killed your career.">>
-	<<case "She was conceived after a night of partying and a torn condom.">>
-		<<print "$He was conceived after a night of partying and a torn condom.">>
-	<<case "She was one of your groupies during your celebrity career.">>
-		<<print "$He was one of your groupies during your celebrity career.">>
-	<<case "You bet your body on a sure hand, only to lose. It turns out you could fuck yourself, and not only that, get yourself pregnant.">>
-		<<print "You bet your body on a sure hand, only to lose. It turns out you could fuck yourself, and not only that, get yourself pregnant.">>
-	<<case "You bet your body on a sure hand, only to lose. Nine months later, your daughter was born.">>
-		<<print "You bet your body on a sure hand, only to lose. Nine months later, your daughter was born.">>
-	<<case "You won a sexual fling with her mother after winning at cards, a gamble that ultimately burdened you.">>
-		<<print "You won a sexual fling with $his mother after winning at cards, a gamble that ultimately burdened you.">>
-	<<case "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
-		<<print "You won $him at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
-	<<case "She was the result of a night of hard celebration after a big score under the glow of monitors and the calming hum of 750 RPM fans. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
-		<<print "$He was the result of a night of hard celebration after a big score under the glow of monitors and the calming hum of 750 RPM fans. It took quite a bit of alcohol to come to terms with drunkenly knocking yourself up.">>
-	<<case "She was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted her in your womb.">>
-		<<print "$He was the result of an intruder brute forcing your firewall, overloading your pleasure sensors, and allowing a corrupted packet to slip by. With a quick wipe of your RAM and cache with some powerful liquor, you have no idea who planted $him in your womb.">>
-	<<case "She was born out of a trade for secure data access. Nine months later, your daughter was born.">>
-		<<print "$He was born out of a trade for secure data access. Nine months later, your daughter was born.">>
-	<<case "She was a case officer you captured after going dark.">>
-		<<print "$He was a case officer you captured after going dark.">>
-	<<case "You won her at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
-		<<print "You won $him at cards, a memento from your life as one of the idle rich before you became an arcology owner.">>
-	<<case "You brought her into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
-		<<print "You brought $him into the arcology mindbroken, little more than a walking collection of fuckable holes.">>
-	<<case "You brought her into the arcology mindbroken, little more than a human onahole.">>
-		<<print "You brought $him into the arcology mindbroken, little more than a human onahole.">>
-/%	/*dSlavesDatabase origins*/
-	"She is a former maid with an unsettling obsessive streak."
-	"She grew up sheltered and submissive, making her an easy target for enslavement."
-	"She is a former mercenary that ended up on a losing side in the byzantine Free City power games."
-	"She was fresh from the slave markets when you acquired her."
-	"She was once a celebrity that protested the existence of slavery, but has now become a slave herself."
-	"She was a slave trader until she was betrayed by ambitious underlings and sold into enslavement."
-	"She came from a wealthy background, but she sold herself into slavery to slake her desire to submit to men and dominate women."
-	"She was sold into slavery after her father was killed by political rivals."
-	"She was born a slave and knows no other life."
-	"She is a former gladiator that wagered her freedom and lost."
-	"She is a former shut-in who built up enough debt to be sold into slavery after the death of her parents."
-	"She is a shinobi, and fanatically loyal to her master."
-	"She was once the bodyguard to a Russian drug lord, and was sold into slavery after his death by cocaine overdose."
-	"She was sold into slavery on a legal technicality."
-	"She is a spoiled former rich girl who has been discarded by several former owners for her attitude."
-	"She claims that she actually is Santa Claus."
-	"Formerly used solely for titfucking, she quickly became a nymphomaniac after experiencing 'proper' sex."
-	"A former Head Girl of a rich man's harem, she is used to being in charge of others."
-	"She grew up in a well-to-do family and discovered her fetish for servitude in college, and she decided to become the world's best slave and slave trainer in one."
-	"She was formerly owned by someone who fancied themselves a geneticist, where she acquired permanently discolored hair and odd fetishes."
-	"She is a former soldier who was sold into slavery after losing her leg to an IED."
-	"She is a former Head Girl that fetishizes her own degradation."
-	"She sold herself into slavery in an attempt to sate her incredible sex drive."
-	"She was sold into slavery from a remote, primitive village."
-	"She lived a hard life before becoming a slave."
-	"She chose to be a slave because the romanticized view of it she had turns her on."
-	"She was forced into slavery and rather brutally broken in."
-	"She was previously owned by a creative sadist, who has left a variety of mental scars on her."
-	"She was a hermit until she became a slave, and went along with it out of boredom."
-	"Before she was made a slave, she was a wealthy, popular honor student."
-	"She was groomed just for you and believes herself to be madly in love with you."
-	"She may originally be from an island nation."
-	"She was taken as a slave by a Sultan, who presented her as a gift to a surveyor."
-	"A previous owner cultivated her desire to escape slavery for his own amusement."
-	"She sold herself into slavery after a pregnancy scare, desiring to give up control of her life to someone better suited to running it."
-	"She comes from old money and sold herself into slavery to satisfy her obsession with the practice, believing her family would buy her back out of slavery later."
-	"She was sentenced to enslavement as a punishment for fraud and theft."
-	"She was captured from West Central Africa."
-	"A former headmistress, she was sentenced to slavery after she was caught training her students to be lesbian trophy slaves."
-	"She was sold to you from the public slave market, and was probably kidnapped or otherwise forced into slavery."
-	"She is the winner of a martial arts slave tournament. You won her in a bet."
-	"She was caught and enslaved while working undercover."
-	"In spite of the great demand for her kind, she has apparently eluded enslavement until recently."
-	"She came to be a slave not long after fleeing farm life for the Free Cities."
-	"When you took her from her previous owner, she was locked into a beautiful rosewood box lined with red velvet, crying."
-	"She sold herself into slavery to escape life on the streets."
-	"She is an enslaved member of an anti-slavery extremist group."
-	"Having always been a mute with no desire to communicate her origin, you aren't sure where she's from or how she ended up here."
-	"Nothing remains of the person she originally was, either mentally or physically."
-	"She is half of a famous musical duo, along with her twin sister. They fled to the Free Cities."
-	/*ddSlavesDatabase origins*/
-	"She is a life-long house slave who has always tried to be the perfect woman, despite her dick."
-	"She was raised as a girl despite her gargantuan dick to be a truly unique slave."
-	"She was once a successful drug lord, but was turned into her current self after making too many enemies."
-	"She grew up in a rich and deviant household, surrounded by but never a part of bizarre and unusual sex acts."
-	"She was homeless and willing to do anything for food, which in the end resulted in her becoming a slave."
-	"She volunteered to become a slave when she turned 18."
-	"She was forced into slavery due to extreme debt."
-	"Once she was an arcology security officer, lured to aphrodisiacs addiction and feminized by her boss (and former wife), to whom she was sold as a slave to satisfy her spousal maintenance after divorce."
-	"She sold herself into slavery to escape a life of boredom."
-	"She is a former Kkangpae gang member who was sold into slavery by her former boss as a punishment."
-	"She was sold to your predecessor by her husband to pay off his extreme debt."
-	"Her origins are unknown, but rumor has it that she is a literal demon."
-	"She was born into a slave ring that practiced heavy hormone manipulation to alter slaves from a very young age."
-	"She was given a sex-change in a freak laboratory mix-up, and sold herself into slavery out of desperation due to a lack of any way to prove her identity."
-	"She was enslaved after she fell into debt to you."
-	"She was a soldier before being enslaved."
-	"Born without limbs and abandoned by her parents, she was taken in by a posh family, given a massive cock and trained to be the wealthy lady's perfect living sex toy."
-	/*reFSAcquisition*/
-	"She offered herself for voluntary enslavement, choosing you as her new owner because you treat lactating girls well."
-	"She offered herself for voluntary enslavement, hoping to become a valuable source of milk for you."
-	"She was captured and enslaved in a conflict zone and fenced to you by a mercenary group."
-	"She made the mistake of marrying into a $arcologies[0].FSSupremacistRace neighborhood and was kidnapped then sold to you."
-	"She was beaten, sexually assaulted, and finally enslaved for being stupid enough to visit an arcology that doesn't like her kind."
-	"She came to your arcology to be enslaved out of a sense of self-loathing for her kind."
-	"She offered herself for voluntary enslavement to escape life in an area that disapproved of her sexual tendencies."
-	"She offered herself for voluntary enslavement after a lifetime as an outcast due to her sexual tendencies."
-	"She was sold to you as a way of disposing of an inconveniently pregnant young woman."
-	"She was raped and impregnated, then sold to you as a way of disposing of an inconveniently pregnant mother."
-	"She was voluntarily enslaved after she decided that your paternalistic arcology was a better place for advancement than the old world."
-	"She was voluntarily enslaved after she decided that your paternalistic arcology was a better place to live than the old world."
-	"She was sold to you by an anonymous person who wanted her to suffer."
-	"She was sold to you by an anonymous slave breaking group."
-	"She offered herself for voluntary enslavement to get to an arcology in which implants are uncommon, since she has a fear of surgery."
-	"She offered herself for voluntary enslavement after graduating from a slave school and passing her majority, because she heard you treat slaves without implants well."
-	"She came to you for enslavement out of desperation, terrified that she was about to be enslaved into a worse situation by her abusive family."
-	"She came to you for enslavement out of desperation, terrified that she was about to be asked to do something with her life by her family."
-	"She offered herself to you for enslavement after deciding you were her best hope of a good life as a slave."
-	"She was sold to you by her son, in order to raise funds for his business."
-	"You received her from a surgeon who botched an implant operation on her and needed to get her out of sight."
-	"Her husband sold her into slavery to escape his debts."
-	"She offered herself to you for enslavement because she felt your arcology was the best place for a woman of her appearance."
-	"She offered herself to you for enslavement to escape having plastic surgery foisted on her."
-	"She offered herself to you for enslavement after following a dangerous, illegal growth hormone regimen."
-	"She offered herself to you to escape enslavement in her homeland for being older and unmarried."
-	"She was voluntarily enslaved after she decided that your arcology was the best place for her to get the steroids that she'd allowed to define her life."
-	"She offered herself for enslavement out of religious conviction."
-	"She was offered to you by a group of Chattel Religionists eager to be rid of her blasphemous old world beliefs."
-	"She sold herself to you to escape those who condemned her lifestyle."
-	"She offered herself for enslavement in hope of being less dull."
-	"She sold herself to you in the hopes that her body would help keep humanity alive."
-	"She sold herself to you in the hope of someday bearing children."
-	"She thought she was important; she was not."
-	"She considered herself ugly and wished to stay out of your gene pool."
-	"She offered herself to you for enslavement because she was swept up in the romanticism of a revival of Rome."
-	"She offered herself to you for enslavement because she needs to feel a higher call."
-	"She offered herself to you for enslavement because she had a disgustingly naïve view of medieval Japanese culture."
-	"She offered herself to you for enslavement because she thought your harem her best hope for good treatment."
-	"She offered herself to you for enslavement because she thought she would have prospects of advancement among your slaves."
-	/*reRecruit
-	"She offered herself to you as a slave to escape a life of boredom."
-	"She offered herself to you as a slave to escape the hard life of a free whore."
-	"She was enslaved after she fell into debt to you."
-	"You turned her into a slave girl after she fell into debt to you."
-	"She sold herself into slavery out of fear that life on the streets was endangering her pregnancy."
-	"She offered herself as a slave to escape the horrors a blind girl faces on the streets."
-	"She came to you to escape being sold to a cruel master after her producer informed her of her debt."
-	"She sold herself into slavery to escape life on the streets."
-	"You tricked her into enslavement, manipulating her based on her surgical addiction."
-	"She was raised in a radical slave school that treated her with drugs and surgery from a very young age."
-	"She was raised in a radical slave school that treated her from a very young age, up to the point that she never experienced male puberty."
-	"She asked to be enslaved out of naïve infatuation with you."
-	"She asked to be enslaved in the hope you'd treat a fellow woman well."
-	"She asked to be enslaved since she felt you were her only hope of becoming a prettier woman."
-	"She got into debt for damaging someone's property during a student protest and you bought out her debt."
-	"She enslaved herself to be with a man she loved, only to be sold to you afterward."
-	"She (formerly he) enslaved herself to be with a man she loved, only to be sold to you afterward."
-	"She was given to you by criminals as 'tribute', after which you transformed the overthrown (male) leader of their rival gang."
-	"She was a runaway slave captured by a gang outside your arcology. You bought her cheap after she was harshly used by them."
-	"She was the private slave of a con artist cult leader before he had to abandon her and flee."
-	"She was a dickgirl chaser in the slave races before being sold to you."
-	"She was a virgin runner in the slave races before being sold to you."
-	"She was a famous virgin runner in the slave races before being sold to you."
-	"She was the housekeeper and fucktoy of a frat house before being collected by repo-men and sold to you."
-	"She was a nanny before being sold to you."
-	"She was a milk cow in the stable of a slaveholding farmer before being sold to you."
-	"She was a breeding bull in the stable of a slaveholding farmer before being sold to you."
-	"She was a virgin cow in the stable of a slaveholding farmer before being sold to you."
-	"She was in an orphanage until reaching maturity, at which point she was sold to you."
-	"She was captured in a raid on a gated community and quickly sold off."
-	"She sold herself into slavery to pay for her children's education."
-	"She sold herself into slavery to spite her father."
-	"She offered herself to you for enslavement out of devotion to her artistic 'craft'."
-	"She sold herself into slavery to pay her immigration costs."
-	"She offered to sell you her body and you graciously accepted."
-	"You helped her give birth, leaving her deeply indebted to you."
-	"She sold herself into slavery to feed herself and her growing brood."
-	"You helped free her from a POW camp after being abandoned by her country, leaving her deeply indebted to you."
-	"Her womb held a baby you desired."
-	"She is an unsuccessful cyborg experiment that was set free."
-	"She was the virgin figurehead of a new religion and 'blessed' by their Lord."
-	"She was the holy vessel of a new religion and 'blessed' by their Lord to bring forth His servants."
-	"You purchased her in order to pave the way for her brother to take the throne."
-	"You purchased her as a favor to her father."
-	"You purchased her from a King after his son put an illegitimate heir in her womb."
-	"You purchased her from a King after she expressed knowledge of the prince's affair with another servant."
-	*/
-%/
-	<<default>>
-		<<print $args[0].origin>>
-	<</switch>>
-<</widget>>