diff --git a/Changelog.txt b/Changelog.txt
index f0288ffa637c7d933d4103f5083ccf38d23ecd0e..3b34fb8c97691b4fb0be62e8199714cb31709028 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,6 +2,7 @@ Pregmod
 
 0.10.7.1-3.4.x
 
+	-added incubator upgrade to improve young slave pregnancy adaptation
 	-added nipple growth drugs
 	-various fixes and cleaning
 
diff --git a/src/endWeek/saClothes.js b/src/endWeek/saClothes.js
new file mode 100644
index 0000000000000000000000000000000000000000..82c67ed7c047ace659c0b15521237ba4d711fea6
--- /dev/null
+++ b/src/endWeek/saClothes.js
@@ -0,0 +1,1248 @@
+window.saClothes = (function saClothes() {
+	"use strict";
+
+	let r;
+	let arcology;
+	let fetishChange;
+
+	// eslint-disable-next-line no-unused-vars
+	let he, him, his, hers, himself, girl, loli, He, His;
+
+	return saClothes;
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 * @returns {string}
+	 */
+	function saClothes(slave, fetishChangeChance) {
+		r = [];
+
+		arcology = V.arcologies[0];
+		fetishChange = fetishChangeChance;
+
+		({
+			// eslint-disable-next-line no-unused-vars
+			he, him, his, hers, himself, girl, He, His, loli
+		} = getPronouns(slave));
+
+		updateAccessories(slave);
+		if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+			clothingEffects(slave);
+		}
+		if (slave.collar !== "none") {
+			collarEffects(slave);
+		}
+		chastityEffects(slave);
+		if (slave.bellyAccessory !== "none") {
+			bellyAccessories(slave);
+		}
+		if (hasAnyLegs(slave)) {
+			legAccessories(slave);
+		}
+		if (slave.vagina >= 0) {
+			vaginaAccessories(slave);
+		}
+		if (slave.buttplug !== "none") {
+			analAccessories(slave);
+		}
+
+		return r.join(" ");
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function updateAccessories(slave) {
+		if (slave.dick === 0) {
+			slave.chastityPenis = 0;
+			slave.dickAccessory = "none";
+		}
+		if (!hasAnyLegs(slave)) {
+			slave.shoes = "none";
+			slave.legAccessory = "none";
+		}
+		if (slave.vagina === -1) {
+			slave.chastityVagina = 0;
+			slave.vaginalAccessory = "none";
+			slave.vaginalAttachment = "none";
+		} else {
+			if (["none", "bullet vibrator", "smart bullet vibrator"].includes(slave.vaginalAccessory)) {
+				slave.vaginalAttachment = "none";
+			}
+		}
+		if (slave.buttplug === "none") {
+			slave.buttplugAttachment = "none";
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function clothingEffects(slave) {
+		switch (slave.clothes) {
+			case "no clothing":
+				if (slave.devotion >= -20) {
+					if (slave.fetish === "humiliation" && slave.fetishKnown === 0) {
+						r.push(`${He} pretends to be embarrassed by ${his} nudity but seems to get off on it. <span class="lightcoral">${He}'s into humiliation.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetish === "humiliation" && slave.fetishStrength > 60) {
+						r.push(`${He} pretends to be embarrassed by ${his} nudity but <span class="hotpink">openly gets off on it.</span>`);
+						slave.devotion += 2;
+					} else if (slave.fetish === "humiliation") {
+						r.push(`${He} pretends to be embarrassed by ${his} nudity but <span class="hotpink">secretly gets off on it.</span>`);
+						slave.devotion += 1;
+					} else if (slave.energy > 95) {
+						r.push(`${His} libido is so strong that ${he} <span class="hotpink">enjoys being naked and available.</span>`);
+						slave.devotion += 1;
+					}
+				}
+				break;
+			case "a penitent nuns habit":
+				r.push(`The mortification of the flesh ${he} endures from wearing ${his} sackcloth habit slowly and painfully <span class="hotpink">purifies ${his} mind</span> of any but devoted, <span class="gold">fearful</span> thoughts. It's also <span class="red">unhealthy.</span>`);
+				slave.devotion += 2;
+				slave.trust -= 2;
+				healthDamage(slave, 3);
+				if (slave.fetish === "masochist" && slave.fetishKnown === 0) {
+					r.push(`${His} chafed skin makes sex an agonizing prospect. ${He} seems to get off on the pain; ${he}'s a <span class="lightcoral">natural masochist.</span>`);
+					slave.fetishKnown = 1;
+				} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+					if (fetishChange > jsRandom(0, 100)) {
+						r.push(`${His} chafed skin makes sex an agonizing prospect. ${He} learns to come in spite of, and then <span class="lightcoral">because of the pain.</span>`);
+						slave.fetish = "masochist";
+						slave.fetishKnown = 1;
+						slave.fetishStrength = 10;
+					}
+				}
+				break;
+			case "uncomfortable straps":
+				if (slave.devotion >= -20 && slave.fetish === "masochist" && slave.fetishKnown === 1) {
+					r.push(`The uncomfortable straps ${he}'s wearing constantly give ${him} little twinges of pain, <span class="hotpink">titillating ${him}.</span>`);
+					slave.devotion += 2;
+				} else if (slave.devotion <= 20 && slave.trust >= -50) {
+					r.push(`The uncomfortable straps ${he}'s wearing keep ${him} <span class="hotpink">servile</span> and <span class="gold">afraid.</span>`);
+					slave.devotion += 1;
+					slave.trust -= 1;
+					if (slave.fetish === "masochist" && slave.fetishKnown === 0) {
+						r.push(`The straps pinch and constrict ${him} whenever ${he}'s used. ${He} seems to get off on the discomfort; ${he}'s a <span class="lightcoral">natural masochist.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+						if (fetishChange > jsRandom(0, 100)) {
+							r.push(`The straps pinch and constrict ${him} whenever ${he}'s used. ${He} learns to come in spite of, and then <span class="lightcoral">because of the discomfort.</span>`);
+							slave.fetish = "masochist";
+							slave.fetishKnown = 1;
+							slave.fetishStrength = 10;
+						}
+					}
+				} else {
+					if (slave.fetish === "masochist" && slave.fetishKnown === 0) {
+						r.push(`${His} straps pinch and constrict ${him} whenever ${he}'s used. ${He} seems to get off on the discomfort; ${he}'s a <span class="lightcoral">natural masochist.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+						if (fetishChange > jsRandom(0, 100)) {
+							r.push(`${His} straps pinch and constrict ${him} whenever ${he}'s used. ${He} learns to come in spite of, and then <span class="lightcoral">because of the discomfort.</span>`);
+							slave.fetish = "masochist";
+							slave.fetishKnown = 1;
+							slave.fetishStrength = 10;
+						}
+					}
+				}
+				break;
+			case "chains":
+				if (slave.devotion >= -20 && slave.fetish === "masochist" && slave.fetishKnown === 1) {
+					r.push(`The chains ${he}'s wearing constantly give ${him} little twinges of pain, <span class="hotpink">titillating ${him}.</span>`);
+					slave.devotion += 2;
+				} else if (slave.devotion <= 20 && slave.trust >= -50) {
+					r.push(`The chains ${he}'s wearing keep ${him} <span class="hotpink">servile</span> and <span class="gold">afraid.</span>`);
+					slave.devotion += 1;
+					slave.trust -= 1;
+					if (slave.fetish === "masochist" && slave.fetishKnown === 0) {
+						r.push(`${His} chains pinch and constrict ${him} whenever ${he}'s used. ${He} seems to get off on the discomfort; ${he}'s a <span class="lightcoral">natural masochist.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+						if (fetishChange > jsRandom(0, 100)) {
+							r.push(`${His} chains pinch and constrict ${him} whenever ${he}'s used. ${He} learns to come in spite of, and then <span class="lightcoral">because of the discomfort.</span>`);
+							slave.fetish = "masochist";
+							slave.fetishKnown = 1;
+							slave.fetishStrength = 10;
+						}
+					}
+				} else {
+					if (slave.fetish === "masochist" && slave.fetishKnown === 0) {
+						r.push(`${His} chains pinch and constrict ${him} whenever ${he}'s used. ${He} seems to get off on the discomfort; ${he}'s a <span class="lightcoral">natural masochist.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+						if (fetishChange > jsRandom(0, 100)) {
+							r.push(`${His} chains pinch and constrict ${him} whenever ${he}'s used. ${He} learns to come in spite of, and then <span class="lightcoral">because of the discomfort.</span>`);
+							slave.fetish = "masochist";
+							slave.fetishKnown = 1;
+							slave.fetishStrength = 10;
+						}
+					}
+				}
+				break;
+			case "restrictive latex":
+				if (slave.devotion > 20 && slave.trust >= -50 && slave.fetish === "submissive") {
+					if (slave.fetishKnown === 0) {
+						r.push(`The latex ${he}'s wearing limits ${his} world to your input and control. ${He} seems to get off on the lack of control; ${he}'s a <span class="lightcoral">total submissive.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetishStrength > 60) {
+						r.push(`As a submissive ${he} <span class="hotpink">openly enjoys being immured in latex.</span>`);
+						slave.devotion += 2;
+					} else {
+						r.push(`${His} submissive tendencies help ${him} <span class="hotpink">enjoy being immured in latex.</span>`);
+						slave.devotion += 1;
+					}
+				} else if (slave.devotion < -20) {
+					r.push(`The latex ${he}'s wearing limits ${his} world to <span class="hotpink">your input and control</span> and <span class="gold">fear</span> of unexpected pain.`);
+					slave.devotion += 1;
+					slave.trust -= 1;
+				}
+				break;
+			case "shibari ropes":
+				if (slave.devotion > 20 && slave.trust >= -50 && slave.fetish === "submissive") {
+					if (slave.fetishKnown === 0) {
+						r.push(`The ropes ${he}'s wearing restrict ${him} and leave ${him} completely helpless. ${He} seems to get off on the lack of control; ${he}'s a <span class="lightcoral">natural submissive.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetishStrength > 60) {
+						r.push(`As a submissive ${he} <span class="hotpink">openly enjoys wearing binding ropes as clothing.</span>`);
+						slave.devotion += 2;
+					} else {
+						r.push(`${His} submissive tendencies help ${him} <span class="hotpink">enjoy wearing binding ropes as clothing.</span>`);
+						slave.devotion += 1;
+					}
+				} else if (slave.devotion < -20) {
+					r.push(`The ropes ${he}'s wearing restrict ${him} without pain, rendering ${him} <span class="hotpink">susceptible to control</span> and <span class="gold">afraid.</span>`);
+					slave.devotion += 1;
+					slave.trust -= 1;
+				}
+				break;
+			case "an apron":
+				if (slave.fetish === "submissive") {
+					if (slave.fetishKnown === 0) {
+						r.push(`${He} pretends to be embarrassed by wearing nothing but an apron, but seems to get off on how it invites other to take control and use ${him}. <span class="lightcoral">${He}'s a natural submissive.</span>`);
+						slave.fetishKnown = 1;
+					} else {
+						r.push(`${He} pretends to be embarrassed by wearing nothing but an apron but <span class="hotpink">secretly gets off</span> on how it invites men to bend ${him} over and put ${him} in ${his} place.`);
+						slave.devotion += 1;
+					}
+				} else if (slave.fetish === "humiliation") {
+					if (slave.fetishKnown === 0) {
+						r.push(`${He} pretends to be embarrassed by ${his} extremely revealing clothing but seems to get off on it. <span class="lightcoral">${He}'s into humiliation.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetishStrength > 60) {
+						r.push(`${He} pretends to be embarrassed by ${his} extremely revealing clothing but <span class="hotpink">openly gets off on it.</span>`);
+						slave.devotion += 2;
+					} else {
+						r.push(`${He} pretends to be embarrassed by ${his} extremely revealing clothing but <span class="hotpink">secretly gets off on it.</span>`);
+						slave.devotion += 1;
+					}
+				} else if (slave.fetish === "pregnancy" && (slave.bellyPreg >= 1500 || slave.bellyImplant >= 1500)) {
+					if (slave.fetishKnown === 0) {
+						r.push(`${He} pretends to be embarrassed over only having an apron to cover ${his} gravid swell but seems to get off on it. <span class="lightcoral">${He}'s a pregnancy fetishist.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetishStrength > 60) {
+						r.push(`${He} <span class="hotpink">openly gets off</span> from how motherly ${he} looks wearing nothing but an apron over ${his}`);
+						if (slave.bellyPreg > 100) {
+							r.push(`increasingly`);
+						}
+						r.push(`gravid frame.`);
+						slave.devotion += 2;
+					} else {
+						r.push(`${He} <span class="hotpink">secretly gets off</span> from how motherly ${he} feels wearing nothing but an apron over ${his}`);
+						if (slave.bellyPreg > 100) {
+							r.push(`increasingly`);
+						}
+						r.push(`gravid frame.`);
+						slave.devotion += 1;
+					}
+				} else if (slave.devotion <= 20) {
+					r.push(`${He} is <span class="mediumorchid">inappropriately proud</span> of the nice apron ${he}'s wearing, <span class="mediumaquamarine">building ${his} confidence.</span>`);
+					slave.devotion -= 5;
+					slave.trust += 3;
+				} else {
+					r.push(`${He} is <span class="hotpink">proud</span> and <span class="mediumaquamarine">confident</span> of the nice apron ${he}'s wearing.`);
+					slave.devotion += 1;
+					slave.trust += 1;
+				}
+				break;
+			default:
+				if (slave.devotion <= 20) {
+					r.push(`${He} is <span class="mediumorchid">inappropriately proud</span> of the nice clothes ${he}'s wearing, <span class="mediumaquamarine">building ${his} confidence.</span>`);
+					slave.devotion -= 5;
+					slave.trust += 3;
+				} else if (slave.fetish === "boobs" && slave.clothes === "a monokini") {
+					if (slave.fetishKnown === 0) {
+						r.push(`${He} pretends to be embarrassed by how ${his} monokini draws attention to ${his} breasts but <span class="hotpink">seems to get off on it.</span>`);
+						slave.devotion += 1;
+					} else if (slave.fetishStrength > 60) {
+						r.push(`${He} pretends to be embarrassed by ${his} clearly exposed breasts but <span class="hotpink">openly gets off on it.</span>`);
+						slave.devotion += 2;
+					} else {
+						r.push(`${He} pretends to be embarrassed by ${his} clearly exposed breasts but <span class="hotpink">secretly gets off on it.</span>`);
+						slave.devotion += 1;
+					}
+				} else if (slave.fetish === "humiliation" && setup.humiliatingClothes.includes(slave.clothes)) {
+					if (slave.fetishKnown === 0) {
+						r.push(`${He} pretends to be embarrassed by ${his} extremely revealing clothing but seems to get off on it. <span class="lightcoral">${He}'s into humiliation.</span>`);
+						slave.fetishKnown = 1;
+					} else if (slave.fetishStrength > 60) {
+						r.push(`${He} pretends to be embarrassed by ${his} extremely revealing clothing but <span class="hotpink">openly gets off on it.</span>`);
+						slave.devotion += 2;
+					} else {
+						r.push(`${He} pretends to be embarrassed by ${his} extremely revealing clothing but <span class="hotpink">secretly gets off on it.</span>`);
+						slave.devotion += 1;
+					}
+				} else if (slave.dick > 0) {
+					/* males have trouble with outfit block */ /* return to with crotch description overhaul */
+					switch (slave.clothes) {
+						case "attractive lingerie":
+						case "attractive lingerie for a pregnant woman":
+							r.push(`${He} is <span class="hotpink">proud</span> of the pretty lingerie ${he}'s wearing, but ${he} constantly has to adjust ${his} g-string to cover ${his} penis.`);
+							slave.devotion += 1;
+							break;
+						case "a string bikini":
+							r.push(`${He} is <span class="hotpink">proud</span> of the slutty swimsuit ${he}'s wearing, but ${he} constantly has to adjust ${his} string bikini bottom in a vain effort to cover ${his} penis.`);
+							slave.devotion += 1;
+							break;
+						default:
+							r.push(`${He} is <span class="hotpink">proud</span> and <span class="mediumaquamarine">confident</span> of the nice clothes ${he}'s wearing.`);
+							slave.devotion += 1;
+							slave.trust += 1;
+					}
+				} else {
+					r.push(`${He} is <span class="hotpink">proud</span> and <span class="mediumaquamarine">confident</span> of the nice clothes ${he}'s wearing.`);
+					slave.devotion += 1;
+					slave.trust += 1;
+				}
+		}
+
+		// humiliating clothing effects
+		if (slave.fetishKnown === 0 || slave.fetish === "none") {
+			if (setup.humiliatingClothes.includes(slave.clothes)) {
+				if (fetishChange > jsRandom(0, 100)) {
+					r.push(`Surprisingly, ${he} takes to ${his} extremely revealing clothing, and gets an obvious thrill from it. <span class="lightcoral">${He}'s become a humiliation fetishist!</span>`);
+					slave.fetish = "humiliation";
+					slave.fetishKnown = 1;
+					slave.fetishStrength = 10;
+				}
+			}
+		}
+
+		// Chattel Religionist effects
+		if (arcology.FSChattelReligionist !== "unset") {
+			if (slave.behavioralQuirk === "sinful") {
+				if (slave.clothes === "a fallen nuns habit" || slave.clothes === "a chattel habit" || slave.clothes === "a succubus outfit") {
+					r.push(`${He}'s <span class="hotpink">gratified</span> by the sacrilegious clothing ${he}'s wearing, glad to be an obvious anathema to old world faiths.`);
+					slave.devotion += 1;
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function collarEffects(slave) {
+		if (slave.collar === "preg biometrics") {
+			if (slave.fetish === "pregnancy" && slave.fetishKnown === 1) {
+				if (slave.preg < -1) {
+					r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, which as an infertile pregnancy fetishist, is <span class="mediumorchid">crippling</span> to ${him}.`);
+					slave.devotion -= 3;
+				} else {
+					r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, which as a pregnancy fetishist, is <span class="hotpink">pleasing</span> to ${him}.`);
+					slave.devotion += 1;
+				}
+			} else if (slave.fetish === "pregnancy" && slave.fetishKnown === 0) {
+				if (slave.preg < -1) {
+					r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, which nearly causes ${him} to have a <span class="mediumorchid">mental breakdown,</span> painting ${him} as an infertile <span class="lightcoral">pregnancy fetishist.</span>`);
+					slave.devotion -= 3;
+				} else {
+					r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, <span class="hotpink">oddly exciting</span> ${him}. It would seem ${he} has a <span class="lightcoral">pregnancy fetish!</span>`);
+					slave.devotion += 1;
+				}
+				slave.fetishKnown = 1;
+			} else if (slave.fetish === "humiliation" && slave.fetishKnown === 1) {
+				r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, which is completely humiliating, and <span class="hotpink">pleasing</span> to ${him}.`);
+				slave.devotion += 1;
+			} else if (slave.fetish === "humiliation" && slave.fetishKnown === 0) {
+				r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, which is completely humiliating, and <span class="hotpink">oddly pleasing</span> to ${him}. ${He} seems to have a <span class="lightcoral">humiliation fetish!</span>`);
+				slave.devotion += 1;
+				slave.fetishKnown = 1;
+			} else if (slave.devotion < -20) {
+				r.push(`${His} collar's display reveals all sorts of personal information about ${his} fertility, filling ${him} <span class="mediumorchid">with disgust</span> that you that you consider ${his} womb little more than property, as well as <span class="gold">fear</span> that it will`);
+				if (slave.pregKnown === 1) {
+					r.push(`be promptly filled with an unwelcome child once ${his} pregnancy ends.`);
+				} else {
+					r.push(`soon be swelling with an unwelcome child.`);
+				}
+				slave.devotion -= 2;
+				slave.trust -= 2;
+			} else if (slave.devotion <= 20) {
+				r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, completely <span class="hotpink">degrading ${him}</span> and making ${him} <span class="gold">fear</span> ${his} new life.`);
+				slave.devotion += 1;
+				slave.trust -= 2;
+			} else if (slave.devotion > 20) {
+				r.push(`${His} collar's display reveals all sorts of personal information about ${his} womb, filling ${him} <span class="hotpink">with pride</span> that you think ${his} womb is worth attention.`);
+				slave.devotion += 1;
+			}
+		} else if (slave.devotion <= 20) {
+			if (slave.collar === "tight steel" || slave.collar === "cruel retirement counter") {
+				r.push(`The tight metal collar ${he}'s wearing <span class="gold">reminds ${him} to be afraid</span> every time ${he} takes a breath.`);
+				slave.trust -= 1;
+			} else if (slave.collar === "uncomfortable leather" || slave.collar === "neck corset") {
+				r.push(`The uncomfortable leather collar ${he}'s wearing <span class="gold">reminds ${him} to be afraid</span> every time ${he} turns ${his} head.`);
+				slave.trust -= 1;
+			} else if (slave.collar === "dildo gag") {
+				r.push(`The dildo gag ${he}'s wearing <span class="gold">reminds ${him} to be afraid</span> with every breath ${he} must carefully take through ${his} nose.`);
+				slave.trust -= 1;
+			} else if (slave.collar === "ball gag") {
+				r.push(`The ball gag ${he}'s wearing keeps ${his} mouth filled and, since ${he} can't speak out, forces ${him} <span class="hotpink">to submit</span> to your will. ${He} <span class="gold">fears</span> for ${his} safety with every suppressed word.`);
+				slave.devotion++;
+				slave.trust -= 2;
+			} else if (slave.collar === "bit gag") {
+				r.push(`The uncomfortable bit gag ${he}'s wearing keeps ${his} mouth locked and, since ${he} can't speak out, forces ${him} <span class="hotpink">to submit</span> to your will. ${He} <span class="gold">fears</span> for ${his} safety with every suppressed word.`);
+				slave.devotion++;
+				slave.trust -= 2;
+			} else if (slave.collar === "porcelain mask") {
+				r.push(`The beautiful porcelain mask ${he}'s wearing slowly erodes ${his} identity, forcing ${him} <span class="hotpink">to submit</span> to your will. ${He} <span class="gold">questions</span> who ${he} is.`);
+				slave.devotion++;
+				slave.trust -= 2;
+			} else if (slave.collar === "massive dildo gag") {
+				r.push(`The enormous dildo gag ${he}'s wearing <span class="gold">terrifies ${him}</span> that ${he} will soon be choking down cocks of similar size. ${He} can feel ${his} throat stretching around the giant dildo, and <span class="mediumorchid">resents you</span> for tormenting ${him} this way.`);
+				slave.devotion -= 1;
+				slave.trust -= 2;
+			} else if (slave.collar === "shock punishment") {
+				r.push(`The shock collar ${he}'s wearing makes ${his} frequent, deserved punishments <span class="gold">immediate, inescapable,</span> and <span class="mediumorchid">awful.</span>`);
+				slave.devotion -= 2;
+				slave.trust -= 5;
+				if (slave.devotion < -20 && slave.behavioralFlaw !== "odd") {
+					r.push(`Since ${he}'s rebellious ${his} life is near-constant electroshock torture. ${His} resistance is <span class="hotpink">worn down by the agony</span> and ${he} is <span class="gold">thoroughly cowed,</span> but ${he} has been <span class="red">emotionally damaged</span> by the experience to the extent that further shock torture is not likely to affect ${him} as greatly.`);
+					slave.devotion += 10;
+					slave.trust -= 10;
+					slave.behavioralFlaw = "odd";
+				}
+			} else {
+				r.push(`${He} is <span class="mediumorchid">inappropriately proud</span> and <span class="mediumaquamarine">confident</span> of the nice collar ${he}'s wearing.`);
+				slave.devotion -= 5;
+				slave.trust += 3;
+			}
+		} else {
+			if (slave.collar === "heavy gold" || slave.collar === "ancient Egyptian") {
+				r.push(`${He} bears the burden of ${his} heavy gold collar with <span class="mediumaquamarine">confidence.</span>`);
+				slave.trust += 1;
+			} else if (slave.collar === "bowtie") {
+				r.push(`The bowtie and shirt collar ${he} wears fill ${him} with <span class="mediumaquamarine">confidence,</span> since although they conceal a more traditional slave collar that can be used to restrain ${him}, they don't look like it.`);
+				slave.trust += 1;
+			} else if (["nice retirement counter", "pretty jewelry", "satin choker", "silk ribbon", "stylish leather"].incldues(slave.collar)) {
+				r.push(`The lovely collar ${he} wears fills ${him} with <span class="mediumaquamarine">confidence.</span>`);
+				slave.trust += 1;
+			} else if (slave.collar === "leather with cowbell") {
+				if (slave.fetish === "boobs" && slave.fetishStrength > 95) {
+					r.push(`${He} <span class="hotpink">loves</span> how ${his} cow collar encourages everyone to fuck ${his} udders.`);
+					slave.devotion += 1;
+				} else if (slave.fetish === "boobs" || slave.energy > 95) {
+					r.push(`${He} <span class="hotpink">likes</span> how ${his} cow collar encourages everyone to touch ${his} udders.`);
+					slave.devotion += 1;
+				}
+			} else if (slave.collar === "ball gag" || slave.collar === "bit gag") {
+				if (slave.fetish === "submissive" && slave.fetishStrength > 95) {
+					r.push(`${He} <span class="hotpink">loves</span> how ${his} gag forces ${him} to keep silent.`);
+					slave.devotion += 1;
+				} else if (slave.fetish === "submissive" || slave.energy > 95) {
+					r.push(`${He} <span class="hotpink">likes</span> how ${his} gag forces ${him} to keep silent.`);
+					slave.devotion += 1;
+				}
+			} else if (slave.collar === "porcelain mask") {
+				if (slave.fetish === "submissive" && slave.fetishStrength > 95) {
+					r.push(`${He} <span class="hotpink">loves</span> how ${his} mask makes ${him} beautiful enough for you.`);
+					slave.devotion += 1;
+				} else if (slave.fetish === "submissive" || slave.energy > 95) {
+					r.push(`${He} <span class="hotpink">likes</span> how ${his} mask makes ${him} beautiful enough for you.`);
+					slave.devotion += 1;
+				}
+			}
+		}
+		if (slave.collar === "dildo gag") {
+			if (slave.skill.oral <= 10) {
+				r.push(`Living gagged by a dildo, ${he} can't help but get better at having things down ${his} throat.`);
+				r.push(`${SkillIncrease.Oral(slave, 5)}`);
+			}
+		}
+		if (slave.collar === "massive dildo gag") {
+			if (slave.skill.oral < 75) {
+				r.push(`Living gagged by such an immense dildo, ${he} can't help but get even better at having giant things rammed down ${his} throat.`);
+				r.push(`${SkillIncrease.Oral(slave, 5)}`);
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function chastityEffects(slave) {
+		if (slave.chastityVagina) {
+			if (slave.devotion > 20) {
+				if (slave.vagina === 0) {
+					if (slave.fetish === "buttslut" && slave.fetishStrength > 60) {
+						if (slave.fetishKnown === 1) {
+							r.push(`${He}'s such an anal whore that ${he}'s <span class="hotpink">perversely proud</span> of the chastity belt that covers ${his} neglected pussy.`);
+							slave.devotion += 1;
+						} else {
+							r.push(`${He} <span class="hotpink">doesn't seem to mind</span> that ${his} pussy is going unused.`);
+							slave.devotion += 1;
+						}
+					} else {
+						r.push(`${He} <span class="mediumaquamarine">trusts</span> that you're using the chastity belt ${he} wears to save ${his} virginity for something special.`);
+						slave.trust += 1;
+					}
+				} else {
+					if (slave.energy > 60) {
+						if (slave.fetish === "buttslut" && slave.fetishStrength > 60) {
+							if (slave.fetishKnown === 1) {
+								r.push(`${He}'s such a butthole slut that ${he} doesn't care about having ${his} pussy kept off limits.`);
+							} else {
+								r.push(`${He} seems to like that ${his} chastity is directing all the dicks into ${his} ass.`);
+								slave.devotion += 1;
+							}
+						} else if (slave.energy > 95) {
+							r.push(`${He}'s such a nympho that having ${his} butthole do double duty for ${his} pussy doesn't bother ${him}.`);
+						} else {
+							r.push(`${He} has a healthy sexuality, and misses vaginal sex, <span class="red">reducing ${his} sex drive slightly.</span>`);
+							slave.energy -= 1;
+						}
+					}
+				}
+			}
+		}
+		if (slave.chastityPenis) {
+			if (slave.devotion >= -20) {
+				if (slave.energy > 40) {
+					if (slave.hormoneBalance < 100) {
+						if (slave.fetish === "buttslut" && slave.fetishStrength > 60) {
+							if (slave.fetishKnown === 1) {
+								r.push(`${He}'s such a butthole slut that ${he} manages to get off just fine despite ${his} dick being kept untouchable and soft behind a chastity cage.`);
+							} else {
+								r.push(`${He} seems to be getting off just fine without access to ${his} dick.`);
+							}
+						} else if (slave.energy > 95) {
+							r.push(`${His} sex drive is so overcharged that ${he} manages to orgasm often despite the chastity cage that`);
+							if (slave.balls === 0 || slave.ballType === "sterile") {
+								r.push(`prevents ${him} or anyone else from touching ${his} soft cock;`);
+							} else {
+								r.push(`keeps ${his} dick soft and untouched;`);
+							}
+							r.push(`it's almost always dripping a stream of precum.`);
+						} else if (slave.fetish === "masochist" && slave.fetishStrength > 60 && canAchieveErection(slave)) {
+							if (slave.fetishKnown === 1) {
+								r.push(`${He}'s such a masochist that the pain of even getting semi-hard in ${his} chastity cage turns ${him} on even more, <span class="green">slightly increasing ${his} sexual appetite.</span>`);
+								slave.energy++;
+							} else {
+								r.push(`${His} chastity cage is always painfully tight around ${his} semi-hard dick; something that seems to be arousing to ${him}, only to make it even more painful.`);
+								slave.energy++;
+							}
+						} else if (slave.sexualFlaw === "neglectful") {
+							r.push(`${His} soft, constrained dick is of little concern to ${him}. ${He} doesn't need release during sex.`);
+						} else if (slave.balls > 0 && slave.ballType === "sterile") {
+							r.push(`Though ${he}'s a soft bitch with worthless balls, having ${his} dick guarded against all stimulation by a chastity cage reduces ${his} enjoyment of intercourse a bit, <span class="red">slightly reducing ${his} sexual appetite.</span>`);
+							slave.energy -= 1;
+						} else if (slave.balls === 0) {
+							r.push(`Though ${he}'s a soft, ballsless bitch, having ${his} dick guarded against all stimulation by a chastity cage reduces ${his} enjoyment of intercourse a bit, <span class="red">slightly reducing ${his} sexual appetite.</span>`);
+							slave.energy -= 1;
+						} else {
+							r.push(`${He} has a healthy sexuality, but ${his} chastity cage punishes it by making it very uncomfortable to achieve erection. ${He} often goes without release rather than pushing through, <span class="red">reducing ${his} sex drive.</span>`);
+							slave.energy -= 2;
+							if (slave.devotion > 95) {
+								r.push(`${He}'s so devoted to you that ${he} doesn't let this affect ${his} opinion of you.`);
+							} else {
+								r.push(`${He}'s <span class="mediumorchid">a bit resentful</span> and <span class="gold">much less trusting</span> under all this discomfort.`);
+								slave.devotion -= 1;
+								slave.trust -= 1;
+							}
+						}
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function bellyAccessories(slave) {
+		if (slave.bellyAccessory === "an extreme corset") {
+			if (slave.belly >= 100000) {
+				r.push(`${His} straining corset finally gives in to ${his} giant stomach and bursts, freeing ${his} belly.`);
+				slave.bellyAccessory = "none";
+			} else if (slave.bellyPreg >= 1500) {
+				r.push(`The tight corseting has <span class="orange">caused ${him} to miscarry,</span> which <span class="red">damages ${his} health.</span>`);
+				healthDamage(slave, 20);
+				if (lastPregRule(slave, V.defaultRules)) {
+					slave.preg = -1;
+				} else {
+					slave.preg = 0;
+				}
+				TerminatePregnancy(slave);
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.devotion < -50) {
+						r.push(`${He} is <span class="mediumorchid">filled with violent, consuming hatred</span> and <span class="gold">fear.</span> Even though ${he} knew ${his} baby was destined for a slave orphanage, it seems ${he} cared for it and views you as its killer.`);
+						slave.devotion -= 25;
+						slave.trust -= 25;
+					} else if (slave.devotion < -20) {
+						r.push(`${He} is <span class="mediumorchid">afflicted by desperate, inconsolable grief</span> and <span class="gold">horror.</span> Even though ${he} knew ${his} baby was destined for a slave orphanage, it seems ${he} cared for it.`);
+						slave.devotion -= 10;
+						slave.trust -= 20;
+					} else if (slave.devotion <= 20) {
+						r.push(`${He} is <span class="mediumorchid">consumed by enduring sorrow</span> and <span class="gold">horror.</span> Even though ${he} knew ${his} baby was destined for a slave orphanage, it seems ${he} cared for it.`);
+						slave.devotion -= 5;
+						slave.trust -= 5;
+					} else if (slave.devotion <= 50) {
+						r.push(`${He} is dully obedient. ${He} has been broken to slave life so thoroughly that even this is neither surprising nor affecting.`);
+					} else {
+						r.push(`${He} is <span class="hotpink">pleased by this stark development,</span> since ${he} is so attentive to your will. ${He} also expects ${he}'ll be able to fuck better now.`);
+						slave.devotion += 4;
+					}
+				}
+				if (slave.abortionTat > -1) {
+					slave.abortionTat++;
+					r.push(`The temporary tattoo of a child has been replaced with ${his} ${ordinalSuffix(slave.abortionTat)} crossed out infant.`);
+					cashX(forceNeg(V.modCost), "slaveMod", slave);
+				}
+			} else {
+				if (slave.waist <= -95) {
+					r.push(`${His} waist is so absurd that ${his} extreme corsetage does not affect ${him} further.`);
+				} else {
+					r.push(`<span class="lime">The extreme corseting narrows ${his} waist.</span>`);
+					slave.waist -= 5;
+					if (slave.waist < -95) {
+						/* can only get here if waist was previously > -95 */
+						slave.waist = -95;
+					}
+					if (slave.waist >= -40) {
+						r.push(`It's so tight that it's <span class="red">unhealthy.</span>`);
+						healthDamage(slave, 5);
+						if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+							if (slave.devotion < -20) {
+								r.push(`${He} <span class="hotpink">barely has breath to think,</span> though ${he} has enough to <span class="gold">fear.</span>`);
+								slave.devotion += 2;
+								slave.trust -= 2;
+							}
+							if (slave.fetish === "masochist") {
+								r.push(`During sex, every breath in and out is agonizing.`);
+								if (slave.fetishKnown === 0) {
+									r.push(`Despite this, ${he} seems to get off on the pain; ${he}'s a <span class="lightcoral">natural masochist.</span>`);
+									slave.fetishKnown = 1;
+								} else {
+									r.push(`It only adds to ${his} pleasure, much to ${his} <span class="hotpink">enjoyment.</span>`);
+									slave.devotion += 1;
+									if (slave.fetishStrength <= 95) {
+										r.push(`Such constant suffering <span class="lightcoral">deepens ${his} masochism.</span>`);
+										slave.fetishStrength += 2;
+									}
+								}
+							} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+								if (fetishChange > jsRandom(0, 100)) {
+									r.push(`During sex, every breath in and out is agonizing. ${He} learns to come in spite of, and then <span class="lightcoral">because of the pain.</span>`);
+									slave.fetish = "masochist";
+									slave.fetishKnown = 1;
+									slave.fetishStrength = 10;
+								}
+							}
+						}
+					}
+				}
+			}
+		} else if (slave.bellyAccessory === "a corset") {
+			if (slave.bellyPreg >= 1500) {
+				r.push(`${His} corset lets ${his} growing belly protrude comfortably, preventing any danger to ${his} pregnancy but preventing any effect on ${his} waist.`);
+			} else if (slave.belly >= 1500) {
+				r.push(`${His} corset lets ${his} rounded belly protrude comfortably but prevents any effect on ${his} waist.`);
+			} else {
+				if (slave.waist < -40) {
+					r.push(`${His} waist is so narrow that ${his} corsetage does not affect it.`);
+				} else {
+					r.push(`<span class="lime">The corseting narrows ${his} waist.</span>`);
+					slave.waist -= 3;
+				}
+			}
+		} else if (slave.bellyAccessory === "a support band") {
+			if (slave.belly > 10000) {
+				r.push(`${His} pregnancy support band takes some weight off ${his} back, but it does little beyond that.`);
+			}
+		} else if (setup.fakeBellies.includes(slave.bellyAccessory)) {
+			if (slave.weight > 130) {
+				r.push(`${He} has trouble keeping ${his} fake belly strapped around ${his} huge gut, forcing it to be removed to prevent damage.`);
+				slave.bellyAccessory = "none";
+			} else {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.sexualFlaw === "breeder") {
+						r.push(`${He} <span class="mediumorchid">resents</span> being forced to carry a fake pregnancy instead of a real one.`);
+						slave.devotion -= 5;
+					} else if (slave.devotion <= 20 && slave.trust >= -50 && slave.fetish === "pregnancy") {
+						if (slave.fetishStrength > 60) {
+							r.push(`As a pregnancy fetishist, ${he} <span class="hotpink">openly enjoys</span> wearing ${his} fake belly around.`);
+							slave.devotion += 2;
+						} else {
+							r.push(`${His} interest in pregnancy helps ${him} <span class="hotpink">enjoy</span> wearing a fake belly.`);
+							slave.devotion += 1;
+						}
+					} else if (slave.fetish === "pregnancy" && slave.devotion > 50) {
+						r.push(`${He} carries ${his} fake belly <span class="hotpink">with pride,</span> eager for the day you give ${him} one of ${his} own.`);
+						slave.devotion += 1;
+					} else if (slave.fetish === "pregnancy" && slave.pregKnown === 0 && (slave.ovaries === 1 || slave.mpreg === 1)) {
+						r.push(`The fake belly ${he} wears <span class="mediumorchid">reminds ${him}</span> that ${he} isn't pregnant with a child.`);
+						slave.devotion -= 1;
+					} else if (slave.vagina === 0 && isFertile(slave) && arcology.FSRepopulationFocus === "unset" && slave.devotion <= 20) {
+						r.push(`The fake belly ${he} wears <span class="gold">worries</span> ${him} that you will soon put a real baby in ${him}.`);
+						slave.trust -= 1;
+					}
+					if (slave.bellyAccessory === "a huge empathy belly" && slave.fetish !== "pregnancy") {
+						if (slave.devotion > 50) {
+							r.push(`${His} full-sized twins belly is heavy and unwieldy, but ${he} carries it <span class="hotpink">proudly</span> for you.`);
+							slave.devotion += 1;
+						} else {
+							r.push(`${His} full-sized twins belly is heavy and unwieldy, and ${he} <span class="mediumorchid">despises</span> being forced to bear it.`);
+							slave.devotion -= 1;
+						}
+					}
+					if (slave.fetish === "pregnancy" && slave.fetishStrength <= 95) {
+						if (jsRandom(1, 100) >= 20) {
+							r.push(`Pretending to be pregnant has <span class="lightcoral">furthered ${his} interest in pregnancy.</span>`);
+							slave.fetishStrength += 4;
+						} else if (slave.fetishStrength <= 40) {
+							r.push(`Lugging around a fake pregnancy for the week has shown ${him} ${he} <span class="coral">isn't as into pregnancy as ${he} thought.</span>`);
+							slave.fetish = "none";
+							slave.fetishStrength = 10;
+						}
+					}
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function legAccessories(slave) {
+		if (slave.shoes === "heels") {
+			if (hasAnyNaturalLegs(slave)) {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.devotion < -20) {
+						r.push(`${He} <span class="mediumorchid">resents being forced</span> to wear high heels.`);
+						slave.devotion -= 2;
+					}
+				}
+			} else {
+				r.push(`${His} P-Limb`);
+				if (hasBothLegs(slave)) {
+					r.push(`legs work`);
+				} else {
+					r.push(`leg works`);
+				}
+				r.push(`just as well in heels as`);
+				if (hasBothLegs(slave)) {
+					r.push(`they do`);
+				} else {
+					r.push(`it does`);
+				}
+				r.push(`out of them.`);
+			}
+		} else if (slave.shoes === "boots") {
+			if (hasAnyNaturalLegs(slave)) {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.devotion < -20) {
+						r.push(`${He} <span class="mediumorchid">resents being forced</span> to wear high heeled boots.`);
+						slave.devotion -= 2;
+					}
+				}
+			} else {
+				r.push(`${His} P-Limb`);
+				if (hasBothLegs(slave)) {
+					r.push(`legs work`);
+				} else {
+					r.push(`leg works`);
+				}
+				r.push(`just as well in boots as`);
+				if (hasBothLegs(slave)) {
+					r.push(`they do`);
+				} else {
+					r.push(`it does`);
+				}
+				r.push(`out of them.`);
+			}
+		} else if (slave.shoes === "extreme heels") {
+			if (hasAnyNaturalLegs(slave)) {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.devotion < -20) {
+						r.push(`${He} <span class="mediumorchid">resents being forced</span> to wear <span class="gold">painfully</span> high heels.`);
+						slave.devotion -= 2;
+						slave.trust -= 2;
+					} else if (slave.fetish === "masochist") {
+						r.push(`It is difficult to walk in ${his} extreme heels, but ${he}`);
+						if ((slave.fetishKnown === 0)) {
+							r.push(`seems to enjoy every painful step; ${he}'s a <span class="lightcoral">natural masochist.</span>`);
+							slave.fetishKnown = 1;
+						} else {
+							r.push(`<span class="hotpink">appreciates</span> every painful step ${he} gets to take.`);
+							slave.devotion += 1;
+						}
+					} else {
+						r.push(`${He} is kept <span class="hotpink">mindful</span> and <span class="gold">fearful</span> by the difficulty of walking in ${his} extreme heels.`);
+						slave.devotion += 1;
+						slave.trust -= 1;
+					}
+					r.push(`They're so high they're a bit <span class="red">unhealthy</span> for ${his} legs.`);
+					healthDamage(slave, 2);
+				}
+			} else {
+				r.push(`${His} P-Limb`);
+				if (hasBothLegs(slave)) {
+					r.push(`legs work`);
+				} else {
+					r.push(`leg works`);
+				}
+				r.push(`just as well in extreme heels as`);
+				if (hasBothLegs(slave)) {
+					r.push(`they do`);
+				} else {
+					r.push(`it does`);
+				}
+				r.push(`out of them.`);
+			}
+		} else {
+			if (slave.heels === 1 && !canWalk(slave) && slave.fetish !== "mindbroken") {
+				if (slave.shoes === "pumps") {
+					r.push(`While ${he} can just barely stand with ${his} heeled pumps, ${he} is incapable of taking a step in them.`);
+				}
+				if (slave.devotion >= -20 && slave.fetish === "submissive" && slave.fetishKnown === 1) {
+					r.push(`${He} <span class="hotpink">loves being forced</span> to crawl around like some kind of animal.`);
+					slave.devotion += 1;
+				} else if (slave.devotion > 50) {
+					r.push(`${He} accepts being forced to crawl around on`);
+					if (hasAllLimbs(slave)) {
+						r.push(`all fours.`);
+					} else {
+						r.push(`the ground.`);
+					}
+				} else {
+					r.push(`${He} <span class="mediumorchid">resents being forced</span> to crawl around like some kind of animal, but it keeps ${him} properly <span class="gold">afraid.</span>`);
+					slave.devotion -= 2;
+					slave.trust -= 4;
+				}
+			}
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function vaginaAccessories(slave) {
+		if (slave.vaginalAccessory !== "none") {
+			if (slave.vaginalAccessory === "bullet vibrator" || slave.vaginalAccessory === "smart bullet vibrator") {
+				r.push(`Constantly wearing a bullet vibrator`);
+				if (slave.devotion < 20) {
+					r.push(`habituates ${him} to sexual slavery and <span class="hotpink">increases ${his} submissiveness.</span>`);
+					slave.devotion += 2;
+				} else {
+					r.push(`reminds ${him} of ${his} place and <span class="hotpink">increases ${his} devotion to you.</span>`);
+					slave.devotion++;
+				}
+			} else if (slave.vaginalAccessory === "dildo") {
+				if (slave.vagina < 1 && jsRandom(1, 100) > 50) {
+					r.push(`Constantly wearing a dildo in ${his} virgin pussy <span class="lime">gets it used to penetration.</span>`);
+					slave.vagina += 1;
+				} else {
+					r.push(`${His} pussy easily accommodates the dildo ${he}'s required to wear.`);
+				}
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.sexualFlaw === "hates penetration" && jsRandom(1, 100) > 50) {
+						r.push(`The habit <span class="green">reduces ${his} dislike of having ${his} pussy filled.</span>`);
+						slave.sexualFlaw = "none";
+					}
+				}
+			} else if (slave.vaginalAccessory === "long dildo") {
+				if (slave.vagina < 1 && jsRandom(1, 100) > 50) {
+					r.push(`Constantly wearing a dildo in ${his} virgin pussy <span class="lime">gets it used to penetration.</span>`);
+					slave.vagina += 1;
+				} else {
+					r.push(`${His} pussy easily accommodates the dildo ${he}'s required to wear.`);
+				}
+				if (slave.fuckdoll === 0) {
+					if (slave.fetish !== "mindbroken") {
+						if (slave.sexualFlaw === "hates penetration" && jsRandom(1, 100) > 50) {
+							r.push(`The habit <span class="green">reduces ${his} dislike of having ${his} pussy filled.</span>`);
+							slave.sexualFlaw = "none";
+						}
+						if (slave.sexualQuirk === "size queen") {
+							r.push(`Being able to hold such a long dildo is a <span class="hotpink">point of pride</span> for the ostentatious size queen.`);
+							slave.devotion += 2;
+						} else {
+							r.push(`It penetrates ${his} cervix causing ${him} tremendous discomfort, making ${him} a little <span class="gold">less trusting</span> of you.`);
+							slave.trust -= 1;
+						}
+					}
+				}
+			} else if (slave.vaginalAccessory === "large dildo") {
+				if (slave.vagina < 3) {
+					if (jsRandom(1, 4) === 1) {
+						r.push(`Constantly wearing a large dildo in ${his} pussy <span class="lime">stretches it out.</span>`);
+						slave.vagina += 1;
+					} else {
+						r.push(`The large dildo ${he}'s required to wear is a stretch for ${his} cunt, but pussies are resilient and ${he}rs isn't seriously affected.`);
+					}
+				} else {
+					r.push(`${His} pussy accommodates the large dildo ${he}'s required to wear.`);
+				}
+				if (slave.fuckdoll === 0) {
+					if (slave.fetish !== "mindbroken") {
+						if (slave.vagina < 2) {
+							r.push(`The big dildo in ${his} tight cunt`);
+							if (slave.sexualQuirk === "size queen") {
+								r.push(`is a <span class="hotpink">point of pride</span> for the ostentatious size queen.`);
+								slave.devotion += 2;
+							} else {
+								r.push(`<span class="hotpink">breaks ${him} to sexual slavery</span> slightly.`);
+								slave.devotion += 1;
+							}
+							if (slave.vagina === 1) {
+								r.push(`It stretches ${his} tight cunt to soreness by the end of every day, so it also makes ${him} a little <span class="gold">less trusting</span> of you.`);
+								slave.trust -= 1;
+							}
+						}
+					}
+				}
+			} else if (slave.vaginalAccessory === "long, large dildo") {
+				if (slave.vagina < 3) {
+					if (jsRandom(1, 4) === 1) {
+						r.push(`Constantly wearing a large dildo in ${his} pussy <span class="lime">stretches it out.</span>`);
+						slave.vagina += 1;
+					} else {
+						r.push(`The large dildo ${he}'s required to wear is a stretch for ${his} cunt, but pussies are resilient and ${he}rs isn't seriously affected.`);
+					}
+				} else {
+					r.push(`${His} pussy accommodates the large dildo ${he}'s required to wear.`);
+				}
+				if (slave.vagina < 2) {
+					if (slave.fuckdoll === 0) {
+						if (slave.fetish !== "mindbroken") {
+							r.push(`The big, long dildo in ${his} tight cunt`);
+							if (slave.sexualQuirk === "size queen") {
+								r.push(`is a <span class="hotpink">point of pride</span> for the ostentatious size queen.`);
+								slave.devotion += 2;
+							} else {
+								r.push(`<span class="hotpink">breaks ${him} to sexual slavery</span> slightly. It also penetrates ${his} cervix, causing ${him} tremendous discomfort, and making ${him} a little <span class="gold">less trusting</span> of you.`);
+								slave.devotion += 1;
+								slave.trust -= 1;
+							}
+							if (slave.vagina === 1) {
+								r.push(`It stretches ${his} tight cunt to soreness by the end of every day, so it also makes ${him} a little <span class="gold">less trusting</span> of you.`);
+								slave.trust -= 1;
+							}
+						}
+					}
+				}
+			} else if (slave.vaginalAccessory === "huge dildo") {
+				if (slave.vagina < 4) {
+					if (slave.fuckdoll === 0) {
+						if (slave.fetish !== "mindbroken") {
+							if (slave.sexualQuirk === "size queen") {
+								r.push(`${He} thinks of the massive dildo stretching out ${his} womanhood as <span class="lime">preparation for the biggest cocks,</span> and <span class="hotpink">looks forward</span> to take anything — dicks, hands, truly anything — inside ${his} newly capacious cunt.`);
+								slave.devotion += 4;
+							} else if (slave.fetish === "masochist" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+								r.push(`${He} gets off on the agony of having ${his} cunt <span class="lime">permanently stretched</span> by a huge dildo. The terrible combination of pain and pleasure <span class="hotpink">breaks ${his} will</span> but fills ${him} with <span class="gold">fear.</span>`);
+								slave.devotion += 5;
+								slave.trust -= 5;
+							} else if (slave.fetish === "submissive" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+								r.push(`${He} submits to the agony of having ${his} cunt <span class="lime">permanently stretched</span> by a huge dildo. Having ${his} hole ruined at your whim <span class="hotpink">breaks ${his} will</span> but fills ${him} with <span class="gold">fear.</span>`);
+								slave.devotion += 5;
+								slave.trust -= 5;
+							} else {
+								r.push(`The agony of having ${his} cunt <span class="lime">permanently stretched</span> by a huge dildo fills ${him} with <span class="mediumorchid">resentment</span> and <span class="gold">fear.</span>`);
+								slave.devotion -= 5;
+								slave.trust -= 5;
+							}
+						}
+					}
+					slave.vagina += 1;
+				} else {
+					r.push(`${His} cavernous pussy accommodates the huge dildo ${he}'s required to wear.`);
+				}
+			} else if (slave.vaginalAccessory === "long, huge dildo") {
+				if (slave.vagina < 4) {
+					if (slave.fuckdoll === 0) {
+						if (slave.fetish !== "mindbroken") {
+							if (slave.sexualQuirk === "size queen") {
+								r.push(`${He} thinks of the massive dildo stretching out ${his} womanhood and stomach as <span class="lime">preparation for the biggest cocks,</span> and <span class="hotpink">looks forward</span> to take anything — dicks, hands, arms, truly anything — inside ${his} newly capacious cunt.`);
+								slave.devotion += 4;
+							} else if (slave.fetish === "masochist" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+								r.push(`${He} gets off on the agony of having ${his} cunt <span class="lime">permanently stretched</span> and ${his} cervix penetrated by a huge dildo. The terrible combination of pain and pleasure <span class="hotpink">breaks ${his} will</span> but fills ${him} with <span class="gold">fear.</span>`);
+								slave.devotion += 5;
+								slave.trust -= 5;
+							} else if (slave.fetish === "submissive" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+								r.push(`${He} submits to the agony of having ${his} cunt <span class="lime">permanently stretched</span> and ${his} cervix penetrated by a huge dildo. Having ${his} hole and cervix ruined at your whim <span class="hotpink">breaks ${his} will</span> but fills ${him} with <span class="gold">fear.</span>`);
+								slave.devotion += 5;
+								slave.trust -= 5;
+							} else {
+								r.push(`The agony of having ${his} cunt <span class="lime">permanently stretched</span> and ${his} cervix penetrated by a huge dildo fills ${him} with <span class="mediumorchid">resentment</span> and <span class="gold">fear.</span>`);
+								slave.devotion -= 5;
+								slave.trust -= 5;
+							}
+						}
+					}
+					slave.vagina += 1;
+				} else {
+					r.push(`${His} cavernous pussy accommodates the huge dildo ${he}'s required to wear.`);
+				}
+			}
+			if (slave.vaginalAccessory === "long, huge dildo" || slave.vaginalAccessory === "long, large dildo" || slave.vaginalAccessory === "long dildo") {
+				if ((slave.preg > slave.pregData.normalBirth / 10) && slave.pregKnown === 1) {
+					if (jsRandom(1, 100) > 50) {
+						r.push(`The dildo penetrating ${his} womb <span class="orange">caused ${him} to miscarry,</span> which <span class="red">damages ${his} health.</span>`);
+						healthDamage(slave, 20);
+						if (lastPregRule(slave, V.defaultRules)) {
+							slave.preg = -1;
+						} else {
+							slave.preg = 0;
+						}
+						TerminatePregnancy(slave);
+						r.push(`${He} is`);
+						if (slave.devotion < -50) {
+							r.push(`<span class="mediumorchid">filled with violent, consuming hatred</span> and <span class="gold">fear.</span> Even though ${he} knew ${his} baby was destined for a slave orphanage, it seems ${he} cared for it and views you as its killer.`);
+							slave.devotion -= 25;
+							slave.trust -= 25;
+						} else if (slave.devotion < -20) {
+							r.push(`<span class="mediumorchid">afflicted by desperate, inconsolable grief</span> and <span class="gold">horror.</span> Even though ${he} knew ${his} baby was destined for a slave orphanage, it seems ${he} cared for it.`);
+							slave.devotion -= 10;
+							slave.trust -= 20;
+						} else if (slave.devotion <= 20) {
+							r.push(`<span class="mediumorchid">consumed by enduring sorrow</span> and <span class="gold">horror.</span> Even though ${he} knew ${his} baby was destined for a slave orphanage, it seems ${he} cared for it.`);
+							slave.devotion -= 5;
+							slave.trust -= 5;
+						} else if (slave.devotion <= 50) {
+							r.push(`dully obedient. ${He} has been broken to slave life so thoroughly that even this is neither surprising nor affecting.`);
+						} else {
+							r.push(`<span class="hotpink">pleased by this stark development,</span> since ${he} is so attentive to your will. ${He} also expects ${he}'ll be able to fuck better now.`);
+							slave.devotion += 4;
+						}
+						if (slave.abortionTat > -1) {
+							slave.abortionTat++;
+							r.push(`The temporary tattoo of a child has been replaced with ${his} ${ordinalSuffix(slave.abortionTat)} crossed out infant.`);
+							cashX(forceNeg(V.modCost), "slaveMod", slave);
+						}
+					}
+				}
+			}
+		}
+		if (slave.vaginalAttachment === "vibrator") {
+			/* TODO: write effects here */
+		}
+	}
+
+	/**
+	 * @param {App.Entity.SlaveState} slave
+	 *
+	 */
+	function analAccessories(slave) {
+		if (slave.buttplug === "plug" || slave.buttplug === "long plug") {
+			if (["cat tail", "cow tail", "fox tail", "tail"].includes(slave.buttplugAttachment)) {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.anus < 1) {
+						r.push(`Constantly wearing a tail plug in ${his} virgin butthole <span class="lime">stretches it out</span> and <span class="gold">is a constant degrading reminder of ${his} submission.</span>`);
+						slave.anus += 1;
+						slave.trust -= 2;
+					} else {
+						r.push(`${His} asshole is used to being penetrated and wearing ${his} tailed buttplug doesn't affect it, though it still serves as <span class="gold">a constant degrading reminder of ${his} submission.</span>`);
+						slave.trust -= 2;
+					}
+					if (slave.sexualFlaw === "hates anal" && jsRandom(1, 100) > 50) {
+						r.push(`It <span class="green">gets ${him} habituated to having ${his} asshole filled.</span>`);
+						slave.sexualFlaw = "none";
+					}
+					if (slave.sexualQuirk === "size queen" && slave.buttplug === "long plug") {
+						r.push(`The overly long plug delving the depths of ${his} rear <span class="hotpink">gets ${him} off,</span> since ${he}'s a size queen.`);
+						slave.devotion += 2;
+					}
+				}
+			} else {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.anus < 1) {
+						r.push(`Constantly wearing a plug in ${his} virgin butthole <span class="lime">stretches it out.</span>`);
+						slave.anus += 1;
+					} else {
+						r.push(`${His} asshole is used to being penetrated and wearing ${his} buttplug doesn't affect it.`);
+					}
+					if (slave.sexualFlaw === "hates anal" && jsRandom(1, 100) > 50) {
+						r.push(`It <span class="green">gets ${him} habituated to having ${his} asshole filled.</span>`);
+						slave.sexualFlaw = "none";
+					}
+					if (slave.sexualQuirk === "size queen" && slave.buttplug === "long plug") {
+						r.push(`The overly long plug delving the depths of ${his} rear <span class="hotpink">gets ${him} off,</span> since ${he}'s a size queen.`);
+						slave.devotion += 2;
+					}
+				}
+			}
+		} else if (slave.buttplug === "large plug" || slave.buttplug === "long, large plug") {
+			if (["cat tail", "cow tail", "fox tail", "tail"].includes(slave.buttplugAttachment)) {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.anus < 2) {
+						r.push(`The uncomfortable tailed plug in ${his} asshole`);
+						if (slave.sexualQuirk === "size queen") {
+							r.push(`<span class="hotpink">gets ${him} off,</span> since ${he}'s a size queen, while serving as <span class="gold">a constant degrading reminder of ${his} submission.</span>`);
+							slave.devotion += 2;
+							slave.trust -= 2;
+						} else {
+							r.push(`<span class="hotpink">breaks ${him} to anal slavery</span> slightly, while serving as a <span class="gold">a constant degrading reminder of ${his} submission.</span>`);
+							slave.devotion += 1;
+							slave.trust -= 2;
+						}
+						if (slave.anus < 1) {
+							r.push(`It stretches ${his} tight rosebud painfully, making ${him} somewhat <span class="gold">less trusting</span> of you.`);
+							slave.trust -= 1;
+						}
+					}
+				}
+				if (slave.anus < 3) {
+					if (slave.anus < 1 || jsRandom(1, 2) === 1) {
+						r.push(`Constantly wearing a large tailed plug up ${his} ass <span class="lime">loosens ${his} sphincter.</span>`);
+						slave.anus += 1;
+					} else {
+						r.push(`The large tailed plug ${he}'s required to wear up ${his} ass stretches it to the limit, but on the rare occasions when the plug is removed, ${his} rear hole still tightens up.`);
+					}
+				} else {
+					r.push(`${His} anus accommodates the large plug ${he}'s required to wear.`);
+					if (slave.fetish === "buttslut" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+						r.push(`In fact, ${he} <span class="hotpink">regularly orgasms</span> even in non-sexual situations as the plug is <span class="green">constantly stimulating</span> ${his} rear-end.`);
+						slave.devotion += 1;
+						slave.energy += 1;
+					}
+				}
+			} else {
+				if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+					if (slave.anus < 2) {
+						r.push(`The uncomfortable plug in ${his} asshole`);
+						if (slave.sexualQuirk === "size queen") {
+							r.push(`<span class="hotpink">gets ${him} off,</span> since ${he}'s a size queen.`);
+							slave.devotion += 2;
+						} else {
+							r.push(`<span class="hotpink">breaks ${him} to anal slavery</span> slightly.`);
+							slave.devotion += 1;
+						}
+						if (slave.anus < 1) {
+							r.push(`It stretches ${his} tight rosebud painfully, making ${him} somewhat <span class="gold">less trusting</span> of you.`);
+							slave.trust -= 1;
+						}
+					}
+				}
+				if (slave.anus < 3) {
+					if (slave.anus < 1 || jsRandom(1, 2) === 1) {
+						r.push(`Constantly wearing a large plug up ${his} ass <span class="lime">loosens ${his} sphincter.</span>`);
+						slave.anus += 1;
+					} else {
+						r.push(`The large plug ${he}'s required to wear up ${his} ass stretches it to the limit, but on the rare occasions when the plug is removed, ${his} rear hole still tightens up.`);
+					}
+				} else {
+					r.push(`${His} anus accommodates the large plug ${he}'s required to wear.`);
+					if (slave.fetish === "buttslut" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+						r.push(`In fact, ${he} <span class="hotpink">regularly orgasms</span> even in non-sexual situations as the plug is <span class="green">constantly stimulating</span> ${his} rear-end.`);
+						slave.devotion += 1;
+						slave.energy += 1;
+					}
+				}
+			}
+		} else if (slave.buttplug === "huge plug" || slave.buttplug === "long, huge plug") {
+			if (["cat tail", "cow tail", "fox tail", "tail"].includes(slave.buttplugAttachment)) {
+				if (slave.anus < 4) {
+					if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+						if (slave.sexualQuirk === "size queen") {
+							r.push(`${He} thinks of the horribly huge tailed plug ${he} has wear in ${his} butt as <span class="lime">preparation for the biggest cocks,</span> and <span class="hotpink">looks forward</span> to being able to safely take unlubricated anal from them. Even so, the tail hanging from ${his} rear is <span class="gold">a constant degrading reminder of ${his} submission.</span>`);
+							slave.devotion += 4;
+							slave.trust -= 5;
+						} else if (slave.fetish === "masochist" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+							r.push(`${He} gets off on the agony of having ${his} anal sphincter <span class="lime">permanently gaped</span> by a huge tailed buttplug, but can't ignore the tail hanging from the back of the plug. The terrible combination of anal pleasure and degradation <span class="hotpink">breaks ${his} will</span> and fills ${him} with <span class="gold">humiliation.</span>`);
+							slave.devotion += 5;
+							slave.trust -= 7;
+						} else if (slave.fetish === "submissive" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+							r.push(`${He} submits to the agony of having ${his} anal sphincter <span class="lime">permanently gaped</span> by a huge tailed buttplug and the shame of having a tail dangle from the back of the plug. Having ${his} hole ruined at your whim and in such a degrading fashion <span class="hotpink">breaks ${his} will</span> and fills ${him} with <span class="gold">humiliation.</span>`);
+							slave.devotion += 5;
+							slave.trust -= 7;
+						} else {
+							r.push(`The agony of having ${his} anal sphincter <span class="lime">permanently gaped</span> by a huge tailed buttplug fills ${him} with <span class="mediumorchid">resentment</span> and <span class="gold">humiliation.</span>`);
+							slave.devotion -= 5;
+							slave.trust -= 5;
+						}
+					}
+					slave.anus += 1;
+				} else {
+					r.push(`${His} gaping anus accommodates the huge tailed plug ${he}'s required to wear, serving little purpose other than to remind ${him} of ${his} <span class="gold">humiliation.</span>`);
+					if (slave.fetish === "buttslut" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+						r.push(`In fact, ${he} <span class="hotpink">regularly orgasms</span> even in non-sexual situations as the plug is <span class="green">constantly stimulating</span> ${his} rear-end.`);
+						slave.devotion += 1;
+						slave.energy += 1;
+					}
+				}
+			} else {
+				if (slave.anus < 4) {
+					if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+						if (slave.sexualQuirk === "size queen") {
+							r.push(`${He} thinks of the horribly huge plug ${he} has wear in ${his} butt as <span class="lime">preparation for the biggest cocks,</span> and <span class="hotpink">looks forward</span> to being able to safely take unlubricated anal from them.`);
+							slave.devotion += 4;
+						} else if (slave.fetish === "masochist" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+							r.push(`${He} gets off on the agony of having ${his} anal sphincter <span class="lime">permanently gaped</span> by a huge buttplug. The terrible combination of pain and pleasure <span class="hotpink">breaks ${his} will</span> but fills ${him} with <span class="gold">fear.</span>`);
+							slave.devotion += 5;
+							slave.trust -= 5;
+						} else if (slave.fetish === "submissive" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+							r.push(`${He} submits to the agony of having ${his} anal sphincter <span class="lime">permanently gaped</span> by a huge buttplug. Having ${his} hole ruined at your whim <span class="hotpink">breaks ${his} will</span> but fills ${him} with <span class="gold">fear.</span>`);
+							slave.devotion += 5;
+							slave.trust -= 5;
+						} else {
+							r.push(`The agony of having ${his} anal sphincter <span class="lime">permanently gaped</span> by a huge buttplug fills ${him} with <span class="mediumorchid">resentment</span> and <span class="gold">fear.</span>`);
+							slave.devotion -= 5;
+							slave.trust -= 5;
+						}
+					}
+					slave.anus += 1;
+				} else {
+					r.push(`${His} gaping anus accommodates the huge plug ${he}'s required to wear.`);
+					if (slave.fetish === "buttslut" && slave.fetishKnown === 1 && slave.fetishStrength > 60) {
+						r.push(`In fact, ${he} <span class="hotpink">regularly orgasms</span> even in non-sexual situations as the plug is <span class="green">constantly stimulating</span> ${his} rear-end.`);
+						slave.devotion += 1;
+						slave.energy += 1;
+					}
+				}
+			}
+		}
+		if (slave.fuckdoll === 0 && slave.fetish !== "mindbroken") {
+			if (["cat tail", "cow tail", "fox tail", "tail"].includes(slave.buttplugAttachment)) {
+				if (slave.fetish === "humiliation" && slave.fetishKnown === 0) {
+					r.push(`${He} shows a surprising lack of resistance to the routine of having a tail inserted in ${his} ass each morning; ${he} seems to <span class="lightcoral">naturally enjoy the humiliation.</span>`);
+					slave.fetishKnown = 1;
+				} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+					if (fetishChange > jsRandom(0, 100)) {
+						r.push(`Slowly, ${his} shame at having a tail inserted in ${his} ass each morning turns to secret enjoyment and finally to <span class="lightcoral">open arousal at the humiliating accessory.</span>`);
+						slave.fetish = "humiliation";
+						slave.fetishKnown = 1;
+						slave.fetishStrength = 10;
+					}
+				}
+			} else if (slave.buttplug === "plug" || slave.buttplug === "large plug" || slave.buttplug === "long, large plug" || slave.buttplug === "long plug") {
+				if (slave.fetish === "buttslut" && slave.fetishKnown === 0) {
+					r.push(`${He} shows a surprising lack of resistance to the routine of getting the plug up ${his} butt in the morning; ${he} seems to <span class="lightcoral">naturally enjoy anal stimulation.</span>`);
+					slave.fetishKnown = 1;
+				} else if (slave.fetish === "none" || slave.fetishKnown === 0) {
+					if (fetishChange > jsRandom(0, 100)) {
+						r.push(`Slowly, ${his} anguish at getting the plug up ${his} butt in the morning turns to secret enjoyment and finally to <span class="lightcoral">open arousal at having ${his} anus filled.</span>`);
+						slave.fetish = "buttslut";
+						slave.fetishKnown = 1;
+						slave.fetishStrength = 10;
+					}
+				}
+			}
+		}
+	}
+})();
diff --git a/src/pregmod/saClothes.tw b/src/pregmod/saClothes.tw
deleted file mode 100644
index 753c70d78704d633796ab2bd3f95d3ee363062a1..0000000000000000000000000000000000000000
--- a/src/pregmod/saClothes.tw
+++ /dev/null
@@ -1,1018 +0,0 @@
-:: SA clothes [nobr]
-
-<<if $slaves[$i].fuckdoll == 0>>
-	<<if $slaves[$i].fetish != "mindbroken">>
-
-		<<switch $slaves[$i].clothes>>
-		<<case "no clothing">>
-			<<if $slaves[$i].devotion >= -20>>
-				<<if ($slaves[$i].fetish == "humiliation") && ($slaves[$i].fetishKnown == 0)>>
-					$He pretends to be embarrassed by $his nudity but seems to get off on it. @@.lightcoral;$He's into humiliation.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetish == "humiliation") && ($slaves[$i].fetishStrength > 60)>>
-					$He pretends to be embarrassed by $his nudity but @@.hotpink;openly gets off on it.@@
-					<<set $slaves[$i].devotion += 2>>
-				<<elseif ($slaves[$i].fetish == "humiliation")>>
-					$He pretends to be embarrassed by $his nudity but @@.hotpink;secretly gets off on it.@@
-					<<set $slaves[$i].devotion += 1>>
-				<<elseif ($slaves[$i].energy > 95)>>
-					$His libido is so strong that $he @@.hotpink;enjoys being naked and available.@@
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<</if>>
-		<<case "a penitent nuns habit">>
-			The mortification of the flesh $he endures from wearing $his sackcloth habit slowly and painfully @@.hotpink;purifies $his mind@@ of any but devoted, @@.gold;fearful@@ thoughts. It's also @@.red;unhealthy.@@
-			<<set $slaves[$i].devotion += 2, $slaves[$i].trust -= 2>>
-			<<run healthDamage($slaves[$i], 3)>>
-			<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 0)>>
-				$His chafed skin makes sex an agonizing prospect. $He seems to get off on the pain; $he's a @@.lightcoral;natural masochist.@@
-				<<set $slaves[$i].fetishKnown = 1>>
-			<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-				<<if _fetishChangeChance > random(0,100)>>
-					$His chafed skin makes sex an agonizing prospect. $He learns to come in spite of, and then @@.lightcoral;because of the pain.@@
-					<<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-				<</if>>
-			<</if>>
-		<<case "uncomfortable straps">>
-			<<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish == "masochist") && $slaves[$i].fetishKnown == 1>>
-				The uncomfortable straps $he's wearing constantly give $him little twinges of pain, @@.hotpink;titillating $him.@@
-				<<set $slaves[$i].devotion += 2>>
-			<<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>>
-				The uncomfortable straps $he's wearing keep $him @@.hotpink;servile@@ and @@.gold;afraid.@@
-				<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
-				<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 0)>>
-					The straps pinch and constrict $him whenever $he's used. $He seems to get off on the discomfort; $he's a @@.lightcoral;natural masochist.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-					<<if _fetishChangeChance > random(0,100)>>
-						The straps pinch and constrict $him whenever $he's used. $He learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
-						<<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-					<</if>>
-				<</if>>
-			<<else>>
-				<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 0)>>
-					$His straps pinch and constrict $him whenever $he's used. $He seems to get off on the discomfort; $he's a @@.lightcoral;natural masochist.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-					<<if _fetishChangeChance > random(0,100)>>
-						$His straps pinch and constrict $him whenever $he's used. $He learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
-						<<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<<case "chains">>
-			<<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish == "masochist") && $slaves[$i].fetishKnown == 1>>
-				The chains $he's wearing constantly give $him little twinges of pain, @@.hotpink;titillating $him.@@
-				<<set $slaves[$i].devotion += 2>>
-			<<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50)>>
-				The chains $he's wearing keep $him @@.hotpink;servile@@ and @@.gold;afraid.@@
-				<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
-				<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 0)>>
-					$His chains pinch and constrict $him whenever $he's used. $He seems to get off on the discomfort; $he's a @@.lightcoral;natural masochist.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-					<<if _fetishChangeChance > random(0,100)>>
-						$His chains pinch and constrict $him whenever $he's used. $He learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
-						<<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-					<</if>>
-				<</if>>
-			<<else>>
-				<<if ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 0)>>
-					$His chains pinch and constrict $him whenever $he's used. $He seems to get off on the discomfort; $he's a @@.lightcoral;natural masochist.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-					<<if _fetishChangeChance > random(0,100)>>
-						$His chains pinch and constrict $him whenever $he's used. $He learns to come in spite of, and then @@.lightcoral;because of the discomfort.@@
-						<<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<<case "restrictive latex">>
-			<<if ($slaves[$i].devotion > 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish == "submissive")>>
-				<<if $slaves[$i].fetishKnown == 0>>
-					The latex $he's wearing limits $his world to your input and control. $He seems to get off on the lack of control; $he's a @@.lightcoral;total submissive.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetishStrength > 60)>>
-					As a submissive $he @@.hotpink;openly enjoys being immured in latex.@@
-					<<set $slaves[$i].devotion += 2>>
-				<<else>>
-					$His submissive tendencies help $him @@.hotpink;enjoy being immured in latex.@@
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif ($slaves[$i].devotion < -20)>>
-				The latex $he's wearing limits $his world to @@.hotpink;your input and control@@ and @@.gold;fear@@ of unexpected pain.
-				<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
-			<</if>>
-		<<case "shibari ropes">>
-			<<if ($slaves[$i].devotion > 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish == "submissive")>>
-				<<if $slaves[$i].fetishKnown == 0>>
-					The ropes $he's wearing restrict $him and leave $him completely helpless. $He seems to get off on the lack of control; $he's a @@.lightcoral;natural submissive.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetishStrength > 60)>>
-					As a submissive $he @@.hotpink;openly enjoys wearing binding ropes as clothing.@@
-					<<set $slaves[$i].devotion += 2>>
-				<<else>>
-					$His submissive tendencies help $him @@.hotpink;enjoy wearing binding ropes as clothing.@@
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif ($slaves[$i].devotion < -20)>>
-				The ropes $he's wearing restrict $him without pain, rendering $him @@.hotpink;susceptible to control@@ and @@.gold;afraid.@@
-				<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 1>>
-			<</if>>
-		<<case "an apron">>
-			<<if $slaves[$i].fetish == "submissive">>
-				<<if ($slaves[$i].fetishKnown == 0)>>
-					$He pretends to be embarrassed by wearing nothing but an apron, but seems to get off on how it invites other to take control and use $him. @@.lightcoral;$He's a natural submissive.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<else>>
-					$He pretends to be embarrassed by wearing nothing but an apron but @@.hotpink;secretly gets off@@ on how it invites men to bend $him over and put $him in $his place.
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif $slaves[$i].fetish == "humiliation">>
-				<<if ($slaves[$i].fetishKnown == 0)>>
-					$He pretends to be embarrassed by $his extremely revealing clothing but seems to get off on it. @@.lightcoral;$He's into humiliation.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetishStrength > 60)>>
-					$He pretends to be embarrassed by $his extremely revealing clothing but @@.hotpink;openly gets off on it.@@
-					<<set $slaves[$i].devotion += 2>>
-				<<else>>
-					$He pretends to be embarrassed by $his extremely revealing clothing but @@.hotpink;secretly gets off on it.@@
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif $slaves[$i].fetish == "pregnancy" && ($slaves[$i].bellyPreg >= 1500 || $slaves[$i].bellyImplant >= 1500)>>
-				<<if ($slaves[$i].fetishKnown == 0)>>
-					$He pretends to be embarrassed over only having an apron to cover $his gravid swell but seems to get off on it. @@.lightcoral;$He's a pregnancy fetishist.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetishStrength > 60)>>
-					$He @@.hotpink;openly gets off@@ from how motherly $he looks wearing nothing but an apron over $his <<if $slaves[$i].bellyPreg > 100>>increasingly <</if>>gravid frame.
-					<<set $slaves[$i].devotion += 2>>
-				<<else>>
-					$He @@.hotpink;secretly gets off@@ from how motherly $he feels wearing nothing but an apron over $his <<if $slaves[$i].bellyPreg > 100>>increasingly <</if>>gravid frame.
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif ($slaves[$i].devotion <= 20)>>
-				$He is @@.mediumorchid;inappropriately proud@@ of the nice apron $he's wearing, @@.mediumaquamarine;building $his confidence.@@
-				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>>
-			<<else>>
-				$He is @@.hotpink;proud@@ and @@.mediumaquamarine;confident@@ of the nice apron $he's wearing.
-				<<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>>
-			<</if>>
-		<<default>>
-			<<if ($slaves[$i].devotion <= 20)>>
-				$He is @@.mediumorchid;inappropriately proud@@ of the nice clothes $he's wearing, @@.mediumaquamarine;building $his confidence.@@
-				<<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>>
-			<<elseif $slaves[$i].fetish == "boobs" && $slaves[$i].clothes == "a monokini">>
-				<<if ($slaves[$i].fetishKnown == 0)>>
-					$He pretends to be embarrassed by how $his monokini draws attention to $his breasts but @@.hotpink;seems to get off on it.@@
-					<<set $slaves[$i].devotion += 1>>
-				<<elseif ($slaves[$i].fetishStrength > 60)>>
-					$He pretends to be embarrassed by $his clearly exposed breasts but @@.hotpink;openly gets off on it.@@
-					<<set $slaves[$i].devotion += 2>>
-				<<else>>
-					$He pretends to be embarrassed by $his clearly exposed breasts but @@.hotpink;secretly gets off on it.@@
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif $slaves[$i].fetish == "humiliation" && setup.humiliatingClothes.includes($slaves[$i].clothes)>>
-				<<if ($slaves[$i].fetishKnown == 0)>>
-					$He pretends to be embarrassed by $his extremely revealing clothing but seems to get off on it. @@.lightcoral;$He's into humiliation.@@
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif ($slaves[$i].fetishStrength > 60)>>
-					$He pretends to be embarrassed by $his extremely revealing clothing but @@.hotpink;openly gets off on it.@@
-					<<set $slaves[$i].devotion += 2>>
-				<<else>>
-					$He pretends to be embarrassed by $his extremely revealing clothing but @@.hotpink;secretly gets off on it.@@
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif ($slaves[$i].dick > 0)>>
-				/* males have trouble with outfit block */ /* return to with crotch description overhaul */
-				<<switch $slaves[$i].clothes>>
-				<<case "attractive lingerie" "attractive lingerie for a pregnant woman">>
-					$He is @@.hotpink;proud@@ of the pretty lingerie $he's wearing, but $he constantly has to adjust $his g-string to cover $his penis.
-					<<set $slaves[$i].devotion += 1>>
-				<<case "a string bikini">>
-					$He is @@.hotpink;proud@@ of the slutty swimsuit $he's wearing, but $he constantly has to adjust $his string bikini bottom in a vain effort to cover $his penis.
-					<<set $slaves[$i].devotion += 1>>
-				<<default>>
-					$He is @@.hotpink;proud@@ and @@.mediumaquamarine;confident@@ of the nice clothes $he's wearing.
-					<<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>>
-				<</switch>>
-			<<else>>
-				$He is @@.hotpink;proud@@ and @@.mediumaquamarine;confident@@ of the nice clothes $he's wearing.
-				<<set $slaves[$i].devotion += 1, $slaves[$i].trust += 1>>
-			<</if>>
-		<</switch>>
-
-		<<if ($slaves[$i].fetishKnown == 0) || ($slaves[$i].fetish == "none")>>
-			<<if setup.humiliatingClothes.includes($slaves[$i].clothes)>>
-				<<if _fetishChangeChance > random(0,100)>>
-					Surprisingly, $he takes to $his extremely revealing clothing, and gets an obvious thrill from it. @@.lightcoral;$He's become a humiliation fetishist!@@
-					<<set $slaves[$i].fetish = "humiliation", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-				<</if>>
-			<</if>>
-		<</if>>
-
-		<<if ($slaves[$i].chastityVagina)>>
-			<<if ($slaves[$i].devotion > 20)>>
-				<<if ($slaves[$i].vagina == 0)>>
-					<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishStrength > 60)>>
-						<<if $slaves[$i].fetishKnown == 1>>
-							$He's such an anal whore that $he's @@.hotpink;perversely proud@@ of the chastity belt that covers $his neglected pussy.
-							<<set $slaves[$i].devotion += 1>>
-						<<else>>
-							$He @@.hotpink;doesn't seem to mind@@ that $his pussy is going unused.
-							<<set $slaves[$i].devotion += 1>>
-						<</if>>
-					<<else>>
-						$He @@.mediumaquamarine;trusts@@ that you're using the chastity belt $he wears to save $his virginity for something special.
-						<<set $slaves[$i].trust += 1>>
-					<</if>>
-				<<else>>
-					<<if ($slaves[$i].energy > 60)>>
-						<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishStrength > 60)>>
-							<<if $slaves[$i].fetishKnown == 1>>
-								$He's such a butthole slut that $he doesn't care about having $his pussy kept off limits.
-							<<else>>
-								$He seems to like that $his chastity is directing all the dicks into $his ass.
-								<<set $slaves[$i].devotion += 1>>
-							<</if>>
-						<<elseif ($slaves[$i].energy > 95)>>
-							$He's such a nympho that having $his butthole do double duty for $his pussy doesn't bother $him.
-						<<else>>
-							$He has a healthy sexuality, and misses vaginal sex, @@.red;reducing $his sex drive slightly.@@
-							<<set $slaves[$i].energy -= 1>>
-						<</if>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<</if>>
-		<<if ($slaves[$i].chastityPenis)>>
-			<<if ($slaves[$i].devotion >= -20)>>
-				<<if ($slaves[$i].energy > 40)>>
-					<<if ($slaves[$i].hormoneBalance < 100)>>
-						<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishStrength > 60)>>
-							<<if $slaves[$i].fetishKnown == 1>>
-								$He's such a butthole slut that $he manages to get off just fine despite $his dick being kept untouchable and soft behind a chastity cage.
-							<<else>>
-								$He seems to be getting off just fine without access to $his dick.
-							<</if>>
-						<<elseif ($slaves[$i].energy > 95)>>
-							$His sex drive is so overcharged that $he manages to orgasm often despite the chastity cage that <<if ($slaves[$i].balls == 0 || $slaves[$i].ballType == "sterile")>>prevents $him or anyone else from touching $his soft cock<<else>>keeps $his dick soft and untouched<</if>>; it's almost always dripping a stream of precum.
-						<<elseif ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishStrength > 60) && canAchieveErection($slaves[$i])>>
-							<<if $slaves[$i].fetishKnown == 1>>
-								$He's such a masochist that the pain of even getting semi-hard in $his chastity cage turns $him on even more, @@.green;slightly increasing $his sexual appetite.@@
-								<<set $slaves[$i].energy++>>
-							<<else>>
-								$His chastity cage is always painfully tight around $his semi-hard dick; something that seems to be arousing to $him, only to make it even more painful.
-								<<set $slaves[$i].energy++>>
-							<</if>>
-						<<elseif $slaves[$i].sexualFlaw == "neglectful">>
-							$His soft, constrained dick is of little concern to $him. $He doesn't need release during sex.
-						<<elseif ($slaves[$i].balls > 0 && $slaves[$i].ballType == "sterile")>>
-							Though $he's a soft bitch with worthless balls, having $his dick guarded against all stimulation by a chastity cage reduces $his enjoyment of intercourse a bit, @@.red;slightly reducing $his sexual appetite.@@
-							<<set $slaves[$i].energy -= 1>>
-						<<elseif ($slaves[$i].balls == 0)>>
-							Though $he's a soft, ballsless bitch, having $his dick guarded against all stimulation by a chastity cage reduces $his enjoyment of intercourse a bit, @@.red;slightly reducing $his sexual appetite.@@
-							<<set $slaves[$i].energy -= 1>>
-						<<else>>
-							$He has a healthy sexuality, but $his chastity cage punishes it by making it very uncomfortable to achieve erection. $He often goes without release rather than pushing through, @@.red;reducing $his sex drive.@@
-							<<set $slaves[$i].energy -= 2>>
-							<<if ($slaves[$i].devotion > 95)>>
-								$He's so devoted to you that $he doesn't let this affect $his opinion of you.
-							<<else>>
-								$He's @@.mediumorchid;a bit resentful@@ and @@.gold;much less trusting@@ under all this discomfort.
-								<<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 1>>
-							<</if>>
-						<</if>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<</if>>
-
-		<<if ($arcologies[0].FSChattelReligionist != "unset")>>
-			<<if ($slaves[$i].behavioralQuirk == "sinful")>>
-				<<if ($slaves[$i].clothes == "a fallen nuns habit") || ($slaves[$i].clothes == "a chattel habit") || ($slaves[$i].clothes == "a succubus outfit")>>
-					$He's @@.hotpink;gratified@@ by the sacrilegious clothing $he's wearing, glad to be an obvious anathema to old world faiths.
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-
-		/* ACCESSORIES */
-		<<if ($slaves[$i].collar != "none")>>
-
-			<<if $slaves[$i].collar == "preg biometrics">>
-				<<if $slaves[$i].fetish == "pregnancy" && $slaves[$i].fetishKnown == 1>>
-					<<if $slaves[$i].preg < -1>>
-						$His collar's display reveals all sorts of personal information about $his womb, which as an infertile pregnancy fetishist, is @@.mediumorchid;crippling@@ to $him.
-						<<set $slaves[$i].devotion -= 3>>
-					<<else>>
-						$His collar's display reveals all sorts of personal information about $his womb, which as a pregnancy fetishist, is @@.hotpink;pleasing@@ to $him.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-				<<elseif $slaves[$i].fetish == "pregnancy" && $slaves[$i].fetishKnown == 0>>
-					<<if $slaves[$i].preg < -1>>
-						$His collar's display reveals all sorts of personal information about $his womb, which nearly causes $him to have a @@.mediumorchid;mental breakdown,@@ painting $him as an infertile @@.lightcoral;pregnancy fetishist.@@
-						<<set $slaves[$i].devotion -= 3>>
-					<<else>>
-						$His collar's display reveals all sorts of personal information about $his womb, @@.hotpink;oddly exciting@@ $him. It would seem $he has a @@.lightcoral;pregnancy fetish!@@
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif $slaves[$i].fetish == "humiliation" && $slaves[$i].fetishKnown == 1>>
-					$His collar's display reveals all sorts of personal information about $his womb, which is completely humiliating, and @@.hotpink;pleasing@@ to $him.
-					<<set $slaves[$i].devotion += 1>>
-				<<elseif $slaves[$i].fetish == "humiliation" && $slaves[$i].fetishKnown == 0>>
-					$His collar's display reveals all sorts of personal information about $his womb, which is completely humiliating, and @@.hotpink;oddly pleasing@@ to $him. $He seems to have a @@.lightcoral;humiliation fetish!@@
-					<<set $slaves[$i].devotion += 1>>
-					<<set $slaves[$i].fetishKnown = 1>>
-				<<elseif $slaves[$i].devotion < -20>>
-					$His collar's display reveals all sorts of personal information about $his fertility, filling $him @@.mediumorchid;with disgust@@ that you that you consider $his womb little more than property, as well as @@.gold;fear@@ that
-					<<if $slaves[$i].pregKnown == 1>>
-						it will be promptly filled with an unwelcome child once $his pregnancy ends.
-					<<else>>
-						it will soon be swelling with an unwelcome child.
-					<</if>>
-					<<set $slaves[$i].devotion -= 2>>
-					<<set $slaves[$i].trust -= 2>>
-				<<elseif ($slaves[$i].devotion <= 20)>>
-					$His collar's display reveals all sorts of personal information about $his womb, completely @@.hotpink;degrading $him@@ and making $him @@.gold;fear@@ $his new life.
-					<<set $slaves[$i].devotion += 1>>
-					<<set $slaves[$i].trust -= 2>>
-				<<elseif $slaves[$i].devotion > 20>>
-					$His collar's display reveals all sorts of personal information about $his womb, filling $him @@.hotpink;with pride@@ that you think $his womb is worth attention.
-					<<set $slaves[$i].devotion += 1>>
-				<</if>>
-			<<elseif ($slaves[$i].devotion <= 20)>>
-				<<if (($slaves[$i].collar == "tight steel") || ($slaves[$i].collar == "cruel retirement counter"))>>
-					The tight metal collar $he's wearing @@.gold;reminds $him to be afraid@@ every time $he takes a breath.
-					<<set $slaves[$i].trust -= 1>>
-				<<elseif ($slaves[$i].collar == "uncomfortable leather") || ($slaves[$i].collar == "neck corset")>>
-					The uncomfortable leather collar $he's wearing @@.gold;reminds $him to be afraid@@ every time $he turns $his head.
-					<<set $slaves[$i].trust -= 1>>
-				<<elseif ($slaves[$i].collar == "dildo gag")>>
-					The dildo gag $he's wearing @@.gold;reminds $him to be afraid@@ with every breath $he must carefully take through $his nose.
-					<<set $slaves[$i].trust -= 1>>
-				<<elseif ($slaves[$i].collar == "ball gag")>>
-					The ball gag $he's wearing keeps $his mouth filled and, since $he can't speak out, forces $him @@.hotpink;to submit@@ to your will. $He @@.gold;fears@@ for $his safety with every suppressed word.
-					<<set $slaves[$i].devotion++, $slaves[$i].trust -= 2>>
-				<<elseif ($slaves[$i].collar == "bit gag")>>
-					The uncomfortable bit gag $he's wearing keeps $his mouth locked and, since $he can't speak out, forces $him @@.hotpink;to submit@@ to your will. $He @@.gold;fears@@ for $his safety with every suppressed word.
-					<<set $slaves[$i].devotion++, $slaves[$i].trust -= 2>>
-				<<elseif ($slaves[$i].collar == "porcelain mask")>>
-					The beautiful porcelain mask $he's wearing slowly erodes $his identity, forcing $him @@.hotpink;to submit@@ to your will. $He @@.gold;questions@@ who $he is.
-					<<set $slaves[$i].devotion++, $slaves[$i].trust -= 2>>
-				<<elseif ($slaves[$i].collar == "massive dildo gag")>>
-					The enormous dildo gag $he's wearing @@.gold;terrifies $him@@ that $he will soon be choking down cocks of similar size. $He can feel $his throat stretching around the giant dildo, and @@.mediumorchid;resents you@@ for tormenting $him this way.
-					<<set $slaves[$i].devotion -= 1, $slaves[$i].trust -= 2>>
-				<<elseif ($slaves[$i].collar == "shock punishment")>>
-					The shock collar $he's wearing makes $his frequent, deserved punishments @@.gold;immediate, inescapable,@@ and @@.mediumorchid;awful.@@
-					<<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 5>>
-					<<if ($slaves[$i].devotion < -20) && ($slaves[$i].behavioralFlaw != "odd")>>
-						Since $he's rebellious $his life is near-constant electroshock torture. $His resistance is @@.hotpink;worn down by the agony@@ and $he is @@.gold;thoroughly cowed,@@ but $he has been @@.red;emotionally damaged@@ by the experience to the extent that further shock torture is not likely to affect $him as greatly.
-						<<set $slaves[$i].devotion += 10>>
-						<<set $slaves[$i].trust -= 10>>
-						<<set $slaves[$i].behavioralFlaw = "odd">>
-					<</if>>
-				<<else>>
-					$He is @@.mediumorchid;inappropriately proud@@ and @@.mediumaquamarine;confident@@ of the nice collar $he's wearing.
-					<<set $slaves[$i].devotion -= 5, $slaves[$i].trust += 3>>
-				<</if>>
-			<<else>>
-				<<if (($slaves[$i].collar == "heavy gold") || ($slaves[$i].collar == "ancient Egyptian"))>>
-					$He bears the burden of $his heavy gold collar with @@.mediumaquamarine;confidence.@@
-					<<set $slaves[$i].trust += 1>>
-				<<elseif ($slaves[$i].collar == "bowtie")>>
-					The bowtie and shirt collar $he wears fill $him with @@.mediumaquamarine;confidence,@@ since although they conceal a more traditional slave collar that can be used to restrain $him, they don't look like it.
-					<<set $slaves[$i].trust += 1>>
-				<<elseif ($slaves[$i].collar == "pretty jewelry") || ($slaves[$i].collar == "nice retirement counter") || ($slaves[$i].collar == "satin choker") || ($slaves[$i].collar == "stylish leather") || ($slaves[$i].collar == "silk ribbon")>>
-					The lovely collar $he wears fills $him with @@.mediumaquamarine;confidence.@@
-					<<set $slaves[$i].trust += 1>>
-				<<elseif ($slaves[$i].collar == "leather with cowbell")>>
-					<<if ($slaves[$i].fetish == "boobs") && ($slaves[$i].fetishStrength > 95)>>
-						$He @@.hotpink;loves@@ how $his cow collar encourages everyone to fuck $his udders.
-						<<set $slaves[$i].devotion += 1>>
-					<<elseif ($slaves[$i].fetish == "boobs") || ($slaves[$i].energy > 95)>>
-						$He @@.hotpink;likes@@ how $his cow collar encourages everyone to touch $his udders.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-				<<elseif ($slaves[$i].collar == "ball gag" || $slaves[$i].collar == "bit gag")>>
-					<<if ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishStrength > 95)>>
-						$He @@.hotpink;loves@@ how $his gag forces $him to keep silent.
-						<<set $slaves[$i].devotion += 1>>
-					<<elseif ($slaves[$i].fetish == "submissive") || ($slaves[$i].energy > 95)>>
-						$He @@.hotpink;likes@@ how $his gag forces $him to keep silent.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-				<<elseif ($slaves[$i].collar == "porcelain mask")>>
-					<<if ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishStrength > 95)>>
-						$He @@.hotpink;loves@@ how $his mask makes $him beautiful enough for you.
-						<<set $slaves[$i].devotion += 1>>
-					<<elseif ($slaves[$i].fetish == "submissive") || ($slaves[$i].energy > 95)>>
-						$He @@.hotpink;likes@@ how $his mask makes $him beautiful enough for you.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-				<</if>>
-			<</if>>
-			<<if ($slaves[$i].collar == "dildo gag")>>
-				<<if $slaves[$i].skill.oral <= 10>>
-					Living gagged by a dildo, $he can't help but get better at having things down $his throat.
-					<<= SkillIncrease.Oral($slaves[$i], 5)>>
-				<</if>>
-			<</if>>
-			<<if ($slaves[$i].collar == "massive dildo gag")>>
-				<<if $slaves[$i].skill.oral < 75>>
-					Living gagged by such an immense dildo, $he can't help but get even better at having giant things rammed down $his throat.
-					<<= SkillIncrease.Oral($slaves[$i], 5)>>
-				<</if>>
-			<</if>>
-		<</if>>
-
-	<</if>> /* CLOSES MINDBREAK CHECK FOR MENTAL ONLY ITEM EFFECTS */
-<</if>> /* CLOSES FUCKDOLL CHECK FOR MENTAL ONLY ITEM EFFECTS */
-
-<<if $slaves[$i].bellyAccessory != "none">>
-	<<if $slaves[$i].bellyAccessory == "an extreme corset">>
-		<<if $slaves[$i].belly >= 100000>>
-			$His straining corset finally gives in to $his giant stomach and bursts, freeing $his belly.
-			<<set $slaves[$i].bellyAccessory = "none">>
-		<<elseif $slaves[$i].bellyPreg >= 1500>>
-			The tight corseting has @@.orange;caused $him to miscarry,@@ which @@.red;damages $his health.@@
-			<<run healthDamage($slaves[$i], 20)>>
-			<<if lastPregRule($slaves[$i],$defaultRules)>><<set $slaves[$i].preg = -1>><<else>><<set $slaves[$i].preg = 0>><</if>>
-			<<run TerminatePregnancy($slaves[$i])>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if $slaves[$i].devotion < -50>>
-					$He is @@.mediumorchid;filled with violent, consuming hatred@@ and @@.gold;fear.@@ Even though $he knew $his baby was destined for a slave orphanage, it seems $he cared for it and views you as its killer.
-					<<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>>
-				<<elseif $slaves[$i].devotion < -20>>
-					$He is @@.mediumorchid;afflicted by desperate, inconsolable grief@@ and @@.gold;horror.@@ Even though $he knew $his baby was destined for a slave orphanage, it seems $he cared for it.
-					<<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 20>>
-				<<elseif $slaves[$i].devotion <= 20>>
-					$He is @@.mediumorchid;consumed by enduring sorrow@@ and @@.gold;horror.@@ Even though $he knew $his baby was destined for a slave orphanage, it seems $he cared for it.
-					<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
-				<<elseif $slaves[$i].devotion <= 50>>
-					$He is dully obedient. $He has been broken to slave life so thoroughly that even this is neither surprising nor affecting.
-				<<else>>
-					$He is @@.hotpink;pleased by this stark development,@@ since $he is so attentive to your will. $He also expects $he'll be able to fuck better now.
-					<<set $slaves[$i].devotion += 4>>
-				<</if>>
-			<</if>>
-			<<if $slaves[$i].abortionTat > -1>>
-				<<set $slaves[$i].abortionTat++>>
-				The temporary tattoo of a child has been replaced with $his <<= ordinalSuffix($slaves[$i].abortionTat)>> crossed out infant.
-				<<run cashX(forceNeg($modCost), "slaveMod", $slaves[$i])>>
-			<</if>>
-		<<else>>
-			<<if $slaves[$i].waist <= -95>>
-				$His waist is so absurd that $his extreme corsetage does not affect $him further.
-			<<else>>
-				@@.lime;The extreme corseting narrows $his waist.@@
-				<<set $slaves[$i].waist -= 5>>
-				<<if $slaves[$i].waist < -95>> /*can only get here if waist was previously > -95 */
-					<<set $slaves[$i].waist = -95>>
-				<</if>>
-				<<if $slaves[$i].waist >= -40>>
-					It's so tight that it's @@.red;unhealthy.@@
-					<<run healthDamage($slaves[$i], 5)>>
-					<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-						<<if $slaves[$i].devotion < -20>>
-							$He @@.hotpink;barely has breath to think,@@ though $he has enough to @@.gold;fear.@@
-							<<set $slaves[$i].devotion += 2, $slaves[$i].trust -= 2>>
-						<</if>>
-						<<if ($slaves[$i].fetish == "masochist")>>
-							During sex, every breath in and out is agonizing.
-							<<if ($slaves[$i].fetishKnown == 0)>>
-								Despite this, $he seems to get off on the pain; $he's a @@.lightcoral;natural masochist.@@
-								<<set $slaves[$i].fetishKnown = 1>>
-							<<else>>
-								It only adds to $his pleasure, much to $his @@.hotpink;enjoyment.@@
-								<<set $slaves[$i].devotion += 1>>
-								<<if ($slaves[$i].fetishStrength <= 95)>>
-									Such constant suffering @@.lightcoral;deepens $his masochism.@@
-									<<set $slaves[$i].fetishStrength += 2>>
-								<</if>>
-							<</if>>
-						<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-							<<if _fetishChangeChance > random(0,100)>>
-								During sex, every breath in and out is agonizing. $He learns to come in spite of, and then @@.lightcoral;because of the pain.@@
-								<<set $slaves[$i].fetish = "masochist", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-							<</if>>
-						<</if>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif $slaves[$i].bellyAccessory == "a corset">>
-		<<if $slaves[$i].bellyPreg >= 1500>>
-			$His corset lets $his growing belly protrude comfortably, preventing any danger to $his pregnancy but preventing any effect on $his waist.
-		<<elseif $slaves[$i].belly >= 1500>>
-			$His corset lets $his rounded belly protrude comfortably but prevents any effect on $his waist.
-		<<else>>
-			<<if $slaves[$i].waist < -40>>
-				$His waist is so narrow that $his corsetage does not affect it.
-			<<else>>
-				@@.lime;The corseting narrows $his waist.@@
-				<<set $slaves[$i].waist -= 3>>
-			<</if>>
-		<</if>>
-	<<elseif $slaves[$i].bellyAccessory == "a support band">>
-		<<if $slaves[$i].belly > 10000>>
-			$His pregnancy support band takes some weight off $his back, but it does little beyond that.
-		<</if>>
-	<<elseif setup.fakeBellies.includes($slaves[$i].bellyAccessory)>>
-		<<if $slaves[$i].weight > 130>>
-			$He has trouble keeping $his fake belly strapped around $his huge gut, forcing it to be removed to prevent damage.
-			<<set $slaves[$i].bellyAccessory = "none">>
-		<<else>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if ($slaves[$i].sexualFlaw == "breeder")>>
-					$He @@.mediumorchid;resents@@ being forced to carry a fake pregnancy instead of a real one.
-					<<set $slaves[$i].devotion -= 5>>
-				<<elseif ($slaves[$i].devotion <= 20) && ($slaves[$i].trust >= -50) && ($slaves[$i].fetish == "pregnancy")>>
-					<<if ($slaves[$i].fetishStrength > 60)>>
-						As a pregnancy fetishist, $he @@.hotpink;openly enjoys@@ wearing $his fake belly around.
-						<<set $slaves[$i].devotion += 2>>
-					<<else>>
-						$His interest in pregnancy helps $him @@.hotpink;enjoy@@ wearing a fake belly.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-				<<elseif ($slaves[$i].fetish == "pregnancy") && ($slaves[$i].devotion > 50)>>
-					$He carries $his fake belly @@.hotpink;with pride,@@ eager for the day you give $him one of $his own.
-					<<set $slaves[$i].devotion += 1>>
-				<<elseif ($slaves[$i].fetish == "pregnancy") && ($slaves[$i].pregKnown == 0) && ($slaves[$i].ovaries ==1 || $slaves[$i].mpreg == 1)>>
-					The fake belly $he wears @@.mediumorchid;reminds $him@@ that $he isn't pregnant with a child.
-					<<set $slaves[$i].devotion -= 1>>
-				<<elseif ($slaves[$i].vagina == 0) && isFertile($slaves[$i]) && $arcologies[0].FSRepopulationFocus == "unset" && $slaves[$i].devotion <= 20>>
-					The fake belly $he wears @@.gold;worries@@ $him that you will soon put a real baby in $him.
-					<<set $slaves[$i].trust -= 1>>
-				<</if>>
-				<<if $slaves[$i].bellyAccessory == "a huge empathy belly" && $slaves[$i].fetish != "pregnancy">>
-					<<if $slaves[$i].devotion > 50>>
-						$His full-sized twins belly is heavy and unwieldy, but $he carries it @@.hotpink;proudly@@ for you.
-						<<set $slaves[$i].devotion += 1>>
-					<<else>>
-						$His full-sized twins belly is heavy and unwieldy, and $he @@.mediumorchid;despises@@ being forced to bear it.
-						<<set $slaves[$i].devotion -= 1>>
-					<</if>>
-				<</if>>
-				<<if ($slaves[$i].fetish == "pregnancy") && ($slaves[$i].fetishStrength <= 95)>>
-					<<if random(1,100) >= 20>>
-						Pretending to be pregnant has @@.lightcoral;furthered $his interest in pregnancy.@@
-						<<set $slaves[$i].fetishStrength += 4>>
-					<<elseif ($slaves[$i].fetishStrength <= 40)>>
-						Lugging around a fake pregnancy for the week has shown $him $he @@.coral;isn't as into pregnancy as $he thought.@@
-						<<set $slaves[$i].fetish = "none", $slaves[$i].fetishStrength = 10>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-
-<<if hasAnyLegs($slaves[$i])>>
-	<<if ($slaves[$i].shoes == "heels")>>
-		<<if hasAnyNaturalLegs($slaves[$i])>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if $slaves[$i].devotion < -20>>
-					$He @@.mediumorchid;resents being forced@@ to wear high heels.
-					<<set $slaves[$i].devotion -= 2>>
-				<</if>>
-			<</if>>
-		<<else>>
-			$His P-Limb <<if hasBothLegs($slaves[$i])>>legs work<<else>>leg works<</if>> just as well in heels as <<if hasBothLegs($slaves[$i])>>they do<<else>>it does<</if>> out of them.
-		<</if>>
-	<<elseif ($slaves[$i].shoes == "boots")>>
-		<<if hasAnyNaturalLegs($slaves[$i])>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if $slaves[$i].devotion < -20>>
-					$He @@.mediumorchid;resents being forced@@ to wear high heeled boots.
-					<<set $slaves[$i].devotion -= 2>>
-				<</if>>
-			<</if>>
-		<<else>>
-			$His P-Limb <<if hasBothLegs($slaves[$i])>>legs work<<else>>leg works<</if>> just as well in boots as <<if hasBothLegs($slaves[$i])>>they do<<else>>it does<</if>> out of them.
-		<</if>>
-	<<elseif ($slaves[$i].shoes == "extreme heels")>>
-		<<if hasAnyNaturalLegs($slaves[$i])>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if $slaves[$i].devotion < -20>>
-					$He @@.mediumorchid;resents being forced@@ to wear @@.gold;painfully@@ high heels.
-					<<set $slaves[$i].devotion -= 2>>
-					<<set $slaves[$i].trust -= 2>>
-				<<elseif ($slaves[$i].fetish == "masochist")>>
-					It is difficult to walk in $his extreme heels, but $he
-					<<if ($slaves[$i].fetishKnown == 0)>>
-						seems to enjoy every painful step; $he's a @@.lightcoral;natural masochist.@@
-						<<set $slaves[$i].fetishKnown = 1>>
-					<<else>>
-						@@.hotpink;appreciates@@ every painful step $he gets to take.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-				<<else>>
-					$He is kept @@.hotpink;mindful@@ and @@.gold;fearful@@ by the difficulty of walking in $his extreme heels.
-					<<set $slaves[$i].devotion += 1>>
-					<<set $slaves[$i].trust -= 1>>
-				<</if>>
-				They're so high they're a bit @@.red;unhealthy@@ for $his legs.
-				<<run healthDamage($slaves[$i], 2)>>
-			<</if>>
-		<<else>>
-			$His P-Limb <<if hasBothLegs($slaves[$i])>>legs work<<else>>leg works<</if>> just as well in extreme heels as <<if hasBothLegs($slaves[$i])>>they do<<else>>it does<</if>> out of them.
-		<</if>>
-	<<else>>
-		<<if ($slaves[$i].heels == 1) && !canWalk($slaves[$i]) && ($slaves[$i].fetish != "mindbroken")>>
-			<<if $slaves[$i].shoes == "pumps">>
-				While $he can just barely stand with $his heeled pumps, $he is incapable of taking a step in them.
-			<</if>>
-			<<if ($slaves[$i].devotion >= -20) && ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishKnown == 1)>>
-				$He @@.hotpink;loves being forced@@ to crawl around like some kind of animal.
-				<<set $slaves[$i].devotion += 1>>
-			<<elseif $slaves[$i].devotion > 50>>
-				$He accepts being forced to crawl around on <<if hasAllLimbs($slaves[$i])>>all fours<<else>>the ground<</if>>.
-			<<else>>
-				$He @@.mediumorchid;resents being forced@@ to crawl around like some kind of animal, but it keeps $him properly @@.gold;afraid.@@
-				<<set $slaves[$i].devotion -= 2, $slaves[$i].trust -= 4>>
-			<</if>>
-		<</if>>
-	<</if>>
-<<else>>
-	<<if $slaves[$i].shoes != "none">>
-		<<set $slaves[$i].shoes = "none">>
-	<</if>>
-	<<if $slaves[$i].legAccessory != "none">>
-		<<set $slaves[$i].legAccessory = "none">>
-	<</if>>
-<</if>>
-
-<<if ($slaves[$i].vaginalAccessory != "none")>>
-	<<if ($slaves[$i].vaginalAttachment == "bullet vibrator" || $slaves[$i].vaginalAttachment == "smart bullet vibrator")>>
-		Constantly wearing a bullet vibrator
-		<<if $slaves[$i].devotion < 20>>
-			habituates $him to sexual slavery and @@.hotpink;increases $his submissiveness.@@
-			<<set $slaves[$i].devotion += 2>>
-		<<else>>
-			reminds $him of $his place and @@.hotpink;increases $his devotion to you.@@
-			<<set $slaves[$i].devotion++>>
-		<</if>>
-	<<elseif ($slaves[$i].vaginalAccessory == "dildo")>>
-		<<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>>
-			Constantly wearing a dildo in $his virgin pussy @@.lime;gets it used to penetration.@@
-			<<set $slaves[$i].vagina += 1>>
-		<<else>>
-			$His pussy easily accommodates the dildo $he's required to wear.
-		<</if>>
-		<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-			<<if ($slaves[$i].sexualFlaw == "hates penetration") && (random(1,100) > 50)>>
-				The habit @@.green;reduces $his dislike of having $his pussy filled.@@
-				<<set $slaves[$i].sexualFlaw = "none">>
-			<</if>>
-		<</if>>
-	<<elseif ($slaves[$i].vaginalAccessory == "long dildo")>>
-		<<if ($slaves[$i].vagina < 1) && (random(1,100) > 50)>>
-			Constantly wearing a dildo in $his virgin pussy @@.lime;gets it used to penetration.@@
-			<<set $slaves[$i].vagina += 1>>
-		<<else>>
-			$His pussy easily accommodates the dildo $he's required to wear.
-		<</if>>
-		<<if $slaves[$i].fuckdoll == 0>>
-			<<if $slaves[$i].fetish != "mindbroken">>
-				<<if ($slaves[$i].sexualFlaw == "hates penetration") && (random(1,100) > 50)>>
-					The habit @@.green;reduces $his dislike of having $his pussy filled.@@
-					<<set $slaves[$i].sexualFlaw = "none">>
-				<</if>>
-				<<if ($slaves[$i].sexualQuirk == "size queen")>>
-					Being able to hold such a long dildo is a @@.hotpink;point of pride@@ for the ostentatious size queen.
-					<<set $slaves[$i].devotion += 2>>
-				<<else>>
-					It penetrates $his cervix causing $him tremendous discomfort, making $him a little @@.gold;less trusting@@ of you.
-					<<set $slaves[$i].trust -= 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif ($slaves[$i].vaginalAccessory == "large dildo")>>
-		<<if $slaves[$i].vagina < 3>>
-			<<if random(1,4) == 1>>
-				Constantly wearing a large dildo in $his pussy @@.lime;stretches it out.@@
-				<<set $slaves[$i].vagina += 1>>
-			<<else>>
-				The large dildo $he's required to wear is a stretch for $his cunt, but pussies are resilient and $hers isn't seriously affected.
-			<</if>>
-		<<else>>
-			$His pussy accommodates the large dildo $he's required to wear.
-		<</if>>
-		<<if $slaves[$i].fuckdoll == 0>>
-			<<if $slaves[$i].fetish != "mindbroken">>
-				<<if ($slaves[$i].vagina < 2)>>
-					The big dildo in $his tight cunt
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						is a @@.hotpink;point of pride@@ for the ostentatious size queen.
-						<<set $slaves[$i].devotion += 2>>
-					<<else>>
-						@@.hotpink;breaks $him to sexual slavery@@ slightly.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-					<<if ($slaves[$i].vagina == 1)>>
-						It stretches $his tight cunt to soreness by the end of every day, so it also makes $him a little @@.gold;less trusting@@ of you.
-						<<set $slaves[$i].trust -= 1>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif ($slaves[$i].vaginalAccessory == "long, large dildo")>>
-		<<if ($slaves[$i].vagina < 3)>>
-			<<if random(1,4) == 1>>
-				Constantly wearing a large dildo in $his pussy @@.lime;stretches it out.@@
-				<<set $slaves[$i].vagina += 1>>
-			<<else>>
-				The large dildo $he's required to wear is a stretch for $his cunt, but pussies are resilient and $hers isn't seriously affected.
-			<</if>>
-		<<else>>
-			$His pussy accommodates the large dildo $he's required to wear.
-		<</if>>
-		<<if ($slaves[$i].vagina < 2)>>
-			<<if $slaves[$i].fuckdoll == 0>>
-				<<if $slaves[$i].fetish != "mindbroken">>
-					The big, long dildo in $his tight cunt
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						is a @@.hotpink;point of pride@@ for the ostentatious size queen.
-						<<set $slaves[$i].devotion += 2>>
-					<<else>>
-						@@.hotpink;breaks $him to sexual slavery@@ slightly. It also penetrates $his cervix, causing $him tremendous discomfort, and making $him a little @@.gold;less trusting@@ of you.
-						<<set $slaves[$i].devotion += 1>>
-						<<set $slaves[$i].trust -= 1>>
-					<</if>>
-					<<if ($slaves[$i].vagina == 1)>>
-						It stretches $his tight cunt to soreness by the end of every day, so it also makes $him a little @@.gold;less trusting@@ of you.
-						<<set $slaves[$i].trust -= 1>>
-					<</if>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif ($slaves[$i].vaginalAccessory == "huge dildo")>>
-		<<if ($slaves[$i].vagina < 4)>>
-			<<if $slaves[$i].fuckdoll == 0>>
-				<<if $slaves[$i].fetish != "mindbroken">>
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						$He thinks of the massive dildo stretching out $his womanhood as @@.lime;preparation for the biggest cocks,@@ and @@.hotpink;looks forward@@ to take anything — dicks, hands, truly anything — inside $his newly capacious cunt.
-						<<set $slaves[$i].devotion += 4>>
-					<<elseif ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He gets off on the agony of having $his cunt @@.lime;permanently stretched@@ by a huge dildo. The terrible combination of pain and pleasure @@.hotpink;breaks $his will@@ but fills $him with @@.gold;fear.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
-					<<elseif ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He submits to the agony of having $his cunt @@.lime;permanently stretched@@ by a huge dildo. Having $his hole ruined at your whim @@.hotpink;breaks $his will@@ but fills $him with @@.gold;fear.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
-					<<else>>
-						The agony of having $his cunt @@.lime;permanently stretched@@ by a huge dildo fills $him with @@.mediumorchid;resentment@@ and @@.gold;fear.@@
-						<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
-					<</if>>
-				<</if>>
-			<</if>>
-			<<set $slaves[$i].vagina += 1>>
-		<<else>>
-			$His cavernous pussy accommodates the huge dildo $he's required to wear.
-		<</if>>
-	<<elseif ($slaves[$i].vaginalAccessory == "long, huge dildo")>>
-		<<if ($slaves[$i].vagina < 4)>>
-			<<if $slaves[$i].fuckdoll == 0>>
-				<<if $slaves[$i].fetish != "mindbroken">>
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						$He thinks of the massive dildo stretching out $his womanhood and stomach as @@.lime;preparation for the biggest cocks,@@ and @@.hotpink;looks forward@@ to take anything — dicks, hands, arms, truly anything — inside $his newly capacious cunt.
-						<<set $slaves[$i].devotion += 4>>
-					<<elseif ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He gets off on the agony of having $his cunt @@.lime;permanently stretched@@ and $his cervix penetrated by a huge dildo. The terrible combination of pain and pleasure @@.hotpink;breaks $his will@@ but fills $him with @@.gold;fear.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
-					<<elseif ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He submits to the agony of having $his cunt @@.lime;permanently stretched@@ and $his cervix penetrated by a huge dildo. Having $his hole and cervix ruined at your whim @@.hotpink;breaks $his will@@ but fills $him with @@.gold;fear.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
-					<<else>>
-						The agony of having $his cunt @@.lime;permanently stretched@@ and $his cervix penetrated by a huge dildo fills $him with @@.mediumorchid;resentment@@ and @@.gold;fear.@@
-						<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
-					<</if>>
-				<</if>>
-			<</if>>
-			<<set $slaves[$i].vagina += 1>>
-		<<else>>
-			$His cavernous pussy accommodates the huge dildo $he's required to wear.
-		<</if>>
-	<</if>>
-	<<if ($slaves[$i].vaginalAccessory == "long, huge dildo") || ($slaves[$i].vaginalAccessory == "long, large dildo") || ($slaves[$i].vaginalAccessory == "long dildo")>>
-		<<if ($slaves[$i].preg > $slaves[$i].pregData.normalBirth/10) && $slaves[$i].pregKnown == 1>>
-			<<if (random(1,100) > 50)>>
-				The dildo penetrating $his womb @@.orange;caused $him to miscarry,@@ which @@.red;damages $his health.@@
-				<<run healthDamage($slaves[$i], 20)>>
-				<<if lastPregRule($slaves[$i],$defaultRules)>><<set $slaves[$i].preg = -1>><<else>><<set $slaves[$i].preg = 0>><</if>>
-				<<run TerminatePregnancy($slaves[$i])>>
-				$He is
-				<<if $slaves[$i].devotion < -50>>
-					@@.mediumorchid;filled with violent, consuming hatred@@ and @@.gold;fear.@@ Even though $he knew $his baby was destined for a slave orphanage, it seems $he cared for it and views you as its killer.
-					<<set $slaves[$i].devotion -= 25, $slaves[$i].trust -= 25>>
-				<<elseif $slaves[$i].devotion < -20>>
-					@@.mediumorchid;afflicted by desperate, inconsolable grief@@ and @@.gold;horror.@@ Even though $he knew $his baby was destined for a slave orphanage, it seems $he cared for it.
-					<<set $slaves[$i].devotion -= 10, $slaves[$i].trust -= 20>>
-				<<elseif $slaves[$i].devotion <= 20>>
-					@@.mediumorchid;consumed by enduring sorrow@@ and @@.gold;horror.@@ Even though $he knew $his baby was destined for a slave orphanage, it seems $he cared for it.
-					<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
-				<<elseif $slaves[$i].devotion <= 50>>
-					dully obedient. $He has been broken to slave life so thoroughly that even this is neither surprising nor affecting.
-				<<else>>
-					@@.hotpink;pleased by this stark development,@@ since $he is so attentive to your will. $He also expects $he'll be able to fuck better now.
-					<<set $slaves[$i].devotion += 4>>
-				<</if>>
-				<<if $slaves[$i].abortionTat > -1>>
-					<<set $slaves[$i].abortionTat++>>
-					The temporary tattoo of a child has been replaced with $his <<= ordinalSuffix($slaves[$i].abortionTat)>> crossed out infant.
-					<<run cashX(forceNeg($modCost), "slaveMod", $slaves[$i])>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
-<<if ($slaves[$i].vaginalAttachment != "none")>>
-	/* TODO: write effects here */
-	<<elseif ($slaves[$i].vaginalAttachment == "vibrator")>>
-<</if>>
-
-<<if ($slaves[$i].buttplug != "none")>>
-	<<if ($slaves[$i].buttplug == "plug") || ($slaves[$i].buttplug == "long plug")>>
-		<<if ["cat tail", "cow tail", "fox tail", "tail"].includes($slaves[$i].buttplugAttachment)>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if $slaves[$i].anus < 1>>
-					Constantly wearing a tail plug in $his virgin butthole @@.lime;stretches it out@@ and @@.gold;is a constant degrading reminder of $his submission.@@
-					<<set $slaves[$i].anus += 1>>
-					<<set $slaves[$i].trust -= 2>>
-				<<else>>
-					$His asshole is used to being penetrated and wearing $his tailed buttplug doesn't affect it, though it still serves as @@.gold;a constant degrading reminder of $his submission.@@
-					<<set $slaves[$i].trust -= 2>>
-				<</if>>
-				<<if ($slaves[$i].sexualFlaw == "hates anal") && (random(1,100) > 50)>>
-					It @@.green;gets $him habituated to having $his asshole filled.@@
-					<<set $slaves[$i].sexualFlaw = "none">>
-				<</if>>
-				<<if ($slaves[$i].sexualQuirk == "size queen") && ($slaves[$i].buttplug == "long plug")>>
-					The overly long plug delving the depths of $his rear @@.hotpink;gets $him off,@@ since $he's a size queen.
-					<<set $slaves[$i].devotion += 2>>
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if $slaves[$i].anus < 1>>
-					Constantly wearing a plug in $his virgin butthole @@.lime;stretches it out.@@
-					<<set $slaves[$i].anus += 1>>
-				<<else>>
-					$His asshole is used to being penetrated and wearing $his buttplug doesn't affect it.
-				<</if>>
-				<<if ($slaves[$i].sexualFlaw == "hates anal") && (random(1,100) > 50)>>
-					It @@.green;gets $him habituated to having $his asshole filled.@@
-					<<set $slaves[$i].sexualFlaw = "none">>
-				<</if>>
-				<<if ($slaves[$i].sexualQuirk == "size queen") && ($slaves[$i].buttplug == "long plug")>>
-					The overly long plug delving the depths of $his rear @@.hotpink;gets $him off,@@ since $he's a size queen.
-					<<set $slaves[$i].devotion += 2>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif ($slaves[$i].buttplug == "large plug") || ($slaves[$i].buttplug == "long, large plug")>>
-		<<if ["cat tail", "cow tail", "fox tail", "tail"].includes($slaves[$i].buttplugAttachment)>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if ($slaves[$i].anus < 2)>>
-					The uncomfortable tailed plug in $his asshole
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						@@.hotpink;gets $him off,@@ since $he's a size queen, while serving as @@.gold;a constant degrading reminder of $his submission.@@
-						<<set $slaves[$i].devotion += 2, $slaves[$i].trust -= 2>>
-					<<else>>
-						@@.hotpink;breaks $him to anal slavery@@ slightly, while serving as a @@.gold;a constant degrading reminder of $his submission.@@
-						<<set $slaves[$i].devotion += 1, $slaves[$i].trust -= 2>>
-					<</if>>
-					<<if ($slaves[$i].anus < 1)>>
-						It stretches $his tight rosebud painfully, making $him somewhat @@.gold;less trusting@@ of you.
-						<<set $slaves[$i].trust -= 1>>
-					<</if>>
-				<</if>>
-			<</if>>
-			<<if $slaves[$i].anus < 3>>
-				<<if ($slaves[$i].anus < 1) || (random(1,2) == 1)>>
-					Constantly wearing a large tailed plug up $his ass @@.lime;loosens $his sphincter.@@
-					<<set $slaves[$i].anus += 1>>
-				<<else>>
-					The large tailed plug $he's required to wear up $his ass stretches it to the limit, but on the rare occasions when the plug is removed, $his rear hole still tightens up.
-				<</if>>
-			<<else>>
-				$His anus accommodates the large plug $he's required to wear.
-				<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-					In fact, $he @@.hotpink;regularly orgasms@@ even in non-sexual situations as the plug is @@.green;constantly stimulating@@ $his rear-end.
-					<<set $slaves[$i].devotion += 1>>
-					<<set $slaves[$i].energy += 1>>
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-				<<if ($slaves[$i].anus < 2)>>
-					The uncomfortable plug in $his asshole
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						@@.hotpink;gets $him off,@@ since $he's a size queen.
-						<<set $slaves[$i].devotion += 2>>
-					<<else>>
-						@@.hotpink;breaks $him to anal slavery@@ slightly.
-						<<set $slaves[$i].devotion += 1>>
-					<</if>>
-					<<if ($slaves[$i].anus < 1)>>
-						It stretches $his tight rosebud painfully, making $him somewhat @@.gold;less trusting@@ of you.
-						<<set $slaves[$i].trust -= 1>>
-					<</if>>
-				<</if>>
-			<</if>>
-			<<if $slaves[$i].anus < 3>>
-				<<if ($slaves[$i].anus < 1) || (random(1,2) == 1)>>
-					Constantly wearing a large plug up $his ass @@.lime;loosens $his sphincter.@@
-					<<set $slaves[$i].anus += 1>>
-				<<else>>
-					The large plug $he's required to wear up $his ass stretches it to the limit, but on the rare occasions when the plug is removed, $his rear hole still tightens up.
-				<</if>>
-			<<else>>
-				$His anus accommodates the large plug $he's required to wear.
-				<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-					In fact, $he @@.hotpink;regularly orgasms@@ even in non-sexual situations as the plug is @@.green;constantly stimulating@@ $his rear-end.
-					<<set $slaves[$i].devotion += 1>>
-					<<set $slaves[$i].energy += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<<elseif ($slaves[$i].buttplug == "huge plug") || ($slaves[$i].buttplug == "long, huge plug")>>
-		<<if ["cat tail", "cow tail", "fox tail", "tail"].includes($slaves[$i].buttplugAttachment)>>
-			<<if ($slaves[$i].anus < 4)>>
-				<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						$He thinks of the horribly huge tailed plug $he has wear in $his butt as @@.lime;preparation for the biggest cocks,@@ and @@.hotpink;looks forward@@ to being able to safely take unlubricated anal from them. Even so, the tail hanging from $his rear is @@.gold;a constant degrading reminder of $his submission.@@
-						<<set $slaves[$i].devotion += 4, $slaves[$i].trust -= 5>>
-					<<elseif ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He gets off on the agony of having $his anal sphincter @@.lime;permanently gaped@@ by a huge tailed buttplug, but can't ignore the tail hanging from the back of the plug. The terrible combination of anal pleasure and degradation @@.hotpink;breaks $his will@@ and fills $him with @@.gold;humiliation.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 7>>
-					<<elseif ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He submits to the agony of having $his anal sphincter @@.lime;permanently gaped@@ by a huge tailed buttplug and the shame of having a tail dangle from the back of the plug. Having $his hole ruined at your whim and in such a degrading fashion @@.hotpink;breaks $his will@@ and fills $him with @@.gold;humiliation.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 7>>
-					<<else>>
-						The agony of having $his anal sphincter @@.lime;permanently gaped@@ by a huge tailed buttplug fills $him with @@.mediumorchid;resentment@@ and @@.gold;humiliation.@@
-						<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
-					<</if>>
-				<</if>>
-				<<set $slaves[$i].anus += 1>>
-			<<else>>
-				$His gaping anus accommodates the huge tailed plug $he's required to wear, serving little purpose other than to remind $him of $his @@.gold;humiliation.@@
-				<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-					In fact, $he @@.hotpink;regularly orgasms@@ even in non-sexual situations as the plug is @@.green;constantly stimulating@@ $his rear-end.
-					<<set $slaves[$i].devotion += 1>>
-					<<set $slaves[$i].energy += 1>>
-				<</if>>
-			<</if>>
-		<<else>>
-			<<if ($slaves[$i].anus < 4)>>
-				<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-					<<if ($slaves[$i].sexualQuirk == "size queen")>>
-						$He thinks of the horribly huge plug $he has wear in $his butt as @@.lime;preparation for the biggest cocks,@@ and @@.hotpink;looks forward@@ to being able to safely take unlubricated anal from them.
-						<<set $slaves[$i].devotion += 4>>
-					<<elseif ($slaves[$i].fetish == "masochist") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He gets off on the agony of having $his anal sphincter @@.lime;permanently gaped@@ by a huge buttplug. The terrible combination of pain and pleasure @@.hotpink;breaks $his will@@ but fills $him with @@.gold;fear.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
-					<<elseif ($slaves[$i].fetish == "submissive") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-						$He submits to the agony of having $his anal sphincter @@.lime;permanently gaped@@ by a huge buttplug. Having $his hole ruined at your whim @@.hotpink;breaks $his will@@ but fills $him with @@.gold;fear.@@
-						<<set $slaves[$i].devotion += 5, $slaves[$i].trust -= 5>>
-					<<else>>
-						The agony of having $his anal sphincter @@.lime;permanently gaped@@ by a huge buttplug fills $him with @@.mediumorchid;resentment@@ and @@.gold;fear.@@
-						<<set $slaves[$i].devotion -= 5, $slaves[$i].trust -= 5>>
-					<</if>>
-				<</if>>
-				<<set $slaves[$i].anus += 1>>
-			<<else>>
-				$His gaping anus accommodates the huge plug $he's required to wear.
-				<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
-					In fact, $he @@.hotpink;regularly orgasms@@ even in non-sexual situations as the plug is @@.green;constantly stimulating@@ $his rear-end.
-					<<set $slaves[$i].devotion += 1>>
-					<<set $slaves[$i].energy += 1>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-	<<if $slaves[$i].fuckdoll == 0 && $slaves[$i].fetish != "mindbroken">>
-		<<if ["cat tail", "cow tail", "fox tail", "tail"].includes($slaves[$i].buttplugAttachment)>>
-			<<if ($slaves[$i].fetish == "humiliation") && ($slaves[$i].fetishKnown == 0)>>
-				$He shows a surprising lack of resistance to the routine of having a tail inserted in $his ass each morning; $he seems to @@.lightcoral;naturally enjoy the humiliation.@@
-				<<set $slaves[$i].fetishKnown = 1>>
-			<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-				<<if _fetishChangeChance > random(0,100)>>
-					Slowly, $his shame at having a tail inserted in $his ass each morning turns to secret enjoyment and finally to @@.lightcoral;open arousal at the humiliating accessory.@@
-					<<set $slaves[$i].fetish = "humiliation", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-				<</if>>
-			<</if>>
-		<<elseif ($slaves[$i].buttplug == "plug") || ($slaves[$i].buttplug == "large plug") || ($slaves[$i].buttplug == "long, large plug") || ($slaves[$i].buttplug == "long plug")>>
-			<<if ($slaves[$i].fetish == "buttslut") && ($slaves[$i].fetishKnown == 0)>>
-				$He shows a surprising lack of resistance to the routine of getting the plug up $his butt in the morning; $he seems to @@.lightcoral;naturally enjoy anal stimulation.@@
-				<<set $slaves[$i].fetishKnown = 1>>
-			<<elseif ($slaves[$i].fetish == "none") || ($slaves[$i].fetishKnown == 0)>>
-				<<if _fetishChangeChance > random(0,100)>>
-					Slowly, $his anguish at getting the plug up $his butt in the morning turns to secret enjoyment and finally to @@.lightcoral;open arousal at having $his anus filled.@@
-					<<set $slaves[$i].fetish = "buttslut", $slaves[$i].fetishKnown = 1, $slaves[$i].fetishStrength = 10>>
-				<</if>>
-			<</if>>
-		<</if>>
-	<</if>>
-<</if>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 1ef98c4a16c770df5b3573f39e9554007e5cba31..69fa3395a9da91fb646882984505cf3d6f8a7dc3 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -121,7 +121,7 @@
 <</if>>
 
 /* CLOTHES AND ACCESSORIES */
-<<include "SA clothes">>
+<<= saClothes($slaves[$i], _fetishChangeChance)>>
 
 <<if $slaves[$i].fetish == "mindbroken">>
 	<<set $slaves[$i].fetishStrength = 10, $slaves[$i].attrXY = 50, $slaves[$i].attrXX = 50, $slaves[$i].attrKnown = 1, $slaves[$i].devotion = 40, $slaves[$i].trust = -40, $slaves[$i].skill.vaginal = Math.clamp($slaves[$i].skill.vaginal,0,15), $slaves[$i].skill.oral = Math.clamp($slaves[$i].skill.oral,0,15), $slaves[$i].skill.anal = Math.clamp($slaves[$i].skill.anal,0,15), $slaves[$i].skill.combat = 0, $slaves[$i].skill.whoring = 0, $slaves[$i].skill.entertainment = 0, $slaves[$i].intelligence = -75, $slaves[$i].intelligenceImplant = 0, $slaves[$i].sexualFlaw = "none", $slaves[$i].sexualQuirk = "none", $slaves[$i].behavioralFlaw = "none", $slaves[$i].behavioralQuirk = "none">>