diff --git a/src/events/RESS/devotedAnalVirgin.js b/src/events/RESS/devotedAnalVirgin.js
new file mode 100644
index 0000000000000000000000000000000000000000..28c27a88b72b1bcb10f7da9c1c6cac66797c4bdf
--- /dev/null
+++ b/src/events/RESS/devotedAnalVirgin.js
@@ -0,0 +1,160 @@
+App.Events.RESSDevotedAnalVirgin = class RESSDevotedAnalVirgin extends App.Events.BaseEvent {
+	eventPrerequisites() {
+		return [];
+	}
+
+	actorPrerequisites() {
+		return [
+			[ // single event slave
+				s => s.fetish !== "mindbroken",
+				hasAnyArms,
+				canWalk,
+				s => s.anus === 0,
+				s => s.trust > 20,
+				s => s.devotion > 50,
+				s => s.rules.speech !== "restrictive"
+			]
+		];
+	}
+
+	execute(node) {
+		/** @type {Array<App.Entity.SlaveState>} */
+		let [eventSlave] = this.actors.map(a => getSlave(a));
+		const {
+			He, he, his, him
+		} = getPronouns(eventSlave);
+		const {s, ss, c, say, title: Master} = getEnunciation(eventSlave);
+		const belly = bellyAdjective(eventSlave);
+
+		/** @type {App.Entity.PlayerState} */
+		let PC = V.PC;
+
+		V.nextLink = "Next Week";
+
+		App.Events.drawEventArt(node, eventSlave);
+
+		let t = [];
+
+
+
+		t.push(App.UI.DOM.slaveDescriptionDialog(eventSlave));
+		t.push(`comes into your office and politely waits until you indicate ${he} can have your attention.`);
+		if (canTalk(eventSlave)) {
+			t.push(`${He} ${say}s, "${capFirstChar(Master)}, I`);
+			if (canSee(eventSlave)) {
+				t.push(`${s}ee ${s}o many of the other ${s}lave${s} getting buttfucked. I think it'${s} hot ${s}eeing`);
+			} else if (canHear(eventSlave)) {
+				t.push(`hear ${s}o many of the other ${s}lave${s} getting buttfucked. I think it'${s} hot hearing`);
+			} else {
+				t.push(`am ${s}urrounded by ${s}o many of the other ${s}lave${s} getting buttfucked. I think it'${s} hot that you have`);
+			}
+			t.push(`them take it up the a${ss}, and I feel almo${s}t incomplete ${s}in${c}e I don't take cock in every hole. Plea${s}e take my butt virginity, ${Master}.`);
+		} else {
+			t.push(`${He} points to ${his} butt and comically pantomimes having anal sex, and then uses gestures to ask if ${he} can serve you anally.`);
+		}
+		if (eventSlave.belly >= 10000) {
+			t.push(`${He} carefully turns and spreads ${his} legs, allowing ${his} ${belly} ${eventSlave.bellyPreg >= 3000 ? "pregnant" : ""} belly space as ${he} bends over, to wiggle ${his} posterior indicatively.`);
+		} else {
+			t.push(`${He} turns around and wiggles ${his} posterior indicatively.`);
+		}
+		App.Events.addParagraph(node, t);
+		t = [];
+
+		App.Events.addResponses(node, [
+			new App.Events.Result(`No, reassure ${him} that ${he} doesn't need to be an anal slut`, reassure),
+			new App.Events.Result(`Make sure ${his} first anal sex is enjoyable`, enjoy),
+			new App.Events.Result(`Make sure ${his} first buttfuck puts ${him} in ${his} place`, rape)
+		]);
+
+		function reassure() {
+			t = [];
+
+			t.push(`You kindly explain that you've decided to save ${his} ass — for now. ${He} starts to express understanding and apologize for bothering you, but finds ${him}self swept off ${his}`);
+			if (!hasAnyLegs(eventSlave)) {
+				t.push("stumps");
+			} else if (!hasBothLegs(eventSlave)) {
+				t.push("foot");
+			} else {
+				t.push("feet");
+			}
+			t.push(`and ${eventSlave.bellyPreg >= 5000 ? "gently" : ""} deposited on the couch. ${He} gasps with surprise when ${he} finds ${him}self being teased, fondled, and massaged rather than outright used. In no time at all ${he}'s pressing ${his} whole`);
+			if (eventSlave.belly >= 5000) {
+				t.push(`${eventSlave.bellyPreg >= 3000 ? "gravid" : "rounded"}`);
+			}
+			t.push(`body against you and shivering with delight.`);
+			if (eventSlave.vagina > 0 && canDoVaginal(eventSlave)) {
+				t.push(`$His shivers reach a crescendo when you ${PC.dick === 0 ? "scissor yourself against" : "enter"} ${his} warm, wet pussy, which convulsively flexes against your ${PC.dick === 0 ? "clit" : "rock hard dick"}.`);
+			} else {
+				if (PC.dick === 0) {
+					t.push(`You ride ${his} face,`);
+				} else {
+					t.push(`You push your dick ${PC.vagina !== -1 ? "and as much of the upper part of your pussy as you can manage" : ""} between ${his} thighs for some frottage,`);
+				}
+				t.push(`lavishing attention on ${his} nipples to ensure that ${he} has fun, too.`);
+			}
+			t.push(`${He} leaves your office feeling <span class="hotpink">very close to ${his} ${WrittenMaster()} indeed,</span> and seems to have forgotten ${his} unfucked butthole, for now.`);
+
+			eventSlave.devotion += 4;
+			if (eventSlave.vagina > 0 && canDoVaginal(eventSlave)) {
+				VCheck.Vaginal(1, eventSlave);
+			}
+			return t;
+		}
+
+
+
+		function enjoy() {
+			t = [];
+
+			t.push(`You bring ${him} over to the couch, ${!canDoAnal(eventSlave) ? `unfasten ${his} chastity,` : ""} set ${him} on your lap, and teasingly play with ${his}`);
+			if (eventSlave.belly >= 5000) {
+				t.push(`${eventSlave.bellyPreg >= 3000 ? "gravid" : "rounded"}`);
+			}
+			t.push(`body for a long time. Every so often you move your hands over ${his} unfucked butthole, making ${him} shiver and press ${him}self against you, but you only make it the center of attention once the poor over-aroused slave`);
+			if (canTalk(eventSlave)) {
+				t.push(`begs, "I can't take it any more, ${Master}! Plea${s}e fuck my a${ss}!"`);
+			} else {
+				t.push("begins to use piteous gestures to beg you abjectly for anal.");
+			}
+			
+			t.push(`In reward, you sink a lightly lubricated finger up to the first knuckle in ${his} delightfully tight asshole. ${He}'s already on the edge of orgasm, and it takes a long, long time for you to work first a finger, then two, and then your ${PC.dick === 0 ? "strap-on" : "cock"} up ${his} ass without sending ${him} over. When you finally let ${him} orgasm, ${PC.dick === 0 ? `${his} unabashed enjoyment` : `the strength of ${his} spasming sphincter`} send you over as well. ${He}'s left in a haze of <span class="hotpink">sexual satisfaction</span> that radiates outward from ${his} <span class="lime">newly stretched asshole,</span> and ${he} <span class="mediumaquamarine">trusts you</span> a lot more, now.`);
+			if ((eventSlave.fetishKnown !== 1 || eventSlave.fetish !== "buttslut") && fetishChangeChance(eventSlave) > jsRandom(1,100)) {
+				t.push(`Before the end of the week ${he}'s back, begging for <span class="lightcoral">another dick up the ass.</span>`);
+
+				eventSlave.fetishKnown = 1;
+				eventSlave.fetishStrength = 65;
+				eventSlave.fetish = "buttslut";
+			}
+
+			eventSlave.devotion += 3;
+			eventSlave.trust += 3;
+			eventSlave.anus = 1;
+			seX(eventSlave, "anal", PC, "penetrative");
+			if (PC.dick !== 0 && eventSlave.eggType === "human" && canGetPregnant(eventSlave)) {
+				knockMeUp(eventSlave, 15, 1, -1);
+			}
+			return t;
+		}
+
+		function rape() {
+			t = [];
+
+			t.push(`You throw ${him} onto the couch face-down, ${eventSlave.belly >= 5000 ? `${his} rear pushed into the air by ${his} rounded belly` : ""} catching a glimpse of ${his} doubtful face as ${he} goes; ${he}'s already started to wonder whether this was a mistake. In a few moments ${he} knows it for sure as ${he} feels ${!canDoAnal(eventSlave) ? `${his} anal chastity ripped off and` : ""} the burning sensation of a lubricated ${PC.dick === 0 ? "strap-on" : "dickhead"} forcing ${his} virgin sphincter wide. Whatever noises ${he} might be making are pretty inaudible, since you have ${his} sobbing face shoved deep between the leather cushions. ${He} tries not to struggle and relax for ${his} beloved master, but ${his} body rebels against the pain and ${he} starts to wriggle spastically, trying to burrow into the couch to get away from the pounding. When you finish, the poor slave is left lying on the couch with a ${PC.dick !== 0 ? `thin dribble of ejaculate escaping from ${his}` : ""} <span class="lime">newly fucked butthole,</span> a stream of drying tears running down each side of ${his} face, ${eventSlave.dick > 0 ? `a single drop of precum at the tip of ${his} totally flaccid dick,` : ""} and a new understanding of <span class="gold">${his} place in life.</span>`);
+			if ((eventSlave.fetishKnown !== 1 || eventSlave.fetish !== "submissive") && fetishChangeChance(eventSlave) > jsRandom(1,100)) {
+				t.push(`Before the end of the week it's clear that ${he}'s taken the anal rape to heart, and now sees ${his} body as something <span class="lightcoral">for others to use and abuse.</span>`);
+
+				eventSlave.fetishKnown = 1;
+				eventSlave.fetishStrength = 65;
+				eventSlave.fetish = "submissive";
+			}
+
+			eventSlave.trust -= 5;
+			eventSlave.anus = 1;
+			seX(eventSlave, "anal", PC, "penetrative");
+			if (PC.dick !== 0 && eventSlave.eggType === "human" && canGetPregnant(eventSlave)) {
+				knockMeUp(eventSlave, 15, 1, -1);
+			}
+			return t;
+		}
+	}
+};
diff --git a/src/events/randomEvent.js b/src/events/randomEvent.js
index 6b0cf71069180693415dd812d50c352bd52c3046..1e96c2339018e3126b4380fe288bdf678be29000 100644
--- a/src/events/randomEvent.js
+++ b/src/events/randomEvent.js
@@ -12,6 +12,7 @@ App.Events.getIndividualEvents = function() {
 		// example: new App.Events.TestEvent(),
 		new App.Events.RESSAssFitting(),
 		new App.Events.RESSCockFeederResistance(),
+		new App.Events.RESSDevotedAnalVirgin(),
 		new App.Events.RESSDevotedVirgin(),
 		new App.Events.RESSEscapee(),
 		new App.Events.RESSHotPC(),
diff --git a/src/js/eventSelectionJS.js b/src/js/eventSelectionJS.js
index 0c36db05888f19b96817fc3564dd87ee51af69a1..97d74b034c6f13fe5fc7801c86bb0ec5ac168a5e 100644
--- a/src/js/eventSelectionJS.js
+++ b/src/js/eventSelectionJS.js
@@ -1324,18 +1324,6 @@ globalThis.generateRandomEventPoolStandard = function(eventSlave) {
 			}
 		}
 
-		if (canWalk(eventSlave) && hasAnyArms(eventSlave)) {
-			if (eventSlave.anus === 0) {
-				if (eventSlave.devotion > 50) {
-					if (eventSlave.trust > 20) {
-						if (eventSlave.rules.speech !== "restrictive") {
-							V.RESSevent.push("devoted anal virgin");
-						}
-					}
-				}
-			}
-		}
-
 		if (V.seeExtreme === 1) {
 			if (eventSlave.balls > 1) {
 				if (eventSlave.scrotum > 0) {
@@ -2441,18 +2429,6 @@ globalThis.generateRandomEventPoolServant = function(eventSlave) {
 			}
 		}
 
-		if (canWalk(eventSlave) && hasAnyArms(eventSlave)) {
-			if (eventSlave.anus === 0) {
-				if (eventSlave.devotion > 50) {
-					if (eventSlave.trust > 20) {
-						if (eventSlave.rules.speech !== "restrictive") {
-							V.RESSevent.push("devoted anal virgin");
-						}
-					}
-				}
-			}
-		}
-
 		if (eventSlave.devotion <= 50) {
 			V.RESSevent.push("scrubbing");
 		}
diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw
index 7082f68f825b76107a9ba1cb8136d0aeb70c94cd..b15495baf37df82f3242314bb5376d83f6fcb84f 100644
--- a/src/uncategorized/RESS.tw
+++ b/src/uncategorized/RESS.tw
@@ -1491,16 +1491,6 @@ There is a horrible crash from the shower. You rush in to see <<= App.UI.slaveDe
 <</if>>
 "Help me, <<Master>>!"
 
-<<case "devoted anal virgin">>
-
-<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes into your office and politely waits until you indicate $he can have your attention.
-<<if !canTalk($activeSlave)>>
-	$He comically pantomimes anal sex, and then uses gestures to ask if $he can serve you anally.
-<<else>>
-	$He <<say>>s, "<<= capFirstChar($enunciate.title)>>, I <<if canSee($activeSlave)>><<s>>ee<<elseif canHear($activeSlave)>>hear<<else>>am <<s>>urrounded by<</if>> <<s>>o many of the other <<s>>lave<<s>> getting buttfucked. I think it'<<s>> hot <<if canSee($activeSlave)>><<s>>eeing<<elseif canHear($activeSlave)>>hearing<<else>>that you have<</if>> them take it up the a<<ss>>, and I feel almo<<s>>t incomplete <<s>>in<<c>>e I don't take cock in every hole. Plea<<s>>e take my butt virginity, <<Master>>."
-<</if>>
-$He<<if $activeSlave.belly >= 10000>> carefully turns and spreads $his legs, allowing $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>> belly space as $he bends over, to wiggle<<else>> turns around and wiggles<</if>> $his posterior indicatively.
-
 <<case "surgery addict">>
 
 Going about your day, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> sitting <<if (hasAnyLegs($activeSlave))>><<if (hasBothLegs($activeSlave))>>cross-legged <</if>>in<<else>>propped against the doorway of<</if>> the remote surgery room, <<if canSee($activeSlave)>>staring intently at<<else>>gazing longingly towards<</if>> the equipment. $He's not breaking any rules, but this behavior is so strange you investigate. $He asks
@@ -9239,58 +9229,6 @@ brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> h
 	<</replace>>
 <</link>>
 
-<<case "devoted anal virgin">>
-
-<<link "No, reassure $him that $he doesn't need to be an anal slut">>
-	<<replace "#result">>
-		You kindly explain that you've decided to save $his ass — for now. $He starts to express understanding and apologize for bothering you, but finds $himself swept off $his <<if !hasBothLegs($activeSlave)>>stumps<<elseif !hasAnyLegs($activeSlave)>>foot<<else>>feet<</if>> and<<if $activeSlave.bellyPreg >= 5000>> gently<</if>> deposited on the couch. $He gasps with surprise when $he finds $himself being teased, fondled, and massaged rather than outright used. In no time at all $he's pressing $his whole<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body against you and shivering with delight.
-		<<if $activeSlave.vagina > 0 && canDoVaginal($activeSlave)>>
-			$His shivers reach a crescendo when you <<if $PC.dick == 0>>scissor yourself against<<else>>enter<</if>> $his warm, wet pussy, which convulsively flexes against your <<if $PC.dick == 0>>clit<<else>>rock hard dick<</if>>.
-		<<else>>
-			<<if $PC.dick == 0>>You ride $his face,<<else>>You push your dick<<if $PC.vagina != -1>> and as much of the upper part of your pussy as you can manage<</if>> between $his thighs for some frottage,<</if>> lavishing attention on $his nipples to ensure that $he has fun, too.
-		<</if>>
-		$He leaves your office feeling @@.hotpink;very close to $his <<= WrittenMaster()>> indeed,@@ and seems to have forgotten $his unfucked butthole for now.
-		<<set $activeSlave.devotion += 4>>
-		<<if $activeSlave.vagina > 0 && canDoVaginal($activeSlave)>>
-			<<= VCheck.Vaginal()>>
-		<</if>>
-	<</replace>>
-<</link>>
-<br><<link "Make sure $his first anal sex is enjoyable">>
-	<<replace "#result">>
-		You bring $him over to the couch<<if !canDoAnal($activeSlave)>>, unfasten $his anal chastity<</if>>, set $him on your lap, and teasingly play with $his<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body for a long time. Every so often you graze a finger over $his unfucked butthole, making $him shiver and press $himself against you, but you only make it the center of attention once the poor over-aroused slave
-		<<if !canTalk($activeSlave)>>
-			begins to use piteous gestures to beg you abjectly for anal.
-		<<else>>
-			begs, "I can't take it any more, <<Master>>! Plea<<s>>e fuck my a<<ss>>!"
-		<</if>>
-		In reward, you sink a lightly lubricated finger up to the first knuckle in $his delightfully tight asshole. $He's already on the edge of orgasm, and it takes a long, long time for you to work first a finger, then two, and then your <<if $PC.dick == 0>>strap-on<<else>>cock<</if>> up $his ass without sending $him over. When you finally let $him orgasm <<if $PC.dick == 0>>$his unabashed enjoyment<<else>>the strength of $his spasming sphincter<</if>> sends you over as well. $He's left in a haze of @@.hotpink;sexual satisfaction@@ that radiates outward from $his @@.lime;newly stretched asshole,@@ and $he @@.mediumaquamarine;trusts you@@ a lot more, now.
-		<<if ($activeSlave.fetishKnown != 1) || ($activeSlave.fetish != "buttslut")>>
-			Before the end of the week $he's back, begging for @@.lightcoral;another dick up the ass.@@
-			<<set $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65, $activeSlave.fetish = "buttslut">>
-		<</if>>
-		<<set $activeSlave.devotion += 3, $activeSlave.trust += 3, $activeSlave.anus = 1>>
-		<<run seX($activeSlave, "anal", $PC, "penetrative")>>
-		<<if $PC.dick != 0 && $activeSlave.eggType == "human" && isFertile($activeSlave) && $activeSlave.preg == 0>>
-			<<= knockMeUp($activeSlave, 15, 1, -1)>>
-		<</if>>
-	<</replace>>
-<</link>>
-<br><<link "Make sure $his first buttfuck puts $him in $his place">>
-	<<replace "#result">>
-		You throw $him onto the couch face-down<<if $activeSlave.belly >= 5000>>, $his rear pushed into the air by $his rounded belly<</if>>, catching a glimpse of $his doubtful face as $he goes; $he's already started to wonder whether this was a mistake. In a few moments $he knows it for sure as $he feels<<if !canDoAnal($activeSlave)>> $his anal chastity ripped off and<</if>> the burning sensation of a lubricated <<if $PC.dick == 0>>strap-on<<else>>dickhead<</if>> forcing $his virgin sphincter wide. Whatever noises $he might be making are pretty inaudible, since you have $his sobbing face shoved deep between the leather cushions. $He tries not to struggle and relax for $his beloved master, but $his body rebels against the pain and $he starts to wriggle spastically, trying to burrow into the couch to get away from the pounding. When you finish, the poor slave is left lying on the couch with <<if $PC.dick == 0>>a<<else>>a thin dribble of ejaculate escaping from $his<</if>> @@.lime;newly fucked butthole,@@ a stream of drying tears running down each side of $his face,<<if $activeSlave.dick > 0>> a single drop of precum at the tip of $his totally flaccid dick,<</if>> and a new understanding of @@.gold;$his place in life.@@
-		<<if ($activeSlave.fetishKnown != 1) || ($activeSlave.fetish != "submissive")>>
-			Before the end of the week it's clear that $he's taken the anal rape to heart, and now sees $his body as something @@.lightcoral;for others to use and abuse.@@
-			<<set $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65, $activeSlave.fetish = "submissive">>
-		<</if>>
-		<<set $activeSlave.trust -= 5, $activeSlave.anus = 1>>
-		<<run seX($activeSlave, "anal", $PC, "penetrative")>>
-		<<if $PC.dick != 0 && $activeSlave.eggType == "human" && isFertile($activeSlave) && $activeSlave.preg == 0>>
-			<<= knockMeUp($activeSlave, 25, 1, -1)>>
-		<</if>>
-	<</replace>>
-<</link>>
-
 <<case "surgery addict">>
 
 <<link "$He asked for it; give $him the works">>