From 4509050e53b971631d0b3f7f7bb190d8f43fe8f1 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 29 Jan 2020 17:37:23 -0500
Subject: [PATCH] white

---
 src/uncategorized/recETS.tw | 26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

diff --git a/src/uncategorized/recETS.tw b/src/uncategorized/recETS.tw
index 43ae6638492..7f2317771b3 100644
--- a/src/uncategorized/recETS.tw
+++ b/src/uncategorized/recETS.tw
@@ -1463,18 +1463,12 @@
 	<<case "matched pair">>
 		<p>
 			A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with their own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts and bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple. You instruct them to tell you about themselves.
-		</p>
-
-		<p>
 			<<run Enunciate ($relative2)>>
 			One of them speaks up. "We're twin<<s>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. Fraternal twin<<s>>. We have been given hormone treatment<<s>> and <<s>>urgery to match one another more clo<<s>>ely, e<<x>><<c>>ept for one detail." They lift their skirts; the speaker has a hormone-atrophied cock, while $his _sister2 has a pussy, along with a large clit that almost matches $his sibling's member in size. "We've al<<s>>o been trained ever <<s>>in<<c>>e we turned $minimumSlaveAge to be completely obedient, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>, in everything, and <<s>>e<<x>>ually profi<<c>>ient."
 		</p>
 	<<case "identical pair">>
 		<p>
 			A pair of young slaves is going door to door offering themselves for sale on behalf of their owner. It's rare to see a slave obedient enough to be entrusted with their own sale, and the price alone suggests there's something interesting, so you let them up. They stand in front of your desk and wait for instructions. They appear to be twins, and are dressed identically: they're wearing very skimpy miniskirts and bikini tops so brief that their areolae are clearly visible around the scrap of cloth over each nipple. You instruct them to tell you about themselves.
-		</p>
-
-		<p>
 			<<run Enunciate ($relative)>>
 			One of them speaks up. "We're twin<<s>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>. Identical twin<<s>>. We've al<<s>>o been trained <<if ($activeSlave.actualAge > $minimumSlaveAge)>>ever <<s>>in<<c>>e we turned $minimumSlaveAge<</if>> to be completely obedient, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>, in everything, and <<s>>e<<x>>ually profi<<c>>ient."
 		</p>
@@ -1509,17 +1503,15 @@
 <</switch>>
 
 /* Extra price flavor */
-<p>
-	<<switch $RecETSevent>>
-		<<case "matched pair">>
-			"We co<<s>>t <<print cashFormat(_ContractCost)>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>."
-		<<case "identical pair">>
-			"We co<<s>>t <<print cashFormat(_ContractCost)>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>."
-		<<case "identical herm pair">>
-			<<run Enunciate ($relative)>>
-			"We co<<s>>t <<print cashFormat(_ContractCost)>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>."
-	<</switch>>
-</p>
+<<switch $RecETSevent>>
+	<<case "matched pair">>
+		"We co<<s>>t <<print cashFormat(_ContractCost)>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>."
+	<<case "identical pair">>
+		"We co<<s>>t <<print cashFormat(_ContractCost)>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>."
+	<<case "identical herm pair">>
+		<<run Enunciate ($relative)>>
+		"We co<<s>>t <<print cashFormat(_ContractCost)>>, <<if $PC.title != 0>><<s>>ir<<else>>ma'am<</if>>."
+<</switch>>
 
 /* The price */
 <p class="detail">
-- 
GitLab