diff --git a/src/pregmod/organFarm.tw b/src/pregmod/organFarm.tw
index 09eba9301abd19e7bb50076ed5ab6503b0eddf4c..ee9a5c6f4772fdfb3a71af2d538ae98a77a974af 100644
--- a/src/pregmod/organFarm.tw
+++ b/src/pregmod/organFarm.tw
@@ -5,139 +5,149 @@
 <h1>The Organ Farm</h1>
 
 <p>
-<div class="scene-intro">
-<<if $organFarmUpgrade > 2>>
-	The organ farm is running smoothly. It can rapidly grow tailored organs for implantation in slaves. It can easily produce altered variants should you obtain the data necessary to create them.
-<<elseif $organFarmUpgrade > 1>>
-	The organ farm is running smoothly. It can quickly grow tailored organs for implantation in slaves, though there will be side-effects. It can easily produce altered variants should you obtain the data necessary to create them.
-<<elseif ($organFarmUpgrade > 0)>>
-	The organ farm is running smoothly. It can grow tailored organs for implantation in slaves. It can easily produce altered variants should you obtain the data necessary to create them.
-<</if>>
-</div>
-
-<<if ($organFarmUpgrade < 3) && ($rep <= 10000*_PCSkillCheck)>>
-	<div class="note">
-		You lack the reputation to access experimental organ farm parts.
-	</div>
-<<elseif $dispensary == 0 && $organFarmUpgrade == 2>>
-	<div class="note">
-		An upgraded pharmaceutical fabricator is required by the perfected organ farm.
-	</div>
-<<elseif $dispensary == 0 && $organFarmUpgrade == 1>>
-	<div class="note">
-		A pharmaceutical fabricator is required to produce the chemicals for the accelerated organ farm.
-	</div>
-<<elseif $dispensaryUpgrade == 0 && $organFarmUpgrade == 2>>
-	<div class="note">
-		The pharmaceutical fabricator must be upgraded in order to produce the drugs required by the perfected organ farm.
-	</div>
-<<elseif $organs.length > 0>>
-	<div class="note">
-		The organ farm cannot be upgraded while it is use.
-	</div>
-<<elseif ($organFarmUpgrade == 2) && ($rep > 10000*_PCSkillCheck)>>
-	<div>
-		[[Upgrade the organ farm to the cutting edge model|Organ Farm][cashX(forceNeg(150000*_PCSkillCheck), "capEx"), $organFarmUpgrade = 3]]
-		<span class="detail">Costs <<print cashFormat(150000*_PCSkillCheck)>></span>
-	</div>
-	<div class="indent detail">
-		Will allow the organ farm to rapidly grow organs without risk to the implantee's health.
-	</div>
-<<elseif ($organFarmUpgrade == 1) && ($rep > 10000*_PCSkillCheck)>>
-	<div>
-		[[Upgrade the organ farm with an experimental growth accelerator|Organ Farm][cashX(forceNeg(75000*_PCSkillCheck), "capEx"), $organFarmUpgrade = 2]]
-		<span class="detail">Costs <<print cashFormat(75000*_PCSkillCheck)>></span>
-	</div>
-	<div class="indent detail">
-		Will allow the organ farm to quickly grow organs. Implanted organs may cause health issues.
+	<div class="scene-intro">
+		<<if $organFarmUpgrade > 2>>
+			The organ farm is running smoothly. It can rapidly grow tailored organs for implantation in slaves. It can easily produce altered variants should you obtain the data necessary to create them.
+		<<elseif $organFarmUpgrade > 1>>
+			The organ farm is running smoothly. It can quickly grow tailored organs for implantation in slaves, though there will be side-effects. It can easily produce altered variants should you obtain the data necessary to create them.
+		<<elseif ($organFarmUpgrade > 0)>>
+			The organ farm is running smoothly. It can grow tailored organs for implantation in slaves. It can easily produce altered variants should you obtain the data necessary to create them.
+		<</if>>
 	</div>
-<</if>>
 
-<<if ($youngerOvaries != 1) && ($rep <= 10000*_PCSkillCheck)>>
-	<div class="note">
-		You lack the reputation to access designs for cloning fertile ovaries for menopausal slaves.
-	</div>
-<<elseif ($youngerOvaries != 1) && ($rep > 10000*_PCSkillCheck)>>
-	<div>
-		[[Purchase designs for cloning fertile ovaries for menopausal slaves|Organ Farm][cashX(forceNeg(30000*_PCSkillCheck), "capEx"), $youngerOvaries = 1]]
-		<span class="detail">Costs <<print cashFormat(30000*_PCSkillCheck)>></span>
-	</div>
-	<div class="indent detail">
-		Will allow the growth of younger, fertile ovaries for menopausal slaves. Restored fertility will only last for a couple years at most.
-	</div>
-<<elseif ($youngerOvaries > 0)>>
-	<div>The organ farm is capable of growing fertile ovaries for postmenopausal slaves.</div>
-<</if>>
+	<<if ($organFarmUpgrade < 3) && ($rep <= 10000*_PCSkillCheck)>>
+		<div class="note">
+			You lack the reputation to access experimental organ farm parts.
+		</div>
+	<<elseif $dispensary == 0 && $organFarmUpgrade == 2>>
+		<div class="note">
+			An upgraded pharmaceutical fabricator is required by the perfected organ farm.
+		</div>
+	<<elseif $dispensary == 0 && $organFarmUpgrade == 1>>
+		<div class="note">
+			A pharmaceutical fabricator is required to produce the chemicals for the accelerated organ farm.
+		</div>
+	<<elseif $dispensaryUpgrade == 0 && $organFarmUpgrade == 2>>
+		<div class="note">
+			The pharmaceutical fabricator must be upgraded in order to produce the drugs required by the perfected organ farm.
+		</div>
+	<<elseif $organs.length > 0>>
+		<div class="note">
+			The organ farm cannot be upgraded while it is use.
+		</div>
+	<<elseif ($organFarmUpgrade == 2) && ($rep > 10000*_PCSkillCheck)>>
+		<div>
+			[[Upgrade the organ farm to the cutting edge model|Organ Farm][cashX(forceNeg(150000*_PCSkillCheck), "capEx"), $organFarmUpgrade = 3]]
+			<span class="detail">Costs <<print cashFormat(150000*_PCSkillCheck)>></span>
+		</div>
+		<div class="indent detail">
+			Will allow the organ farm to rapidly grow organs without risk to the implantee's health.
+		</div>
+	<<elseif ($organFarmUpgrade == 1) && ($rep > 10000*_PCSkillCheck)>>
+		<div>
+			[[Upgrade the organ farm with an experimental growth accelerator|Organ Farm][cashX(forceNeg(75000*_PCSkillCheck), "capEx"), $organFarmUpgrade = 2]]
+			<span class="detail">Costs <<print cashFormat(75000*_PCSkillCheck)>></span>
+		</div>
+		<div class="indent detail">
+			Will allow the organ farm to quickly grow organs. Implanted organs may cause health issues.
+		</div>
+	<</if>>
 
-<<if $asexualReproduction == 1>>
-	<div>The organ farm is capable of growing modified ovary pairs capable of self-fertilization.</div>
-<</if>>
+	<<if ($youngerOvaries != 1) && ($rep <= 10000*_PCSkillCheck)>>
+		<div class="note">
+			You lack the reputation to access designs for cloning fertile ovaries for menopausal slaves.
+		</div>
+	<<elseif ($youngerOvaries != 1) && ($rep > 10000*_PCSkillCheck)>>
+		<div>
+			[[Purchase designs for cloning fertile ovaries for menopausal slaves|Organ Farm][cashX(forceNeg(30000*_PCSkillCheck), "capEx"), $youngerOvaries = 1]]
+			<span class="detail">Costs <<print cashFormat(30000*_PCSkillCheck)>></span>
+		</div>
+		<div class="indent detail">
+			Will allow the growth of younger, fertile ovaries for menopausal slaves. Restored fertility will only last for a couple years at most.
+		</div>
+	<<elseif ($youngerOvaries > 0)>>
+		<div>
+			The organ farm is capable of growing fertile ovaries for postmenopausal slaves.
+		</div>
+	<</if>>
 
-<<if $seePreg != 0 && $seeBestiality == 1 && $cheatMode == 1>>
-	<<if $farmyardLabUpgrades.animalOvaries > 0>>
-		<<if $animalOvaries < 1>>
-			<div class="note">
-				You lack the required designs for cloning animal ovaries for slaves.
-			</div>
-		<<else>>
-			<div>The organ farm is capable of growing animal ovaries for slaves.</div>
-		<</if>>
+	<<if $asexualReproduction == 1>>
+		<div>
+			The organ farm is capable of growing modified ovary pairs capable of self-fertilization.
+		</div>
 	<</if>>
 
-	<<if $farmyardLabUpgrades.animalTesticles > 0>>
-		<<if $animalTesticles < 1>>
-			<div class="note">
-				You lack the required designs for cloning animal testicles for slaves.
-			</div>
-		<<else>>
-			<div>The organ farm is capable of growing animal testicles for slaves.</div>
+	<<if $seePreg != 0 && $seeBestiality == 1 && $cheatMode == 1>>
+		<<if $farmyardLabUpgrades.animalOvaries > 0>>
+			<<if $animalOvaries < 1>>
+				<div class="note">
+					You lack the required designs for cloning animal ovaries for slaves.
+				</div>
+			<<else>>
+				<div>
+					The organ farm is capable of growing animal ovaries for slaves.
+				</div>
+			<</if>>
 		<</if>>
-	<</if>>
 
-	<<if $farmyardLabUpgrades.animalMpreg > 0 && $arcologies[0].FSGenderRadicalistResearch == 1>>
-		<<if $animalMpreg < 1>>
-			<div class="note">
-				You lack the required designs for cloning animal anal wombs and ovaries for slaves.
-			</div>
-		<<else>>
-			<div>The organ farm is capable of growing animal anal wombs and ovaries for slaves.</div>
+		<<if $farmyardLabUpgrades.animalTesticles > 0>>
+			<<if $animalTesticles < 1>>
+				<div class="note">
+					You lack the required designs for cloning animal testicles for slaves.
+				</div>
+			<<else>>
+				<div>
+					The organ farm is capable of growing animal testicles for slaves.
+				</div>
+			<</if>>
+		<</if>>
+
+		<<if $farmyardLabUpgrades.animalMpreg > 0 && $arcologies[0].FSGenderRadicalistResearch == 1>>
+			<<if $animalMpreg < 1>>
+				<div class="note">
+					You lack the required designs for cloning animal anal wombs and ovaries for slaves.
+				</div>
+			<<else>>
+				<div>
+					The organ farm is capable of growing animal anal wombs and ovaries for slaves.
+				</div>
+			<</if>>
 		<</if>>
 	<</if>>
-<</if>>
 </p>
 
 <h2>Organ Production</h2>
 
 <p>
-<<= App.Medicine.OrganFarm.currentlyGrowing()>>
+	<<= App.Medicine.OrganFarm.currentlyGrowing()>>
 </p>
 
 <h2>Future Societies Research</h2>
 
 <p>
-<<if $seePreg != 0>>
-	<div>
-	<<if $arcologies[0].FSGenderRadicalistDecoration == 100>>
-		<<if ($arcologies[0].FSGenderRadicalistResearch == 0)>>
-			<<if ($rep >= 10000*_PCSkillCheck)>>
-				[[Fund research into developing male pregnancy methods|Organ Farm][cashX(forceNeg(50000*_PCSkillCheck), "capEx"),$arcologies[0].FSGenderRadicalistResearch = 1]]
-				<span class="detail">
-					Costs <<print cashFormat(50000*_PCSkillCheck)>>.
-					<div class="indent">Will allow cloning and production of anal uteri and ovaries.</div>
-				</span>
+	<<if $seePreg != 0>>
+		<div>
+		<<if $arcologies[0].FSGenderRadicalistDecoration == 100>>
+			<<if ($arcologies[0].FSGenderRadicalistResearch == 0)>>
+				<<if ($rep >= 10000*_PCSkillCheck)>>
+					[[Fund research into developing male pregnancy methods|Organ Farm][cashX(forceNeg(50000*_PCSkillCheck), "capEx"),$arcologies[0].FSGenderRadicalistResearch = 1]]
+					<span class="detail">
+						Costs <<print cashFormat(50000*_PCSkillCheck)>>.
+						<div class="indent">Will allow cloning and production of anal uteri and ovaries.</div>
+					</span>
+				<<else>>
+					<span class="note">You lack the reputation to access the research necessary to develop anal uteri and ovaries.</span>
+					<br>
+				<</if>>
 			<<else>>
-				<span class="note">You lack the reputation to access the research necessary to develop anal uteri and ovaries.</span>
+				The organ farm has been upgraded with schematics for modified uteri and ovaries.
 				<br>
 			<</if>>
+		<<elseif $arcologies[0].FSGenderRadicalistResearch == 1>>
+			<span class="note">The organ farm has been upgraded with schematics for modified uteri and ovaries.</span>
 		<<else>>
-			The organ farm has been upgraded with schematics for modified uteri and ovaries.
-			<br>
+			<span class="note">Gender Radicalist focused research unavailable.</span>
 		<</if>>
-	<<elseif $arcologies[0].FSGenderRadicalistResearch == 1>>
-		<span class="note">The organ farm has been upgraded with schematics for modified uteri and ovaries.</span>
-	<<else>>
-		<span class="note">Gender Radicalist focused research unavailable.</span>
+		</div>
 	<</if>>
-	</div>
-<</if>>
 </p>
diff --git a/src/uncategorized/freeRangeDairyAssignmentScene.tw b/src/uncategorized/freeRangeDairyAssignmentScene.tw
index 36f2f2264101538befdf0c35ce0dc9a104397314..d245d0e7fcfab1a240e7c414f9e82ef7d79b2bd8 100644
--- a/src/uncategorized/freeRangeDairyAssignmentScene.tw
+++ b/src/uncategorized/freeRangeDairyAssignmentScene.tw
@@ -112,320 +112,320 @@
 
 /* AROUSAL WHEN ENTERING END*/
 <p>
-<div style="clear:both">
-	/* GETTING IN */
-	Eventually, $activeSlave.slaveName arrives at $his designated milking stall.
-	<<set _assayedSlaveAvailable = 0>>
-	<<if $familyTesting == 1>>
-		<<if totalRelatives($activeSlave) > 0>>
-			<<set _relativeCattle = $slaves.filter(function(s) { return (areRelated(s, $activeSlave) && s.assignment == "work in the dairy") ; })>>
-			<<if _relativeCattle.length > 0>>
-				<<set _assayedSlave = _relativeCattle.random()>>
-				<<set _assayedSlaveAvailable = 1>>
-				<<if $activeSlave.mother == _assayedSlave.ID>>
-					<<set _assayType = "mother">>
-				<<elseif _assayedSlave.mother == $activeSlave.ID || _assayedSlave.father == $activeSlave.ID>>
-					<<set _assayType = "daughter">>
-				<<elseif $activeSlave.father == _assayedSlave.ID>>
-					<<set _assayType = "father">>
-				<<else>>
-					<<switch areSisters($activeSlave, _assayedSlave)>>
-					<<case 1>>
-						<<set _assayType = "twin">>
-					<<case 2>>
-						<<set _assayType = "sister">>
-					<<case 3>>
-						<<set _assayType = "half-sister">>
-					<</switch>>
+	<div style="clear:both">
+		/* GETTING IN */
+		Eventually, $activeSlave.slaveName arrives at $his designated milking stall.
+		<<set _assayedSlaveAvailable = 0>>
+		<<if $familyTesting == 1>>
+			<<if totalRelatives($activeSlave) > 0>>
+				<<set _relativeCattle = $slaves.filter(function(s) { return (areRelated(s, $activeSlave) && s.assignment == "work in the dairy") ; })>>
+				<<if _relativeCattle.length > 0>>
+					<<set _assayedSlave = _relativeCattle.random()>>
+					<<set _assayedSlaveAvailable = 1>>
+					<<if $activeSlave.mother == _assayedSlave.ID>>
+						<<set _assayType = "mother">>
+					<<elseif _assayedSlave.mother == $activeSlave.ID || _assayedSlave.father == $activeSlave.ID>>
+						<<set _assayType = "daughter">>
+					<<elseif $activeSlave.father == _assayedSlave.ID>>
+						<<set _assayType = "father">>
+					<<else>>
+						<<switch areSisters($activeSlave, _assayedSlave)>>
+						<<case 1>>
+							<<set _assayType = "twin">>
+						<<case 2>>
+							<<set _assayType = "sister">>
+						<<case 3>>
+							<<set _assayType = "half-sister">>
+						<</switch>>
+					<</if>>
 				<</if>>
 			<</if>>
-		<</if>>
-	<<else>>
-		<<if ($activeSlave.relation != 0)>>
-			<<set _assayedSlave = getSlave($activeSlave.relationTarget)>>
+		<<else>>
+			<<if ($activeSlave.relation != 0)>>
+				<<set _assayedSlave = getSlave($activeSlave.relationTarget)>>
+				<<if (def _assayedSlave) && _assayedSlave.assignment == "work in the dairy">>
+					<<set _assayedSlaveAvailable = 1>>
+					<<set _assayType = $activeSlave.relation>>
+				<</if>>
+			<</if>>
+		<</if>> /*closes extended family mode */
+		<<if _assayedSlaveAvailable == 0 && $activeSlave.relationship > 0>>
+			<<set _assayedSlave = getSlave($activeSlave.relationshipTarget)>>
 			<<if (def _assayedSlave) && _assayedSlave.assignment == "work in the dairy">>
 				<<set _assayedSlaveAvailable = 1>>
-				<<set _assayType = $activeSlave.relation>>
+				<<switch $activeSlave.relationship>>
+				<<case 1>>
+					<<set _assayType = "friend">>
+				<<case 2>>
+					<<set _assayType = "best friend">>
+				<<case 3>>
+					<<set _assayType = "fuckbuddy">>
+				<<case 4>>
+					<<set _assayType = "lover">>
+				<<case 5>>
+					<<set _assayType = "slave wife">>
+				<</switch>>
 			<</if>>
 		<</if>>
-	<</if>> /*closes extended family mode */
-	<<if _assayedSlaveAvailable == 0 && $activeSlave.relationship > 0>>
-		<<set _assayedSlave = getSlave($activeSlave.relationshipTarget)>>
-		<<if (def _assayedSlave) && _assayedSlave.assignment == "work in the dairy">>
-			<<set _assayedSlaveAvailable = 1>>
-			<<switch $activeSlave.relationship>>
-			<<case 1>>
-				<<set _assayType = "friend">>
-			<<case 2>>
-				<<set _assayType = "best friend">>
-			<<case 3>>
-				<<set _assayType = "fuckbuddy">>
-			<<case 4>>
-				<<set _assayType = "lover">>
-			<<case 5>>
-				<<set _assayType = "slave wife">>
-			<</switch>>
+		<<if _assayedSlaveAvailable == 1>>
+			<<setLocalPronouns _assayedSlave 2>>
+			<<if $seeImages == 1>>
+				<div class="imageRef medImg">
+					<<= SlaveArt(_assayedSlave, 2, 0)>>
+				</div>
+			<</if>>
+			$His _assayType _assayedSlave.slaveName is at the dairy, too. _He2 is in the adjacent stall. The two of them are going to be milked right next to each other.
 		<</if>>
-	<</if>>
-	<<if _assayedSlaveAvailable == 1>>
-		<<setLocalPronouns _assayedSlave 2>>
-		<<if $seeImages == 1>>
+	</div>
+
+	<div style="clear:both">
+		<<if $Milkmaid && $seeImages == 1>>
 			<div class="imageRef medImg">
-				<<= SlaveArt(_assayedSlave, 2, 0)>>
+				<<= SlaveArt($Milkmaid, 2, 0)>>
 			</div>
 		<</if>>
-		$His _assayType _assayedSlave.slaveName is at the dairy, too. _He2 is in the adjacent stall. The two of them are going to be milked right next to each other.
-	<</if>>
-</div>
-
-<div style="clear:both">
-	<<if $Milkmaid && $seeImages == 1>>
-		<div class="imageRef medImg">
-			<<= SlaveArt($Milkmaid, 2, 0)>>
-		</div>
-	<</if>>
-	<div>
-	The only "furniture" in the stall looks like a dentist's chair. Despite the medical appearance, when $he <<if $activeSlave.devotion > 90>>eagerly<<elseif $activeSlave.slaveName < 40>>hesitantly<</if>> gets into the chair it turns out to be quite comfortable.
-	<<if $Milkmaid == 0>>
-		Automated machinery springs to life, preparing $him for milking.
-	<<else>>
-		Your appointed milkmaid $Milkmaid.slaveName helps $activeSlave.slaveName with installing the milking devices.
-	<</if>>
-	<<if $activeSlave.lactation > 0 >>
-	Suction cups are attached <<if $activeSlave.nipples == "fuckable">>over<<else>>to<</if>> $his nipples.
-	<</if>>
-	<<if $activeSlave.balls > 0>>
-		<<if $activeSlave.dick > 8>>
-			A huge receptacle is attached to $his over-sized member.
-		<<elseif $activeSlave.dick > 6>>
-			A large cock-milker is attached to $his huge dick.
-		<<elseif $activeSlave.dick > 2>>
-			A special cock-milker is attached to $his dick.
-		<<elseif $activeSlave.dick > 0>>
-			A suction cup is attached to $his small dicklet. Due to the embarrassingly small size of $his penis, the very kind of cup is used that normally goes on nipples.
+		<div>
+		The only "furniture" in the stall looks like a dentist's chair. Despite the medical appearance, when $he <<if $activeSlave.devotion > 90>>eagerly<<elseif $activeSlave.slaveName < 40>>hesitantly<</if>> gets into the chair it turns out to be quite comfortable.
+		<<if $Milkmaid == 0>>
+			Automated machinery springs to life, preparing $him for milking.
 		<<else>>
-			A suction cup is attached over $his hidden cumhole.
+			Your appointed milkmaid $Milkmaid.slaveName helps $activeSlave.slaveName with installing the milking devices.
 		<</if>>
-	<</if>>
-	</div>
-	<div>
-	<<if $dairyFeedersSetting == 1>>
-		Near the headrest of the chair, an artificial phallus is installed. The cow can easily reach it with $his mouth. The phallus provides hydration and nutrition when sucked. The supplement consists of excess or low-quality milk and cum from the dairy itself as well as aphrodisiacs and hormones enhancing lactation and semen production.
-		<<if $activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut">>
-			$activeSlave.slaveName eagerly shoves the artificial phallus into $his mouth. $He gives it an experimental suckle. To $his joy, $he soon is rewarded with a fresh spurt of semen-like nutrition supplement. Then $he readjusts the holder to keep the phallus lodged in $his mouth, effectively forcing $himself to keep sucking the artificial dick.
+		<<if $activeSlave.lactation > 0 >>
+		Suction cups are attached <<if $activeSlave.nipples == "fuckable">>over<<else>>to<</if>> $his nipples.
 		<</if>>
-	<</if>>
-	</div>
-	<div>
-	The milking chair comes with a small screen, providing mental stimulation for the cow. It is highly pornographic, of course. It also includes live-streams of close-ups from the cows being milked or their orifices being penetrated. $activeSlave.slaveName selects $his favorite program<<if canSee($activeSlave)>> to watch<<elseif canHear($activeSlave)>> to listen to<<else>> to feel the vibrations from<</if>>. It features
-	<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
-		men
-	<<else>>
-		women
-	<</if>>
-	<<if ($activeSlave.fetish == "submissive")>>
-		submitting to their sexual partners.
-	<<elseif ($activeSlave.fetish == "cumslut")>>
-		<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
-			jacking off directly into the camera.
-		<<else>>
-			sucking dick for all it's worth.
-		<</if>>
-		<<if $dairyFeedersSetting == 1 >>
-			The dairy feeders ejaculations are synced with the events in the video. $activeSlave.slaveName receives a load of cum-like nutrition every time a dick shoots. It really draws $him into the pornography.
+		<<if $activeSlave.balls > 0>>
+			<<if $activeSlave.dick > 8>>
+				A huge receptacle is attached to $his over-sized member.
+			<<elseif $activeSlave.dick > 6>>
+				A large cock-milker is attached to $his huge dick.
+			<<elseif $activeSlave.dick > 2>>
+				A special cock-milker is attached to $his dick.
+			<<elseif $activeSlave.dick > 0>>
+				A suction cup is attached to $his small dicklet. Due to the embarrassingly small size of $his penis, the very kind of cup is used that normally goes on nipples.
+			<<else>>
+				A suction cup is attached over $his hidden cumhole.
+			<</if>>
 		<</if>>
-	<<elseif ($activeSlave.fetish == "humiliation")>>
-		being humiliated.
-	<<elseif ($activeSlave.fetish == "buttslut")>>
-		being fucked in the ass.
-		<<if $dairyStimulatorsSetting == 1>>
-			The dairy stimulators are synced to the videos. The automatic sodomizers thrust in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was $him being fucked in the videos all over.
+		</div>
+		<div>
+		<<if $dairyFeedersSetting == 1>>
+			Near the headrest of the chair, an artificial phallus is installed. The cow can easily reach it with $his mouth. The phallus provides hydration and nutrition when sucked. The supplement consists of excess or low-quality milk and cum from the dairy itself as well as aphrodisiacs and hormones enhancing lactation and semen production.
+			<<if $activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut">>
+				$activeSlave.slaveName eagerly shoves the artificial phallus into $his mouth. $He gives it an experimental suckle. To $his joy, $he soon is rewarded with a fresh spurt of semen-like nutrition supplement. Then $he readjusts the holder to keep the phallus lodged in $his mouth, effectively forcing $himself to keep sucking the artificial dick.
+			<</if>>
 		<</if>>
-	<<elseif ($activeSlave.fetish == "dom")>>
-		dominating their sexual partners.
-	<<elseif ($activeSlave.fetish == "masochist")>>
-		being flogged.
-	<<elseif ($activeSlave.fetish == "sadist")>>
-		abusing their sexual partners.
-	<<elseif ($activeSlave.fetish == "pregnancy")>>
+		</div>
+		<div>
+		The milking chair comes with a small screen, providing mental stimulation for the cow. It is highly pornographic, of course. It also includes live-streams of close-ups from the cows being milked or their orifices being penetrated. $activeSlave.slaveName selects $his favorite program<<if canSee($activeSlave)>> to watch<<elseif canHear($activeSlave)>> to listen to<<else>> to feel the vibrations from<</if>>. It features
 		<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
-			fucking pregnant women.
+			men
 		<<else>>
-			being fucked while pregnant.
-			<<if $dairyPregSetting > 0>>
-				The dairy stimulators are synced to the videos. The impregnating dildo thrusts in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was $him being fucked and cummed inside in the videos all over.
+			women
+		<</if>>
+		<<if ($activeSlave.fetish == "submissive")>>
+			submitting to their sexual partners.
+		<<elseif ($activeSlave.fetish == "cumslut")>>
+			<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
+				jacking off directly into the camera.
+			<<else>>
+				sucking dick for all it's worth.
+			<</if>>
+			<<if $dairyFeedersSetting == 1 >>
+				The dairy feeders ejaculations are synced with the events in the video. $activeSlave.slaveName receives a load of cum-like nutrition every time a dick shoots. It really draws $him into the pornography.
+			<</if>>
+		<<elseif ($activeSlave.fetish == "humiliation")>>
+			being humiliated.
+		<<elseif ($activeSlave.fetish == "buttslut")>>
+			being fucked in the ass.
+			<<if $dairyStimulatorsSetting == 1>>
+				The dairy stimulators are synced to the videos. The automatic sodomizers thrust in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was $him being fucked in the videos all over.
 			<</if>>
+		<<elseif ($activeSlave.fetish == "dom")>>
+			dominating their sexual partners.
+		<<elseif ($activeSlave.fetish == "masochist")>>
+			being flogged.
+		<<elseif ($activeSlave.fetish == "sadist")>>
+			abusing their sexual partners.
+		<<elseif ($activeSlave.fetish == "pregnancy")>>
+			<<if $activeSlave.attrXY > $activeSlave.attrXX || $activeSlave.behavioralQuirk == "adores men">>
+				fucking pregnant women.
+			<<else>>
+				being fucked while pregnant.
+				<<if $dairyPregSetting > 0>>
+					The dairy stimulators are synced to the videos. The impregnating dildo thrusts in exactly the same way as the dicks or dildos in the video. $activeSlave.slaveName is amazed by this advanced pornography. It feels like it was $him being fucked and cummed inside in the videos all over.
+				<</if>>
+			<</if>>
+		<<else>>
+			engaging in vanilla intercourse.
 		<</if>>
-	<<else>>
-		engaging in vanilla intercourse.
-	<</if>>
+		</div>
 	</div>
-</div>
 </p>
 
 <p>
-Sexual stimulation increases product output.
-<<if $Milkmaid == 0 && $dairyStimulatorsSetting == 0>>
-	Unfortunately, there is neither a milkmaid providing personal assistance nor automatic sodomizers installed in your dairy.<br>
-<<else>>
-	<<if $Milkmaid != 0>>
-		<<setLocalPronouns $Milkmaid 2>>
-		Your milkmaid $Milkmaid.slaveName is working in the dairy. Whenever a cow needs _his2 assistance, _he2 is happy to help.
-		<<if $Milkmaid.dick > 1 && canPenetrate($Milkmaid)>>
-			Most often, _he2 uses _his2 cock to penetrate the cows.
-		<<else>>
-			Lacking penile equipment of appropriate size, _he2 relies on _his2 tongue to stimulate the cow's sexual organs.
-		<</if>>
-		_He2 is quite skilled in giving mammary massages and handjobs, too.
-		<<if $milkmaidImpregnates == 1 && canPenetrate($Milkmaid) && $Milkmaid.pubertyXY == 1 && $Milkmaid.ballType == "human">>
-			If at all possible, it is _his2 duty to thoroughly knock up _his2 charges.
-		<</if>>
-		<br>
-	<</if>>
-	<<if $dairyStimulatorsSetting > 0>>
-		Automated sodomizers help the cows produce by penetrating their anuses. The milking chairs built-in sensors measure $activeSlave.slaveName's anal capacity.
-		<<if $activeSlave.anus == 0 >>
-			The machine detects an unused rear-end. In order to protect $his anal virginity, the automatic sodomizer stays inactive.
-		<<else>>
-			In order to provide adequate stimulation for $his
-			<<if $activeSlave.anus > 3>>
-				gaping anus, the automatic sodomizer is equipped with a gigantic horse-like phallus. It wobbles menacingly.
-			<<elseif $activeSlave.anus > 2>>
-				well-used rear-end, the automatic sodomizer is equipped with a large phallus. It is nicely ribbed for extra stimulation.
+	Sexual stimulation increases product output.
+	<<if $Milkmaid == 0 && $dairyStimulatorsSetting == 0>>
+		Unfortunately, there is neither a milkmaid providing personal assistance nor automatic sodomizers installed in your dairy.<br>
+	<<else>>
+		<<if $Milkmaid != 0>>
+			<<setLocalPronouns $Milkmaid 2>>
+			Your milkmaid $Milkmaid.slaveName is working in the dairy. Whenever a cow needs _his2 assistance, _he2 is happy to help.
+			<<if $Milkmaid.dick > 1 && canPenetrate($Milkmaid)>>
+				Most often, _he2 uses _his2 cock to penetrate the cows.
 			<<else>>
-				anus, the automatic sodomizer is equipped with a fair-sized silicone phallus.
-			<</if>>
-			Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's behind.
-			<<if $activeSlave.fetish == "buttslut" || $activeSlave.sexualFlaw == "anal addict">>
-				$He shudders with joy.
+				Lacking penile equipment of appropriate size, _he2 relies on _his2 tongue to stimulate the cow's sexual organs.
 			<</if>>
-			Soon, the automatic sodomizer pumps the dildo in and out of $his butt-hole.
-			<<if ($activeSlave.balls > 0) && ($activeSlave.scrotum > 0)>>
-				$His<<if $activeSlave.balls > 5 >> massive<</if>> balls swing back and forth.
-			<</if>>
-			<<if $activeSlave.dick > 0 >>
-				<<if $activeSlave.prostate != 0>>
-					The dildo stimulates $his prostate perfectly. Pre-cum begins to leak from $his cock.
-				<</if>>
-				/* TODO: the next lines feel non-canon */
-				The milking machine remains at this setting for longer than normal. Pre-cum is considered a delicacy and is harvested as much as possible before having a negative impact on cum production.
+			_He2 is quite skilled in giving mammary massages and handjobs, too.
+			<<if $milkmaidImpregnates == 1 && canPenetrate($Milkmaid) && $Milkmaid.pubertyXY == 1 && $Milkmaid.ballType == "human">>
+				If at all possible, it is _his2 duty to thoroughly knock up _his2 charges.
 			<</if>>
+			<br>
 		<</if>>
-		<br>
-	<</if>>
-	<<if $dairyPregSetting > 0>>
-		Ejaculate squirting dildos keep the slave's wombs stuffed with seed until they are confirmed pregnant and aid in preparing them for childbirth.
-		<<if isFertile($activeSlave)>>
-			Since $he is quite fertile, it springs to life.
-			<<if $activeSlave.vagina == 0>>
-				The machine detects a virgin pussy. In order to protect $his virginity, the automatic dildo returns to its housing.
+		<<if $dairyStimulatorsSetting > 0>>
+			Automated sodomizers help the cows produce by penetrating their anuses. The milking chairs built-in sensors measure $activeSlave.slaveName's anal capacity.
+			<<if $activeSlave.anus == 0 >>
+				The machine detects an unused rear-end. In order to protect $his anal virginity, the automatic sodomizer stays inactive.
 			<<else>>
 				In order to provide adequate stimulation for $his
-				<<if $activeSlave.vagina > 3>>
-					gaping vagina, the automatic dildo is equipped with a gigantic horse-like phallus. It wobbles menacingly.
-				<<elseif $activeSlave.vagina > 2>>
-					well-used rear-end, the automatic dildo is equipped with a large phallus. It is nicely ribbed for extra stimulation.
+				<<if $activeSlave.anus > 3>>
+					gaping anus, the automatic sodomizer is equipped with a gigantic horse-like phallus. It wobbles menacingly.
+				<<elseif $activeSlave.anus > 2>>
+					well-used rear-end, the automatic sodomizer is equipped with a large phallus. It is nicely ribbed for extra stimulation.
 				<<else>>
-					vagina, the automatic dildo is equipped with a fair-sized silicone phallus.
+					anus, the automatic sodomizer is equipped with a fair-sized silicone phallus.
 				<</if>>
-				Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's pussy.
-				<<if $activeSlave.fetish == "pregnancy" || $activeSlave.sexualFlaw == "breeder">>
+				Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's behind.
+				<<if $activeSlave.fetish == "buttslut" || $activeSlave.sexualFlaw == "anal addict">>
 					$He shudders with joy.
 				<</if>>
-				Soon, the automatic impregnator pumps the dildo in and out of $his body, frequently releasing large loads of potent cum directly into $his womb.
+				Soon, the automatic sodomizer pumps the dildo in and out of $his butt-hole.
+				<<if ($activeSlave.balls > 0) && ($activeSlave.scrotum > 0)>>
+					$His<<if $activeSlave.balls > 5 >> massive<</if>> balls swing back and forth.
+				<</if>>
+				<<if $activeSlave.dick > 0 >>
+					<<if $activeSlave.prostate != 0>>
+						The dildo stimulates $his prostate perfectly. Pre-cum begins to leak from $his cock.
+					<</if>>
+					/* TODO: the next lines feel non-canon */
+					The milking machine remains at this setting for longer than normal. Pre-cum is considered a delicacy and is harvested as much as possible before having a negative impact on cum production.
+				<</if>>
+			<</if>>
+			<br>
+		<</if>>
+		<<if $dairyPregSetting > 0>>
+			Ejaculate squirting dildos keep the slave's wombs stuffed with seed until they are confirmed pregnant and aid in preparing them for childbirth.
+			<<if isFertile($activeSlave)>>
+				Since $he is quite fertile, it springs to life.
+				<<if $activeSlave.vagina == 0>>
+					The machine detects a virgin pussy. In order to protect $his virginity, the automatic dildo returns to its housing.
+				<<else>>
+					In order to provide adequate stimulation for $his
+					<<if $activeSlave.vagina > 3>>
+						gaping vagina, the automatic dildo is equipped with a gigantic horse-like phallus. It wobbles menacingly.
+					<<elseif $activeSlave.vagina > 2>>
+						well-used rear-end, the automatic dildo is equipped with a large phallus. It is nicely ribbed for extra stimulation.
+					<<else>>
+						vagina, the automatic dildo is equipped with a fair-sized silicone phallus.
+					<</if>>
+					Lubrication spurts from a hole at the tip, giving the artificial phallus a very lifelike pre-dripping look. Gently, the mechanical arm pushes the phallus into $activeSlave.slaveName's pussy.
+					<<if $activeSlave.fetish == "pregnancy" || $activeSlave.sexualFlaw == "breeder">>
+						$He shudders with joy.
+					<</if>>
+					Soon, the automatic impregnator pumps the dildo in and out of $his body, frequently releasing large loads of potent cum directly into $his womb.
+				<</if>>
 			<</if>>
 		<</if>>
 	<</if>>
-<</if>>
-/* GETTING IN END */
+	/* GETTING IN END */
 </p>
 
 /* MILKING ROUTINE */
 <p>
-<<if $activeSlave.lactation > 0>>
-	The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples begin to pulse rhythmically. Soon, a steady flow of breast-milk is sucked away into the storage tanks.
-<</if>>
-<<if $activeSlave.dick > 0>>
-	The milking machine uses suction to draw $his dick into the receptacle.
-	<<if $activeSlave.dick > 10>>
-		$His dick is too large to even consider getting hard again, so it just attaches firmly to the tip.
-	<<elseif $activeSlave.dick > 8>>
-		$He is on the verge of passing out as most of $his blood volume rushes into $his dick. $He cannot possibly reach a full erection without the machine's help. $He fights to stay awake so $he can enjoy $his inhuman cock at throbbing hardness.
-	<<elseif $activeSlave.dick > 6>>
-		$He feels dizzy as most of $his blood volume rushes into $his dick. It is not easy for $his body to maintain an erection. But with the machine's help, $he can produce a full throbbing hard-on.
-	<<else>>
-		It brings $him to a full, throbbing erection within seconds.
+	<<if $activeSlave.lactation > 0>>
+		The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples begin to pulse rhythmically. Soon, a steady flow of breast-milk is sucked away into the storage tanks.
 	<</if>>
-	The machine strokes $his dick mechanically, but very pleasurably.
-<</if>>
-It does not take long for $activeSlave.slaveName to reach $his first orgasm of many. $His muscles tense.
-<<if $activeSlave.dick > 0>>
-	$His <<if $activeSlave.balls > 5 >>cum-engorged<</if>> balls draw up.
-	$His <<if $activeSlave.dick > 8 >>gargantuan member<<elseif $activeSlave.dick > 6 >>huge cock<<else>>dick<</if>> twitches and flexes within its receptacle.
-	<<if $activeSlave.balls >= 50>>
-		A special tank beneath $him holds $his monolithic balls' endless ejaculate while the machine struggles to suck it away.
-	<<elseif $activeSlave.balls >= 37>>
-		A special tank attached to the hose holds $his titanic balls' near endless ejaculate while the machine struggles to suck it away.
-	<<elseif $activeSlave.balls >= 25>>
-		A special reservoir attached to the hose holds $his massive balls' ridiculous ejaculate while the machine struggles to suck it away.
-	<<elseif $activeSlave.balls >= 10>>
-		The machine strains to suck down the giant load from $his huge balls.
-	<<elseif $activeSlave.balls > 5>>
-		The copious ejaculation from $his over-sized balls give the machine something to work on.
-	<<elseif $activeSlave.balls > 0>>
-		$His ejaculate is quickly sucked away.
-	<<else>>
-		$His ballslessness impedes cum-production, but ejaculating feels nice, anyway.
+	<<if $activeSlave.dick > 0>>
+		The milking machine uses suction to draw $his dick into the receptacle.
+		<<if $activeSlave.dick > 10>>
+			$His dick is too large to even consider getting hard again, so it just attaches firmly to the tip.
+		<<elseif $activeSlave.dick > 8>>
+			$He is on the verge of passing out as most of $his blood volume rushes into $his dick. $He cannot possibly reach a full erection without the machine's help. $He fights to stay awake so $he can enjoy $his inhuman cock at throbbing hardness.
+		<<elseif $activeSlave.dick > 6>>
+			$He feels dizzy as most of $his blood volume rushes into $his dick. It is not easy for $his body to maintain an erection. But with the machine's help, $he can produce a full throbbing hard-on.
+		<<else>>
+			It brings $him to a full, throbbing erection within seconds.
+		<</if>>
+		The machine strokes $his dick mechanically, but very pleasurably.
 	<</if>>
-<</if>>
-<<if ($activeSlave.dick < 1) && ($activeSlave.balls > 0) && ($activeSlave.prostate > 0)>>
-	Cum splashes from $his urethra and is quickly sucked away.
-<</if>>
-<<if $activeSlave.lactation > 0>>
-	<br>
-	The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples switch from rhythmic pulsing into intense suction. Aided by $his orgasm, milk spurts from $his nipples
-	<<if $activeSlave.boobs > 20000>>
-		in obscenely massive amounts. $His immense breasts seem to never empty.
-	<<elseif $activeSlave.boobs > 10000>>
-		in absurdly large amounts. $His gargantuan breasts do not seem to get less milk-laden for a long time.
-	<<elseif $activeSlave.boobs > 5000>>
-		in powerful jets. $His huge breasts can provide multiple liters of milk.
-	<<elseif $activeSlave.boobs > 1000>>
-		for quite some time. $His large breasts can store an impressive volume of milk.
-	<<elseif $activeSlave.boobs > 700>>
-		until there is enough for whitening a cup of coffee. $His average breasts cannot store much more milk.
-	<<elseif ($arcologies[0].FSSlimnessEnthusiast > 80)>>
-		for a surprisingly long time. Your arcology succeeded in optimized the milking process for small breasts.
-	<<else>>
-		for a short time. $His small tits cannot dispense much milk at once.
+	It does not take long for $activeSlave.slaveName to reach $his first orgasm of many. $His muscles tense.
+	<<if $activeSlave.dick > 0>>
+		$His <<if $activeSlave.balls > 5 >>cum-engorged<</if>> balls draw up.
+		$His <<if $activeSlave.dick > 8 >>gargantuan member<<elseif $activeSlave.dick > 6 >>huge cock<<else>>dick<</if>> twitches and flexes within its receptacle.
+		<<if $activeSlave.balls >= 50>>
+			A special tank beneath $him holds $his monolithic balls' endless ejaculate while the machine struggles to suck it away.
+		<<elseif $activeSlave.balls >= 37>>
+			A special tank attached to the hose holds $his titanic balls' near endless ejaculate while the machine struggles to suck it away.
+		<<elseif $activeSlave.balls >= 25>>
+			A special reservoir attached to the hose holds $his massive balls' ridiculous ejaculate while the machine struggles to suck it away.
+		<<elseif $activeSlave.balls >= 10>>
+			The machine strains to suck down the giant load from $his huge balls.
+		<<elseif $activeSlave.balls > 5>>
+			The copious ejaculation from $his over-sized balls give the machine something to work on.
+		<<elseif $activeSlave.balls > 0>>
+			$His ejaculate is quickly sucked away.
+		<<else>>
+			$His ballslessness impedes cum-production, but ejaculating feels nice, anyway.
+		<</if>>
 	<</if>>
-<</if>>
-<div>
-<<if $activeSlave.prostate != 0 && $activeSlave.dick == 0 && $activeSlave.balls == 0>>
-	$activeSlave.slaveName has no cock, but a functional prostate gland. It's attached to $his urethra, so $he squirts <<if $activeSlave.prostate > 2>>massively<<else>>copiously<</if>> while $he orgasms. The exotic fluid is caught by a basin positioned under $his <<if $activeSlave.vagina >= 0 >>dripping pussy<<else>>featureless crotch<</if>>.
-<</if>>
-</div>
+	<<if ($activeSlave.dick < 1) && ($activeSlave.balls > 0) && ($activeSlave.prostate > 0)>>
+		Cum splashes from $his urethra and is quickly sucked away.
+	<</if>>
+	<<if $activeSlave.lactation > 0>>
+		<br>
+		The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples switch from rhythmic pulsing into intense suction. Aided by $his orgasm, milk spurts from $his nipples
+		<<if $activeSlave.boobs > 20000>>
+			in obscenely massive amounts. $His immense breasts seem to never empty.
+		<<elseif $activeSlave.boobs > 10000>>
+			in absurdly large amounts. $His gargantuan breasts do not seem to get less milk-laden for a long time.
+		<<elseif $activeSlave.boobs > 5000>>
+			in powerful jets. $His huge breasts can provide multiple liters of milk.
+		<<elseif $activeSlave.boobs > 1000>>
+			for quite some time. $His large breasts can store an impressive volume of milk.
+		<<elseif $activeSlave.boobs > 700>>
+			until there is enough for whitening a cup of coffee. $His average breasts cannot store much more milk.
+		<<elseif ($arcologies[0].FSSlimnessEnthusiast > 80)>>
+			for a surprisingly long time. Your arcology succeeded in optimized the milking process for small breasts.
+		<<else>>
+			for a short time. $His small tits cannot dispense much milk at once.
+		<</if>>
+	<</if>>
+	<div>
+		<<if $activeSlave.prostate != 0 && $activeSlave.dick == 0 && $activeSlave.balls == 0>>
+			$activeSlave.slaveName has no cock, but a functional prostate gland. It's attached to $his urethra, so $he squirts <<if $activeSlave.prostate > 2>>massively<<else>>copiously<</if>> while $he orgasms. The exotic fluid is caught by a basin positioned under $his <<if $activeSlave.vagina >= 0 >>dripping pussy<<else>>featureless crotch<</if>>.
+		<</if>>
+	</div>
 </p>
 
 <p>
-With the first milking cycle being over, $activeSlave.slaveName drifts into a relaxing slumber.
-<<if $dairyFeedersSetting == 1 && ($activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut")>>
-	$He grins madly around the phallus $he stuffed in $his mouth.
-<</if>>
-<<if $dairyPregSetting > 0 && isFertile($activeSlave) && $activeSlave.vagina > 0>>
-	$He gets comfortable around $his cum-bloated belly as the impregnator continues its task.
-<</if>>
-<<if $activeSlave.lactation > 0>>
-	The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples pulse slower and with less vigor. The lactation never fully subsides. The steady but gentle suction helps increasing milk production without actually draining the breasts.
-	<<set $activeSlave.lactationDuration = 2>>
-	<<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>>
-<</if>>
-<<if $activeSlave.dick > 0>>
-	The suction on $his dick stops, allowing $his abused member to go soft and have some rest.
-<</if>>
-<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
-	$His balls rest, dangling down and relieved. They already started to produce more cum. They seem to wait for their next chance to unload.
-<</if>>
+	With the first milking cycle being over, $activeSlave.slaveName drifts into a relaxing slumber.
+	<<if $dairyFeedersSetting == 1 && ($activeSlave.sexualFlaw == "cum addict" || $activeSlave.fetish == "cumslut")>>
+		$He grins madly around the phallus $he stuffed in $his mouth.
+	<</if>>
+	<<if $dairyPregSetting > 0 && isFertile($activeSlave) && $activeSlave.vagina > 0>>
+		$He gets comfortable around $his cum-bloated belly as the impregnator continues its task.
+	<</if>>
+	<<if $activeSlave.lactation > 0>>
+		The milking cups <<if $activeSlave.nipples == "fuckable">>over<<else>>on<</if>> $his nipples pulse slower and with less vigor. The lactation never fully subsides. The steady but gentle suction helps increasing milk production without actually draining the breasts.
+		<<set $activeSlave.lactationDuration = 2>>
+		<<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>>
+	<</if>>
+	<<if $activeSlave.dick > 0>>
+		The suction on $his dick stops, allowing $his abused member to go soft and have some rest.
+	<</if>>
+	<<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>
+		$His balls rest, dangling down and relieved. They already started to produce more cum. They seem to wait for their next chance to unload.
+	<</if>>
 </p>
 
 <p>