diff --git a/src/events/PESS/pessMadamStrategy.js b/src/events/PESS/pessMadamStrategy.js
index dc7335a11c488ec6a815415d64ce06b582b64782..9e2575e66ba9969fba3478810777ec667ec70b7b 100644
--- a/src/events/PESS/pessMadamStrategy.js
+++ b/src/events/PESS/pessMadamStrategy.js
@@ -81,7 +81,7 @@ App.Events.pessMadamStrategy = class pessMadamStrategy extends App.Events.BaseEv
 					}
 				}
 			}
-			return `You call ${S.Madam.slaveName} up to your office; ${he} enters with the clear anticipation of being thrown over your desk, but instead finds ${himself} sitting across it from you, taking part in a three-way inventory review with you and ${V.assistant.name}. The three of you carefully review the appearance of each of ${his} whores. ${He} is <span class="devotion inc">properly deferential,</span> but definitely has insight to offer about how many of them appeal to customers. With ${his} input, you put together a plan to <span class="limegreen">correct</span> their deficiencies when they can be pulled out of a shift for a quick surgical improvement.`; //TODO: the fuck is a limegreen
+			return `You call ${S.Madam.slaveName} up to your office; ${he} enters with the clear anticipation of being thrown over your desk, but instead finds ${himself} sitting across it from you, taking part in a three-way inventory review with you and ${V.assistant.name}. The three of you carefully review the appearance of each of ${his} whores. ${He} is <span class="devotion inc">properly deferential,</span> but definitely has insight to offer about how many of them appeal to customers. With ${his} input, you put together a plan to <span class="limegreen">correct</span> their deficiencies when they can be pulled out of a shift for a quick surgical improvement.`; // TODO: the fuck is a limegreen
 		}
 	}
 };
diff --git a/src/markets/specificMarkets/huskSlave.js b/src/markets/specificMarkets/huskSlave.js
index 287184beaab483e600b53c78928add9a9c521f27..940188ef402c869db6b65e4dd47eb4706540b537 100644
--- a/src/markets/specificMarkets/huskSlave.js
+++ b/src/markets/specificMarkets/huskSlave.js
@@ -15,7 +15,7 @@ App.Markets["Husk Slave"] = function() {
 	el.append(age());
 	el.append(sex());
 	el.append(nationality());
-	el.append(race());
+	el.append(raceSelect());
 	el.append(virginity());
 	App.UI.DOM.appendNewElement("h2", el, "Reservations");
 	el.append(reserve());
@@ -81,7 +81,7 @@ App.Markets["Husk Slave"] = function() {
 		return p;
 	}
 
-	function race() {
+	function raceSelect() {
 		const p = document.createElement("p");
 		App.UI.DOM.appendNewElement("div", p, "Race: ");
 		App.UI.DOM.appendNewElement(
@@ -97,9 +97,9 @@ App.Markets["Husk Slave"] = function() {
 		);
 
 		const linkArray = [];
-		const race = new Map(App.Data.misc.filterRaces);
-		race.set("not important", "Not Important");
-		for (const [race, capRace] of App.Data.misc.filterRaces) {
+		const races = new Map(App.Data.misc.filterRaces);
+		races.set("not important", "Not Important");
+		for (const [race, capRace] of races) {
 			if (V.huskSlave.race === race) {
 				linkArray.push(
 					App.UI.DOM.disabledLink(