diff --git a/src/events/reRoyalBlood.js b/src/events/reRoyalBlood.js
index f7ddb353d7696d1013a18a8ad52565be08587cd1..0012561d02eb88644baa060afca16e095d2db97b 100644
--- a/src/events/reRoyalBlood.js
+++ b/src/events/reRoyalBlood.js
@@ -5,12 +5,26 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 		V.returnTo = "RIE Eligibility Check";
 		const el = new DocumentFragment();
 		/**@type {FC.Race} */
-		let _race;
-		const _slave = generateTemplate();
+		let race;
+		const slave = generateTemplate();
 
-		const _princess = generatePrincess(clone(_slave));
-		const _prince = (V.seeDicks > 0) ? generatePrince(clone(_slave)) : undefined
-		const _queen = generateQueen(clone(_slave));
+		const princess = generatePrincess(clone(slave));
+		const {
+			His,
+			his, he, him, girl
+		} = getPronouns(princess)
+
+		const prince = (V.seeDicks > 0) ? generatePrince(clone(slave)) : undefined
+		const {
+			His2,
+			his2, he2, him2, girl2
+		} = getPronouns(prince).appendSuffix('2')
+
+		const queen = generateQueen(clone(slave));
+		const {
+			His3,
+			his3, he3, him3, girl3
+		} = getPronouns(queen).appendSuffix('3')
 
 		const {
 			HisA, HeA,
@@ -32,7 +46,7 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 
 		r.push(App.UI.DOM.makeElement("div", `Of course, nothing in the Free Cities is free and international aid is no exception. This new arcology owner is no fool, however, and has outlined a number of rewards to be delivered to his most generous benefactors.`));
 
-		r.push(App.UI.DOM.makeElement("div", `Though the King himself is dead, murdered in his bed by bloodthirsty revolutionaries, the rest of his family and the majority of his court have been captured and enslaved by their former subjects. The new arcology owner, having decided that a large injection of credits or a shipment of goods is superior to deflowering a royal pussy or asshole, has directed his followers to slake their lust and vengeance on the King's _wife3 and court rather than his children, though they too are past the age of majority.`));
+		r.push(App.UI.DOM.makeElement("div", `Though the King himself is dead, murdered in his bed by bloodthirsty revolutionaries, the rest of his family and the majority of his court have been captured and enslaved by their former subjects. The new arcology owner, having decided that a large injection of credits or a shipment of goods is superior to deflowering a royal pussy or asshole, has directed his followers to slake their lust and vengeance on the King's ${wife3} and court rather than his children, though they too are past the age of majority.`));
 
 		App.Events.addParagraph(el, r);
 		r = [];
@@ -57,11 +71,11 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `You seize a tablet and practically roll out of your bed, working furiously and using every feature of V.assistant.name to the utmost. It's not easy, but you call in a number of favors and grease a handful of palms, and soon a flight of VTOLs are landing in the new arcology laden with goods. When they take off again they have the princess aboard clad in chains, and make a direct course towards your waiting penthouse.`);
 							App.UI.DOM.appendNewElement("p", text, `Eventually ${he} arrives in your penthouse, the perfect image of a demure yet composed princess. ${His} clearly practiced façade of poise and grace fades under scrutiny, however. The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers.`);
-							_princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
-							cashX(-50000, "slaveTransfer", _princess);
-							repX(-2000, "event", _princess);
-							_slave = _princess;
-							text.append(App.UI.newSlaveIntro(_slave))
+							princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
+							cashX(-50000, "slaveTransfer", princess);
+							repX(-2000, "event", princess);
+							slave = princess;
+							text.append(App.UI.newSlaveIntro(slave))
 
 							return jQuery(result).empty().append(text);
 						},
@@ -74,12 +88,12 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to ${App.SF.SFC()}. After dark, a flight of VTOLs land in the new arcology laden with troops. When they take off again they have the princess aboard clad in chains and make a direct course towards your waiting penthouse.`);
 							App.UI.DOM.appendNewElement("p", text, `Eventually ${he} arrives in your penthouse, the perfect image of a demure yet composed princess. ${His} clearly practiced façade of poise and grace fades under scrutiny, however. The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers.`);
-							_princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.";
+							princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.";
 							V.arcologies[0].prosperity -= 15;
-							repX(-18000, "event", _princess);
-							_slave = _princess;
+							repX(-18000, "event", princess);
+							slave = princess;
 
-							text.append(App.UI.newSlaveIntro(_slave))
+							text.append(App.UI.newSlaveIntro(slave))
 
 							return jQuery(result).empty().append(text);
 						},
@@ -90,14 +104,14 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 						`Dispatch a sizable amount of aid in exchange for the crown prince`,
 						() => {
 							const text = new DocumentFragment();
-							App.UI.DOM.appendNewElement("p", text, `You seize a tablet and practically roll out of your bed, working vigorously and using every feature of V.assistant.name to the utmost.It's not easy, but your credits pave your way to sending a flight of VTOLs laden with goods to the new arcology. They take off again with the crown prince aboard and in chains, where ${_he2} rails against the uncaring metal walls of the VTOL for the breadth of ${_his2} journey to your penthouse.`);
-							App.UI.DOM.appendNewElement("p", text, `When ${_he2} arrives in your penthouse, the former prince is beside ${_himself2} with rage.When ${_he2} is brought to be modified in the remote surgery, ${_he2} breaks free and attempts to fight ${_his2} way out of your penthouse.${_His2} attempt at freedom is futile, however, and ${_he2} is soon overwhelmed by your guards and dragged back to the remote surgery.It doesn't take long for the valiant prince to become a new dickgirl, though ${_his2} submission to life as a slave is another question entirely.`);
-							_princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.";
-							_prince.origin = "$He was the crown prince of a royal kingdom, till ${his} family was overthrown and $he was sold to you in exchange for aid.";
-							cashX(-35000, "slaveTransfer", _prince);
-							_slave = _prince;
+							App.UI.DOM.appendNewElement("p", text, `You seize a tablet and practically roll out of your bed, working vigorously and using every feature of V.assistant.name to the utmost.It's not easy, but your credits pave your way to sending a flight of VTOLs laden with goods to the new arcology. They take off again with the crown prince aboard and in chains, where ${he2} rails against the uncaring metal walls of the VTOL for the breadth of ${his2} journey to your penthouse.`);
+							App.UI.DOM.appendNewElement("p", text, `When ${he2} arrives in your penthouse, the former prince is beside ${himself2} with rage.When ${he2} is brought to be modified in the remote surgery, ${he2} breaks free and attempts to fight ${his2} way out of your penthouse.${his2} attempt at freedom is futile, however, and ${he2} is soon overwhelmed by your guards and dragged back to the remote surgery.It doesn't take long for the valiant prince to become a new dickgirl, though ${his2} submission to life as a slave is another question entirely.`);
+							princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.";
+							prince.origin = "$He was the crown prince of a royal kingdom, till ${his} family was overthrown and $he was sold to you in exchange for aid.";
+							cashX(-35000, "slaveTransfer", prince);
+							slave = prince;
 
-							text.append(App.UI.newSlaveIntro(_slave))
+							text.append(App.UI.newSlaveIntro(slave))
 
 							return jQuery(result).empty().append(text);
 						},
@@ -108,15 +122,15 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 						`Dispatch ${V.SF.Lower} on a night time raid to acquire the crown prince.`,
 						() => {
 							const text = new DocumentFragment();
-							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.They take off again with the crown prince aboard and in chains, where ${_he2} rails against the uncaring metal walls of the VTOL for the breadth of ${_his2} journey to your penthouse.`);
-							App.UI.DOM.appendNewElement("p", text, `When ${_he2} arrives in your penthouse, the former prince is beside ${_himself2} with rage.When ${_he2} is brought to be modified in the remote surgery, ${_he2} breaks free and attempts to fight ${_his2} way out of your penthouse.${_His2} attempt at freedom is futile, however, and ${_he2} is soon overwhelmed by your guards and dragged back to the remote surgery.It doesn't take long for the valiant prince to become a new dickgirl, though ${_his2} submission to life as a slave is another question entirely.`);
-							_prince.origin = `$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by ${V.SF.Lower}.`;
+							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.They take off again with the crown prince aboard and in chains, where ${he2} rails against the uncaring metal walls of the VTOL for the breadth of ${his2} journey to your penthouse.`);
+							App.UI.DOM.appendNewElement("p", text, `When ${he2} arrives in your penthouse, the former prince is beside ${himself2} with rage.When ${he2} is brought to be modified in the remote surgery, ${he2} breaks free and attempts to fight ${his2} way out of your penthouse.${his2} attempt at freedom is futile, however, and ${he2} is soon overwhelmed by your guards and dragged back to the remote surgery.It doesn't take long for the valiant prince to become a new dickgirl, though ${his2} submission to life as a slave is another question entirely.`);
+							prince.origin = `$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by ${V.SF.Lower}.`;
 							V.arcologies[0].prosperity -= 15;
-							repX(-18000, "event", _slave);
+							repX(-18000, "event", slave);
 
-							_slave = _prince;
+							slave = prince;
 
-							text.append(App.UI.newSlaveIntro(_slave))
+							text.append(App.UI.newSlaveIntro(slave))
 
 							return jQuery(result).empty().append(text);
 						},
@@ -128,21 +142,21 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 						() => {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `You seize a tablet and practically roll out of your bed, working furiously and using every feature of V.assistant.name to the utmost.It's not easy, but you call in a number of favors and grease a handful of palms, and soon a flight of VTOLs are landing in the new arcology laden with goods. When they take off again they have the prince and princess aboard, clad in chains and bound face to face in a forced embrace, and make a direct course towards your waiting penthouse.`);
-							App.UI.DOM.appendNewElement("p", text, `Eventually they arrive in your penthouse, faces flushed with embarrassment of their compromising position.The former prince is beside ${_himself2} with rage, but seems to be holding ${_himself2} back for ${_his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace. The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers.However, the prince's submission to life as a slave is another question entirely.`);
-							_prince.origin = `$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by ${V.SF.Lower}.`;
+							App.UI.DOM.appendNewElement("p", text, `Eventually they arrive in your penthouse, faces flushed with embarrassment of their compromising position.The former prince is beside ${himself2} with rage, but seems to be holding ${himself2} back for ${his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace. The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers.However, the prince's submission to life as a slave is another question entirely.`);
+							prince.origin = `$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by ${V.SF.Lower}.`;
 							/* princess */
-							_princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
-							setMissingParents(_princess);
-							cashX(-60000, "slaveTransfer", _princess);
-							repX(-6000, "event", _princess);
-							newSlave(_princess); // skip New Slave Intro
+							princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
+							setMissingParents(princess);
+							cashX(-60000, "slaveTransfer", princess);
+							repX(-6000, "event", princess);
+							newSlave(princess); // skip New Slave Intro
 							/* prince */
-							_prince.origin = "${He} was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
-							_prince.mother = _princess.mother;
-							_prince.father = _princess.father;
-							cashX(-40000, "slaveTransfer", _prince);
-							repX(-4000, "event", _prince);
-							newSlave(_prince); //skip New Slave Intro
+							prince.origin = "${He} was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
+							prince.mother = princess.mother;
+							prince.father = princess.father;
+							cashX(-40000, "slaveTransfer", prince);
+							repX(-4000, "event", prince);
+							newSlave(prince); //skip New Slave Intro
 
 							return jQuery(result).empty().append(text);
 						},
@@ -154,20 +168,20 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 						() => {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.When they take off again they have the prince and princess aboard, clad in chains and bound face to face in a forced embrace, and make a direct course towards your waiting penthouse.`);
-							App.UI.DOM.appendNewElement("p", text, `Eventually they arrive in your penthouse, faces flushed with embarrassment of their compromising position.The former prince is beside ${_himself2} with rage, but seems to be holding ${_himself2} back for ${_his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace. The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers.However, the prince's submission to life as a slave is another question entirely.`);
-							_prince.origin = `$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by ${V.SF.Lower}.`;
+							App.UI.DOM.appendNewElement("p", text, `Eventually they arrive in your penthouse, faces flushed with embarrassment of their compromising position.The former prince is beside ${himself2} with rage, but seems to be holding ${himself2} back for ${his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace. The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings. Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers.However, the prince's submission to life as a slave is another question entirely.`);
+							prince.origin = `$He was the crown prince of a royal kingdom, till $his family was overthrown and $he was acquired by ${V.SF.Lower}.`;
 							V.arcologies[0].prosperity -= 15;
 							/* princess */
-							_princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.";
-							setMissingParents(_princess);
-							repX(-10000, "event", _princess);
-							newSlave(_princess); // skip New Slave Intro
+							princess.origin = "$He was a princess of a royal kingdom, till $his family was overthrown and $he was sold to you in exchange for aid.";
+							setMissingParents(princess);
+							repX(-10000, "event", princess);
+							newSlave(princess); // skip New Slave Intro
 							/* prince */
-							_prince.origin = "$He was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
-							_prince.mother = _princess.mother;
-							_prince.father = _princess.father;
-							repX(-8000, "event", _prince);
-							newSlave(_prince); //skip New Slave Intro
+							prince.origin = "$He was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold to you in exchange for aid.";
+							prince.mother = princess.mother;
+							prince.father = princess.father;
+							repX(-8000, "event", prince);
+							newSlave(prince); //skip New Slave Intro
 
 							return jQuery(result).empty().append(text);
 						},
@@ -180,7 +194,7 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `You take a tablet and peruse the various court ladies on offer by the fledgling arcology.You single out a few interesting individuals for purchase that might suit your tastes, but the slapdash descriptions provided for each slave by the revolutionaries make it likely that any similarities to your aesthetic leanings will be coincidental.Once you are satisfied with your selection, you electronically transfer the credits to the new arcology and soon receive a receipt for your donation and an estimated delivery schedule.`);
 							App.UI.DOM.appendNewElement("p", text, `When the ladies arrive at your penthouse, they seem almost relieved at the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
-							for (let _i = 0; _i < 3; _i++) {
+							for (let i = 0; i < 3; i++) {
 								generateOneCourtLady() //TODO
 							}
 
@@ -195,38 +209,9 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `You take a tablet and peruse the various court ladies on offer by the fledgling arcology.You single out a few interesting individuals for acquisition that might suit your tastes, but the slapdash descriptions provided for each by V.SF.Lower Intelligence make it likely that any similarities to your aesthetic leanings will be coincidental.Once you are satisfied with your selection, you electronically transfer the order to The Colonel and soon receive a mission success notice along with an estimated delivery schedule.`);
 							App.UI.DOM.appendNewElement("p", text, `When the ladies arrive at your penthouse, they seem almost relieved at the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
-							for (let _i = 0; _i < 3; _i++) {
-								_slave = GenerateNewSlave("XX", { minAge: 21, maxAge: V.retirementAge - 2, disableDisability: 1, nationality: _princess.nationality });
-								_origin = `$He was a member of the court in an ancient kingdom, till it was overthrown and $he was acquired by ${V.SF.Lower}.`;
-								_slave.origin = _origin;
-								_slave.career = "a lady courtier";
-								_slave.prestige = 1;
-								_slave.prestigeDesc = "$He was once a lady of the court of an ancient kingdom.";
-								_slave.face = random(25, 76);
-								_slave.devotion = random(10, 20);
-								_slave.trust = random(-20, -30);
-								_slave.boobs = random(3, 10) * 100;
-								_slave.vagina = 1;
-								_slave.dick = 0;
-								_slave.foreskin = 0;
-								_slave.balls = 0;
-								_slave.ovaries = 1;
-								_slave.pubicHStyle = "waxed";
-								_slave.underArmHStyle = "waxed";
-								_slave.shoulders = random(-1, 1);
-								_slave.hips = 1;
-								_slave.butt = 1;
-								_slave.anus = 0;
-								_slave.weight = 0;
-								_slave.intelligence = random(-50, 70);
-								_slave.intelligenceImplant = 15;
-								_slave.skill.entertainment = 25;
-								_slave.skill.whoring = 0;
-								setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0);
-								_slave.canRecruit = 0;
-								_slave.behavioralFlaw = either("arrogant", "bitchy");
-								newSlave(_slave); // skip New Slave Intro
-								cashX(-8333, "slaveTransfer", _slave);
+							for (let i = 0; i < 3; i++) {
+								const slave = generateOneCourtLady();
+								cashX(-8333, "slaveTransfer", slave);
 							}
 							V.arcologies[0].prosperity -= 10;
 
@@ -236,42 +221,42 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 					) : new App.Events.Result(),
 				(V.cash >= 15000) ?
 					new App.Events.Result(
-						`Transfer a modest quantity of credits for the Queen ${_himself3}`,
+						`Transfer a modest quantity of credits for the Queen ${himself3}`,
 						() => {
 							const text = new DocumentFragment();
-							App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner.It doesn't take long for him to accept but when his video feed connects on your screen, you find yourself staring at the pained expression of the Queen _himself3. It becomes abundantly clear that someone is mounting _him3 from behind as _his3 body shakes and spasms from the intensity of their thrusts. You note that the Queen appears to be getting fucked on an extravagant, yet bloodstained, four-poster bed, likely the site of _his3 former husband's demise.The mysterious individual unsurprisingly turns out to be the new arcology owner, revealing himself by shoving the Queen's face down against the stained bed sheets as he lowers his own face into frame. "How can I help you?"`);
+							App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner.It doesn't take long for him to accept but when his video feed connects on your screen, you find yourself staring at the pained expression of the Queen ${himself3}. It becomes abundantly clear that someone is mounting ${him3} from behind as ${his3} body shakes and spasms from the intensity of their thrusts. You note that the Queen appears to be getting fucked on an extravagant, yet bloodstained, four-poster bed, likely the site of ${his3} former husband's demise.The mysterious individual unsurprisingly turns out to be the new arcology owner, revealing himself by shoving the Queen's face down against the stained bed sheets as he lowers his own face into frame. "How can I help you?"`);
 							App.UI.DOM.appendNewElement("p", text, `The man seems somewhat surprised that you want to purchase the Queen, given the breadth and quality of his other merchandise available, but not unduly so.Soon enough negotiations begin and a short time later an equitable price is agreed upon.Your new peer even throws in a slight discount, in exchange for allowing him to use the Queen himself for the remainder of the night.`);
-							App.UI.DOM.appendNewElement("p", text, `	When the Queen arrives at your penthouse, _he3 seems almost relieved and almost basks in the opulence of _his3 new surroundings.Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury._He3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
-							_queen.actualAge = random(V.fertilityAge + 2, (V.pedo_mode === 1 ? 24 : 43));
-							_queen.visualAge = _queen.actualAge;
-							_queen.physicalAge = _queen.actualAge;
-							_queen.ovaryAge = _queen.actualAge;
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold to you in exchange for credits.";
-							cashX(-15000, "slaveTransfer", _queen);
-							_slave = _queen;
-							//<<includeDOM App.UI.newSlaveIntro(_slave)>>
+							App.UI.DOM.appendNewElement("p", text, `	When the Queen arrives at your penthouse, he3 seems almost relieved and almost basks in the opulence of ${his3} new surroundings.Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury.he3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
+							queen.actualAge = random(V.fertilityAge + 2, (V.pedo_mode === 1 ? 24 : 43));
+							queen.visualAge = queen.actualAge;
+							queen.physicalAge = queen.actualAge;
+							queen.ovaryAge = queen.actualAge;
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold to you in exchange for credits.";
+							cashX(-15000, "slaveTransfer", queen);
+							slave = queen;
+							//<<includeDOM App.UI.newSlaveIntro(slave)>>
 
 
 							return jQuery(result).empty().append(text);
 						},
-						`It will cost about ${cashFormat(15000)} to enslave${_him3}.`
+						`It will cost about ${cashFormat(15000)} to enslave${him3}.`
 					) : new App.Events.Result(),//<br>//You lack the necessary funds to enslave a Queen.//
 				(V.SF.Toggle && V.SF.Active >= 1) ?
 					new App.Events.Result(
-						`Transfer a modest quantity of credits for the Queen ${_himself3}`,
+						`Transfer a modest quantity of credits for the Queen ${himself3}`,
 						() => {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.When they take off again they have the Queen aboard and make a direct course towards your waiting penthouse.`);
-							App.UI.DOM.appendNewElement("p", text, `	When the Queen arrives at your penthouse, _he3 seems almost relieved and almost basks in the opulence of _his3 new surroundings.Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury._He3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
+							App.UI.DOM.appendNewElement("p", text, `	When the Queen arrives at your penthouse, he3 seems almost relieved and almost basks in the opulence of ${his3} new surroundings.Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury.he3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's. You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
 							V.arcologies[0].prosperity -= 12;
-							_queen.actualAge = random(V.fertilityAge + 2, (V.pedo_mode === 1 ? 24 : 43));
-							_queen.visualAge = _queen.actualAge;
-							_queen.physicalAge = _queen.actualAge;
-							_queen.ovaryAge = _queen.actualAge;
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold to you in exchange for credits.";
-							repX(-12000, "event", _queen);
-							_slave = _queen;
-							//<<includeDOM App.UI.newSlaveIntro(_slave)>>
+							queen.actualAge = random(V.fertilityAge + 2, (V.pedo_mode === 1 ? 24 : 43));
+							queen.visualAge = queen.actualAge;
+							queen.physicalAge = queen.actualAge;
+							queen.ovaryAge = queen.actualAge;
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold to you in exchange for credits.";
+							repX(-12000, "event", queen);
+							slave = queen;
+							//<<includeDOM App.UI.newSlaveIntro(slave)>>
 
 
 							return jQuery(result).empty().append(text);
@@ -283,20 +268,20 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 						`Send a large amount of credits and goods to retrieve both the princess and Queen.}`,
 						() => {
 							const text = new DocumentFragment();
-							App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner with your intent.Once his shock wears off, he readily accepts with little need for negotiation.Soon, a flight of VTOLs land in the new arcology laden with goods.When they take off again they have the princess and the Queen, who is resigned to _his3 fate, clad in chains then bound face to face in a forced embrace.`);
-							App.UI.DOM.appendNewElement("p", text, `Eventually they both arrive in your penthouse.The princess is flushed with embarrassment in ${his} compromising position, struggling to maintain a façade of poise and grace.The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings.Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers. The Queen, on the other hand, seems almost relieved and basks in the opulence of _his3 new surroundings. Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury. _He3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
-							_princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
-							_princess.mother = _queen.ID;
-							setMissingParents(_princess);
-							cashX(-400000, "slaveTransfer", _princess);
-							newSlave(_princess);
+							App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner with your intent.Once his shock wears off, he readily accepts with little need for negotiation.Soon, a flight of VTOLs land in the new arcology laden with goods.When they take off again they have the princess and the Queen, who is resigned to ${his3} fate, clad in chains then bound face to face in a forced embrace.`);
+							App.UI.DOM.appendNewElement("p", text, `Eventually they both arrive in your penthouse.The princess is flushed with embarrassment in ${his} compromising position, struggling to maintain a façade of poise and grace.The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings.Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers. The Queen, on the other hand, seems almost relieved and basks in the opulence of ${his3} new surroundings. Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury. he3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
+							princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
+							princess.mother = queen.ID;
+							setMissingParents(princess);
+							cashX(-400000, "slaveTransfer", princess);
+							newSlave(princess);
 							r.push(` /* skip New Slave Intro */`);
 							/*Queen*/
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
-							_queen.mother = 0;
-							_queen.father = 0;
-							cashX(-100000, "slaveTransfer", _queen);
-							newSlave(_queen);
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
+							queen.mother = 0;
+							queen.father = 0;
+							cashX(-100000, "slaveTransfer", queen);
+							newSlave(queen);
 							r.push(` /* skip New Slave Intro */`);
 
 							return jQuery(result).empty().append(text);
@@ -309,22 +294,22 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 						() => {
 							const text = new DocumentFragment();
 							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.When they take off again they have the princess and Queen aboard, making a direct course towards your waiting penthouse.`);
-							App.UI.DOM.appendNewElement("p", text, `Eventually they both arrive in your penthouse.The princess is flushed with embarrassment in ${his} compromising position, struggling to maintain a façade of poise and grace.The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings.Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers. The Queen, on the other hand, seems almost relieved and basks in the opulence of _his3 new surroundings. Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury. _He3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
+							App.UI.DOM.appendNewElement("p", text, `Eventually they both arrive in your penthouse.The princess is flushed with embarrassment in ${his} compromising position, struggling to maintain a façade of poise and grace.The slightest trembling of ${his} balled up fists, the minute tremors that mar ${his} immaculate posture, ${his} inability to meet your eyes with ${his} own — all signs that ${he} is still a scared ${girl} despite all ${his} royal trappings.Nonetheless, though the princess's court training is unlikely to be very beneficial to ${him} in ${his} new life in the penthouse, it does stand in stark contrast to ${his} more common slave peers. The Queen, on the other hand, seems almost relieved and basks in the opulence of ${his3} new surroundings. Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury. he3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`}`);
 							V.arcologies[0].prosperity -= 13;
 							/* princess */
-							_princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
-							_princess.mother = _queen.ID;
-							setMissingParents(_princess);
-							newSlave(_princess);
+							princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
+							princess.mother = queen.ID;
+							setMissingParents(princess);
+							newSlave(princess);
 							r.push(` /* skip New Slave Intro */`);
-							repX(-10000, "event", _princess);
+							repX(-10000, "event", princess);
 							/*Queen*/
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
-							_queen.mother = 0;
-							_queen.father = 0;
-							newSlave(_queen);
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
+							queen.mother = 0;
+							queen.father = 0;
+							newSlave(queen);
 							r.push(` /* skip New Slave Intro */`);
-							repX(-3000, "event", _queen);
+							repX(-3000, "event", queen);
 
 							return jQuery(result).empty().append(text);
 						},
@@ -332,41 +317,41 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 					) : new App.Events.Result(),//You lack the necessary funds and reputation to enslave both the Queen and princess.//
 				(V.cash >= 500000) ?
 					new App.Events.Result(
-						`Offer a generous amount of cash in exchange for both the Queen and _his3 court ladies.`,
+						`Offer a generous amount of cash in exchange for both the Queen and ${his3} court ladies.`,
 						() => {
 							const text = new DocumentFragment();
-							App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner with your intent.Once his shock wears off, he readily accepts with little need for negotiation.Soon, a flight of VTOLs land in the new arcology laden with goods.When they take off again they have the Queen, who is resigned to _his3 fate, and a gaggle of terrified court ladies chained together.`);
-							App.UI.DOM.appendNewElement("p", text, `Eventually they all arrive in your penthouse.The Queen seems almost relieved and basks in the opulence of _his3 new surroundings.Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury._He3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.` : `fuss.`} 	Meanwhile, the ladies seem comforted by the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
+							App.UI.DOM.appendNewElement("p", text, `You take a tablet and transmit a communication request to the new arcology owner with your intent.Once his shock wears off, he readily accepts with little need for negotiation.Soon, a flight of VTOLs land in the new arcology laden with goods.When they take off again they have the Queen, who is resigned to ${his3} fate, and a gaggle of terrified court ladies chained together.`);
+							App.UI.DOM.appendNewElement("p", text, `Eventually they all arrive in your penthouse.The Queen seems almost relieved and basks in the opulence of ${his3} new surroundings.Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury.he3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`} 	Meanwhile, the ladies seem comforted by the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
 							/*Queen*/
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
-							setMissingParents(_queen);
-							newSlave(_queen);
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
+							setMissingParents(queen);
+							newSlave(queen);
 							r.push(` /* skip New Slave Intro */`);
-							cashX(-200000, "slaveTransfer", _queen);
+							cashX(-200000, "slaveTransfer", queen);
 
 							return jQuery(result).empty().append(text);
 						},
-						`It will cost about ${cashFormat(500000)} to enslave the Queen and${_his3} court ladies.`
-					) : new App.Events.Result(),//You lack the necessary funds to enslave the Queen and _his3 ladies.
+						`It will cost about ${cashFormat(500000)} to enslave the Queen and${his3} court ladies.`
+					) : new App.Events.Result(),//You lack the necessary funds to enslave the Queen and ${his3} ladies.
 				(V.SF.Toggle && V.SF.Active >= 1) ?
 					new App.Events.Result(
-						`Dispatch V.SF.Lower on a night time raid to acquire the Queen and _his3 court ladies.`,
+						`Dispatch V.SF.Lower on a night time raid to acquire the Queen and ${his3} court ladies.`,
 						() => {
 							const text = new DocumentFragment();
-							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.When they take off again they have the Queen, who is resigned to _his3 fate, and a gaggle of terrified court ladies chained together.`);
-							App.UI.DOM.appendNewElement("p", text, `Eventually they all arrive in your penthouse.The Queen seems almost relieved and basks in the opulence of _his3 new surroundings.Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury._He3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.` : `fuss.`} 	Meanwhile, the ladies seem comforted by the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
+							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.When they take off again they have the Queen, who is resigned to ${his3} fate, and a gaggle of terrified court ladies chained together.`);
+							App.UI.DOM.appendNewElement("p", text, `Eventually they all arrive in your penthouse.The Queen seems almost relieved and basks in the opulence of ${his3} new surroundings.Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury.he3 submits to biometric scanning obediently and without ${(V.seePreg !== 0) ? `fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.` : `fuss.`} 	Meanwhile, the ladies seem comforted by the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
 							V.arcologies[0].prosperity -= 13;
 							/*Queen*/
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was acquired by " + V.SF.Lower + ".";
-							setMissingParents(_queen);
-							newSlave(_queen);
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was acquired by " + V.SF.Lower + ".";
+							setMissingParents(queen);
+							newSlave(queen);
 							r.push(` /* skip New Slave Intro */`);
-							repX(-4000, "event", _queen);
+							repX(-4000, "event", queen);
 
 							return jQuery(result).empty().append(text);
 						},
 						`You will be despised for this action, and trade will be greatly damaged.`
-					) : new App.Events.Result(),//You lack the necessary funds to enslave the Queen and _his3 ladies.
+					) : new App.Events.Result(),//You lack the necessary funds to enslave the Queen and ${his3} ladies.
 				(V.limitFamilies !== 1 && V.cash >= 2500000) ?
 					new App.Events.Result(
 						`Send an unheard amount of credits and goods to retrieve the entire court.`,
@@ -382,7 +367,7 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							}
 							r.push(`are flushed with embarrassment in their compromising position.`);
 							if (V.seeDicks > 0) {
-								r.push(`The former prince is beside ${_himself2} with rage, but seems to be holding ${_himself2} back for ${_his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace.`);
+								r.push(`The former prince is beside ${himself2} with rage, but seems to be holding ${himself2} back for ${his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace.`);
 							} else {
 								r.push(`The princess struggles to maintain a façade of poise and grace.`);
 							}
@@ -392,36 +377,36 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							} else {
 								r.push(`The Queen`);
 							}
-							r.push(`seems almost relieved and basks in the opulence of _his3 new surroundings.Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury._He3 submits to biometric scanning obediently and without`);
+							r.push(`seems almost relieved and basks in the opulence of ${his3} new surroundings.Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury.he3 submits to biometric scanning obediently and without`);
 							if V.seePreg !== 0 {
-								r.push(`fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.`);
+								r.push(`fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.`);
 							} else {
 								r.push(`fuss.`);
 							}
 							r.push(`Lastly, the ladies seem comforted by the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
 							App.Events.addParagraph(text, r);
 							/* princess */
-							_princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
-							_princess.mother = _queen.ID;
-							setMissingParents(_princess);
-							newSlave(_princess);
+							princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
+							princess.mother = queen.ID;
+							setMissingParents(princess);
+							newSlave(princess);
 							r.push(` /* skip New Slave Intro */`);
-							cashX(-1100000, "slaveTransfer", _princess);
+							cashX(-1100000, "slaveTransfer", princess);
 							/* prince */
 							if V.seeDicks > 0 {
-								_prince.origin = "${He} was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
-								_prince.mother = _princess.mother;
-								_prince.father = _princess.father;
-								newSlave(_prince);
+								prince.origin = "${He} was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
+								prince.mother = princess.mother;
+								prince.father = princess.father;
+								newSlave(prince);
 								r.push(` /* skip New Slave Intro */`);
-								cashX(-750000, "slaveTransfer", _prince);
+								cashX(-750000, "slaveTransfer", prince);
 							}
 							/*Queen*/
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
-							setMissingParents(_queen);
-							newSlave(_queen);
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
+							setMissingParents(queen);
+							newSlave(queen);
 							r.push(` /* skip New Slave Intro */`);
-							cashX(-250000, "slaveTransfer", _queen);
+							cashX(-250000, "slaveTransfer", queen);
 							//todo: ladies
 
 							return jQuery(result).empty().append(text);
@@ -433,7 +418,7 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 						`Dispatch V.SF.Lower on a night time raid to take everything of value.`,
 						() => {
 							const text = new DocumentFragment();
-							const _loot = random(10, 300) * 100;
+							const loot = random(10, 300) * 100;
 							App.UI.DOM.appendNewElement("p", text, `Seizing a tablet, you quickly send a message to The Colonel.After dark, a flight of VTOLs land in the new arcology laden with troops.When they take off again they have the`);
 							const r = [];
 							r.push(`Eventually they all arrive in your penthouse.The`);
@@ -444,7 +429,7 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							}
 							r.push(`are flushed with embarrassment in their compromising position.`);
 							if (V.seeDicks > 0) {
-								r.push(`The former prince is beside ${_himself2} with rage, but seems to be holding ${_himself2} back for ${_his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace.`);
+								r.push(`The former prince is beside ${himself2} with rage, but seems to be holding ${himself2} back for ${his2} little V.sister's sake, while ${he} struggles to maintain a façade of poise and grace.`);
 							} else {
 								r.push(`The princess struggles to maintain a façade of poise and grace.`);
 							}
@@ -454,44 +439,44 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 							} else {
 								r.push(`The Queen`);
 							}
-							r.push(`seems almost relieved and basks in the opulence of _his3 new surroundings.Yet, it seems likely that _his3 relief has more to do with saving _him3 from a lifetime of gang rape at the mercy of _his3 former subjects, than it does the familiar luxury._He3 submits to biometric scanning obediently and without`);
+							r.push(`seems almost relieved and basks in the opulence of ${his3} new surroundings.Yet, it seems likely that ${his3} relief has more to do with saving ${him3} from a lifetime of gang rape at the mercy of ${his3} former subjects, than it does the familiar luxury.he3 submits to biometric scanning obediently and without`);
 							if (V.seePreg !== 0) {
-								r.push(`fuss, during which you discover to _his3 surprise that _he3 is pregnant.Since _he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice _he3 cradles _his3 ever so slightly rounded stomach protectively nonetheless.`);
+								r.push(`fuss, during which you discover to ${his3} surprise that he3 is pregnant.Since he3 hasn't begun to show yet, it's unclear whether the child is the former King's or the new arcology owner's.You don't have the means to discern the father of the child, but you notice he3 cradles ${his3} ever so slightly rounded stomach protectively nonetheless.`);
 							} else {
 								r.push(`fuss.`);
 							}
 							r.push(`Lastly, the ladies seem comforted by the opulence of their new surroundings.Though they still retain much of their aristocratic arrogance, they each submit to biometric scanning with relative obedience.It seems likely that their obedience is borne out of a delusional rationalization that enslavement by one wealthy master is better than enslavement by the unwashed masses they once lorded over.`);
 							App.Events.addParagraph(text, r);
 							r = [];
-							r.push(`You also scored < span class="yellowgreen" >${cashFormat(_loot)}</span> in valuables from the raid.`);
+							r.push(`You also scored < span class="yellowgreen" >${cashFormat(loot)}</span> in valuables from the raid.`);
 							App.Events.addParagraph(text, r);
 							V.arcologies[0].prosperity = 2;
-							const _repShares = Math.trunc(V.rep / -15);
+							const repShares = Math.trunc(V.rep / -15);
 							/*this event is supposed to end in reputation at 0. In order to slice up that pie, we find shares of "everything" here and give them out later, before finally setting leftovers to 0. 3 ladies at one share each, +3 for prince, +4 for queen, +5 for princess is 15 shares.*/
 							/* princess */
-							_princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
-							_princess.mother = _queen.ID;
-							setMissingParents(_princess);
-							newSlave(_princess);
+							princess.origin = "${He} was a princess of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
+							princess.mother = queen.ID;
+							setMissingParents(princess);
+							newSlave(princess);
 							r.push(` /* skip New Slave Intro */`);
-							cashX(-1100000, "slaveTransfer", _princess);
+							cashX(-1100000, "slaveTransfer", princess);
 							/* prince */
 							if (V.seeDicks > 0) {
-								_prince.origin = "${He} was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
-								_prince.mother = _princess.mother;
-								_prince.father = _princess.father;
-								newSlave(_prince);
+								prince.origin = "${He} was the crown prince of a royal kingdom, till ${his} family was overthrown and ${he} was sold for credits.";
+								prince.mother = princess.mother;
+								prince.father = princess.father;
+								newSlave(prince);
 								r.push(` /* skip New Slave Intro */`);
-								cashX(-750000, "slaveTransfer", _prince);
+								cashX(-750000, "slaveTransfer", prince);
 							}
 							/*Queen*/
-							_queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
-							setMissingParents(_queen);
-							newSlave(_queen);
+							queen.origin = "${He} was the Queen of a royal kingdom, till ${his} husband was overthrown and ${he} was sold for credits.";
+							setMissingParents(queen);
+							newSlave(queen);
 							r.push(` /* skip New Slave Intro */`);
-							cashX(-250000, "slaveTransfer", _queen);
+							cashX(-250000, "slaveTransfer", queen);
 							//todo: ladies
-							repX((4 * _repShares), "event", _slave);
+							repX((4 * repShares), "event", slave);
 							repX(0 - V.rep, "event");
 							r.push(` /*Round off any remaining rep due to the trunc on shares*/`);
 
@@ -503,303 +488,302 @@ App.Events.RERoyalBlood = class RERoyalBlood extends App.Events.BaseEvent {
 			`result-${regen}`);
 		return el;
 		function generateTemplate() {
-			let _slave;
+			let slave;
 			if (V.realRoyalties === 1) {
-				const _nationality = setup.royalNationalities.random();
-				if (_nationality === "Japanese") {
-					_race = "asian";
-				} else if (_nationality === "Luxembourgian") {
-					_race = "white";
-				} else if (_nationality === "Belgian") {
-					_race = "white";
-				} else if (_nationality === "Danish") {
-					_race = "white";
-				} else if (_nationality === "Dutch") {
-					_race = "white";
-				} else if (_nationality === "Swedish") {
-					_race = "white";
-				} else if (_nationality === "Spanish") {
-					_race = "southern european";
-				} else if (_nationality === "Norwegian") {
-					_race = "white";
-				} else if (_nationality === "Cambodian") {
-					_race = "asian";
-				} else if (_nationality === "Moroccan") {
-					_race = "middle eastern";
-				} else if (_nationality === "Omani") {
-					_race = "middle eastern";
-				} else if (_nationality === "Jordanian") {
-					_race = "middle eastern";
-				} else if (_nationality === "Bruneian") {
-					_race = "malay";
-				} else if (_nationality === "Emirati") {
-					_race = "indo-aryan";
-				} else if (_nationality === "Bahraini") {
-					_race = "middle eastern";
-				} else if (_nationality === "Kuwaiti") {
-					_race = "middle eastern";
-				} else if (_nationality === "Malaysian") {
-					_race = "malay";
-				} else if (_nationality === "Qatari") {
-					_race = "middle eastern";
-				} else if (_nationality === "Saudi") {
-					_race = "middle eastern";
-				} else if (_nationality === "Tongan") {
-					_race = "pacific islander";
-				} else if (_nationality === "Swazi") {
-					_race = "black";
-				} else if (_nationality === "Mosotho") {
-					_race = "black";
-				} else if (_nationality === "British") {
-					_race = "white";
-				} else if (_nationality === "Monégasque") {
-					_race = "white";
-				} else if (_nationality === "Bhutanese") {
-					_race = "asian";
-				} else if (_nationality === "Thai") {
-					_race = "asian";
+				const nationality = setup.royalNationalities.random();
+				if (nationality === "Japanese") {
+					race = "asian";
+				} else if (nationality === "Luxembourgian") {
+					race = "white";
+				} else if (nationality === "Belgian") {
+					race = "white";
+				} else if (nationality === "Danish") {
+					race = "white";
+				} else if (nationality === "Dutch") {
+					race = "white";
+				} else if (nationality === "Swedish") {
+					race = "white";
+				} else if (nationality === "Spanish") {
+					race = "southern european";
+				} else if (nationality === "Norwegian") {
+					race = "white";
+				} else if (nationality === "Cambodian") {
+					race = "asian";
+				} else if (nationality === "Moroccan") {
+					race = "middle eastern";
+				} else if (nationality === "Omani") {
+					race = "middle eastern";
+				} else if (nationality === "Jordanian") {
+					race = "middle eastern";
+				} else if (nationality === "Bruneian") {
+					race = "malay";
+				} else if (nationality === "Emirati") {
+					race = "indo-aryan";
+				} else if (nationality === "Bahraini") {
+					race = "middle eastern";
+				} else if (nationality === "Kuwaiti") {
+					race = "middle eastern";
+				} else if (nationality === "Malaysian") {
+					race = "malay";
+				} else if (nationality === "Qatari") {
+					race = "middle eastern";
+				} else if (nationality === "Saudi") {
+					race = "middle eastern";
+				} else if (nationality === "Tongan") {
+					race = "pacific islander";
+				} else if (nationality === "Swazi") {
+					race = "black";
+				} else if (nationality === "Mosotho") {
+					race = "black";
+				} else if (nationality === "British") {
+					race = "white";
+				} else if (nationality === "Monégasque") {
+					race = "white";
+				} else if (nationality === "Bhutanese") {
+					race = "asian";
+				} else if (nationality === "Thai") {
+					race = "asian";
 				}
-				_slave = GenerateNewSlave("XX", { minAge: 16, maxAge: 19, disableDisability: 1, nationality: _nationality, race: _race });
+				slave = GenerateNewSlave("XX", { minAge: 16, maxAge: 19, disableDisability: 1, nationality: nationality, race: race });
 			} else {
-				_slave = GenerateNewSlave("XX", { minAge: 16, maxAge: 19, disableDisability: 1 });
+				slave = GenerateNewSlave("XX", { minAge: 16, maxAge: 19, disableDisability: 1 });
 			}
 			if (V.realRoyalties === 1) {
-				if (_slave.nationality === "Japanese") {
-					_slave.birthSurname = "Yamato";
-				} else if (_slave.nationality === "Luxembourgian") {
-					_slave.birthSurname = "Luxembourg-Nassau";
-				} else if (_slave.nationality === "Belgian") {
-					_slave.birthSurname = "Saxe-Coburg and Gotha";
-				} else if (_slave.nationality === "Danish") {
-					_slave.birthSurname = "Glücksburg";
-				} else if (_slave.nationality === "Dutch") {
-					_slave.birthSurname = "Orange-Nassau";
-				} else if (_slave.nationality === "Swedish") {
-					_slave.birthSurname = "Bernadotte";
-				} else if (_slave.nationality === "Spanish") {
-					_slave.birthSurname = "Bourbon";
-				} else if (_slave.nationality === "Norwegian") {
-					_slave.birthSurname = "Glücksburg";
-				} else if (_slave.nationality === "Cambodian") {
-					_slave.birthSurname = "Norodom";
-				} else if (_slave.nationality === "Moroccan") {
-					_slave.birthSurname = "Alawi";
-				} else if (_slave.nationality === "Omani") {
-					_slave.birthSurname = "Al Said";
-				} else if (_slave.nationality === "Jordanian") {
-					_slave.birthSurname = "Hāshim";
-				} else if (_slave.nationality === "Bruneian") {
-					_slave.birthSurname = "Bolkiah";
-				} else if (_slave.nationality === "Emirati") {
-					_slave.birthSurname = "Al Nahyan";
-				} else if (_slave.nationality === "Bahraini") {
-					_slave.birthSurname = "Al Khalifah";
-				} else if (_slave.nationality === "Kuwaiti") {
-					_slave.birthSurname = "Al Sabah";
-				} else if (_slave.nationality === "Malaysian") {
-					_slave.birthSurname = "Pahang";
-				} else if (_slave.nationality === "Qatari") {
-					_slave.birthSurname = "Al Thani";
-				} else if (_slave.nationality === "Saudi") {
-					_slave.birthSurname = "Al Saud";
-				} else if (_slave.nationality === "Tongan") {
-					_slave.birthSurname = "Tupou";
-				} else if (_slave.nationality === "Swazi") {
-					_slave.birthSurname = "Dlamini";
-				} else if (_slave.nationality === "Mosotho") {
-					_slave.birthSurname = "Moshesh";
-				} else if (_slave.nationality === "British") {
-					_slave.birthSurname = "Windsor";
-				} else if (_slave.nationality === "Monégasque") {
-					_slave.birthSurname = "Grimaldi";
-				} else if (_slave.nationality === "Bhutanese") {
-					_slave.birthSurname = "Wangchuck";
-				} else if (_slave.nationality === "Thai") {
-					_slave.birthSurname = "Chakri";
+				if (slave.nationality === "Japanese") {
+					slave.birthSurname = "Yamato";
+				} else if (slave.nationality === "Luxembourgian") {
+					slave.birthSurname = "Luxembourg-Nassau";
+				} else if (slave.nationality === "Belgian") {
+					slave.birthSurname = "Saxe-Coburg and Gotha";
+				} else if (slave.nationality === "Danish") {
+					slave.birthSurname = "Glücksburg";
+				} else if (slave.nationality === "Dutch") {
+					slave.birthSurname = "Orange-Nassau";
+				} else if (slave.nationality === "Swedish") {
+					slave.birthSurname = "Bernadotte";
+				} else if (slave.nationality === "Spanish") {
+					slave.birthSurname = "Bourbon";
+				} else if (slave.nationality === "Norwegian") {
+					slave.birthSurname = "Glücksburg";
+				} else if (slave.nationality === "Cambodian") {
+					slave.birthSurname = "Norodom";
+				} else if (slave.nationality === "Moroccan") {
+					slave.birthSurname = "Alawi";
+				} else if (slave.nationality === "Omani") {
+					slave.birthSurname = "Al Said";
+				} else if (slave.nationality === "Jordanian") {
+					slave.birthSurname = "Hāshim";
+				} else if (slave.nationality === "Bruneian") {
+					slave.birthSurname = "Bolkiah";
+				} else if (slave.nationality === "Emirati") {
+					slave.birthSurname = "Al Nahyan";
+				} else if (slave.nationality === "Bahraini") {
+					slave.birthSurname = "Al Khalifah";
+				} else if (slave.nationality === "Kuwaiti") {
+					slave.birthSurname = "Al Sabah";
+				} else if (slave.nationality === "Malaysian") {
+					slave.birthSurname = "Pahang";
+				} else if (slave.nationality === "Qatari") {
+					slave.birthSurname = "Al Thani";
+				} else if (slave.nationality === "Saudi") {
+					slave.birthSurname = "Al Saud";
+				} else if (slave.nationality === "Tongan") {
+					slave.birthSurname = "Tupou";
+				} else if (slave.nationality === "Swazi") {
+					slave.birthSurname = "Dlamini";
+				} else if (slave.nationality === "Mosotho") {
+					slave.birthSurname = "Moshesh";
+				} else if (slave.nationality === "British") {
+					slave.birthSurname = "Windsor";
+				} else if (slave.nationality === "Monégasque") {
+					slave.birthSurname = "Grimaldi";
+				} else if (slave.nationality === "Bhutanese") {
+					slave.birthSurname = "Wangchuck";
+				} else if (slave.nationality === "Thai") {
+					slave.birthSurname = "Chakri";
 				}
-				_slave.slaveSurname = _slave.birthSurname;
+				slave.slaveSurname = slave.birthSurname;
 			}
-			return _slave;
+			return slave;
 		}
-		function generatePrincess(_slave) {
-			_slave.career = "a princess";
-			_slave.prestige = 2;
-			_slave.prestigeDesc = "$He was the princess of an ancient kingdom.";
-			_slave.devotion = random(-80, -60);
-			_slave.trust = random(-50, -60);
-			_slave.face = random(25, 100);
-			_slave.boobs = either(100, 200, 300);
-			_slave.vagina = 0;
-			_slave.ovaries = 1;
-			_slave.preg = -1;
-			_slave.pubicHStyle = "waxed";
-			_slave.underArmHStyle = "waxed";
-			_slave.hips = 0;
-			_slave.butt = random(1, 2);
-			_slave.dick = 0;
-			_slave.foreskin = 0;
-			_slave.balls = 0;
-			_slave.anus = 0;
-			_slave.weight = 0;
-			_slave.intelligence = random(15, 100);
-			_slave.intelligenceImplant = 15;
-			_slave.skill.entertainment = 45;
-			_slave.skill.anal = 0;
-			_slave.skill.oral = 0;
-			_slave.skill.whoring = 0;
-			_slave.canRecruit = 0;
-			setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0);
-			_slave.behavioralFlaw = either("arrogant", "bitchy");
-			return _slave;
+		function generatePrincess(slave) {
+			slave.career = "a princess";
+			slave.prestige = 2;
+			slave.prestigeDesc = "$He was the princess of an ancient kingdom.";
+			slave.devotion = random(-80, -60);
+			slave.trust = random(-50, -60);
+			slave.face = random(25, 100);
+			slave.boobs = either(100, 200, 300);
+			slave.vagina = 0;
+			slave.ovaries = 1;
+			slave.preg = -1;
+			slave.pubicHStyle = "waxed";
+			slave.underArmHStyle = "waxed";
+			slave.hips = 0;
+			slave.butt = random(1, 2);
+			slave.dick = 0;
+			slave.foreskin = 0;
+			slave.balls = 0;
+			slave.anus = 0;
+			slave.weight = 0;
+			slave.intelligence = random(15, 100);
+			slave.intelligenceImplant = 15;
+			slave.skill.entertainment = 45;
+			slave.skill.anal = 0;
+			slave.skill.oral = 0;
+			slave.skill.whoring = 0;
+			slave.canRecruit = 0;
+			setHealth(slave, jsRandom(30, 60), 0, 0, 0, 0);
+			slave.behavioralFlaw = either("arrogant", "bitchy");
+			return slave;
 		}
-		function generatePrince(_slave) {
-			_slave.ID = generateSlaveID();
-			_slave.birthWeek += Math.floor(Math.random() * 52);
-			if (_slave.birthWeek >= 52) {
-				_slave.birthWeek -= 52;
-				_slave.actualAge++;
+		function generatePrince(slave) {
+			slave.ID = generateSlaveID();
+			slave.birthWeek += Math.floor(Math.random() * 52);
+			if (slave.birthWeek >= 52) {
+				slave.birthWeek -= 52;
+				slave.actualAge++;
 			}
-			_slave.actualAge = _slave.actualAge + 1;
-			_slave.visualAge = _slave.actualAge;
-			_slave.physicalAge = _slave.actualAge;
-			_slave.ovaryAge = _slave.actualAge;
-			_slave.genes = "XY";
+			slave.actualAge = slave.actualAge + 1;
+			slave.visualAge = slave.actualAge;
+			slave.physicalAge = slave.actualAge;
+			slave.ovaryAge = slave.actualAge;
+			slave.genes = "XY";
 			if (V.realRoyalties === 1) {
-				_slave.birthName = generateName(_slave.nationality, _slave.race, "XY");
-				_slave.slaveName = _slave.birthName;
+				slave.birthName = generateName(slave.nationality, slave.race, "XY");
+				slave.slaveName = slave.birthName;
 			} else {
-				nationalityToName(_slave);
+				nationalityToName(slave);
 			}
-			_slave.birthSurname = _princess.birthSurname, _slave.slaveSurname = _princess.birthSurname;
-			_slave.career = "a prince";
-			_slave.prestige = 2;
-			_slave.prestigeDesc = "${He} was the crown prince of an ancient kingdom.";
-			_slave.devotion = random(-80, -60);
-			_slave.trust = random(-50, -60);
-			_slave.boobs = 150;
-			_slave.butt = random(0, 1);
-			_slave.vagina = -1;
-			_slave.clit = 0;
-			_slave.labia = 0;
-			_slave.ovaries = 0;
-			_slave.preg = 0;
-			_slave.dick = random(3, 5);
-			_slave.balls = random(2, 4);
-			_slave.scrotum = _slave.balls;
-			_slave.prostate = 1;
-			_slave.pubertyXX = 0;
-			_slave.pubertyAgeXY = V.potencyAge;
-			if (_slave.physicalAge >= _slave.pubertyAgeXY) {
-				_slave.pubertyXY = 1;
+			slave.birthSurname = princess.birthSurname, slave.slaveSurname = princess.birthSurname;
+			slave.career = "a prince";
+			slave.prestige = 2;
+			slave.prestigeDesc = "${He} was the crown prince of an ancient kingdom.";
+			slave.devotion = random(-80, -60);
+			slave.trust = random(-50, -60);
+			slave.boobs = 150;
+			slave.butt = random(0, 1);
+			slave.vagina = -1;
+			slave.clit = 0;
+			slave.labia = 0;
+			slave.ovaries = 0;
+			slave.preg = 0;
+			slave.dick = random(3, 5);
+			slave.balls = random(2, 4);
+			slave.scrotum = slave.balls;
+			slave.prostate = 1;
+			slave.pubertyXX = 0;
+			slave.pubertyAgeXY = V.potencyAge;
+			if (slave.physicalAge >= slave.pubertyAgeXY) {
+				slave.pubertyXY = 1;
 			} else {
-				_slave.pubertyXY = 0;
+				slave.pubertyXY = 0;
 			}
-			_slave.anus = 0;
-			_slave.weight = 0;
-			_slave.muscles = 50;
-			_slave.intelligence = random(15, 100);
-			_slave.intelligenceImplant = 15;
-			_slave.face = Math.clamp(_slave.face + 20, -100, 100);
-			_slave.faceImplant = 15;
-			_slave.skill.anal = 0;
-			_slave.skill.oral = 0;
-			_slave.skill.whoring = 0;
-			_slave.skill.combat = 1;
-			_slave.canRecruit = 0;
-			setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0);
-			_slave.behavioralFlaw = either("arrogant", "bitchy");
-			_prince = clone(_slave);
-			//<<setLocalPronouns _prince 2>>
-			return _slave;
+			slave.anus = 0;
+			slave.weight = 0;
+			slave.muscles = 50;
+			slave.intelligence = random(15, 100);
+			slave.intelligenceImplant = 15;
+			slave.face = Math.clamp(slave.face + 20, -100, 100);
+			slave.faceImplant = 15;
+			slave.skill.anal = 0;
+			slave.skill.oral = 0;
+			slave.skill.whoring = 0;
+			slave.skill.combat = 1;
+			slave.canRecruit = 0;
+			setHealth(slave, jsRandom(30, 60), 0, 0, 0, 0);
+			slave.behavioralFlaw = either("arrogant", "bitchy");
+			prince = clone(slave);
+			//<<setLocalPronouns prince 2>>
+			return slave;
 		}
-		function generateQueen(_slave) {
+		function generateQueen(slave) {
 			/*Queen*/
-			_slave.ID = generateSlaveID();
-			_slave.actualAge = random(V.fertilityAge + _slave.actualAge, (V.pedo_mode === 1 ? 24 : 43));
-			_slave.visualAge = _slave.actualAge;
-			_slave.physicalAge = _slave.actualAge;
-			_slave.ovaryAge = _slave.actualAge;
-			_slave.genes = "XX";
+			slave.ID = generateSlaveID();
+			slave.actualAge = random(V.fertilityAge + slave.actualAge, (V.pedo_mode === 1 ? 24 : 43));
+			slave.visualAge = slave.actualAge;
+			slave.physicalAge = slave.actualAge;
+			slave.ovaryAge = slave.actualAge;
+			slave.genes = "XX";
 			if (V.realRoyalties === 1) {
-				_slave.birthName = generateName(_slave.nationality, _slave.race, false);
-				_slave.slaveName = _slave.birthName;
+				slave.birthName = generateName(slave.nationality, slave.race, false);
+				slave.slaveName = slave.birthName;
 			} else {
-				nationalityToName(_slave);
+				nationalityToName(slave);
 			}
-			_slave.birthSurname = _princess.birthSurname, _slave.slaveSurname = _princess.birthSurname;
-			_slave.career = "a Queen";
-			_slave.prestige = 2;
-			_slave.prestigeDesc = "${He} was the Queen of an ancient kingdom.";
-			_slave.face = random(25, 100);
-			_slave.faceImplant = 0;
-			_slave.devotion = random(10, 20);
-			_slave.trust = random(-20, -30);
-			_slave.boobs = random(3, 10) * 100;
-			_slave.vagina = 2;
-			_slave.dick = 0;
-			_slave.foreskin = 0;
-			_slave.balls = 0;
-			_slave.scrotum = 0;
-			_slave.prostate = 0;
-			_slave.ovaries = 1;
+			slave.birthSurname = princess.birthSurname, slave.slaveSurname = princess.birthSurname;
+			slave.career = "a Queen";
+			slave.prestige = 2;
+			slave.prestigeDesc = "${He} was the Queen of an ancient kingdom.";
+			slave.face = random(25, 100);
+			slave.faceImplant = 0;
+			slave.devotion = random(10, 20);
+			slave.trust = random(-20, -30);
+			slave.boobs = random(3, 10) * 100;
+			slave.vagina = 2;
+			slave.dick = 0;
+			slave.foreskin = 0;
+			slave.balls = 0;
+			slave.scrotum = 0;
+			slave.prostate = 0;
+			slave.ovaries = 1;
 			if (V.seePreg !== 0) {
-				_slave.preg = 7;
-				_slave.pregType = 1;
-				_slave.pregWeek = 7;
-				_slave.pregKnown = 1;
-				SetBellySize(_slave);
+				slave.preg = 7;
+				slave.pregType = 1;
+				slave.pregWeek = 7;
+				slave.pregKnown = 1;
+				SetBellySize(slave);
 			}
-			_slave.pubicHStyle = "waxed";
-			_slave.shoulders = random(-1, 1);
-			_slave.hips = 1;
-			_slave.butt = random(2, 4);
-			_slave.anus = 0;
-			_slave.weight = 0;
-			_slave.intelligence = random(15, 100);
-			_slave.intelligenceImplant = 30;
-			_slave.skill.entertainment = 45;
-			_slave.skill.whoring = 0;
-			_slave.counter.birthsTotal = 2;
-			_slave.pubertyXX = 1;
-			_slave.pubertyXY = 0;
-			_slave.canRecruit = 0;
-			setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0);
-			_slave.behavioralFlaw = either("arrogant", "bitchy");
-			_queen = clone(_slave);
-			//<<setLocalPronouns _queen 3>>
+			slave.pubicHStyle = "waxed";
+			slave.shoulders = random(-1, 1);
+			slave.hips = 1;
+			slave.butt = random(2, 4);
+			slave.anus = 0;
+			slave.weight = 0;
+			slave.intelligence = random(15, 100);
+			slave.intelligenceImplant = 30;
+			slave.skill.entertainment = 45;
+			slave.skill.whoring = 0;
+			slave.counter.birthsTotal = 2;
+			slave.pubertyXX = 1;
+			slave.pubertyXY = 0;
+			slave.canRecruit = 0;
+			setHealth(slave, jsRandom(30, 60), 0, 0, 0, 0);
+			slave.behavioralFlaw = either("arrogant", "bitchy");
+			return slave;
 		}
 		function generateOneCourtLady() {
-			_slave = GenerateNewSlave("XX", { minAge: 21, maxAge: V.retirementAge - 2, disableDisability: 1, nationality: _princess.nationality });
-			_origin = "${He} was a member of the court in an ancient kingdom, till it was overthrown and ${he} was sold to you in exchange for credits.";
-			_slave.origin = _origin;
-			_slave.career = "a lady courtier";
-			_slave.prestige = 1;
-			_slave.prestigeDesc = "${He} was once a lady of the court of an ancient kingdom.";
-			_slave.face = random(25, 76);
-			_slave.devotion = random(10, 20);
-			_slave.trust = random(-20, -30);
-			_slave.boobs = random(3, 10) * 100;
-			_slave.vagina = 1;
-			_slave.dick = 0;
-			_slave.foreskin = 0;
-			_slave.balls = 0;
-			_slave.ovaries = 1;
-			_slave.pubicHStyle = "waxed";
-			_slave.underArmHStyle = "waxed";
-			_slave.shoulders = random(-1, 1);
-			_slave.hips = 1;
-			_slave.butt = 1;
-			_slave.anus = 0;
-			_slave.weight = 0;
-			_slave.intelligence = random(-50, 70);
-			_slave.intelligenceImplant = 15;
-			_slave.skill.entertainment = 25;
-			_slave.skill.whoring = 0;
-			setHealth(_slave, jsRandom(30, 60), 0, 0, 0, 0);
-			_slave.canRecruit = 0;
-			_slave.behavioralFlaw = either("arrogant", "bitchy");
-			newSlave(_slave); // skip New Slave Intro
-			cashX(-8333, "slaveTransfer", _slave);
+			const slave = GenerateNewSlave("XX", { minAge: 21, maxAge: V.retirementAge - 2, disableDisability: 1, nationality: princess.nationality });
+			slave.origin = "${He} was a member of the court in an ancient kingdom, till it was overthrown and ${he} was sold to you in exchange for credits.";
+			slave.career = "a lady courtier";
+			slave.prestige = 1;
+			slave.prestigeDesc = "${He} was once a lady of the court of an ancient kingdom.";
+			slave.face = random(25, 76);
+			slave.devotion = random(10, 20);
+			slave.trust = random(-20, -30);
+			slave.boobs = random(3, 10) * 100;
+			slave.vagina = 1;
+			slave.dick = 0;
+			slave.foreskin = 0;
+			slave.balls = 0;
+			slave.ovaries = 1;
+			slave.pubicHStyle = "waxed";
+			slave.underArmHStyle = "waxed";
+			slave.shoulders = random(-1, 1);
+			slave.hips = 1;
+			slave.butt = 1;
+			slave.anus = 0;
+			slave.weight = 0;
+			slave.intelligence = random(-50, 70);
+			slave.intelligenceImplant = 15;
+			slave.skill.entertainment = 25;
+			slave.skill.whoring = 0;
+			setHealth(slave, jsRandom(30, 60), 0, 0, 0, 0);
+			slave.canRecruit = 0;
+			slave.behavioralFlaw = either("arrogant", "bitchy");
+			newSlave(slave); // skip New Slave Intro
+			cashX(-8333, "slaveTransfer", slave);
+			return slave;
 		}
 	}
 };
\ No newline at end of file