diff --git a/src/interaction/useSlave/useSlaveOptions.js b/src/interaction/useSlave/useSlaveOptions.js
index ba4e00905d2264c99b4efde7bfc9c99794ba8a69..6d8f3eafb5c92765faa82c55083a4c351f666640 100644
--- a/src/interaction/useSlave/useSlaveOptions.js
+++ b/src/interaction/useSlave/useSlaveOptions.js
@@ -31,7 +31,7 @@ App.UI.SlaveInteract.useSlave.options = function(player, slave, playerState, sla
 	const Action = App.UI.SlaveInteract.Action;
 
 	function recordSex(action) {
-		switch(action) {
+		switch (action) {
 			case Action.ORAL:
 				if (!slaveState.hasDoneOral) {
 					seX(slave, "oral", player);
@@ -105,7 +105,7 @@ App.UI.SlaveInteract.useSlave.options = function(player, slave, playerState, sla
 			link: `Pull out of ${him}`,
 			desc: contextualText.stopFucking(slave),
 			tooltip: `You can always put it back in. ${He} can't stop you.`,
-			prereq: () => 
+			prereq: () =>
 				playerState.action === Action.PENETRATING &&
 				(slaveState.action === Action.VAGINAL ||
 				slaveState.action === Action.ANAL),
@@ -195,7 +195,7 @@ App.UI.SlaveInteract.useSlave.options = function(player, slave, playerState, sla
 				slaveState.lust += 4;
 
 				if (slave.preg === 0) {
-					knockMeUp(slave, 25, 0, -1)
+					knockMeUp(slave, 25, 0, -1);
 				}
 
 				playerState.action = null;
@@ -216,7 +216,7 @@ App.UI.SlaveInteract.useSlave.options = function(player, slave, playerState, sla
 				slaveState.lust += 3;
 
 				if (slave.mpreg && slave.preg === 0) {
-					knockMeUp(slave, 25, 1, -1)
+					knockMeUp(slave, 25, 1, -1);
 				}
 
 				playerState.action = null;
diff --git a/src/interaction/useSlave/useSlaveText.js b/src/interaction/useSlave/useSlaveText.js
index af0c69fe7ba9d58824965773e5b69c15ae569b1d..4a517bb63b365225ab93cf376dc062a22db047d5 100644
--- a/src/interaction/useSlave/useSlaveText.js
+++ b/src/interaction/useSlave/useSlaveText.js
@@ -43,7 +43,7 @@ App.UI.SlaveInteract.useSlave.contextualText = {
 	},
 	/** @param {FC.SlaveState} slave */
 	stopFucking(slave) {
-		const {him, his} = getPronouns(slave);
+		// const {him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You pull out of ${slave.slaveName} so you can use your ${V.PC.dick !== 0 ? `dick` : `strapon`} somewhere else.`;
@@ -57,7 +57,7 @@ App.UI.SlaveInteract.useSlave.contextualText = {
 	},
 	/** @param {FC.SlaveState} slave */
 	continueOral(slave) {
-		const {He, he, him, his} = getPronouns(slave);
+		const {He, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `${slave.slaveName} continues serving you with ${his} mouth, licking ${his} tongue ${V.PC.dick !== 0 ? `up and down your hard shaft` : `over your aroused petals`}. ${He} occasionally looks up at you with love in ${his} eyes.`;
@@ -71,7 +71,7 @@ App.UI.SlaveInteract.useSlave.contextualText = {
 	},
 	/** @param {FC.SlaveState} slave */
 	holdHeadDown(slave) {
-		const {He, he, him, his} = getPronouns(slave);
+		const {He, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You grab ${slave.slaveName}'s head and force it down on your ${V.PC.dick !== 0 ? `cock` : `pussy`}. ${He} is surprised, but quickly accepts ${his} rightful place.`;
@@ -85,7 +85,7 @@ App.UI.SlaveInteract.useSlave.contextualText = {
 	},
 	/** @param {FC.SlaveState} slave */
 	stopOral(slave) {
-		const {He, he, him, his} = getPronouns(slave);
+		const {he, him} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You've had enough of ${slave.slaveName}'s mouth. You tell ${him} to stop and ${he} complies obediently, awaiting your pleasure.`;
@@ -102,7 +102,7 @@ App.UI.SlaveInteract.useSlave.contextualText = {
 		const {He, him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
-			return `${V.PC.dick !== 0 ? `You put your cock in front of ${slave.slaveName}'s face and stroke vigorously. ${He} opens ${his} mouth and sticks out ${his} tongue, ready to receive your load. Feeling yourself pass the point of no return, you groan as you shoot jets of cum all over ${him}, coating ${his} face pearly white. ${He} licks a bit of it up with a smile.` : `You move your pussy above ${his} face and rub vigorously. ${He} opens ${his} mouth and sticks out ${his} tongue, occasionally lapping up at your pussy to help you along. Feeling yourself pass the point of no return, you gasp as you orgasm and squirt all over ${him}. ${He} is delighted.` } `;
+			return `${V.PC.dick !== 0 ? `You put your cock in front of ${slave.slaveName}'s face and stroke vigorously. ${He} opens ${his} mouth and sticks out ${his} tongue, ready to receive your load. Feeling yourself pass the point of no return, you groan as you shoot jets of cum all over ${him}, coating ${his} face pearly white. ${He} licks a bit of it up with a smile.` : `You move your pussy above ${his} face and rub vigorously. ${He} opens ${his} mouth and sticks out ${his} tongue, occasionally lapping up at your pussy to help you along. Feeling yourself pass the point of no return, you gasp as you orgasm and squirt all over ${him}. ${He} is delighted.`} `;
 		} else if (slave.devotion > 20) {
 			return `Player cum on face 2`;
 		} else if (slave.devotion > -20) {
@@ -116,7 +116,7 @@ App.UI.SlaveInteract.useSlave.contextualText = {
 		const {He, he, him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
-			return `${V.PC.dick !== 0 ? `You tell ${slave.slaveName} that you're going to finish in ${his} mouth as you feel yourself getting close. ${He} responds by speeding up, pushing you past the edge. You keep a hand on the back of ${his} head as you orgasm; ${he} doesn't protest, taking all your cum in ${his} mouth with ease. You pull out when you're finished, and ${he} looks up at you and swallows, showing off ${his} empty mouth with a smile.` : `${slave.slaveName}'s mouth and tongue on your pussy feels too good to stop now. You tell ${him} to keep going and that you're close; ${he} responds with a newfound vigor that pushes you past the edge. ${He} keeps licking like a good slave as you scream and ride out your orgasm, and ${he} looks happy when ${he} sees your contented face afterward.` }`;
+			return `${V.PC.dick !== 0 ? `You tell ${slave.slaveName} that you're going to finish in ${his} mouth as you feel yourself getting close. ${He} responds by speeding up, pushing you past the edge. You keep a hand on the back of ${his} head as you orgasm; ${he} doesn't protest, taking all your cum in ${his} mouth with ease. You pull out when you're finished, and ${he} looks up at you and swallows, showing off ${his} empty mouth with a smile.` : `${slave.slaveName}'s mouth and tongue on your pussy feels too good to stop now. You tell ${him} to keep going and that you're close; ${he} responds with a newfound vigor that pushes you past the edge. ${He} keeps licking like a good slave as you scream and ride out your orgasm, and ${he} looks happy when ${he} sees your contented face afterward.`}`;
 		} else if (slave.devotion > 20) {
 			return `Player cum in mouth 2`;
 		} else if (slave.devotion > -20) {
@@ -172,7 +172,7 @@ App.UI.SlaveInteract.useSlave.contextualText = {
 App.UI.SlaveInteract.useSlave.faceText = {
 	/** @param {FC.SlaveState} slave */
 	regularKiss(slave) {
-		const {He, him} = getPronouns(slave);
+		const {him} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `${slave.slaveName} gives you a quick smile as you pull ${him} in and kiss ${him} on the lips.`;
@@ -187,7 +187,7 @@ App.UI.SlaveInteract.useSlave.faceText = {
 
 	/** @param {FC.SlaveState} slave */
 	passionateKiss(slave) {
-		const {him, his} = getPronouns(slave);
+		// const {him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You pull ${slave.slaveName} close and make out with vigor as your tongues intertwine.`;
@@ -202,7 +202,7 @@ App.UI.SlaveInteract.useSlave.faceText = {
 
 	/** @param {FC.SlaveState} slave */
 	intimateKiss(slave) {
-		const {He, him, his} = getPronouns(slave);
+		const {He, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You gently embrace, showering ${slave.slaveName} with tender kisses as you look deeply into ${his} eyes. ${He} happily returns the favor.`;
@@ -217,7 +217,7 @@ App.UI.SlaveInteract.useSlave.faceText = {
 
 	/** @param {FC.SlaveState} slave */
 	slaveGivesOral(slave) {
-		const {He, him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `${slave.slaveName} eagerly ${V.PC.dick !== 0 ? `takes your cock in ${his} mouth, occasionally swirling ${his} tongue around your tip and looking up into your eyes, selflessly giving pleasure.` : `goes down on you, licking your pussy and occasionally looking up into your eyes, selflessly making you feel really good.`} You let out a moan as you enjoy ${his} ministrations.`;
@@ -232,7 +232,7 @@ App.UI.SlaveInteract.useSlave.faceText = {
 
 	/** @param {FC.SlaveState} slave */
 	playerGivesOral(slave) {
-		const {he, him, his} = getPronouns(slave);
+		const {he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `${slave.dick ? `You wrap your mouth around ${slave.slaveName}'s dick, ` : `You bury your face in ${slave.slaveName}'s crotch, `} eliciting grateful moans as ${he} enjoys ${his} treat.`;
@@ -249,7 +249,7 @@ App.UI.SlaveInteract.useSlave.faceText = {
 App.UI.SlaveInteract.useSlave.chestText = {
 	/** @param {FC.SlaveState} slave */
 	grope(slave) {
-		const {he, him, his} = getPronouns(slave);
+		const {he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `${slave.boobs >= 300 ? `You wrap your hands around ${slave.slaveName}'s soft breasts, kneading and fondling them, ` : `You run your hands over ${his} chest `} and ${he} gasps slightly.`;
@@ -264,7 +264,7 @@ App.UI.SlaveInteract.useSlave.chestText = {
 
 	/** @param {FC.SlaveState} slave */
 	lick(slave) {
-		const {him, his} = getPronouns(slave);
+		// const {him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You put your mouth around ${slave.slaveName}'s nipple, using your tongue to flick and circle around it, switching off between them. You feel them hardening in your mouth.`;
@@ -279,7 +279,7 @@ App.UI.SlaveInteract.useSlave.chestText = {
 
 	/** @param {FC.SlaveState} slave */
 	suck(slave) {
-		const {him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You wrap your lips around ${slave.slaveName}'s nipples, suckling on them and feeling them harden. ${slave.lactation >= 1 ? `Soon enough, you manage to draw sweet milk from ${his} lactating ${slave.boobs >= 300 ? `boobs` : `chest`}.` : ``}`;
@@ -294,7 +294,7 @@ App.UI.SlaveInteract.useSlave.chestText = {
 
 	/** @param {FC.SlaveState} slave */
 	bite(slave) {
-		const {He, him, his} = getPronouns(slave);
+		// const {He, him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `Feeling adventurous, you take a nipple between your teeth and bite down hard. ${slave.slaveName} squeals with delight.`;
@@ -311,7 +311,7 @@ App.UI.SlaveInteract.useSlave.chestText = {
 App.UI.SlaveInteract.useSlave.crotchText = {
 	/** @param {FC.SlaveState} slave */
 	gropePussy(slave) {
-		const {He, him, his} = getPronouns(slave);
+		const {He, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You move your hand down to ${slave.slaveName}'s crotch to find it already moist. ${He} gasps as you move your fingers over ${his} soft petals.`;
@@ -326,7 +326,7 @@ App.UI.SlaveInteract.useSlave.crotchText = {
 
 	/** @param {FC.SlaveState} slave */
 	gropeDick(slave) {
-		const {him, his} = getPronouns(slave);
+		// const {him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You wrap your hand around ${slave.slaveName}'s dick, feeling it get ever harder under your touch.`;
@@ -341,7 +341,7 @@ App.UI.SlaveInteract.useSlave.crotchText = {
 
 	/** @param {FC.SlaveState} slave */
 	gropeAss(slave) {
-		const {He, him, his} = getPronouns(slave);
+		const {He, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You reach your hands around back and grab ${slave.slaveName}'s ass. ${He} shivers as your hands come tantalizingly close to ${his} asshole. You move your hands over ${his} soft buttocks, occasionally giving them a light slap.`;
@@ -356,7 +356,7 @@ App.UI.SlaveInteract.useSlave.crotchText = {
 
 	/** @param {FC.SlaveState} slave */
 	fingerPussy(slave) {
-		const {he, him, his} = getPronouns(slave);
+		const {he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `As you move your hand further down ${slave.slaveName}'s crotch, ${he} parts ${his} legs for you, allowing your fingers access to ${his} pussy. You gently push a finger inside ${his} very moist tunnel, and ${he} makes a very cute noise as you caress ${his} inner walls.`;
@@ -416,7 +416,7 @@ App.UI.SlaveInteract.useSlave.crotchText = {
 
 	/** @param {FC.SlaveState} slave */
 	takeAnalVirginity(slave) {
-		const {He, His, he, him, his} = getPronouns(slave);
+		const {He, he, him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `It's high time ${slave.slaveName} pleases ${his} ${getWrittenTitle(slave)} with ${his} ass. You position your ${V.PC.dick !== 0 ? `dick` : `strapon`} behind ${his} virgin asshole. ${He} knows there's no escape from your desires, so ${he} nods with nervous acceptance. You slowly but surely push yourself into ${his} very tight backdoor; ${he} groans and gasps at the novel sensations coursing through ${his} body as you stretch ${him} out. Soon enough, you've pushed yourself up to the hilt, and you can feel ${his} anal sphincter <span class="virginity loss">adjusting to being invaded for the first time.</span> You slowly start fucking ${his} ass, and you catch ${him} looking back at you, <span class="devotion inc">hopeful you're satisfied using ${him}.</span>`;
@@ -446,7 +446,7 @@ App.UI.SlaveInteract.useSlave.crotchText = {
 
 	/** @param {FC.SlaveState} slave */
 	sixtyNine(slave) {
-		const {He, he, him, his} = getPronouns(slave);
+		const {He, he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You lay down and position ${slave.slaveName} over your face while ${he} moves her head to your crotch. ${He} is eager to please, and immediately gets to work, ${V.PC.dick !== 0 ? `taking your cock in ${his} mouth` : `pleasing your pussy with ${his} mouth`}. Once you return the favor, ${he} moans into you, further increasing your pleasure.`;
@@ -463,10 +463,10 @@ App.UI.SlaveInteract.useSlave.crotchText = {
 App.UI.SlaveInteract.useSlave.generalText = {
 	/** @param {FC.SlaveState} slave */
 	dance(slave) {
-		const {He, he, him, his} = getPronouns(slave);
+		const {He, he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
-			return `You put on some erotic music and order ${slave.slaveName} to dance for you. ${He} happily complies, eager to please you with the sight of ${his} body. ${He} gyrates ${his} hips and ass masterfully, ${slave.boobs >= 300 ? ` ${his} boobs jiggle with every move, ` : ``}and ${he} hardly ever breaks eye contact with you. ${He} finishes things off with a lapdance, sliding ${his} ass all over your crotch and looking back at you seductively. ${V.PC.dick !== 0 ? `You're sure ${he} can feel your erection on ${his} butt. ` : ``}${He} ends kneeling on the floor, looking up into your eyes with love.`;
+			return `You put on some erotic music and order ${slave.slaveName} to dance for you. ${He} happily complies, eager to please you with the sight of ${his} body. ${He} gyrates ${his} hips and ass masterfully, ${slave.boobs >= 300 ? ` ${his} boobs jiggle with every move, ` : ``}and ${he} hardly ever breaks eye contact with you. ${He} finishes things off with a lap dance, sliding ${his} ass all over your crotch and looking back at you seductively. ${V.PC.dick !== 0 ? `You're sure ${he} can feel your erection on ${his} butt. ` : ``}${He} ends kneeling on the floor, looking up into your eyes with love.`;
 		} else if (slave.devotion > 20) {
 			return `Dance test 2`;
 		} else if (slave.devotion > -20) {
@@ -478,7 +478,7 @@ App.UI.SlaveInteract.useSlave.generalText = {
 
 	/** @param {FC.SlaveState} slave */
 	striptease(slave) {
-		const {He, he, him, his} = getPronouns(slave);
+		const {He, he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You order ${slave.slaveName} to perform a striptease. ${He} complies with a smile, running ${his} hands all over ${his} body, slowly and sensually removing ${his} clothing piece by piece. You're treated to every angle of ${his} body, and by the end ${he} is naked and you are very aroused.`;
@@ -493,7 +493,7 @@ App.UI.SlaveInteract.useSlave.generalText = {
 
 	/** @param {FC.SlaveState} slave */
 	pushDown(slave) {
-		const {He, he, him, his} = getPronouns(slave);
+		const {He, he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You put a hand on ${slave.slaveName}'s shoulder; as if ${he} can sense your thoughts, ${he} kneels down before you can even push. ${He} looks up at you on ${his} knees, eyes full of adoration.`;
@@ -523,7 +523,7 @@ App.UI.SlaveInteract.useSlave.generalText = {
 
 	/** @param {FC.SlaveState} slave */
 	pushAway(slave) {
-		const {He, him, his} = getPronouns(slave);
+		const {He, him} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You let go of ${him}. ${He} is visibly disappointed to leave your embrace.`;
@@ -568,7 +568,7 @@ App.UI.SlaveInteract.useSlave.generalText = {
 
 	/** @param {FC.SlaveState} slave */
 	getOffLap(slave) {
-		const {he, him, his} = getPronouns(slave);
+		const {he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You pat ${his} back and ${he} stands up, obediently awaiting further instructions.`;
@@ -598,7 +598,7 @@ App.UI.SlaveInteract.useSlave.generalText = {
 
 	/** @param {FC.SlaveState} slave */
 	getOutOfBed(slave) {
-		const {He, him, his} = getPronouns(slave);
+		const {He} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You get up out of bed, beckoning ${slave.slaveName} to follow. ${He} stands at attention, waiting for your orders.`;
@@ -675,7 +675,7 @@ App.UI.SlaveInteract.useSlave.generalText = {
 App.UI.SlaveInteract.useSlave.clothingText = {
 	/** @param {FC.SlaveState} slave */
 	pullUpDress(slave) {
-		const {He, him, his} = getPronouns(slave);
+		const {He, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `As cute as ${slave.slaveName}'s dress is, it's getting in the way of your fun. With little warning, you grab the hem and pull it up. ${He} squeals and giggles with ${his} naughty bits all the more exposed.`;
@@ -705,7 +705,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removeTop(slave) {
-		const {him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You pull ${slave.slaveName}'s top off, baring ${his} chest and stomach.`;
@@ -720,7 +720,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removeBottom(slave) {
-		const {him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You pull ${slave.slaveName}'s bottoms down, showing off ${his} underwear and legs.`;
@@ -735,7 +735,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removeBra(slave) {
-		const {him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You wrap your arms behind ${slave.slaveName} and undo ${his} bra, revealing ${his} ${slave.boobs >= 300 ? `boobs` : `chest`} to the world.`;
@@ -750,7 +750,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removeUnderwear(slave) {
-		const {him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You kneel and pull down ${slave.slaveName}'s underwear, fully exposing ${his} naughty bits for you to enjoy.`;
@@ -765,7 +765,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	pullAsideUnderwear(slave) {
-		const {him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You're impatient, so you pull aside ${slave.slaveName}'s underwear to get a peek at ${his} naughty bits.`;
@@ -795,7 +795,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removeMouthAccessory(slave) {
-		const {he, him, his} = getPronouns(slave);
+		const {he, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `${slave.slaveName} has had enough. You unclasp the gag and remove it from ${his} mouth, and ${he} moves ${his} jaw a bit with ${his} newfound freedom.`;
@@ -825,7 +825,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removeChastityAnal(slave) {
-		const {him, his} = getPronouns(slave);
+		const {his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You smile as you unlock ${slave.slaveName}'s anal chastity belt. You're the only person allowed to use ${his} asshole, and removing ${his} anal chastity belt is the most direct exercise of that privilege. You relish it.`;
@@ -855,7 +855,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removePlayerTop(slave) {
-		const { him, his } = getPronouns(slave);
+		// const {him, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `${slave.slaveName} looks at you hungrily as you undo and pull off your top.`;
@@ -870,7 +870,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removePlayerBottom(slave) {
-		const {He, he, him, his } = getPronouns(slave);
+		const {He, he} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You ask ${slave.slaveName} to help you take off your pants. ${He} eagerly complies, unzipping your fly and pulling down your bottoms to reveal your underwear${V.PC.dick !== 0 ? ` - and a very obvious bulge` : ``}. ${He} bites her lip as ${he} eyes your crotch with lust.`;
@@ -885,7 +885,7 @@ App.UI.SlaveInteract.useSlave.clothingText = {
 
 	/** @param {FC.SlaveState} slave */
 	removePlayerUnderwear(slave) {
-		const {He, him, his } = getPronouns(slave);
+		const {He, his} = getPronouns(slave);
 
 		if (slave.devotion > 50) {
 			return `You pull off your underwear, fully exposing yourself to ${slave.slaveName}. ${He} gasps and bites ${his} lip at the sight of your ${V.PC.dick !== 0 ? `erect penis` : `wet pussy`}.`;