diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index bf491aad3cbe44a88e57d75bd659e593d3cb8fd8..d612e30dc5ac7a67332276a9e3b32f925bd5d016 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -60,18 +60,79 @@
 	<<else>>
 		<<set $activeSlave.clothes = "spats and a tank top">>
 	<</if>>
+<<case "mean girls">>
+
 <</switch>>
-<span id="artFrame">
-/* 000-250-006 */
-<<if $seeImages == 1>>
-	<<if $imageChoice == 1>>
-		<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
-	<<else>>
-		<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+<<if $RESSevent == "mean girls">>
+
+	<<set _newSlaves = []>>
+	<<for _ress = 0; _ress < 3; _ress++>>
+		<<set $oneTimeDisableDisability = 1>>
+		<<if $arcologies[0].FSSupremacistLawME == 1>>
+			<<set $fixedRace = $arcologies[0].FSSupremacistRace>>
+		<<elseif $arcologies[0].FSSubjugationistLawME == 1>>
+			<<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>>
+			<<set $fixedRace = _races.random()>>
+		<</if>>
+		<<set $fixedNationality = "American">>
+		<<set $meanGirl = GenerateNewSlave("XX")>>
+		<<set $meanGirl.origin = "You enslaved her for abusing " + $eventSlave.slaveName + " while " + $he + " was serving the public.">>
+		<<set $meanGirl.career = "a student">>
+		<<set $meanGirl.markings = "none", $meanGirl.weight = -20>>
+		<<set $meanGirl.devotion = random(-80,-60)>>
+		<<set $meanGirl.trust = random(-20,-10)>>
+		<<set $meanGirl.muscles = random(0,15)>>
+		<<set $meanGirl.boobsImplant = 200*random(0,3)>>
+		<<set $meanGirl.boobs += $meanGirl.boobsImplant>>
+		<<set $meanGirl.buttImplant = random(0,2)>>
+		<<set $meanGirl.butt += $meanGirl.buttImplant>>
+		<<set $meanGirl.butt += 1>>
+		<<set $meanGirl.vagina = random(1,2)>>
+		<<set $meanGirl.anus = 1>>
+		<<set $meanGirl.face = random(20,60)>>
+		<<set $meanGirl.actualAge = random(18,19)>>
+		<<set $meanGirl.visualAge = $meanGirl.actualAge>>
+		<<set $meanGirl.physicalAge = $meanGirl.actualAge>>
+		<<set $meanGirl.ovaryAge = $meanGirl.actualAge>>
+		<<set $meanGirl.health = random(30,50)>>
+		<<set $meanGirl.attrXY = random(60,90)>>
+		<<set $meanGirl.attrXX = random(10,20)>>
+		<<set $meanGirl.behavioralFlaw = either("arrogant", "bitchy")>>
+		<<set $meanGirl.clothes = either("conservative clothing", "a mini dress", "sport shorts and a t-shirt", "a t-shirt and jeans")>>
+		<<set _newSlaves.push($meanGirl)>>
+	<</for>>
+
+	<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<div class="imageRef medImg">
+			<<SlaveArt _newSlaves[2] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt _newSlaves[1] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt _newSlaves[0] 2 0>>
+		</div>
+		<div class="imageRef medImg">
+			<<SlaveArt $activeSlave 2 0>>
+		</div>
+	<</if>>
+	/* 000-250-006 */
+	</span>
+<<else>>
+	<span id="artFrame">
+	/* 000-250-006 */
+	<<if $seeImages == 1>>
+		<<if $imageChoice == 1>>
+			<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+		<<else>>
+			<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
+		<</if>>
 	<</if>>
+	/* 000-250-006 */
+	</span>
 <</if>>
-/* 000-250-006 */
-</span>
 <<set $activeSlave.clothes = _clothesTemp>>
 
 <<set $desc = SlaveTitle($activeSlave)>>
@@ -3122,41 +3183,6 @@ $He doesn't phrase it quite like that, of course.
 
 <<case "mean girls">>
 
-<<set _newSlaves = []>>
-<<for _ress = 0; _ress < 3; _ress++>>
-	<<set $oneTimeDisableDisability = 1>>
-	<<if $arcologies[0].FSSupremacistLawME == 1>>
-		<<set $fixedRace = $arcologies[0].FSSupremacistRace>>
-	<<elseif $arcologies[0].FSSubjugationistLawME == 1>>
-		<<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>>
-		<<set $fixedRace = _races.random()>>
-	<</if>>
-	<<set $fixedNationality = "American">>
-	<<set $meanGirl = GenerateNewSlave("XX")>>
-	<<set $meanGirl.origin = "You enslaved her for abusing " + $eventSlave.slaveName + " while " + $he + " was serving the public.">>
-	<<set $meanGirl.career = "a student">>
-	<<set $meanGirl.markings = "none", $meanGirl.weight = -20>>
-	<<set $meanGirl.devotion = random(-80,-60)>>
-	<<set $meanGirl.trust = random(-20,-10)>>
-	<<set $meanGirl.muscles = random(0,15)>>
-	<<set $meanGirl.boobsImplant = 200*random(0,3)>>
-	<<set $meanGirl.boobs += $meanGirl.boobsImplant>>
-	<<set $meanGirl.buttImplant = random(0,2)>>
-	<<set $meanGirl.butt += $meanGirl.buttImplant>>
-	<<set $meanGirl.butt += 1>>
-	<<set $meanGirl.vagina = random(1,2)>>
-	<<set $meanGirl.anus = 1>>
-	<<set $meanGirl.face = random(20,60)>>
-	<<set $meanGirl.actualAge = random(18,19)>>
-	<<set $meanGirl.visualAge = $meanGirl.actualAge>>
-	<<set $meanGirl.physicalAge = $meanGirl.actualAge>>
-	<<set $meanGirl.ovaryAge = $meanGirl.actualAge>>
-	<<set $meanGirl.health = random(30,50)>>
-	<<set $meanGirl.attrXY = random(60,90)>>
-	<<set $meanGirl.attrXX = random(10,20)>>
-	<<set $meanGirl.behavioralFlaw = either("arrogant", "bitchy")>>
-	<<set _newSlaves.push($meanGirl)>>
-<</for>>
 <<setLocalPronouns _newSlaves[0] 2>>
 <<setLocalPronouns _newSlaves[1] 3>>
 
@@ -17360,6 +17386,28 @@ You tell $him kindly that you understand, and that $he'll be trained to address
 		<<run newSlave(_newSlaves[_ress])>> /* skip New Slave Intro */
 		<<run cashX(-8333, "slaveTransfer", _newSlaves[_ress])>>
 	<</for>>
+	<<set _newSlaves[0].clothes = "no clothing">>
+	<<set _newSlaves[1].clothes = "no clothing">>
+	<<set _newSlaves[2].clothes = "no clothing">>
+	<<replace "#artFrame">>
+		/* 000-250-006 */
+		<<if $seeImages == 1>>
+			<div class="imageRef medImg">
+				<<SlaveArt _newSlaves[2] 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt _newSlaves[1] 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt _newSlaves[0] 2 0>>
+			</div>
+			<div class="imageRef medImg">
+				<<SlaveArt $activeSlave 2 0>>
+			</div>
+		<</if>>
+		/* 000-250-006 */
+	<</replace>>
+
 	You seize a tablet and hurry out of your office, working furiously and using every feature of $assistantName to the utmost. These bitches have offended you, and you quickly frame the structure of an appropriate revenge. By the time you get to where $activeSlave.slaveName is still being heckled by spoiled, drunken harpies, everyone else present in that arcology hall has mysteriously received urgent messages and gone elsewhere. $activeSlave.slaveName <<if canSee($activeSlave)>>sees you approach, and stares at you<<else>>recognizes your dominant footsteps approaching, and turns to face you<</if>>, $his sudden intense look alerting your vile little guests to your presence. One of them attempts to frame an insult for the interloper, but one of _his2 friends pokes _him2 in the side and whispers something in _his2 ear and _he2 goes silent, staring at you with wide eyes.
 	<<if $PC.title != 1>>_He2 then winces, visibly realizing that you're likely aware that _he2 called $activeSlave.slaveName's owner $his Master. Somehow, the mistake seems important to _him2 now that you're standing here, effortlessly dominating the space for all your femininity.<</if>>
 	<br><br>