diff --git a/src/art/genAI/skinPromptPart.js b/src/art/genAI/skinPromptPart.js
index ac3063ff5f9644af9406843f39531a1db8954770..a34247b6031e9e24ea1546ad9fea7fb47e38971f 100644
--- a/src/art/genAI/skinPromptPart.js
+++ b/src/art/genAI/skinPromptPart.js
@@ -8,7 +8,7 @@ App.Art.GenAI.SkinPromptPart = class SkinPromptPart extends App.Art.GenAI.Prompt
 		}
 		
 		if (this.slave.race === "catgirl") {
-			return "covered in fur";
+			return `covered in ${this.slave.skin} fur`;
 		}
 		
 		switch (this.slave.skin) {
diff --git a/src/facilities/brothel/brothelAssignmentScene.js b/src/facilities/brothel/brothelAssignmentScene.js
index 0a17b64aedc8caf1cc2ca7dc2e16ea7922f8154d..102f96c9e5a38dfcfbf04c63a35889a66abe96d7 100644
--- a/src/facilities/brothel/brothelAssignmentScene.js
+++ b/src/facilities/brothel/brothelAssignmentScene.js
@@ -161,10 +161,10 @@ App.Facilities.Brothel.assignmentScene = function(slave) {
 						}
 						break;
 					case "dom":
-						r.push(Spoken(slave, `"I heard from the other slaves that some citizens bring their girls there. Just to make them take it from a whore."`));
+						r.push(Spoken(slave, `I heard from the other slaves that some citizens bring their girls there. Just to make them take it from a whore."`));
 						break;
 					case "sadist":
-						r.push(Spoken(slave, `"I heard from the other slaves that some citizens bring their girls there. Because nobody knows how to hurt a bitch like a whore does." ${He} shivers.`));
+						r.push(Spoken(slave, `I heard from the other slaves that some citizens bring their girls there. Because nobody knows how to hurt a bitch like a whore does." ${He} shivers.`));
 				}
 			} else {
 				switch (slave.fetish) {
diff --git a/src/interaction/siWardrobe.js b/src/interaction/siWardrobe.js
index c53e388c5ea0820e24d423c40c820eed9e9148b6..c255801653ab174b9538bc0f7be4d046301a25de 100644
--- a/src/interaction/siWardrobe.js
+++ b/src/interaction/siWardrobe.js
@@ -917,7 +917,7 @@ App.UI.SlaveInteract.wardrobe = function(slave, contentRefresh) {
 		}
 
 		if (desc.length === 0) {
-			return item;
+			return undefined;
 		}
 		if (desc.length <= 1) {
 			return desc[0];
diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js
index 282260c7d3110b0f9482c1ee2c00b178312e7665..eca70abc97149e86cb74c86223c853cc7fd20fa8 100644
--- a/src/npc/generate/newSlaveIntro.js
+++ b/src/npc/generate/newSlaveIntro.js
@@ -2720,9 +2720,9 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest =
 						let r = [];
 						if (tankBorn) {
 							if (slave.readyOva > 0) {
-								r.push(`You don't need to perform an exam to know that ${he} is fertile; ${his} nethers are swollen with need and ${his} pussy dripping with desire${(slave.readyOva > 20) ? `, and ${his} stomach is already slightly bloated with the number of fertile eggs within ${his} womb` : ``}. ${He} moans with pent-up lust as you <span class="virginity loss">deeply penetrate ${him}</span> and begin steadily thrusting. ${His} tight pussy hungrily massages your dick as you near your climax, prompting you to hilt yourself in ${him} before seeding the deepest reaches of ${his} pussy. ${He} <span class="devotion inc">passed out in ecstasy</span>, so you carry ${his} bred body to the couch to recover. ${He} should make the connection once ${his} belly starts to rapidly swell with child.`);
+								r.push(`You don't need to perform an exam to know that ${he} is fertile; ${his} nethers are swollen with need and ${his} pussy dripping with desire${(slave.readyOva > 20) ? `, and ${his} stomach is already slightly bloated with the number of fertile eggs within ${his} womb` : ``}. ${He} moans with pent-up lust as you <span class="virginity loss">deeply penetrate ${him}</span> and begin steadily thrusting. ${His} tight pussy hungrily massages your dick as you near your climax, prompting you to hilt yourself in ${him} before seeding the deepest reaches of ${his} pussy. ${He} <span class="devotion inc">passed out in ecstasy,</span> so you carry ${his} bred body to the couch to recover. ${He} should make the connection once ${his} belly starts to rapidly swell with child.`);
 							} else {
-								r.push(`You perform a careful medical examination to verify fertility, and then forcefully <span class="virginity loss">take the ${girl}'s virginity</span>. Whenever you feel able, you drain your balls into ${his} cunt, only allowing ${him} to wander off when scans verify a fertilized ovum. ${He} didn't properly understand the scans, so ${he} just <span class="devotion inc">enjoyed ${his} first sexual experience</span>; ${he} won't realize what happened for some months at least, and in the mean time, will think ${he} is just getting fat. Though once ${his} child starts kicking, ${he} might make the connection between sex and pregnancy.`);
+								r.push(`You perform a careful medical examination to verify fertility, and then forcefully <span class="virginity loss">take the ${girl}'s virginity</span>. Whenever you feel able, you drain your balls into ${his} cunt, only allowing ${him} to wander off when scans verify a fertilized ovum. ${He} didn't properly understand the scans, so ${he} just <span class="devotion inc">enjoyed ${his} first sexual experience;</span> ${he} won't realize what happened for some months at least, and in the mean time, will think ${he} is just getting fat. Though once ${his} child starts kicking, ${he} might make the connection between sex and pregnancy.`);
 							}
 							slave.vagina = 1;
 							slave.devotion += 4;