diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js
index 1208fa71e4a39ac600065f74002435d8b70afb95..098085eb159ed969b3bc009f682dee92f2c663bf 100644
--- a/src/npc/generate/newSlaveIntro.js
+++ b/src/npc/generate/newSlaveIntro.js
@@ -3114,54 +3114,54 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest =
 					lineBreak();
 				}
 
-			if ((slave.boobs > 300) && (slave.lactation > 0) ){
-				choice({
-					linkName: `Milk ${him}`,
-					result(slave) {
-						const r = [];
-						r.push(`You`);
-						if (tankBorn) {
-							r.push(`pull the curious ${desc}`);
-						} else {
-							if (slave.devotion > 20 || slave.trust < -20) {
-								r.push(`instruct the obedient ${desc}`);
+				if (slave.boobs > 300 && slave.lactation > 0) {
+					choice({
+						linkName: `Milk ${him}`,
+						result(slave) {
+							const r = [];
+							r.push(`You`);
+							if (tankBorn) {
+								r.push(`pull the curious ${desc}`);
 							} else {
-								r.push(`force the reluctant ${desc}`);
+								if (slave.devotion > 20 || slave.trust < -20) {
+									r.push(`instruct the obedient ${desc}`);
+								} else {
+									r.push(`force the reluctant ${desc}`);
+								}
+								r.push(`to sit`);
 							}
-							r.push(`to sit`);
-						}
-						r.push(`atop your desk in front of you and to undress. After a quick look, you extend an idle hand and begin to fondle ${his}`);
-						if (slave.boobs > 2000) {
-							r.push(`massive milky tits,`);
-						} else if (slave.boobs > 400) {
-							r.push(`healthy milky breasts,`);
-						} else {
-							r.push(`cute little milky boobs,`);
-						}
-						r.push(`continuing your work with your other hand. You quickly focus your fiddling on ${his} ${slave.nipples} nipples, the stimulation`);
-						if (slave.nipples === "fuckable") {
-							if (slave.devotion > 20) {
-								r.push(`quickly engorging them around your fingers.`);
+							r.push(`atop your desk in front of you and present ${his} chest. After a quick look, you extend an idle hand and begin to fondle ${his}`);
+							if (slave.boobs > 2000) {
+								r.push(`massive milky tits,`);
+							} else if (slave.boobs > 400) {
+								r.push(`healthy milky breasts,`);
 							} else {
-								r.push(`slowly engorging them around your fingers despite ${his} feelings.`);
+								r.push(`cute little milky boobs,`);
 							}
-						} else {
-							r.push(`bringing them`);
-							if (slave.devotion > 20) {
-								r.push(`quickly erect.`);
+							r.push(`continuing your work with your other hand. You quickly focus your fiddling on ${his} ${slave.nipples} nipples, the stimulation`);
+							if (slave.nipples === "fuckable") {
+								if (slave.devotion > 20) {
+									r.push(`rapidly engorging them around your fingers.`);
+								} else {
+									r.push(`slowly engorging them around your fingers despite ${his} feelings.`);
+								}
 							} else {
-								r.push(`slowly erect despite ${his} feelings.`);
+								r.push(`bringing them`);
+								if (slave.devotion > 20) {
+									r.push(`quickly erect.`);
+								} else {
+									r.push(`slowly erect despite ${his} feelings.`);
+								}
 							}
-						}
-						r.push(`Once you feel satisfied with the state of those two bumps, you move to tug and squeeze ${his} breasts in a much different way, expertly putting pressure as to draw out the cream held within those swollen bags. You take your time to work as much out as you can, both for your own enjoyement and to judge your slave character better.`);
-						if (slave.devotion > 20) {
-							r.push(`${He} easily accepts your orders and commands, being devoted enough to not make any fuzz regarding, especially for something as simple as this.`);
-							slave.devotion += 4;
-						} else {
-							r.push(`${He} expects something worse to happen immediately, and slowly relaxes when ${he} realizes that ${he}'s nothing more than your desktop stress relief toy, at least for now. ${He} experiences the usual effects of nipple play, but seems <span class="gold">somewhat frightened</span> to be dehumanized so thoroughly.`);
-							slave.trust -= 4;
+							r.push(`Once you feel satisfied with the state of those two bumps, you move to tug and squeeze ${his} breasts in a much different way, expertly putting pressure as to draw out the cream held within those swollen bags. You take your time to work as much out as you can, both for your own enjoyement and to judge your slave's character better.`);
+							if (slave.devotion > 20) {
+								r.push(`${He} easily accepts your orders and commands, being devoted enough to not make any fuss, especially for something as simple as this.`);
+								slave.devotion += 4;
+							} else {
+								r.push(`${He} expects something worse to happen immediately, and slowly relaxes when ${he} realizes that ${he}'s nothing more than your desktop stress relief toy, at least for now. ${He} experiences the usual effects of nipple play, but seems <span class="trust dec">somewhat frightened</span> to be dehumanized so thoroughly.`);
+								slave.trust -= 4;
 							}
-						return r.join(" ");
+							return r.join(" ");
 						}
 					});
 					lineBreak();