diff --git a/compile b/compile
index 295890fa6177ffa253c2dac364894316b4f1b70e..5d8feaa2194c6f572c8d5b2ffc5f1d7fd924296b 100755
--- a/compile
+++ b/compile
@@ -47,7 +47,7 @@ else
 		fi
 		;;
 	*)
-		echo "No system tweego binary found, and no pecompiled binary for your platform available"
+		echo "No system tweego binary found, and no precompiled binary for your platform available"
 		echo "Please compile tweego and put the executable in PATH"
 		exit 2
 	esac
diff --git a/compile-git b/compile-git
index f077fe27905091abd6b7511ae45a4e9607d140bd..92331b4916db9a0906e43e383916518ab689f2e5 100755
--- a/compile-git
+++ b/compile-git
@@ -29,7 +29,7 @@ else
 		fi
 		;;
 	*)
-		echo "No system tweego binary found, and no pecompiled binary for your platform available"
+		echo "No system tweego binary found, and no precompiled binary for your platform available"
 		echo "Please compile tweego and put the executable in PATH"
 		exit 2
 	esac
diff --git a/compile.bat b/compile.bat
index 1491de7b9f2be131954ce9a15ef855cd286e2a3a..535d53bf3428e56d93b18778ba837697b1e6cb3f 100644
--- a/compile.bat
+++ b/compile.bat
@@ -6,9 +6,9 @@ pushd %~dp0
 
 :: Run the appropriate compiler for the user's CPU architecture.
 if %PROCESSOR_ARCHITECTURE% == AMD64 (
-    CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src"
+	CALL "%~dp0devTools\tweeGo\tweego_win64.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src"
 ) else (
-    CALL "%~dp0devTools\tweeGo\tweego_win86.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src"
+	CALL "%~dp0devTools\tweeGo\tweego_win86.exe" -o "%~dp0bin/FC_pregmod.html" "%~dp0src"
 )
 
 popd
diff --git a/compile_debug+sanityCheck.bat b/compile_debug+sanityCheck.bat
index 7e73de714b767c764d92de761b7cc9008e51f8d0..d9d4bbffca2a5383a4ba22b29c1e8f154043ce7c 100644
--- a/compile_debug+sanityCheck.bat
+++ b/compile_debug+sanityCheck.bat
@@ -8,15 +8,15 @@ pushd %~dp0
 setlocal enabledelayedexpansion
 
 for %%k in (HKCU HKLM) do (
-    for %%w in (\ \Wow6432Node\) do (
-        for /f "skip=2 delims=: tokens=1*" %%a in ('reg query "%%k\SOFTWARE%%wMicrosoft\Windows\CurrentVersion\Uninstall\Git_is1" /v InstallLocation 2^> nul') do (
-            for /f "tokens=3" %%z in ("%%a") do (
-                set GIT=%%z:%%b
+	for %%w in (\ \Wow6432Node\) do (
+		for /f "skip=2 delims=: tokens=1*" %%a in ('reg query "%%k\SOFTWARE%%wMicrosoft\Windows\CurrentVersion\Uninstall\Git_is1" /v InstallLocation 2^> nul') do (
+			for /f "tokens=3" %%z in ("%%a") do (
+				set GIT=%%z:%%b
 				set GITFOUND=yes
-                goto FOUND
-            )
-        )
-    )
+				goto FOUND
+			)
+		)
+	)
 )
 :FOUND
 if %GITFOUND% == yes (
diff --git a/sanityCheck b/sanityCheck
index efd3d13c7d5ba865f4ff057b8e7fa6f281ec2281..a9540854dbdfd26adc43ea2907aeb95349758530 100755
--- a/sanityCheck
+++ b/sanityCheck
@@ -34,7 +34,7 @@ $GREP -e "<<[^\"<>]*\([^\"<>]*\"[^><\"]*\"\| [<>] \)*\"\([^\"<>]*\"[^><\"]*\"\|
 $GREP -e "@@color:" --and --not -e  "@@color:rgb([0-9 ]\+,[0-9 ]\+,[0-9 ]\+)" -- "src/*" | myprint "UseCssColors"
 # Check for missing $ in activeSlave or PC
 $GREP "<<[ ]*[^\$><_\[]*\(activeSlave\|PC\)[.]"  -- "src/*" | myprint "MissingDollar"
-# Check for closing bracket without opening bracket.  e.g.:  <<if foo)>>      (but  <<case "foo")>>   is valid, so ignore those
+# Check for closing bracket without opening bracket.  e.g.:  <<if foo)>>	  (but  <<case "foo")>>   is valid, so ignore those
 $GREP -e "<<[ a-zA-Z]\+\([^()<>]\|[^()<>][<>][^()<>]\)*)" --and --not -e "<< *case"  -- "src/*" | myprint "MissingOpeningBracket"
 # Check for opening bracket without closing bracket.  e.g.:  <<if (foo>>
 $GREP -e "<<[ a-zA-Z]\([^<>]\|[^<>][<>][^<>]\)\+(\([^()<>]\|[^<>()][<>][^<>()]\|([^<>()]*])\)*>>" -- "src/*" | myprint "MissingClosingBracket"
@@ -97,7 +97,7 @@ $GREP "<<[a-zA-Z]\([^\"'>]\|[^\"'>]>[^\"'>]\)*[a-zA-Z][.][^a-zA-Z]" | myprint "S
 # Check for @@. instead of .@@
 $GREP -E "@@(\.|,|;|:)\s" -- src/*.tw | myprint "WrongSelectorPunctuation"
 
-# Check that we do not have any variables that we use only once.   e.g.     $onlyUsedOnce
+# Check that we do not have any variables that we use only once.   e.g.	 $onlyUsedOnce
 # Ignore  *Nationalities
 (
 cd src/
diff --git a/src/facilities/farmyard/farmerSelectWorkaround.tw b/src/facilities/farmyard/farmerSelectWorkaround.tw
index 9e3257bed6910660bdd97cf81f189cc21ce563a9..65fc5da28a5ddd2df600db9e782c7017fb75c21f 100644
--- a/src/facilities/farmyard/farmerSelectWorkaround.tw
+++ b/src/facilities/farmyard/farmerSelectWorkaround.tw
@@ -10,4 +10,3 @@
 <</if>>
 
 <<goto "Farmyard">>
-
diff --git a/src/facilities/farmyard/food/foodMarket.tw b/src/facilities/farmyard/food/foodMarket.tw
index 91d4a8e426fec77cb125cc43bba932b2d0a73738..339dd99631301611d27308d740bd8855017bd4d1 100644
--- a/src/facilities/farmyard/food/foodMarket.tw
+++ b/src/facilities/farmyard/food/foodMarket.tw
@@ -17,50 +17,50 @@ The food market has @@.chocolate;<<print massFormat($foodStored)>>@@ in storage,
 | <<link "<<= massFormat(1000)>>" "Manage Economy">><<set cashX(forceNeg($foodCost*1000), "farmyard"), $foodStored += 1000>><</link>>
 | <<link "<<= massFormat(10000)>>" "Manage Economy">><<set cashX(forceNeg($foodCost*10000), "farmyard"), $foodStored += 10000>><</link>>
 <<if $foodStored > 0>>
-    <br>
-    <<link "Sell <<= massFormat(1)>>" "Manage Economy">><<set cashX(($foodCost*1), "farmyard"), $foodStored -= 1>><</link>>
+	<br>
+	<<link "Sell <<= massFormat(1)>>" "Manage Economy">><<set cashX(($foodCost*1), "farmyard"), $foodStored -= 1>><</link>>
 <</if>>
 <<if $foodStored >= 10>>
-    | <<link "<<= massFormat(10)>>" "Manage Economy">><<set cashX(($foodCost*10), "farmyard"), $foodStored -= 10>><</link>>
+	| <<link "<<= massFormat(10)>>" "Manage Economy">><<set cashX(($foodCost*10), "farmyard"), $foodStored -= 10>><</link>>
 <</if>>
 <<if $foodStored >= 100>>
-    | <<link "<<= massFormat(100)>>" "Manage Economy">><<set cashX(($foodCost*100), "farmyard"), $foodStored -= 100>><</link>>
+	| <<link "<<= massFormat(100)>>" "Manage Economy">><<set cashX(($foodCost*100), "farmyard"), $foodStored -= 100>><</link>>
 <</if>>
 <<if $foodStored >= 1000>>
-    | <<link "<<= massFormat(1000)>>" "Manage Economy">><<set cashX(($foodCost*1000), "farmyard"), $foodStored -= 1000>><</link>>
+	| <<link "<<= massFormat(1000)>>" "Manage Economy">><<set cashX(($foodCost*1000), "farmyard"), $foodStored -= 1000>><</link>>
 <</if>>
 <<if $foodStored >= 10000>>
-    | <<link "<<= massFormat(10000)>>" "Manage Economy">><<set cashX(($foodCost*10000), "farmyard"), $foodStored -= 10000>><</link>>
+	| <<link "<<= massFormat(10000)>>" "Manage Economy">><<set cashX(($foodCost*10000), "farmyard"), $foodStored -= 10000>><</link>>
 <</if>>
 <<if $food > 0>>
-    <br>
-    <<link "Store <<= massFormat(1)>>" "Manage Economy">><<set $foodStored += 1, $food -= 1>><</link>>
+	<br>
+	<<link "Store <<= massFormat(1)>>" "Manage Economy">><<set $foodStored += 1, $food -= 1>><</link>>
 <</if>>
 <<if $food >= 10>>
-    | <<link "<<= massFormat(10)>>" "Manage Economy">><<set $foodStored += 10, $food -= 10>><</link>>
+	| <<link "<<= massFormat(10)>>" "Manage Economy">><<set $foodStored += 10, $food -= 10>><</link>>
 <</if>>
 <<if $food >= 100>>
-    | <<link "<<= massFormat(100)>>" "Manage Economy">><<set $foodStored += 100, $food -= 100>><</link>>
+	| <<link "<<= massFormat(100)>>" "Manage Economy">><<set $foodStored += 100, $food -= 100>><</link>>
 <</if>>
 <<if $food >= 1000>>
-    | <<link "<<= massFormat(1000)>>" "Manage Economy">><<set $foodStored += 1000, $food -= 1000>><</link>>
+	| <<link "<<= massFormat(1000)>>" "Manage Economy">><<set $foodStored += 1000, $food -= 1000>><</link>>
 <</if>>
 <<if $food >= 10000>>
-    | <<link "<<= massFormat(10000)>>" "Manage Economy">><<set $foodStored += 10000, $food -= 10000>><</link>>
+	| <<link "<<= massFormat(10000)>>" "Manage Economy">><<set $foodStored += 10000, $food -= 10000>><</link>>
 <</if>>
 <<if $foodStored > 0>>
-    <br>
-    <<link "Retrieve <<= massFormat(1)>>" "Manage Economy">><<set $food += 1, $foodStored -= 1>><</link>>
+	<br>
+	<<link "Retrieve <<= massFormat(1)>>" "Manage Economy">><<set $food += 1, $foodStored -= 1>><</link>>
 <</if>>
 <<if $foodStored >= 10>>
-    | <<link "<<= massFormat(10)>>" "Manage Economy">><<set $food += 10, $foodStored -= 10>><</link>>
+	| <<link "<<= massFormat(10)>>" "Manage Economy">><<set $food += 10, $foodStored -= 10>><</link>>
 <</if>>
 <<if $foodStored >= 100>>
-    | <<link "<<= massFormat(100)>>" "Manage Economy">><<set $food += 100, $foodStored -= 100>><</link>>
+	| <<link "<<= massFormat(100)>>" "Manage Economy">><<set $food += 100, $foodStored -= 100>><</link>>
 <</if>>
 <<if $foodStored >= 1000>>
-    | <<link "<<= massFormat(1000)>>" "Manage Economy">><<set $food += 1000, $foodStored -= 1000>><</link>>
+	| <<link "<<= massFormat(1000)>>" "Manage Economy">><<set $food += 1000, $foodStored -= 1000>><</link>>
 <</if>>
 <<if $foodStored >= 10000>>
-    | <<link "<<= massFormat(10000)>>" "Manage Economy">><<set $food += 10000, $foodStored -= 10000>><</link>>
+	| <<link "<<= massFormat(10000)>>" "Manage Economy">><<set $food += 10000, $foodStored -= 10000>><</link>>
 <</if>>
diff --git a/src/facilities/farmyard/food/pFoodCrisis.tw b/src/facilities/farmyard/food/pFoodCrisis.tw
index 2d8cbe8d5e417470242a245724627969959930e8..05ea1b7cedb25136c13b8963a167283ae883d581 100644
--- a/src/facilities/farmyard/food/pFoodCrisis.tw
+++ b/src/facilities/farmyard/food/pFoodCrisis.tw
@@ -7,112 +7,112 @@
 <<switch $foodCrisis>>
 <<case 1>>
 
-    <<if ($PC.trading >= 100) || ($PC.career == "capitalist")>>
-        <<set _price = 2500>>
-    <<elseif ($PC.trading >= 50) || ($PC.career == "capitalist")>>
-        <<set _price = 5000>>
-    <<else>>
-        <<set _price = 10000>>
-    <</if>>
-
-    The region supplying much of the Free City's food had been battling a famine for quite some time now -- between the deteriorating weather and the war raging on -- but it had always seemed the situation was improving, and your arcology's citizens never really had to worry about going to bed hungry. Unfortunately, that all changed this week. A firefight had broken out near one of the region's largest farms, and one of the main reserves of food was caught in the crossfire.
-
-    <br><br>
-
-    Supplies steadily began to dwindle, and it wasn't long before the prices of food began to rise as a result. <<if $arcologyUpgrade.hydro == 1>>Even the hydroponics system you had installed earlier could barely put a dent in the needs of your citizens.<</if>> Now, the poorest in your arcology are facing starvation. Seeing no other choice, they turned to you to provide them with sustenance. ''This is a unique opportunity.'' It's unlikely your citizens would ask for your help again, should you choose not to help them.
-
-    <br><br>
-
-    <span id="result">
-    <<link "Provide them with ample rations">>
-        <<replace "#result">>
-        You have enough to go around, so you decide to help the desperate citizens. You have a number of rationing stations set up throughout $arcologies[0].name and announce that each citizen is entitled to four full meals a day, more than enough to sate the hunger of even the most famished of men. Your citizens are @@.green;thrilled@@ to hear that their leader is looking out for them.
-        <<set $rep += 1000>>
-        <<set cashX(forceNeg(_price*2), "farmyard")>>
-        <<set $rations = 2>>
-        <</replace>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price*2)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price*2)>> and incur signifcant upkeep costs//<</if>>
-    <</link>>
-    <br><<link "Give them enough to survive on">>
-        <<replace "#result">>
-        You have your own problems to deal with, but that doesn't mean you don't look out for your own. You have a number of rationing stations set up throughout $arcologies[0].name and announce that each citizen is entitled to two full meals a day, just enough for your citizens not to starve. Your citizens are @@.green;happy@@ to hear that their leader is looking out for them.
-        <<set $rep += 500>>
-        <<set cashX(forceNeg(_price), "farmyard")>>
-        <<set $rations = 1>>
-        <</replace>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price)>> and incur signifcant upkeep costs//<</if>>
-    <</link>>
-    <br><<link "They can figure their problem out on their own">>
-        <<replace "#result">>
-        You have your own problems to deal with, and you simply can't afford to drop everything and solve theirs at the moment. That you can't take care of your arcology's citizen @@.red;reflects poorly on you.@@
-        <<set $rep -= 500>>
-        <</replace>>
-    <</link>>
-    </span>
+	<<if ($PC.trading >= 100) || ($PC.career == "capitalist")>>
+		<<set _price = 2500>>
+	<<elseif ($PC.trading >= 50) || ($PC.career == "capitalist")>>
+		<<set _price = 5000>>
+	<<else>>
+		<<set _price = 10000>>
+	<</if>>
+
+	The region supplying much of the Free City's food had been battling a famine for quite some time now — between the deteriorating weather and the war raging on — but it had always seemed the situation was improving, and your arcology's citizens never really had to worry about going to bed hungry. Unfortunately, that all changed this week. A firefight had broken out near one of the region's largest farms, and one of the main reserves of food was caught in the crossfire.
+
+	<br><br>
+
+	Supplies steadily began to dwindle, and it wasn't long before the prices of food began to rise as a result. <<if $arcologyUpgrade.hydro == 1>>Even the hydroponics system you had installed earlier could barely put a dent in the needs of your citizens.<</if>> Now, the poorest in your arcology are facing starvation. Seeing no other choice, they turned to you to provide them with sustenance. ''This is a unique opportunity.'' It's unlikely your citizens would ask for your help again, should you choose not to help them.
+
+	<br><br>
+
+	<span id="result">
+	<<link "Provide them with ample rations">>
+		<<replace "#result">>
+		You have enough to go around, so you decide to help the desperate citizens. You have a number of rationing stations set up throughout $arcologies[0].name and announce that each citizen is entitled to four full meals a day, more than enough to sate the hunger of even the most famished of men. Your citizens are @@.green;thrilled@@ to hear that their leader is looking out for them.
+		<<set $rep += 1000>>
+		<<set cashX(forceNeg(_price*2), "farmyard")>>
+		<<set $rations = 2>>
+		<</replace>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price*2)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price*2)>> and incur significant upkeep costs//<</if>>
+	<</link>>
+	<br><<link "Give them enough to survive on">>
+		<<replace "#result">>
+		You have your own problems to deal with, but that doesn't mean you don't look out for your own. You have a number of rationing stations set up throughout $arcologies[0].name and announce that each citizen is entitled to two full meals a day, just enough for your citizens not to starve. Your citizens are @@.green;happy@@ to hear that their leader is looking out for them.
+		<<set $rep += 500>>
+		<<set cashX(forceNeg(_price), "farmyard")>>
+		<<set $rations = 1>>
+		<</replace>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price)>> and incur significant upkeep costs//<</if>>
+	<</link>>
+	<br><<link "They can figure their problem out on their own">>
+		<<replace "#result">>
+		You have your own problems to deal with, and you simply can't afford to drop everything and solve theirs at the moment. That you can't take care of your arcology's citizen @@.red;reflects poorly on you.@@
+		<<set $rep -= 500>>
+		<</replace>>
+	<</link>>
+	</span>
 
 <<case 2>>
 
-    It's been a few weeks since your citizens had approached you asking for aid, and since then, the situation hasn't improved. In fact, it had gotten worse, and food prices have reached a record high. The tension in $arcologies[0].name is palpable, and small riots have broken out more than once over disputes about food. You are not surprised, then, when you receive a visit from some of the "middle class" /* TODO: still not really happy with this */ citizens. They state that they noticed that you have been giving out rations to the poorer citizens, and, now that the situation has become dire, were wondering if you would be willing to do the same for them.
-
-    <br><br>
-
-    <span id="result">
-    <<link "Give them generous rations as well">>
-        <<replace "#result">>
-        You still have more than enough to go around, so you inform the leaders that you have decided you will give them large rations, enough to feed even the hungriest citizen. The leaders are @@.green;very pleased@@ to hear that you are taking care of them as well.
-        <<set $rep += 1000>>
-        <<set cashX(forceNeg(_price*2), "farmyard")>>
-        <<set $rations = 4>>
-        <</replace>>
-    <</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price*2)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price*2)>> and incur signifcant upkeep costs//<</if>>
-    <br><<link "Provide them with enough sustenance to survive on too">>
-        <<replace "#result">>
-        As much as you'd like to provide them with all of the food in the world, it simply is not feasible in your current situation. Therefore, you announce to the leaders that you will provide them only enough rations to live off of. The leaders understand, and are @@.green;pleased@@ to hear that you would provide for them at all.
-        <<set $rep += 500>>
-        <<set cashX(forceNeg(_price), "farmyard")>>
-        <<set $rations = 3>>
-        <</replace>>
-    <</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price)>> and incur signifcant upkeep costs//<</if>>
-    <br><<link "Change your mind about giving out any rations at all">>
-        <<replace "#result">>
-        Having given the people rations at all was a mistake, you think to yourself. You have a great number of your own problems to deal with, and providing rations to everyone that can't afford food is putting an unnecessary strain on your own situation. With this is mind, you tell the leaders that you simply can't help them at this time, and have decided that you can't help anyone with food at all. The citizens are understandbly @@.red;angry@@ that you would go back on your word.
-        <<set $rep -= 1000>>
-        <<set $rations = 0>>
-        <</replace>>
-    <</link>>
-    </span>
+	It's been a few weeks since your citizens had approached you asking for aid, and since then, the situation hasn't improved. In fact, it had gotten worse, and food prices have reached a record high. The tension in $arcologies[0].name is palpable, and small riots have broken out more than once over disputes about food. You are not surprised, then, when you receive a visit from some of the "middle class" /* TODO: still not really happy with this */ citizens. They state that they noticed that you have been giving out rations to the poorer citizens, and, now that the situation has become dire, were wondering if you would be willing to do the same for them.
+
+	<br><br>
+
+	<span id="result">
+	<<link "Give them generous rations as well">>
+		<<replace "#result">>
+		You still have more than enough to go around, so you inform the leaders that you have decided you will give them large rations, enough to feed even the hungriest citizen. The leaders are @@.green;very pleased@@ to hear that you are taking care of them as well.
+		<<set $rep += 1000>>
+		<<set cashX(forceNeg(_price*2), "farmyard")>>
+		<<set $rations = 4>>
+		<</replace>>
+	<</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price*2)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price*2)>> and incur significant upkeep costs//<</if>>
+	<br><<link "Provide them with enough sustenance to survive on too">>
+		<<replace "#result">>
+		As much as you'd like to provide them with all of the food in the world, it simply is not feasible in your current situation. Therefore, you announce to the leaders that you will provide them only enough rations to live off of. The leaders understand, and are @@.green;pleased@@ to hear that you would provide for them at all.
+		<<set $rep += 500>>
+		<<set cashX(forceNeg(_price), "farmyard")>>
+		<<set $rations = 3>>
+		<</replace>>
+	<</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price)>> and incur significant upkeep costs//<</if>>
+	<br><<link "Change your mind about giving out any rations at all">>
+		<<replace "#result">>
+		Having given the people rations at all was a mistake, you think to yourself. You have a great number of your own problems to deal with, and providing rations to everyone that can't afford food is putting an unnecessary strain on your own situation. With this is mind, you tell the leaders that you simply can't help them at this time, and have decided that you can't help anyone with food at all. The citizens are understandably @@.red;angry@@ that you would go back on your word.
+		<<set $rep -= 1000>>
+		<<set $rations = 0>>
+		<</replace>>
+	<</link>>
+	</span>
 
 <<case 3>>
 
-    Another few weeks has passed since your last meeting with your citizens regarding rationing, and things have only deteriorated further since then. It was only a matter, then, before the wealthier citizens of $arcologies[0].name paid you a visit one afternoon. While being able to afford food wasn't exactly difficult for them as of yet, they could read the writing on the wall, and knew it would only be a matter of time before the prices of food were so high that even they would be forced to beg for handouts. 
-    
-    <br><br>
-    
-    Seeing the progress you had made since taking control of the arcology, they decided their best course of action was to come to you with a proposition. They would allow you to take full control of the food supply in $arcologies[0].name, and in return you would keep them well-fed. ''This is a unique opportunity.'' If you turn their offer down, the citizens of your arcology will find another way of surviving.
-
-    <span id="result">
-    <<link "Set up a food market">>
-        <<replace "#result">>
-        You know that a proposition like this wouldn't have been easy for your citizens to make, and you also know that there is no one better suited to a task like this than you. You announce that you will be setting up a market to buy, sell, and store food in, and that you'll make sure that the citizens will continue to be well-fed. Your citizens are @@.green;glad@@ to hear that you are looking out for their best interests.
-        <<set $rep += 1000>>
-        <<set cashX(forceNeg(_price*5), "farmyard")>>
-        <<set $foodMarket = 1>>
-        <<unset $rations>>
-        <</replace>>
-    <</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost an initial investment of <<print cashFormat(_price*5)>>, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost an initial investment of <<print cashFormat(_price*5)>>//<</if>>
-    <br><<link "Politely decline their offer, but continue giving them rations">>
-        <<replace "#result">>
-        Things have been going fairly well for you, but not //that// well -- setting up an entirely new place to buy, sell, and store food would no doubt be an expensive undertaking. You tell the citizens that while you can't spare the resources to create a new market at the moment, you will honor your past agreement and continue giving them free rations. The people initially seem a bit disappointed that you don't seem to want to expand $arcologies[0].name, but are ultimately @@.green;glad@@ to hear that you'll continue taking care of them.
-        <<set $rep += 500>>
-        <<set cashX(forceNeg(_price), "farmyard")>>
-        <<set $rations = 5>>
-        <</replace>>
-    <</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price)>> and incur signifcant upkeep costs//<</if>>
-    <br><<link "Turn down their offer and end rationing completely">>
-        <<replace "#result">>
-        While a new place to buy, sell, and store food in $arcologies[0].name would most likely come in quite handy in the future, you ultimately decide that you simply cannot spare the resources required. In fact, giving rations at all was a costly venture, and after not having seen any sort of return-on-investment, you decide that you are unable to continue giving out rations anymore. Your citizens are @@.red;angry@@ at the fact that you seem not to care about them at all, but that's their problem.
-        <<set $rep -= 1000>>
-        <<unset $rations>>
-        <</replace>>
-    <</link>>
-    </span>
+	Another few weeks has passed since your last meeting with your citizens regarding rationing, and things have only deteriorated further since then. It was only a matter, then, before the wealthier citizens of $arcologies[0].name paid you a visit one afternoon. While being able to afford food wasn't exactly difficult for them as of yet, they could read the writing on the wall, and knew it would only be a matter of time before the prices of food were so high that even they would be forced to beg for handouts.
+
+	<br><br>
+
+	Seeing the progress you had made since taking control of the arcology, they decided their best course of action was to come to you with a proposition. They would allow you to take full control of the food supply in $arcologies[0].name, and in return you would keep them well-fed. ''This is a unique opportunity.'' If you turn their offer down, the citizens of your arcology will find another way of surviving.
+
+	<span id="result">
+	<<link "Set up a food market">>
+		<<replace "#result">>
+		You know that a proposition like this wouldn't have been easy for your citizens to make, and you also know that there is no one better suited to a task like this than you. You announce that you will be setting up a market to buy, sell, and store food in, and that you'll make sure that the citizens will continue to be well-fed. Your citizens are @@.green;glad@@ to hear that you are looking out for their best interests.
+		<<set $rep += 1000>>
+		<<set cashX(forceNeg(_price*5), "farmyard")>>
+		<<set $foodMarket = 1>>
+		<<unset $rations>>
+		<</replace>>
+	<</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost an initial investment of <<print cashFormat(_price*5)>>, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost an initial investment of <<print cashFormat(_price*5)>>//<</if>>
+	<br><<link "Politely decline their offer, but continue giving them rations">>
+		<<replace "#result">>
+		Things have been going fairly well for you, but not //that// well — setting up an entirely new place to buy, sell, and store food would no doubt be an expensive undertaking. You tell the citizens that while you can't spare the resources to create a new market at the moment, you will honor your past agreement and continue giving them free rations. The people initially seem a bit disappointed that you don't seem to want to expand $arcologies[0].name, but are ultimately @@.green;glad@@ to hear that you'll continue taking care of them.
+		<<set $rep += 500>>
+		<<set cashX(forceNeg(_price), "farmyard")>>
+		<<set $rations = 5>>
+		<</replace>>
+	<</link>> <<if ($PC.trading >= 50) || ($PC.career == "capitalist")>>//This will cost <<print cashFormat(_price)>> and some upkeep, @@.springgreen;reduced by your knowledge of trading@@//<<else>>//This will cost <<print cashFormat(_price)>> and incur significant upkeep costs//<</if>>
+	<br><<link "Turn down their offer and end rationing completely">>
+		<<replace "#result">>
+		While a new place to buy, sell, and store food in $arcologies[0].name would most likely come in quite handy in the future, you ultimately decide that you simply cannot spare the resources required. In fact, giving rations at all was a costly venture, and after not having seen any sort of return-on-investment, you decide that you are unable to continue giving out rations anymore. Your citizens are @@.red;angry@@ at the fact that you seem not to care about them at all, but that's their problem.
+		<<set $rep -= 1000>>
+		<<unset $rations>>
+		<</replace>>
+	<</link>>
+	</span>
 
 <</switch>>
\ No newline at end of file
diff --git a/src/facilities/farmyard/futureAnimals.tw b/src/facilities/farmyard/futureAnimals.tw
index cdb4e9402543c333b30ecaeb21bd004fd22d964b..dac46ad0138ac862ffc280ee6fd008d5174e2373 100644
--- a/src/facilities/farmyard/futureAnimals.tw
+++ b/src/facilities/farmyard/futureAnimals.tw
@@ -355,7 +355,7 @@
 		<</if>>
 		<br>
 	<</if>>
-    <<if $animalsBought.tigers == 0>>
+	<<if $animalsBought.tigers == 0>>
 		<<link "Purchase tigers" "FarmyardAnimals">><<set cashX(forceNeg(Math.trunc(30000*$upgradeMultiplierArcology)), "farmyard"), $animalsBought.tigers = 1, $animalsBought.felines += 1, $felines.push("tigers")>><</link>>
 		<br>
 	<<elseif $animalsBought.tigers == 1>>
diff --git a/src/facilities/farmyard/saWorkTheFarm.tw b/src/facilities/farmyard/saWorkTheFarm.tw
index ae9c2ae1443b4ac32278d7b82bca2d19ac61334b..f77103cfa42bde7d1f377f8bd0829a7b96b4bd75 100644
--- a/src/facilities/farmyard/saWorkTheFarm.tw
+++ b/src/facilities/farmyard/saWorkTheFarm.tw
@@ -271,11 +271,11 @@ $He also puts on shows with animals this week.
 	<<if _slave.devotion > 50>>
 		$He is so devoted to you
 	<<elseif _slave.devotion < -50>>
-		$He is so resistant 
+		$He is so resistant
 	<</if>>
 
 	<<if _slave.trust > 50>>
-		and so trusting that $he tries hard to 
+		and so trusting that $he tries hard to
 	<<elseif _slave.trust < -50>>
 		and so fearful that $he does
 	<</if>>
@@ -293,7 +293,7 @@ $He also puts on shows with animals this week.
 	<<if _slave.eyes < 1>>
 		$His <<if _slave.eyes < 0>>blindness<<else>>nearsightedness makes it harder for $him to see what $he's doing, affecting $his ability to put on a good show.
 	<</if>>
-	
+
 	<<if _slave.hears < 0>>
 		$His <<if _slave.hears < -1>>lack of <<else>>poor <</if>>hearing makes it difficult for $him to do a good job of putting on a show.
 	<</if>>
diff --git a/src/facilities/nursery/nursery.tw b/src/facilities/nursery/nursery.tw
index 1b9d83f97065287a7859050d1a751ed7adba7df0..5a819f0bd67464fdc81743a8c060b4411c29403b 100644
--- a/src/facilities/nursery/nursery.tw
+++ b/src/facilities/nursery/nursery.tw
@@ -453,7 +453,7 @@ Target age for release: <<textbox "$targetAgeNursery" $targetAgeNursery "Nursery
 <</if>>
 */
 <br>
-<<if $nurseryImprintSetting == "terror">>	/*TODO: this may (read: most likely will) need a rewrite*/
+<<if $nurseryImprintSetting == "terror">>	/* TODO: this may (read: most likely will) need a rewrite */
 	The children are being taught to be devoted but fearful of you. This is locked upon birth.
 	[[Switch the system to focus on attachment|Nursery][$nurseryImprintSetting = "trust"]] //Only affects new infants//
 <<else>>
@@ -555,7 +555,7 @@ Filter by assignment: |
 				<<set $cribs.filter(function(x){return x.assignment != ($jobTypes[" + _i + "].asgn)}).map(function(y){y.assignmentVisible = 0})>>
 				<<replace '#summarylist'>><<include 'Child Summary'>><</replace>>
 			<</link>>
-		">>	|
+		">> |
 	<</if>>
 <</for>>
 
diff --git a/src/gui/Encyclopedia/encyclopedia.tw b/src/gui/Encyclopedia/encyclopedia.tw
index 724b8e5713cc75ed2d22467dbe97962824bef06f..39e64e66cbaa1a61015c954e8eb6e4efc5422f04 100644
--- a/src/gui/Encyclopedia/encyclopedia.tw
+++ b/src/gui/Encyclopedia/encyclopedia.tw
@@ -304,13 +304,13 @@ BEING IN CHARGE
 	The final category consists of an arcade, menial services, dairy and escort division. These divisions require a particular quality of slave and then put them to work in their respective fields. As these divisions operate they will have to write off some of their slaves and replace them with fresh ones, you can provide these slaves through your acquisition or modification divisions or the market. Whenever prices are low these divisions operate at a higher margin, making them a great first division when slave prices are low. Do note that each slave bought from the market reduces the supply of slaves. As these divisions grow and write off more and more slaves each week, replenishing them from the market will begin to impact the market significantly.
 
 		<br><br>__Management__
-		Your first division will automatically buy and/or sell slaves in order to do business and make money. It is up to the player to decide when to expand the division's capacity, but investing aggresively early will pay off in the long run. Once your corporation has gotten a little time to grow its value (the sum of slave value, division value, cash on hand and dividends reserved) the end of week report will prompt you that a new division can be added. This requires a significant cash investment so you may have to save up a little. Adding divisions comes with efficiency benefits, but also adds overhead costs. Adding a second division will hardly slow you down, but as you grow these costs grow ever larger; depending on the number of divisions, but also the size of them.<br>
-		Any new division will have at least one direct link to your current divisions, meaning it can either use slaves from a division or provide them to another division. New divisions are not automatically set to buy and/or sell slaves from the market. It is expected the player either manually moves slaves between didivions or sets up automatic links between them using several rules.<br>
-		You have the ability to reduce the size of your divisions or dissolve them entirely. While this only recoups 80% of the investment it may sometimes be prudent to do so, i.e. in case market conditions have become unfavorable for the division and/or overhead costs are becoming oppresively high. Also note that divisions become less efficient the larger they get (even without considering overhead), eventually growing it further will hurt your profit, not improve it. You will want to cut your losses early or otherwise suffer the consequences.<br>
+		Your first division will automatically buy and/or sell slaves in order to do business and make money. It is up to the player to decide when to expand the division's capacity, but investing aggressively early will pay off in the long run. Once your corporation has gotten a little time to grow its value (the sum of slave value, division value, cash on hand and dividends reserved) the end of week report will prompt you that a new division can be added. This requires a significant cash investment so you may have to save up a little. Adding divisions comes with efficiency benefits, but also adds overhead costs. Adding a second division will hardly slow you down, but as you grow these costs grow ever larger; depending on the number of divisions, but also the size of them.<br>
+		Any new division will have at least one direct link to your current divisions, meaning it can either use slaves from a division or provide them to another division. New divisions are not automatically set to buy and/or sell slaves from the market. It is expected the player either manually moves slaves between divisions or sets up automatic links between them using several rules.<br>
+		You have the ability to reduce the size of your divisions or dissolve them entirely. While this only recoups 80% of the investment it may sometimes be prudent to do so, i.e. in case market conditions have become unfavorable for the division and/or overhead costs are becoming oppressively high. Also note that divisions become less efficient the larger they get (even without considering overhead), eventually growing it further will hurt your profit, not improve it. You will want to cut your losses early or otherwise suffer the consequences.<br>
 		In order to personally benefit monetarily from your corporation you will have to decide how much of its profit will be set aside to be paid out as dividends. Setting low or no dividends allows for rapid development, while siphoning a lot of profits away from the corporation will slow it down significantly. Please note that the corporation does not pay out every week but only every quarter (13 weeks).
 
 			<br><br>__Slave Sales__
-			Once a corporation is created, it will get its own establishment in the slave market. As the corporation's value increase, it can be given direction about what kind of slaves it should train and how it should train them, which will affect the slaves seen in the corporate catalog. As with divisions; the higher your corporations's value, the more specializations you are allowed to choose. Your corporation's divisions determine which specialization options are available. Each division has a unique specialization associated with it while many others are slightly more general and linked to either acquisition or modification. All kinds of restrictions may apply depending on Future Society choices and the size of your divisions. Several specializations can be enhanced beyond the first choice, but again you may need to satisfy certain conditions first.<br>
+			Once a corporation is created, it will get its own establishment in the slave market. As the corporation's value increase, it can be given direction about what kind of slaves it should train and how it should train them, which will affect the slaves seen in the corporate catalog. As with divisions; the higher your corporation's value, the more specializations you are allowed to choose. Your corporation's divisions determine which specialization options are available. Each division has a unique specialization associated with it while many others are slightly more general and linked to either acquisition or modification. All kinds of restrictions may apply depending on Future Society choices and the size of your divisions. Several specializations can be enhanced beyond the first choice, but again you may need to satisfy certain conditions first.<br>
 			If the corporation's slaves have qualities that make them especially appealing to an arcology's citizens, the corporation will enjoy increased profits, and the [[future society|Encyclopedia][$encyclopedia = "Future Societies"]] creating the demand will progress more rapidly due to the supply of appealing slaves. All arcologies present in the Free City will interact with the corporation this way, making shares in a corporation which supplies girls that appeal to the whole city extremely lucrative.
 
 
@@ -2908,7 +2908,7 @@ Error: bad title.
 		<</if>>
 <</if>>
 
-<<if ["Slaves","Living Conditions","Enslaving People","From Rebellious to Devoted","Health","Devotion","Trust","Drugs and Their Effects","Gender","Nymphomania","Indentured Servants","Menial Slaves","Fuckdolls","Lingua Franca","Slave Score (Attractiveness)","Slave Score (Sexual)","The Corporation", "Gingering"].includes($encyclopedia)>>
+<<if ["Devotion", "Drugs and Their Effects", "Enslaving People", "From Rebellious to Devoted", "Fuckdolls", "Gender", "Gingering", "Health", "Indentured Servants", "Lingua Franca", "Living Conditions", "Menial Slaves", "Nymphomania", "Slave Score (Attractiveness)", "Slave Score (Sexual)", "Slaves", "The Corporation", "Trust"].includes($encyclopedia)>>
 	<br><br>//Slaves//<br>
 	[[Enslaving People|Encyclopedia][$encyclopedia = "Enslaving People"]]
 	| [[Living Conditions|Encyclopedia][$encyclopedia = "Living Conditions"]]
@@ -3179,7 +3179,7 @@ Error: bad title.
 	| [[Aztec Revivalism|Encyclopedia][$encyclopedia = "Aztec Revivalism"]]
 <</if>>
 
-<<if ["A World Built on Implants", "Disease in the Free Cities", "Dyes", "Faith in the Free Cities", "Free Cities Justice", "Gingering", "Lore", "Mercenary, Arcology B-2", "Modern Anal", "Money", "Naked, Barefoot, and Pregnant", "Public Slave, Arcology A-3", "Security Drones", "Slave Acolyte, Arcology V-7", "Slave Couture", "Slave Marriage", "Slave Nutrition", "Slave Trainer, Arcology D-10", "Slave Whore, Arcology K-2", "Slavery and the Physical Ideal", "Slaves as Stock", "The Bottom", "The Ejaculate Market", "The New Rome", "The Purity of the Human Form", "The Top", "Water Filtration].includes($encyclopedia)>>
+<<if ["A World Built on Implants", "Disease in the Free Cities", "Dyes", "Faith in the Free Cities", "Free Cities Justice", "Gingering", "Lore", "Mercenary, Arcology B-2", "Modern Anal", "Money", "Naked, Barefoot, and Pregnant", "Public Slave, Arcology A-3", "Security Drones", "Slave Acolyte, Arcology V-7", "Slave Couture", "Slave Marriage", "Slave Nutrition", "Slave Trainer, Arcology D-10", "Slave Whore, Arcology K-2", "Slavery and the Physical Ideal", "Slaves as Stock", "The Bottom", "The Ejaculate Market", "The New Rome", "The Purity of the Human Form", "The Top", "Water Filtration"].includes($encyclopedia)>>
 	<br><br>//Lore://
 
 	<br>The Free Cities today:
diff --git a/src/js/food.js b/src/js/food.js
index 4cfa12cadfe6b51b0b352904a152f4b4658a65d5..1d5986b25f2430f25a401cbd3f9955038ffaeeec 100644
--- a/src/js/food.js
+++ b/src/js/food.js
@@ -1,317 +1,317 @@
 window.foodAmount = function (slave) {
-    const V = State.variables;
-    var food = 400;                                     //kg / food produced by base slave / week
-    if (!slave) {
-        return null;
-    } else {
-        if (V.Farmer !== 0) {                           //if a farmer is assigned
-            food *= 1.1;                                //TODO: expand this to account for farmer XP and skill
-            if (V.Farmer.skillFA >= V.masteredXP) {     //if farmer is master
-                food *= 1.1;
-            }
-        }
-        if (slave.devotion > 50) {
-            food *= 1.1;
-        } else if (slave.devotion < -50) {
-            food *= 0.8;
-        }
-        if (slave.health > 50) {                        //slave is extremely healthy or more
-            food *= 1.1;
-        } else if (slave.health < -50) {                //slave is unhealthy or less
-            food *= 0.8;
-        }
-        if (slave.muscles > 30) {                       //slave is muscular or more
-            food *= 1.1;
-        } else if (slave.muscles <= -6) {               //slave is weak or less
-            food *= 0.8;
-        }
-        if (slave.weight > 95) {                        //slave is overweight or more
-            food *= 0.9;
-        } else if (slave.weight > 130) {                //slave is fat or more
-            food *= 0.8;
-        } else if (slave.weight > 160) {                //slave is obese or more
-            food *= 0.7;
-        } else if (slave.weight > 190) {                //slave is very obese or more
-            food *= 0.6;
-        }
-        if (slave.eyes === -1) {                        //slave is nearsighted
-            food *= 0.8;
-        } else if (slave.eyes < -1) {                   //slave is blind
-            food *= 0.6;
-        }
-        if (slave.hears === -1) {                        //slave is hard of hearing
-            food *= 0.8;
-        } else if (slave.hears < -1) {                  //slave is deaf
-            food *= 0.6;
-        }
-        if (slave.tired === 1) {                         //slave is tired
-            food *= 0.8;
-        }
-        food = Math.trunc(food);
-        food = Math.clamp(food, 1, 1000000000000000000);
-        return food;
-    }
+	const V = State.variables;
+	var food = 400;									 //kg / food produced by base slave / week
+	if (!slave) {
+		return null;
+	} else {
+		if (V.Farmer !== 0) {						   //if a farmer is assigned
+			food *= 1.1;								//TODO: expand this to account for farmer XP and skill
+			if (V.Farmer.skillFA >= V.masteredXP) {	 //if farmer is master
+				food *= 1.1;
+			}
+		}
+		if (slave.devotion > 50) {
+			food *= 1.1;
+		} else if (slave.devotion < -50) {
+			food *= 0.8;
+		}
+		if (slave.health > 50) {						//slave is extremely healthy or more
+			food *= 1.1;
+		} else if (slave.health < -50) {				//slave is unhealthy or less
+			food *= 0.8;
+		}
+		if (slave.muscles > 30) {					   //slave is muscular or more
+			food *= 1.1;
+		} else if (slave.muscles <= -6) {			   //slave is weak or less
+			food *= 0.8;
+		}
+		if (slave.weight > 95) {						//slave is overweight or more
+			food *= 0.9;
+		} else if (slave.weight > 130) {				//slave is fat or more
+			food *= 0.8;
+		} else if (slave.weight > 160) {				//slave is obese or more
+			food *= 0.7;
+		} else if (slave.weight > 190) {				//slave is very obese or more
+			food *= 0.6;
+		}
+		if (slave.eyes === -1) {						//slave is nearsighted
+			food *= 0.8;
+		} else if (slave.eyes < -1) {				   //slave is blind
+			food *= 0.6;
+		}
+		if (slave.hears === -1) {						//slave is hard of hearing
+			food *= 0.8;
+		} else if (slave.hears < -1) {				  //slave is deaf
+			food *= 0.6;
+		}
+		if (slave.tired === 1) {						 //slave is tired
+			food *= 0.8;
+		}
+		food = Math.trunc(food);
+		food = Math.clamp(food, 1, 1000000000000000000);
+		return food;
+	}
 };
 
 window.farmShowsIncome = function (slave) {
-    //TODO: incorporate farmyardRestraints
-    const V = State.variables;
-    let arcology = V.arcologies[0];
-    let cash = 999; //TODO: this is just a placeholder
-    if (!slave) {
-        return null;
-    } else {
-        if (V.Farmer !== 0) { //farmer is assigned
-            cash *= 1.1;
-            if (V.Farmer.skillFA >= V.masteredXP) { //farmer is master
-                cash *= 1.1;
-            }
-        }
-        /* OPEN FS EFFECTS */
-        if (arcology.FSSupremacist !== "unset") {
-            if (slave.race === arcology.FSSupremacistRace) { //slave is of supreme race
-                cash *= 0.9; //TODO: should supreme race slaves receive a penalty?
-                V.rep -= 10; //TODO: should this cause a rep loss
-            }
-        }
-        if (arcology.FSSubjugationist !== "unset") {
-            if (slave.race === arcology.FSSubjugationistRace) { //slave is of subjugated race
-                cash *= 1.1;
-                V.rep += 10; //TODO: should this cause a rep gain?
-            } else {
-                cash *= 0.9; //TODO: should unsubjugated race slaves receive a penalty?
-            }
-        }
-        if (arcology.FSRepopulationFocus !== "unset") {
-            if (slave.pregWeek > 16) { //slave is visibly pregnant
-                if (slave.eggType !== "human") { //with a non-human
-                    cash *= 1.1;
-                }
-                cash *= 1.2;
-            } else { //slave is not visibly pregnant
-                cash *= 0.8; //TODO: should non-pregnant slaves receieve a penalty?
-            }
-        }
-        if (arcology.FSRestart !== "unset") {
-            if (slave.pregWeek > 16) { //slave is visibly pregnant
-                if (slave.eggType !== "human") { //with a non-human
-                    cash *= 0.9;
-                    V.rep -= 15;
-                }
-                cash *= 0.6;
-                V.rep -= 10;
-            }
-        }
-        if (arcology.FSGenderRadicalist !== "unset") {
-            if (slave.genes === "XY") { //TODO: does this make sense?
-                cash *= 1.1;
-            } else {
-                cash *= 0.8;
-            }
-        }
-        if (arcology.FSGenderFundamentalist !== "unset") {
-            if (slave.genes === "XX") {
-                cash *= 1.1; //TODO: does this make sense?
-            } else {
-                cash *= 0.8;
-            }
-        }
-        if (arcology.FSPaternalist !== "unset") {
-            if (V.seeBestiality === 1) {
-                if (V.farmyardBreeding === 1) { //slaves are being bred
-                    cash *= 0.8;
-                } else { //slaves are putting on shows
-                    cash *= 0.9;
-                }
-            }
-        }
-        if (arcology.FSDegradationist !== "unset") {
-            if (V.seeBestiality === 1) {
-                if (V.farmyardBreeding === 1) { //slaves are being bred
-                    cash *= 1.2;
-                } else { //slaves are putting on shows
-                    cash *= 1.1;
-                }
-            }
-        }
-        if (arcology.FSBodyPurist !== "unset") {
-            if (slave.boobsImplant > 0) { //slave has breast implants
-                cash *= 0.9;
-            }
-            if (slave.buttImplant > 0) { //slave has butt implants
-                cash *= 0.9;
-            }
-            if (slave.faceImplant > 0) { //slave has had facial surgery
-                cash *= 0.9;
-            }
-            if (slave.lipsImplant > 0) { //slave has lip implants
-                cash *= 0.9;
-            }
-        }
-        if (arcology.FSTransformationFetishist !== "unset") {
-            if (slave.boobsImplant > 0) { //slave has breast implants
-                cash *= 1.1;
-            }
-            if (slave.buttImplant > 0) { //slave has butt implants
-                cash *= 1.1;
-            }
-            if (slave.faceImplant > 0) { //slave has had facial surgery
-                cash *= 1.1;
-            }
-            if (slave.lipsImplant > 0) { //slave has lip implants
-                cash *= 1.1;
-            }
-        }
-        if (arcology.FSYouthPreferentialist !== "unset") {
-            if (slave.visualAge > 25) { //slave looks older than 25
-                cash *= 0.8; //TODO: not sure what age this should be
-            } else {
-                cash *= 1.2;
-            }
-        }
-        if (arcology.FSMaturityPreferentialist !== "unset") {
-            if (slave.visualAge > 25) { //slave looks older than 25
-                cash *= 1.2; //TODO: not sure what age this should be
-            } else {
-                cash *= 0.8;
-            }
-        }
-        if (arcology.FSSlimnessEnthusiast !== "unset") {
-            if (slave.weight > 10) { //slave is curvy or more
-                cash *= 0.9; //TODO: not sure what weight this should be
-            } //TODO: should implants affect income?
-            if (slave.boobs > 799) { //slave has larger than a D cup
-                cash *= 0.9; //TODO: should this be smaller?
-            }
-            if (slave.butt > 3) { //slave has bigger than a bubble butt
-                cash *= 0.9;
-            }
-        }
-        if (arcology.FSAssetExpanionist !== "unset") {
-            if (slave.weight > 10) { //slave is curvy or more
-                cash *= 1.1; //TODO: not sure what weight this should be
-            } //TODO: should implants affect income?
-            if (slave.boobs > 799) { //slave has larger than a D cup
-                cash *= 1.1; //TODO: should this be smaller?
-            }
-            if (slave.butt > 3) { //slave has bigger than a bubble butt
-                cash *= 1.1;
-            }
-        }
-        if (arcology.FSPastoralist !== "unset") {
-            if (slave.boobs > 799) { //slave has larger than a D cup
-                cash *= 1.2;
-            }
-            if (slave.lactation > 0) { //slave is lactating
-                cash *= 1.1;
-            }
-        }
-        if (arcology.FSPhysicalIdealist !== "unset") {
-            if (slave.height > 169) { //slave is tall or taller
-                cash *= 1.1;
-            } else if (slave.height < 160) { //slave is short or shorter
-                cash *= 0.9;
-            }
-        }
-        if (arcology.FSHedonisticDecadence !== "unset") {
-            if (slave.weight > 10) { //slave is curvy or fatter
-                cash *= 1.1;
-            } else if (slave.weight < -10) { //slave is thin or thinner
-                cash *= 0.9;
-            }
-        }
-        if (arcology.FSChattelReligionist !== "unset") { //TODO: I don't know what to put for this one
-            if (slave.devotion < 21) { //if slave is careful or less
-                cash *= 0.9;
-            }
-        }
-        //TODO: should I add the ancient cultures FS?
-        /* CLOSE FS EFFECTS */
-        if (setup.entertainmentCareers.includes(slave.career)) {
-            cash *= 1.1;
-        } else if (setup.farmerCareers.includes(slave.career)) {
-            cash *= 1.1;
-        }
-        if (slave.prestige === 1) { //slave is prestigious
-            cash *= 1.1;
-        } else if (slave.prestige === 2) { //slave is very prestigious
-            cash *= 1.2;
-        } else if (slave.prestige === 3) { //slave is extremely prestigious
-            cash *= 1.3;
-        }
-        if (slave.pornPrestige === 1) { //slave is prestigious from porn
-            cash *= 1.1;
-        } else if (slave.pornPrestige === 2) { //slave is very prestigious from porn
-            cash *= 1.2;
-        } else if (slave.pornPrestige === 3) { //slave is extremely prestigious from porn
-            cash *= 1.3;
-        } //TODO: add relationship checks
-        if (slave.health > 20) { //slave is very healthy or more
-            cash *= 1.1;
-        } else if (slave.health < -20) { //slave is less than unhealthy
-            cash *= 0.8;
-        }
-        if (slave.face > 10) { //slave is very pretty or more
-            cash *= 1.1;
-        } else if (slave.face < -10) { //slave is less than unattractive
-            cash *= 0.8;
-        }
-        if (slave.devotion > 50) { //slave is devoted or more
-            cash *= 1.1;
-        } else if (slave.devotion < -50) { //slave is reluctant or less
-            cash *= 0.8;
-        }
-        if (slave.trust > 50) { //slave is trusting or more
-            cash *= 1.1;
-        } else if (slave.trust < -50) { //slave is less than frightened
-            cash *= 0.8; //TODO: should trust be a factor?
-        }
-        if (slave.weight > 30) { //slave is curvy or more
-            cash *= 0.8; //TODO: tie in Hedonistic FS
-        } else if (slave.weight < -30) { //slave is very thin or less
-            cash *= 0.8; //TODO: put this on a scale
-        }
-        if (slave.muscles > 30) { //slave is muscular or more
-            cash *= 0.9; //TODO: tie in height eugenics policy
-        } else if (slave.muscles < -30) { //slave is very weak or less
-            cash *= 0.9; //TODO: should this be on a scale?
-        }
-        if (slave.eyes < 1) { //slaves eyesight is nearsighted or worse
-            cash *= 0.9; //TODO: should nearsighted and blind slaves receive a penalty?
-        }
-        if (slave.hears < 0) { //slave is hard of hearing or less
-            cash *= 0.9; //TODO: should hard of hearing slaves receive a penalty?
-        }
-        if (slave.boobs > 800) { //slave has a DD cup or bigger
-            cash *= 0.9; //TODO: would this make sense?
-        }
-        if (slave.butt > 4) { //slave has an enormous butt or bigger
-            cash *= 0.9; //TODO: would this make sense?
-        }
-        if (slave.preg < 0) { //slave is not fertile
-            cash *= 0.8; //TODO: not sure how to incorporate pregnancy
-        } //TODO: incorporate skills
-        if (slave.tired === 1) { //slave is tired
-            cash *= 0.9;
-        }
-        if (slave.chem > 10) { //slave has high genetic damage
-            cash *= 0.9;
-        }
-        if (slave.intelligence > 50) { //slave is very smart or better
-            cash *= 1.1;
-        } else if (slave.intelligence < -50) { //slave is very slow or less
-            cash *= 0.8;
-        }
-        if (slave.energy < 20) { //slave has poor sex drive or less
-            cash *= 0.9;
-        }
-        if (slave.fetish === "submissive") {
-            cash *= 1.1;
-        } else if (slave.fetish === "humiliation") {
-            cash *= 1.1;
-        } else if (slave.fetish === "masochist") {
-            cash *= 1.1;
-        } //TODO: tie in quirks and flaws
-        return cash;
-    }
+	//TODO: incorporate farmyardRestraints
+	const V = State.variables;
+	let arcology = V.arcologies[0];
+	let cash = 999; //TODO: this is just a placeholder
+	if (!slave) {
+		return null;
+	} else {
+		if (V.Farmer !== 0) { //farmer is assigned
+			cash *= 1.1;
+			if (V.Farmer.skillFA >= V.masteredXP) { //farmer is master
+				cash *= 1.1;
+			}
+		}
+		/* OPEN FS EFFECTS */
+		if (arcology.FSSupremacist !== "unset") {
+			if (slave.race === arcology.FSSupremacistRace) { //slave is of supreme race
+				cash *= 0.9; //TODO: should supreme race slaves receive a penalty?
+				V.rep -= 10; //TODO: should this cause a rep loss
+			}
+		}
+		if (arcology.FSSubjugationist !== "unset") {
+			if (slave.race === arcology.FSSubjugationistRace) { //slave is of subjugated race
+				cash *= 1.1;
+				V.rep += 10; //TODO: should this cause a rep gain?
+			} else {
+				cash *= 0.9; //TODO: should unsubjugated race slaves receive a penalty?
+			}
+		}
+		if (arcology.FSRepopulationFocus !== "unset") {
+			if (slave.pregWeek > 16) { //slave is visibly pregnant
+				if (slave.eggType !== "human") { //with a non-human
+					cash *= 1.1;
+				}
+				cash *= 1.2;
+			} else { //slave is not visibly pregnant
+				cash *= 0.8; //TODO: should non-pregnant slaves receieve a penalty?
+			}
+		}
+		if (arcology.FSRestart !== "unset") {
+			if (slave.pregWeek > 16) { //slave is visibly pregnant
+				if (slave.eggType !== "human") { //with a non-human
+					cash *= 0.9;
+					V.rep -= 15;
+				}
+				cash *= 0.6;
+				V.rep -= 10;
+			}
+		}
+		if (arcology.FSGenderRadicalist !== "unset") {
+			if (slave.genes === "XY") { //TODO: does this make sense?
+				cash *= 1.1;
+			} else {
+				cash *= 0.8;
+			}
+		}
+		if (arcology.FSGenderFundamentalist !== "unset") {
+			if (slave.genes === "XX") {
+				cash *= 1.1; //TODO: does this make sense?
+			} else {
+				cash *= 0.8;
+			}
+		}
+		if (arcology.FSPaternalist !== "unset") {
+			if (V.seeBestiality === 1) {
+				if (V.farmyardBreeding === 1) { //slaves are being bred
+					cash *= 0.8;
+				} else { //slaves are putting on shows
+					cash *= 0.9;
+				}
+			}
+		}
+		if (arcology.FSDegradationist !== "unset") {
+			if (V.seeBestiality === 1) {
+				if (V.farmyardBreeding === 1) { //slaves are being bred
+					cash *= 1.2;
+				} else { //slaves are putting on shows
+					cash *= 1.1;
+				}
+			}
+		}
+		if (arcology.FSBodyPurist !== "unset") {
+			if (slave.boobsImplant > 0) { //slave has breast implants
+				cash *= 0.9;
+			}
+			if (slave.buttImplant > 0) { //slave has butt implants
+				cash *= 0.9;
+			}
+			if (slave.faceImplant > 0) { //slave has had facial surgery
+				cash *= 0.9;
+			}
+			if (slave.lipsImplant > 0) { //slave has lip implants
+				cash *= 0.9;
+			}
+		}
+		if (arcology.FSTransformationFetishist !== "unset") {
+			if (slave.boobsImplant > 0) { //slave has breast implants
+				cash *= 1.1;
+			}
+			if (slave.buttImplant > 0) { //slave has butt implants
+				cash *= 1.1;
+			}
+			if (slave.faceImplant > 0) { //slave has had facial surgery
+				cash *= 1.1;
+			}
+			if (slave.lipsImplant > 0) { //slave has lip implants
+				cash *= 1.1;
+			}
+		}
+		if (arcology.FSYouthPreferentialist !== "unset") {
+			if (slave.visualAge > 25) { //slave looks older than 25
+				cash *= 0.8; //TODO: not sure what age this should be
+			} else {
+				cash *= 1.2;
+			}
+		}
+		if (arcology.FSMaturityPreferentialist !== "unset") {
+			if (slave.visualAge > 25) { //slave looks older than 25
+				cash *= 1.2; //TODO: not sure what age this should be
+			} else {
+				cash *= 0.8;
+			}
+		}
+		if (arcology.FSSlimnessEnthusiast !== "unset") {
+			if (slave.weight > 10) { //slave is curvy or more
+				cash *= 0.9; //TODO: not sure what weight this should be
+			} //TODO: should implants affect income?
+			if (slave.boobs > 799) { //slave has larger than a D cup
+				cash *= 0.9; //TODO: should this be smaller?
+			}
+			if (slave.butt > 3) { //slave has bigger than a bubble butt
+				cash *= 0.9;
+			}
+		}
+		if (arcology.FSAssetExpanionist !== "unset") {
+			if (slave.weight > 10) { //slave is curvy or more
+				cash *= 1.1; //TODO: not sure what weight this should be
+			} //TODO: should implants affect income?
+			if (slave.boobs > 799) { //slave has larger than a D cup
+				cash *= 1.1; //TODO: should this be smaller?
+			}
+			if (slave.butt > 3) { //slave has bigger than a bubble butt
+				cash *= 1.1;
+			}
+		}
+		if (arcology.FSPastoralist !== "unset") {
+			if (slave.boobs > 799) { //slave has larger than a D cup
+				cash *= 1.2;
+			}
+			if (slave.lactation > 0) { //slave is lactating
+				cash *= 1.1;
+			}
+		}
+		if (arcology.FSPhysicalIdealist !== "unset") {
+			if (slave.height > 169) { //slave is tall or taller
+				cash *= 1.1;
+			} else if (slave.height < 160) { //slave is short or shorter
+				cash *= 0.9;
+			}
+		}
+		if (arcology.FSHedonisticDecadence !== "unset") {
+			if (slave.weight > 10) { //slave is curvy or fatter
+				cash *= 1.1;
+			} else if (slave.weight < -10) { //slave is thin or thinner
+				cash *= 0.9;
+			}
+		}
+		if (arcology.FSChattelReligionist !== "unset") { //TODO: I don't know what to put for this one
+			if (slave.devotion < 21) { //if slave is careful or less
+				cash *= 0.9;
+			}
+		}
+		//TODO: should I add the ancient cultures FS?
+		/* CLOSE FS EFFECTS */
+		if (setup.entertainmentCareers.includes(slave.career)) {
+			cash *= 1.1;
+		} else if (setup.farmerCareers.includes(slave.career)) {
+			cash *= 1.1;
+		}
+		if (slave.prestige === 1) { //slave is prestigious
+			cash *= 1.1;
+		} else if (slave.prestige === 2) { //slave is very prestigious
+			cash *= 1.2;
+		} else if (slave.prestige === 3) { //slave is extremely prestigious
+			cash *= 1.3;
+		}
+		if (slave.pornPrestige === 1) { //slave is prestigious from porn
+			cash *= 1.1;
+		} else if (slave.pornPrestige === 2) { //slave is very prestigious from porn
+			cash *= 1.2;
+		} else if (slave.pornPrestige === 3) { //slave is extremely prestigious from porn
+			cash *= 1.3;
+		} //TODO: add relationship checks
+		if (slave.health > 20) { //slave is very healthy or more
+			cash *= 1.1;
+		} else if (slave.health < -20) { //slave is less than unhealthy
+			cash *= 0.8;
+		}
+		if (slave.face > 10) { //slave is very pretty or more
+			cash *= 1.1;
+		} else if (slave.face < -10) { //slave is less than unattractive
+			cash *= 0.8;
+		}
+		if (slave.devotion > 50) { //slave is devoted or more
+			cash *= 1.1;
+		} else if (slave.devotion < -50) { //slave is reluctant or less
+			cash *= 0.8;
+		}
+		if (slave.trust > 50) { //slave is trusting or more
+			cash *= 1.1;
+		} else if (slave.trust < -50) { //slave is less than frightened
+			cash *= 0.8; //TODO: should trust be a factor?
+		}
+		if (slave.weight > 30) { //slave is curvy or more
+			cash *= 0.8; //TODO: tie in Hedonistic FS
+		} else if (slave.weight < -30) { //slave is very thin or less
+			cash *= 0.8; //TODO: put this on a scale
+		}
+		if (slave.muscles > 30) { //slave is muscular or more
+			cash *= 0.9; //TODO: tie in height eugenics policy
+		} else if (slave.muscles < -30) { //slave is very weak or less
+			cash *= 0.9; //TODO: should this be on a scale?
+		}
+		if (slave.eyes < 1) { //slaves eyesight is nearsighted or worse
+			cash *= 0.9; //TODO: should nearsighted and blind slaves receive a penalty?
+		}
+		if (slave.hears < 0) { //slave is hard of hearing or less
+			cash *= 0.9; //TODO: should hard of hearing slaves receive a penalty?
+		}
+		if (slave.boobs > 800) { //slave has a DD cup or bigger
+			cash *= 0.9; //TODO: would this make sense?
+		}
+		if (slave.butt > 4) { //slave has an enormous butt or bigger
+			cash *= 0.9; //TODO: would this make sense?
+		}
+		if (slave.preg < 0) { //slave is not fertile
+			cash *= 0.8; //TODO: not sure how to incorporate pregnancy
+		} //TODO: incorporate skills
+		if (slave.tired === 1) { //slave is tired
+			cash *= 0.9;
+		}
+		if (slave.chem > 10) { //slave has high genetic damage
+			cash *= 0.9;
+		}
+		if (slave.intelligence > 50) { //slave is very smart or better
+			cash *= 1.1;
+		} else if (slave.intelligence < -50) { //slave is very slow or less
+			cash *= 0.8;
+		}
+		if (slave.energy < 20) { //slave has poor sex drive or less
+			cash *= 0.9;
+		}
+		if (slave.fetish === "submissive") {
+			cash *= 1.1;
+		} else if (slave.fetish === "humiliation") {
+			cash *= 1.1;
+		} else if (slave.fetish === "masochist") {
+			cash *= 1.1;
+		} //TODO: tie in quirks and flaws
+		return cash;
+	}
 };
diff --git a/src/js/sexActsJS.js b/src/js/sexActsJS.js
index 5276ff697a8eb07e10236580fbef2b4bec43b3f6..ee6328300eda2782e8ee70149daf38bec6036ece 100644
--- a/src/js/sexActsJS.js
+++ b/src/js/sexActsJS.js
@@ -68,9 +68,9 @@ window.VaginalVCheck = function VaginalVCheck(times) {
 	let he = pronouns.pronoun,
 		him = pronouns.object,
 		his = pronouns.possessive,
-	    hers = pronouns.possessivePronoun,
-	    himself = pronouns.objectReflexive,
-	    boy = pronouns.noun;
+		hers = pronouns.possessivePronoun,
+		himself = pronouns.objectReflexive,
+		boy = pronouns.noun;
 	let He = capFirstChar(he);
 	let His = capFirstChar(his);
 	let r = ``;
@@ -130,9 +130,9 @@ window.BothVCheck = function BothVCheck(analTimes, bothTimes) {
 	let he = pronouns.pronoun,
 		him = pronouns.object,
 		his = pronouns.possessive,
-	    hers = pronouns.possessivePronoun,
-	    himself = pronouns.objectReflexive,
-	    boy = pronouns.noun;
+		hers = pronouns.possessivePronoun,
+		himself = pronouns.objectReflexive,
+		boy = pronouns.noun;
 	let He = capFirstChar(he);
 	let His = capFirstChar(his);
 	let r = ``;
@@ -288,11 +288,11 @@ window.PartnerVCheck = function PartnerVCheck(analTimes, bothTimes) {
 	const partner = V.slaves[V.partner];
 	let pronouns = getPronouns(partner);
 	let he = pronouns.pronoun,
-	    him = pronouns.object,
-	    his = pronouns.possessive,
-	    hers = pronouns.possessivePronoun,
-	    himself = pronouns.objectReflexive,
-	    boy = pronouns.noun;
+		him = pronouns.object,
+		his = pronouns.possessive,
+		hers = pronouns.possessivePronoun,
+		himself = pronouns.objectReflexive,
+		boy = pronouns.noun;
 	let He = capFirstChar(he);
 	let His = capFirstChar(his);
 	let r = ``;
diff --git a/src/pregmod/fAnimalImpreg.tw b/src/pregmod/fAnimalImpreg.tw
index ff6fa0323c3d3d6dfda055a998617913cabd8507..3fd41453503cae9843052536f432526e1a836d14 100644
--- a/src/pregmod/fAnimalImpreg.tw
+++ b/src/pregmod/fAnimalImpreg.tw
@@ -13,33 +13,33 @@ __Select an eligible animal to knock $him up:__
 /* FIXME: this might not work */
 
 <<for _c = 0; _c < _CL; _c++>>
-    <<if canBreed($activeSlave, $canines[_c])>>
-        <<if $canines[_c].species != "dog">>
-            <<set _canine = $canines[_c].species>>
-        <<else>>
-            <<set _canine = $canines[_c].breed>>
-        <</if>>
-        <br><<link "Have a _canine knock $him up" "FAnimalImpreg Consummate">><<set $impregnatrix = $canines[_c]>><</link>>
-        <<set $eligibility = 1>>
-    <</if>>
+	<<if canBreed($activeSlave, $canines[_c])>>
+		<<if $canines[_c].species != "dog">>
+			<<set _canine = $canines[_c].species>>
+		<<else>>
+			<<set _canine = $canines[_c].breed>>
+		<</if>>
+		<br><<link "Have a _canine knock $him up" "FAnimalImpreg Consummate">><<set $impregnatrix = $canines[_c]>><</link>>
+		<<set $eligibility = 1>>
+	<</if>>
 <</for>>
 <<for _h = 0; _h < _HL; _h++>>
-    <<if canBreed($activeSlave, $hooved[_h])>>
-        <<set _hooved = $hooved[_h].species>>
-        <br><<link "Have a _hooved knock $him up" "FAnimalImpreg Consummate">><<set $impregnatrix = $hooved[_h]>><</link>>
-        <<set $eligibility = 1>>
-    <</if>>
+	<<if canBreed($activeSlave, $hooved[_h])>>
+		<<set _hooved = $hooved[_h].species>>
+		<br><<link "Have a _hooved knock $him up" "FAnimalImpreg Consummate">><<set $impregnatrix = $hooved[_h]>><</link>>
+		<<set $eligibility = 1>>
+	<</if>>
 <</for>>
 <<for _f = 0; _f < _fL; _f++>>
-    <<if canBreed($activeSlave, $felines[_f])>>
-        <<if $felines[_f].species != "cat">>
-            <<set _feline = $felines[_f].species>>
-        <<else>>
-            <<set _feline = $felines[_f].breed>>
-        <</if>>
-        <br><<link "Have a _feline knock $him up" "FAnimalImpreg Consummate">><<set $impregnatrix = $felines[_f]>><</link>>
-        <<set $eligibility = 1>>
-    <</if>>
+	<<if canBreed($activeSlave, $felines[_f])>>
+		<<if $felines[_f].species != "cat">>
+			<<set _feline = $felines[_f].species>>
+		<<else>>
+			<<set _feline = $felines[_f].breed>>
+		<</if>>
+		<br><<link "Have a _feline knock $him up" "FAnimalImpreg Consummate">><<set $impregnatrix = $felines[_f]>><</link>>
+		<<set $eligibility = 1>>
+	<</if>>
 <</for>>
 <<if ($eligibility == 0)>>
 //You have no animals capable of inseminating $him.//
diff --git a/src/pregmod/manageCorporation.tw b/src/pregmod/manageCorporation.tw
index 6325496683213c275ac5ada06880f10bcf0b8c9d..60c400275cbca37c87394e16c02ed230172f4ae7 100644
--- a/src/pregmod/manageCorporation.tw
+++ b/src/pregmod/manageCorporation.tw
@@ -164,12 +164,12 @@ __Division Management__
 	<<set _corpDivExtraCost = 7500 * $corpDivExtraDev + 5 * Math.pow($corpDivExtraDev, 2),
 	_corpDivExtraCostPU = Math.trunc(_corpDivExtraCost / $corpDivExtraDev),
 	_corpDivExtraRev = menialSlaveCost() * 10>> /*bit of statistics setup to help make informed decisions*/
-	<br>The corporation has an extralegal enslavement division. 
+	<br>The corporation has an extralegal enslavement division.
 	<br>It averages @@.green;$corpDivExtraDev new slaves@@ each week.
 	<br>It costs @@.red;<<print cashFormat(_corpDivExtraCost)>>@@ to run. On average that is @@.red;<<print cashFormat(_corpDivExtraCostPU)>>@@ per slave.
 	<br>The slaves acquired can be sold for @@.yellowgreen;<<print cashFormat(_corpDivExtraRev)>>@@ each.
 	<<if $corpDivExtraSlaves > 0>>
-		<br>Currently the division is holding 
+		<br>Currently the division is holding
 		<<if $corpDivExtraSlaves > 1>>
 			@@.green;$corpDivExtraSlaves slaves.@@
 		<<else>>
@@ -211,7 +211,7 @@ __Division Management__
 	<</if>>
 	<<if $corpDivExtraDev > 10>>
 		<<if $corpCash > 20000>>
-		| 
+		|
 		<</if>>
 		[[Downsize Division|Manage Corporation][$corpDivExtraDev -= 1, $corpCash += 16000, $corpAssetsDev -= 16000]]
 	<</if>>
@@ -221,7 +221,7 @@ __Division Management__
 	<br>Rules:
 	<<if $corpDivArcade > 0>> /*setting auto move rules for the division*/
 		<<if ndef $corpDivExtraToArcade>>
-			Do not auto send slaves to the arcade[[Auto Send|Manage Corporation][$corpDivExtraToArcade = 1]]
+			Do not auto send slaves to the arcade [[Auto Send|Manage Corporation][$corpDivExtraToArcade = 1]]
 		<<else>>
 			Auto send slaves to the arcade <<link "Stop Auto Send">><<unset $corpDivExtraToArcade>><<goto "Manage Corporation">><</link>>
 		<</if>> |
@@ -354,7 +354,7 @@ __Division Management__
 		<<else>>
 			Auto send slaves to slave training <<link "Stop Auto Send">><<unset $corpDivLegalToTrain>><<goto "Manage Corporation">><</link>>
 		<</if>>
-		| 
+		|
 	<</if>>
 	<<if ndef $corpDivLegalToMarket>>
 		Do not auto sell slaves to the market [[Auto Sell|Manage Corporation][$corpDivLegalToMarket = 1]]
@@ -402,7 +402,7 @@ __Division Management__
 		<<if $corpDivBreakSlaves < $corpDivBreakDev>>
 			<br>There is room to work on more slaves.
 			<<if $corpCash >= 10 * menialSlaveCost()>>
-			 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 10 * menialSlaveCost(), $corpDivBreakSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 10 * menialSlaveCost()]]
+				If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 10 * menialSlaveCost(), $corpDivBreakSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 10 * menialSlaveCost()]]
 				<<if $corpCash > 100 * menialSlaveCost(10)>>
 					| [[Buy 10|Manage Corporation][$corpCash -= 100 * menialSlaveCost(10), $corpDivBreakSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 100 * menialSlaveCost(10)]]
 				<</if>>
@@ -459,7 +459,7 @@ __Division Management__
 	<</if>>
 	<<if $corpCash > 90000>>
 		| [[Expand x10|Manage Corporation][$corpDivBreakDev += 10, $corpCash -= 90000, $corpAssetsDev += 90000]]
-	<</if>> 
+	<</if>>
 	<<if $corpDivBreakDev > 10>>
 		<<if $corpCash > 9000>>
 		|
@@ -503,7 +503,7 @@ __Division Management__
 		<<else>>
 			Auto send slaves to slave training <<link "Stop Auto Send">><<unset $corpDivBreakToTrain>><<goto "Manage Corporation">><</link>>
 		<</if>>
-		| 
+		|
 	<</if>>
 	<<if ndef $corpDivBreakToMarket>>
 		Do not auto sell slaves to the market [[Auto Sell|Manage Corporation][$corpDivBreakToMarket = 1]]
@@ -516,7 +516,7 @@ __Division Management__
 		<br>Auto buy slaves from the market <<link "Stop Auto Buy">><<unset $corpDivBreakFromMarket>><<goto "Manage Corporation">><</link>>
 	<</if>>
 	<<if $corpDiv > 1>>
-		<br>Dissolve the division. @@.orange;//Think before you click//@@ 
+		<br>Dissolve the division. @@.orange;//Think before you click//@@
 		<<link "Dissolve">>
 			<<set $corpCash += $corpDivBreakSlaves * 10 * menialSlaveCost(-$corpDivBreakSlaves) + $corpDivBreakSlaves2 * 15 * menialSlaveCost(-$corpDivBreakSlaves2) + $corpDivBreakDev * 7200,
 			$corpAssetsDev -= $corpDivBreakDev * 7200,
@@ -528,7 +528,7 @@ __Division Management__
 			$corpExpandToken += 1>>
 			<<unset $corpDivBreakSlaves,
 			$corpDivBreakSlaves2,
-			$corpDivExtraToBreak>> 
+			$corpDivExtraToBreak>>
 			<<goto "Manage Corporation">>
 		<</link>>
 	<</if>>
@@ -568,7 +568,7 @@ __Division Management__
 		<<if $corpDivSurgerySlaves < $corpDivSurgeryDev>>
 			<br>There is room to work on more slaves.
 			<<if $corpCash >= 15 * menialSlaveCost()>>
-			 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 15 * menialSlaveCost(), $corpDivSurgerySlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 15 * menialSlaveCost()]]
+				If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 15 * menialSlaveCost(), $corpDivSurgerySlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 15 * menialSlaveCost()]]
 				<<if $corpCash > 150 * menialSlaveCost(10)>>
 					| [[Buy 10|Manage Corporation][$corpCash -= 150 * menialSlaveCost(10), $corpDivSurgerySlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 150 * menialSlaveCost(10)]]
 				<</if>>
@@ -619,7 +619,7 @@ __Division Management__
 	<</if>>
 	<<if $corpCash > 200000>>
 		| [[Expand x10|Manage Corporation][$corpDivSurgeryDev += 10, $corpCash -= 200000, $corpAssetsDev += 200000]]
-	<</if>> 
+	<</if>>
 	<<if $corpDivSurgeryDev > 10>>
 		<<if $corpCash > 20000>>
 		|
@@ -653,7 +653,7 @@ __Division Management__
 		<<else>>
 			Auto send slaves to slave training <<link "Stop Auto Send">><<unset $corpDivSurgeryToTrain>><<goto "Manage Corporation">><</link>>
 		<</if>>
-		| 
+		|
 	<</if>>
 	<<if ndef $corpDivSurgeryToMarket>>
 		Do not auto sell slaves to the market [[Auto Sell|Manage Corporation][$corpDivSurgeryToMarket = 1]]
@@ -666,7 +666,7 @@ __Division Management__
 		<br>Auto buy slaves from the market <<link "Stop Auto Buy">><<unset $corpDivSurgeryFromMarket>><<goto "Manage Corporation">><</link>>
 	<</if>>
 	<<if $corpDiv > 1>>
-		<br>Dissolve the division. @@.orange;//Think before you click//@@ 
+		<br>Dissolve the division. @@.orange;//Think before you click//@@
 		<<link "Dissolve">>
 			<<set $corpCash += $corpDivSurgerySlaves * 15 * menialSlaveCost(-$corpDivSurgerySlaves) + $corpDivSurgerySlaves2 * 23 * menialSlaveCost(-$corpDivSurgerySlaves2) + $corpDivSurgeryDev * 20000,
 			$corpRev += $corpDivSurgerySlaves2 * 23 * menialSlaveCost(-$corpDivSurgerySlaves2),
@@ -713,7 +713,7 @@ __Division Management__
 		<br>It costs @@.red;<<print cashFormat(_corpDivTrainCost)>>@@ to run. On average that is @@.red;<<print cashFormat(_corpDivTrainCostPU)>>@@ per slave.
 		<br>The trained slaves can be sold for @@.yellowgreen;<<print cashFormat(_corpDivTrainRev)>>@@ each.
 		<<if $corpDivTrainSlaves > 0>>
-			<br>Currently the division is training 
+			<br>Currently the division is training
 			<<if $corpDivTrainSlaves > 1>>
 				@@.green;$corpDivTrainSlaves slaves.@@
 			<<else>>
@@ -722,9 +722,9 @@ __Division Management__
 			<<if $corpDivTrainSlaves < $corpDivTrainDev>>
 				<br>There is room to train more slaves.
 				<<if $corpCash >= 15 * menialSlaveCost()>>
-				 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 15 * menialSlaveCost(), $corpDivTrainSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 15 * menialSlaveCost()]]
+					If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 15 * menialSlaveCost(), $corpDivTrainSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 15 * menialSlaveCost()]]
 					<<if $corpCash > 150 * menialSlaveCost(10)>>
-					 	| [[Buy 10|Manage Corporation][$corpCash -= 150 * menialSlaveCost(10), $corpDivTrainSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 150 * menialSlaveCost(10)]]
+						| [[Buy 10|Manage Corporation][$corpCash -= 150 * menialSlaveCost(10), $corpDivTrainSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 150 * menialSlaveCost(10)]]
 					<</if>>
 					<<if $corpCash > 15 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves)>>
 						| [[Fill|Manage Corporation][$corpCash -= 15 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves), $corpDivTrainSlaves = $corpDivTrainDev, $menialSupplyFactor -= $corpDivTrainDev - $corpDivTrainSlaves, $corpAssetsSlave += 15 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves)]]
@@ -751,9 +751,9 @@ __Division Management__
 			<<if $corpDivTrainSlaves < $corpDivTrainDev>>
 				<br>There is room to train more slaves.
 				<<if $corpCash >= 23 * menialSlaveCost()>>
-				 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 23 * menialSlaveCost(), $corpDivTrainSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 23 * menialSlaveCost()]]
-					 <<if $corpCash > 230 * menialSlaveCost(10)>>
-					 	| [[Buy 10|Manage Corporation][$corpCash -= 230 * menialSlaveCost(10), $corpDivTrainSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 230 * menialSlaveCost(10)]]
+					If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 23 * menialSlaveCost(), $corpDivTrainSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 23 * menialSlaveCost()]]
+					<<if $corpCash > 230 * menialSlaveCost(10)>>
+						| [[Buy 10|Manage Corporation][$corpCash -= 230 * menialSlaveCost(10), $corpDivTrainSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 230 * menialSlaveCost(10)]]
 					<</if>>
 					<<if $corpCash > 23 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves)>>
 						| [[Fill|Manage Corporation][$corpCash -= 23 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves), $corpDivTrainSlaves = $corpDivTrainDev, $menialSupplyFactor -= $corpDivTrainDev - $corpDivTrainSlaves, $corpAssetsSlave += 23 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves)]]
@@ -780,9 +780,9 @@ __Division Management__
 			<<if $corpDivTrainSlaves < $corpDivTrainDev>>
 				<br>There is room to train more slaves.
 				<<if $corpCash >= 23 * menialSlaveCost()>>
-				 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 23 * menialSlaveCost(), $corpDivTrainSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 23 * menialSlaveCost()]]
-					 <<if $corpCash > 230 * menialSlaveCost(10)>>
-					 	| [[Buy 10|Manage Corporation][$corpCash -= 230 * menialSlaveCost(10), $corpDivTrainSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 230 * menialSlaveCost(10)]]
+					If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 23 * menialSlaveCost(), $corpDivTrainSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 23 * menialSlaveCost()]]
+					<<if $corpCash > 230 * menialSlaveCost(10)>>
+						| [[Buy 10|Manage Corporation][$corpCash -= 230 * menialSlaveCost(10), $corpDivTrainSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 230 * menialSlaveCost(10)]]
 					<</if>>
 					<<if $corpCash > 23 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves)>>
 						| [[Fill|Manage Corporation][$corpCash -= 23 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves), $corpDivTrainSlaves = $corpDivTrainDev, $menialSupplyFactor -= $corpDivTrainDev - $corpDivTrainSlaves, $corpAssetsSlave += 23 * menialSlaveCost($corpDivTrainDev - $corpDivTrainSlaves) * ($corpDivTrainDev - $corpDivTrainSlaves)]]
@@ -978,9 +978,9 @@ __Division Management__
 		<<if $corpDivArcadeSlaves < $corpDivArcadeDev>>
 			<br>There is room to exploit more slaves.
 			<<if $corpCash >= 10 * menialSlaveCost()>>
-			 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 10 * menialSlaveCost(), $corpDivArcadeSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 10 * menialSlaveCost()]]
-				 <<if $corpCash > 100 * menialSlaveCost(10)>>
-				 	| [[Buy 10|Manage Corporation][$corpCash -= 100 * menialSlaveCost(10), $corpDivArcadeSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 100 * menialSlaveCost(10)]]
+				If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 10 * menialSlaveCost(), $corpDivArcadeSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 10 * menialSlaveCost()]]
+				<<if $corpCash > 100 * menialSlaveCost(10)>>
+					| [[Buy 10|Manage Corporation][$corpCash -= 100 * menialSlaveCost(10), $corpDivArcadeSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 100 * menialSlaveCost(10)]]
 				<</if>>
 				<<if $corpCash > 10 * menialSlaveCost($corpDivArcadeDev - $corpDivArcadeSlaves) * ($corpDivArcadeDev - $corpDivArcadeSlaves)>>
 					| [[Fill|Manage Corporation][$corpCash -= 10 * menialSlaveCost($corpDivArcadeDev - $corpDivArcadeSlaves) * ($corpDivArcadeDev - $corpDivArcadeSlaves), $corpDivArcadeSlaves = $corpDivArcadeDev, $menialSupplyFactor -= $corpDivArcadeDev - $corpDivArcadeSlaves, $corpAssetsSlave += 10 * menialSlaveCost($corpDivArcadeDev - $corpDivArcadeSlaves) * ($corpDivArcadeDev - $corpDivArcadeSlaves)]]
@@ -994,7 +994,7 @@ __Division Management__
 	<</if>>
 	<<if $corpCash > 50000>>
 		| [[Expand x10|Manage Corporation][$corpDivArcadeDev += 10, $corpCash -= 50000, $corpAssetsDev += 50000]]
-	<</if>> 
+	<</if>>
 	<<if $corpDivArcadeDev > 20>>
 		<<if $corpCash > 5000>>
 		|
@@ -1061,7 +1061,7 @@ __Division Management__
 		<<if $corpDivMenialSlaves < $corpDivMenialDev>>
 			<br>There is room to exploit more slaves.
 			<<if $corpCash >= 15 * menialSlaveCost()>>
-			 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 15 * menialSlaveCost(), $corpDivMenialSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 15 * menialSlaveCost()]]
+				If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 15 * menialSlaveCost(), $corpDivMenialSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 15 * menialSlaveCost()]]
 				<<if $corpCash > 150 * menialSlaveCost(10)>>
 					| [[Buy 10|Manage Corporation][$corpCash -= 150 * menialSlaveCost(10), $corpDivMenialSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 150 * menialSlaveCost(10)]]
 				<</if>>
@@ -1077,7 +1077,7 @@ __Division Management__
 	<</if>>
 	<<if $corpCash > 65000>>
 		| [[Expand x10|Manage Corporation][$corpDivMenialDev += 10, $corpCash -= 65000, $corpAssetsDev += 65000]]
-	<</if>> 
+	<</if>>
 	<<if $corpDivMenialDev > 20>>
 		<<if $corpCash > 6500>>
 		|
@@ -1112,7 +1112,7 @@ __Division Management__
 			$corpDivMenialDev = 0,
 			$menialDemandFactor -= $corpDivMenialSlaves,
 			$corpExpandToken += 1>>
-			<<unset	$corpDivMenialSlaves,
+			<<unset $corpDivMenialSlaves,
 			$corpDivBreakToMenial,
 			$corpDivLegalToMenial>>
 			<<goto "Manage Corporation">>
@@ -1145,9 +1145,9 @@ __Division Management__
 		<<if $corpDivDairySlaves < $corpDivDairyDev>>
 			<br>there is room to milk more slaves.
 			<<if $corpCash >= 23 * menialSlaveCost()>>
-			 	If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 23 * menialSlaveCost(), $corpDivDairySlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 23 * menialSlaveCost()]]
-				 <<if $corpCash > 230 * menialSlaveCost(10)>>
-				 	| [[Buy 10|Manage Corporation][$corpCash -= 230 * menialSlaveCost(10), $corpDivDairySlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 230 * menialSlaveCost(10)]]
+				If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 23 * menialSlaveCost(), $corpDivDairySlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 23 * menialSlaveCost()]]
+				<<if $corpCash > 230 * menialSlaveCost(10)>>
+					| [[Buy 10|Manage Corporation][$corpCash -= 230 * menialSlaveCost(10), $corpDivDairySlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 230 * menialSlaveCost(10)]]
 				<</if>>
 				<<if $corpCash > 23 * menialSlaveCost($corpDivDairyDev - $corpDivDairySlaves) * ($corpDivDairyDev - $corpDivDairySlaves)>>
 					| [[Fill|Manage Corporation][$corpCash -= 23 * menialSlaveCost($corpDivDairyDev - $corpDivDairySlaves) * ($corpDivDairyDev - $corpDivDairySlaves), $corpDivDairySlaves = $corpDivDairyDev, $menialSupplyFactor -= $corpDivDairyDev - $corpDivDairySlaves, $corpAssetsSlave += 23 * menialSlaveCost($corpDivDairyDev - $corpDivDairySlaves) * ($corpDivDairyDev - $corpDivDairySlaves)]]
@@ -1161,7 +1161,7 @@ __Division Management__
 	<</if>>
 	<<if $corpCash > 150000>>
 		| [[Expand x10|Manage Corporation][$corpDivDairyDev += 10, $corpCash -= 150000, $corpAssetsDev += 150000]]
-	<</if>> 
+	<</if>>
 	<<if $corpDivDairyDev > 10>>
 		<<if $corpCash > 15000>>
 		|
@@ -1237,7 +1237,7 @@ __Division Management__
 			<br>There is room to whore out more slaves.
 			<<if $corpDivSurgery == 0 && $corpDivTrainSurgerySwitch == 0>>
 				<<if $corpCash >= 26 * menialSlaveCost()>>
-			 		If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 26 * menialSlaveCost(), $corpDivWhoreSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 26 * menialSlaveCost()]]
+					If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 26 * menialSlaveCost(), $corpDivWhoreSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 26 * menialSlaveCost()]]
 					<<if $corpCash > 260 * menialSlaveCost(10)>>
 						| [[Buy 10|Manage Corporation][$corpCash -= 260 * menialSlaveCost(10), $corpDivWhoreSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 260 * menialSlaveCost(10)]]
 					<</if>>
@@ -1247,7 +1247,7 @@ __Division Management__
 				<</if>>
 			<<elseif $corpDivTrainSurgerySwitch == 1 && $corpDivTrainSurgeryTimer < 20>>
 				<<if $corpCash >= Math.trunc((26 + 0.4 * $corpDivTrainSurgeryTimer) * menialSlaveCost())>>
-			 		If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= Math.trunc((26 + 0.4 * $corpDivTrainSurgeryTimer) * menialSlaveCost()), $corpDivWhoreSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += (26 + 4 * $corpDivTrainSurgeryTimer) * menialSlaveCost()]]
+					If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= Math.trunc((26 + 0.4 * $corpDivTrainSurgeryTimer) * menialSlaveCost()), $corpDivWhoreSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += (26 + 4 * $corpDivTrainSurgeryTimer) * menialSlaveCost()]]
 					<<if $corpCash > (260 + 4 * $corpDivTrainSurgeryTimer) * menialSlaveCost(10)>>
 						| [[Buy 10|Manage Corporation][$corpCash -= (260 + 4 * $corpDivTrainSurgeryTimer) * menialSlaveCost(10), $corpDivWhoreSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += (260 + 4 * $corpDivTrainSurgeryTimer) * menialSlaveCost(10)]]
 					<</if>>
@@ -1257,7 +1257,7 @@ __Division Management__
 				<</if>>
 			<<else>>
 				<<if $corpCash >= 34 * menialSlaveCost()>>
-			 		If you do not have eligable slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 34 * menialSlaveCost(), $corpDivWhoreSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 34 * menialSlaveCost()]] 
+					If you do not have eligible slaves in your corporation to move here you can buy them from the market. [[Buy 1|Manage Corporation][$corpCash -= 34 * menialSlaveCost(), $corpDivWhoreSlaves += 1, $menialSupplyFactor -= 1, $corpAssetsSlave += 34 * menialSlaveCost()]]
 					<<if $corpCash > 340 * menialSlaveCost(10)>>
 						| [[Buy 10|Manage Corporation][$corpCash -= 340 * menialSlaveCost(10), $corpDivWhoreSlaves += 10, $menialSupplyFactor -= 10, $corpAssetsSlave += 340 * menialSlaveCost()]]
 					<</if>>
@@ -1274,7 +1274,7 @@ __Division Management__
 	<</if>>
 	<<if $corpCash > 200000>>
 		| [[Expand x10|Manage Corporation][$corpDivWhoreDev += 10, $corpCash -= 200000, $corpAssetsDev += 200000]]
-	<</if>> 
+	<</if>>
 	<<if $corpDivTrainSurgeryTimer < 20 || $corpDivSurgery == 0>>
 		<<if $corpDivWhoreDev > 10>>
 			<<if $corpCash > 20000>>
@@ -1287,7 +1287,7 @@ __Division Management__
 			<</if>>
 		<</if>>
 		<<if $corpDivWhoreDev > 20>>
-			<<if $corpDivWhoreSlaves >= $corpDivWhoreDev - 10>> 
+			<<if $corpDivWhoreSlaves >= $corpDivWhoreDev - 10>>
 				<<set _corpDivWhoreSlavesSell = $corpDivWhoreSlaves - ($corpDivWhoreDev - 10)>>
 				| [[Downsize x10|Manage Corporation][$corpDivWhoreDev -= 10, $corpCash += 160000 + 26 * _corpDivWhoreSlavesSell * menialSlaveCost(), $corpDivWhoreSlaves -= $_corpDivWhoreSlavesSell, $corpAssetsDev -= 160000]]
 			<<else>>
@@ -1296,14 +1296,14 @@ __Division Management__
 		<</if>>
 	<<else>>
 		<<if $corpDivWhoreDev > 10>>
-			<<if $corpDivWhoreSlaves == $corpDivWhoreDev>> 
+			<<if $corpDivWhoreSlaves == $corpDivWhoreDev>>
 				| [[Downsize Division|Manage Corporation][$corpDivWhoreDev -= 1, $corpCash += 16000 + 34 * menialSlaveCost(), $corpDivWhoreSlaves -= 1, $corpAssetsDev -= 16000]]
 			<<else>>
 				| [[Downsize Division|Manage Corporation][$corpDivWhoreDev -= 1, $corpCash += 16000, $corpAssetsDev -= 16000]]
 			<</if>>
 		<</if>>
 		<<if $corpDivWhoreDev > 20>>
-			<<if $corpDivWhoreSlaves >= $corpDivWhoreDev - 10>> 
+			<<if $corpDivWhoreSlaves >= $corpDivWhoreDev - 10>>
 				<<set _corpDivWhoreSlavesSell = $corpDivWhoreSlaves - ($corpDivWhoreDev - 10)>>
 				| [[Downsize x10|Manage Corporation][$corpDivWhoreDev -= 10, $corpCash += 160000 + 34 * _corpDivWhoreSlavesSell * menialSlaveCost(), $corpDivWhoreSlaves -= $_corpDivWhoreSlavesSell, $corpAssetsDev -= 160000]]
 			<<else>>
@@ -1376,9 +1376,9 @@ __Dividend__
 <br><br>
 
 __Shares__
-<br>You own <<print commaNum($personalShares)>> shares while another <<print commaNum($publicShares)>> shares are traded publicly. The going rate on the market for 1000 shares is currently @@.yellowgreen;<<print cashFormat(corpSharePrice())>>.@@ 
+<br>You own <<print commaNum($personalShares)>> shares while another <<print commaNum($publicShares)>> shares are traded publicly. The going rate on the market for 1000 shares is currently @@.yellowgreen;<<print cashFormat(corpSharePrice())>>.@@
 <br>The corporation can buyback 1000 shares for @@.red;<<print cashFormat(corpSharePrice(-1000))>>@@ or issue 1000 shares and net @@.yellowgreen;<<print cashFormat(corpSharePrice(1000))>>.@@
-<<if $corpCash > corpSharePrice(-1000)>> 
+<<if $corpCash > corpSharePrice(-1000)>>
 	<<if $publicShares <= $personalShares - 2000 && $publicShares > 0>> /*It won't buy back player shares if the corporation is entirely owned by the player*/
 		<br>The corporation can buyback some of your shares. [[Buyback 1000|Manage Corporation][cashX(corpSharePrice(-1000), "stocksTraded"), $corpCash -= corpSharePrice(-1000), $personalShares -= 1000]]
 	<<elseif $publicShares >= 1000>>
@@ -1389,13 +1389,13 @@ __Shares__
 	<br>The corporation can issue 1000 shares to you. [[Issue 1000|Manage Corporation][cashX(forceNeg(corpSharePrice(1000)), "stocksTraded"), $corpCash += corpSharePrice(1000), $personalShares += 1000]]
 <</if>>
 <<if $publicShares <= $personalShares - 2000>>
-	<br>The corporation can issue 1000 shares onto the stockmarket. [[Issue 1000|Manage Corporation][$corpCash += corpSharePrice(1000), $publicShares += 1000]] 
+	<br>The corporation can issue 1000 shares onto the stock market. [[Issue 1000|Manage Corporation][$corpCash += corpSharePrice(1000), $publicShares += 1000]]
 <</if>>
 <<if $publicShares <= $personalShares - 3000>>
-	<br>You can sell some of your shares on the stockmarket. [[Sell 1000|Manage Corporation][cashX(corpSharePrice(), "stocksTraded"), $personalShares -= 1000, $publicShares += 1000]]
+	<br>You can sell some of your shares on the stock market. [[Sell 1000|Manage Corporation][cashX(corpSharePrice(), "stocksTraded"), $personalShares -= 1000, $publicShares += 1000]]
 <</if>>
 <<if $cash > corpSharePrice() && $publicShares >= 1000>>
-	<br>You can buy some shares from the stockmarket [[Buy 1000|Manage Corporation][cashX(forceNeg(corpSharePrice()), "stocksTraded"), $personalShares += 1000, $publicShares -= 1000]]
+	<br>You can buy some shares from the stock market [[Buy 1000|Manage Corporation][cashX(forceNeg(corpSharePrice()), "stocksTraded"), $personalShares += 1000, $publicShares -= 1000]]
 <</if>>
 
 <br><br>
@@ -1472,7 +1472,7 @@ __Slave specialization__
 			<br>Breaking slaves with [[Brutality|Manage Corporation][$corpSpecTrust = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Care|Manage Corporation][$corpSpecTrust = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecAmputee && $corpDivArcade > 0 && $corpDivSurgeryDev > 100>> /*This is the arcade specialization*/
-			<br>Slave limbs are catagorically [[Removed|Manage Corporation][$corpSpecAmputee = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
+			<br>Slave limbs are categorically [[Removed|Manage Corporation][$corpSpecAmputee = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]]
 		<</if>>
 		<<if ndef $corpSpecMuscle && $corpDivMenial > 0>> /*This used to be $generalUpgradeMuscle, it is the Menial division's specialization*/
 			<br>Slaves with muscles that are <<if $arcologies[0].FSPhysicalIdealist == "unset">> [[Weak|Manage Corporation][$corpSpecMuscle = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | <</if>>[[Soft|Manage Corporation][$corpSpecMuscle = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Toned|Manage Corporation][$corpSpecMuscle = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]]
@@ -1560,7 +1560,7 @@ __Slave specialization__
 			<</if>>
 		<</if>>
 		<<if $corpSpecRaces.includes("indo-aryan")>>
-			<br>Indo-aryan
+			<br>Indo-Aryan
 			<<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "indo-aryan")>>
 				<<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>>
 					<<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>>
@@ -1571,7 +1571,7 @@ __Slave specialization__
 				<</if>>
 			<</if>>
 		<<else>>
-			<br>==Indo-aryan==
+			<br>==Indo-Aryan==
 			<<if $corpSpecTimer == 0>>
 				<<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>>
 					[[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan",0), $corpSpecToken += 1, $corpSpecTimer = 2]]
diff --git a/src/uncategorized/costsBudget.tw b/src/uncategorized/costsBudget.tw
index 9f65ff970a2430bf0033b677b958ded1a30a37a1..cc4ef2ef2f1f08b78c182f8e6f6caa2d6db4a2ac 100644
--- a/src/uncategorized/costsBudget.tw
+++ b/src/uncategorized/costsBudget.tw
@@ -23,7 +23,7 @@ Your weekly costs are as follows://
 
 <<script>>
 for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
-   State.variables.lastWeeksCashProfits[i] = (State.variables.lastWeeksCashIncome[i] + State.variables.lastWeeksCashExpenses[i]);
+	State.variables.lastWeeksCashProfits[i] = (State.variables.lastWeeksCashIncome[i] + State.variables.lastWeeksCashExpenses[i]);
 }
 <</script>>
 
@@ -261,7 +261,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 
 	<<if $lastWeeksCashIncome.milked || $lastWeeksCashExpenses.milked>>
 		<tr>
-			<td>Milked</td> 
+			<td>Milked</td>
 			<td>
 				<<if Math.trunc($lastWeeksCashIncome.milked) > 0>>
 					@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.milked))>>@@
@@ -576,7 +576,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 
 	<<if $lastWeeksCashIncome.milkedDairy || $lastWeeksCashExpenses.milkedDairy>>
 		<tr>
-			<td>Dairy cows</td> 
+			<td>Dairy cows</td>
 			<td>
 				<<if Math.trunc($lastWeeksCashIncome.milkedDairy) > 0>>
 					@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashIncome.milkedDairy))>>@@
@@ -2298,7 +2298,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 				@@.yellowgreen;+<<print cashFormat(Math.trunc($lastWeeksCashProfits.Total))>>@@
 			<<else>>
 				@@.red;-<<print cashFormat(Math.abs(Math.trunc($lastWeeksCashProfits.Total)))>>@@
-			<</if>>			
+			<</if>>
 		</td>
 	</tr>
 
@@ -2312,7 +2312,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 			<<else>>
 				@@.red;<<print cashFormat($costs)>>@@
 			<</if>></td>
-		<td></td>	
+		<td></td>
 	</tr>
 
 
@@ -2362,7 +2362,7 @@ for(var i = 0; i < State.variables.lastWeeksCashIncome.length; i++){
 <</if>>
 
 <<if $lastWeeksErrors !== "Errors:">>
-	<<link "Reset">> 
+	<<link "Reset">>
 		<<set $lastWeeksErrors = "Errors: ">>
 	<</link>>
 	@@.red;<<print $lastWeeksErrors>>@@
diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw
index 795725397cde149349857f97fee35ff6768ccdb6..f8651c4501a9c1a182d6e5835567a0b47b96e9e4 100644
--- a/src/uncategorized/randomNonindividualEvent.tw
+++ b/src/uncategorized/randomNonindividualEvent.tw
@@ -69,7 +69,6 @@
 	<<if $legendaryAbolitionistID != 0>>
 		<<set $events.push("RE former abolitionist")>>
 	<</if>>
-
 	<<if $shelterAbuse <= 5>>
 		<<if $shelterGirlsIDs.length > 0>>
 			<<set $events.push("RE shelter inspection")>>
diff --git a/src/uncategorized/reShelterInspection.tw b/src/uncategorized/reShelterInspection.tw
index a9d52ae73acd3123583e872dc2bf8bf2a4fe8ab1..40cc8fd6740b0ae298df7636820d341238f6a9dd 100644
--- a/src/uncategorized/reShelterInspection.tw
+++ b/src/uncategorized/reShelterInspection.tw
@@ -308,7 +308,7 @@ Not waiting to be greeted, the inspector looks up at the nearest camera and dema
 				<<set $shelterAbuse-->>
 			<</if>>
 
-		<<case	"You got her at the Slave Shelter. She was discarded after suffering a terrible reaction to growth hormone treatment.">>
+		<<case "You got her at the Slave Shelter. She was discarded after suffering a terrible reaction to growth hormone treatment.">>
 			<<if _Inspectee.chem < $genePool[_Arrival].chem>>
 				Upon scanning _Inspectee.birthName, the inspector finds that $his chem damage has been reduced. The inspector looks deflated, and reluctantly makes a positive note on _his2 tablet.
 				<<set $shelterAbuse-->>
diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw
index 8d6764819ecf3831494a85b152997e95d8448e56..90f65e1f3ad8b76de309cfa4fc8d6f762dd44b25 100644
--- a/src/uncategorized/remoteSurgery.tw
+++ b/src/uncategorized/remoteSurgery.tw
@@ -156,7 +156,7 @@ $His $activeSlave.faceShape face is
 <</if>>
 
 <br>&nbsp;&nbsp;&nbsp;&nbsp;
-$He has 
+$He has
 <<if $activeSlave.earShape == "normal">>
 	normal shaped ears.
 	[[Elongate ears|Surgery Degradation][$activeSlave.earShape = "elfin", cashX(forceNeg($surgeryCost), "slaveSurgery"), $activeSlave.health -= 10, $surgeryType = "earShape"]]
diff --git a/src/uncategorized/seWeddingDouble.tw b/src/uncategorized/seWeddingDouble.tw
index b72f1d7f6f3a4de7c62a4ea5cff71f75976904c8..3b07f10c9f3b7233b7d0485e07f019a55dace780 100644
--- a/src/uncategorized/seWeddingDouble.tw
+++ b/src/uncategorized/seWeddingDouble.tw
@@ -12,545 +12,545 @@
 <</if>>
 
 <<if _slave1.relationship != 0>>
-    <<if _slave1.relationship > 0>>
-        <<if _slave1.relationshipTarget == _slave2.ID>>
-            In the days leading up to your wedding, _slave1.slaveName and _slave2.slaveName spent their time
-            <<if _slave1.relationship <= 2>>
-                excitedly planning together, as <<if _slave1.relationship == 2>>best<</if>> friends do.
-            <<else>>
-                having less sex and spending more time preparing for the upcoming event.
-            <</if>>
-            <<set _slave1.relationship = 0, _slave2.relationship = 0>>
-        <<else>>
-            In the days leading up to your wedding, _slave1.slaveName spent $his time 
-            <<set _m = $slaveIndices[_slave1.relationshipTarget]>>
-            <<set _slave1.relationshipTarget = 0>>
-            <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>>
-            <<if _slave1.devotion+_slave1.trust >= 175>>
-                <<if _slave1.relationship != 0>>
-                    <<if _slave1.relationship == -1>>
-                        vowing that $he'll be less of a slut.
-                    <<elseif _slave1.relationship == 4>>
-                        breaking up with $his lover, $slaves[_m].slaveName, as painlessly as possible.
-                    <<elseif _slave1.relationship == 3>>
-                        breaking up with $his FWB, $slaves[_m].slaveName, as painlessly as possible.
-                    <<elseif _slave1.relationship > 0>>
-                        promising $slaves[_m].slaveName that they'll still be friends, even if they can't spend time together.
-                    <<else>>
-                        as close to you as $he could.
-                    <</if>>
-                <</if>>
-            <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                <<if _slave1.relationship == -1>>
-                    sleeping with as many different people as $he could.
-                    <<if !isSlaveAvailable(_slave1)>>
-                        Or $he would have, if $he were able.
-                    <<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>>
-                        <<set _randomVag = random(30,60)>>
-                        <<set _randomAnal = random(30,60)>>
-                        <<set _randomOral = random(30,60)>>
-                        <<set _slave1.vaginalCount += _randomVag, _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes.
-                        <<if _slave1.vagina == 0 && _slave1.anus == 0>>
-                            $His actions robbed you of @@.lime;both $his virginities.@@
-                        <</if>>
-                        <<if _slave1.vagina < 4>><<set _slave1.vagina = 4>><</if>><<set _slave1.anus = 4>>
-                        <<if canGetPregnant(_slave1) && (random(1,100) > 70) && _slave1.eggType == "human">>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoVaginal(_slave1)>>
-                        <<set _randomVag = random(30,60)>>
-                        <<set _randomOral = random(30,60)>>
-                        <<set _slave1.vaginalCount += _randomVag, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt.
-                        <<if _slave1.vagina == 0>>
-                            $His actions robbed you of @@.lime;$his virginity.@@
-                        <</if>>
-                        <<if _slave1.vagina < 4>><<set _slave1.vagina = 4>><</if>>
-                        <<if canGetPregnant(_slave1) && (random(1,100) > 70) && _slave1.eggType == "human">>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave1)>>
-                        <<set _randomAnal = random(30,60)>>
-                        <<set _randomOral = random(30,60)>>
-                        <<set _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus.
-                        <<if _slave1.anus == 0>>
-                            $His actions robbed you of @@.lime;$his anal virginity.@@
-                        <</if>>
-                        <<set _slave1.anus = 4>>
-                        <<if canGetPregnant(_slave1) && (random(1,100) > 70) && _slave1.eggType == "human">>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _randomOral = random(60,100)>>
-                        <<set _slave1.oralCount += _randomOral, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids.
-                    <</if>>
-                <<elseif _slave1.relationship == 4>>
-                    fucking $his love, $slaves[_m].slaveName, as often as possible while ignoring you.
-                    <<if !isSlaveAvailable(_slave1)>>
-                        Or $he would have, if $he were able.
-                    <<elseif !isSlaveAvailable($slaves[_m])>>
-                        Or $he would have, if _he2 were around.
-                    <<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave1.vaginalCount += _randomVag, _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave1.vagina == 0 && _slave1.anus == 0>>
-                            $His actions robbed you of @@.lime;both $his virginities.@@
-                            <<set _slave1.vagina = 1, _slave1.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoVaginal(_slave1)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave1.vaginalCount += _randomVag, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                        <<if _slave1.vagina == 0>>
-                            $His actions robbed you of @@.lime;$his virginity.@@
-                            <<set _slave1.vagina = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave1)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave1.anus == 0>>
-                            $His actions robbed you of @@.lime;$his anal virginity.@@
-                            <<set _slave1.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _randomOral = random(15,20)>>
-                        <<set _slave1.oralCount += _randomOral, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
-                    <</if>>
-                <<elseif _slave1.relationship == 3>>
-                    fucking $his lover, $slaves[_m].slaveName, as often as possible while ignoring you.
-                    <<if !isAvailable(_slave1)>>
-                        Or $he would have, if $he were able.
-                    <<elseif !isSlaveAvailable($slaves[_m])>>
-                        Or $he would have, if _he2 were around.
-                    <<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave1.vaginalCount += _randomVag, _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave1.vagina == 0 && _slave1.anus == 0>>
-                            $His actions robbed you of @@.lime;both $his virginities.@@
-                            <<set _slave1.vagina = 1, _slave1.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoVaginal(_slave1)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave1.vaginalCount += _randomVag, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                        <<if _slave1.vagina == 0>>
-                            $His actions robbed you of @@.lime;$his virginity.@@
-                            <<set _slave1.vagina = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave1)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave1.anus == 0>>
-                            $His actions robbed you of @@.lime;$his anal virginity.@@
-                            <<set _slave1.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _randomOral = random(15,20)>>
-                        <<set _slave1.oralCount += _randomOral, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
-                    <</if>>
-                <<elseif _slave1.relationship > 0>>
-                    spending time away from you with $slaves[_m].slaveName.
-                <<else>>
-                    inappropriately planning redecorations.
-                <</if>>
-            <<elseif _slave1.devotion < -20>>
-                <<if _slave1.relationship == -1>>
-                    desperately pleading with you to change your mind.
-                <<elseif _slave1.relationship == 4>>
-                    with $his love, $slaves[_m].slaveName, weeping.
-                <<elseif _slave1.relationship == 3>>
-                    with $his lover, $slaves[_m].slaveName, weeping.
-                <<elseif _slave1.relationship > 0>>
-                    with $his friend, $slaves[_m].slaveName, weeping.
-                <<else>>
-                    desperately pleading with you to change your mind.
-                <</if>>
-            <<else>>
-                <<if _slave1.relationship == -1>>
-                    trying $his hardest to not sleep with anyone else.
-                <<elseif _slave1.relationship == 4>>
-                    alongside $his love, $slaves[_m].slaveName.
-                    <<if canDoVaginal(_slave1) && _slave1.vagina != 0>>
-                        <<set _slave1.vaginalCount += 1, $vaginalTotal += 1>>
-                        $He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave1)>>
-                        <<set _slave1.analCount += 1, $analTotal += 1>>
-                        $He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _slave1.oralCount += 1, $oralTotal += 1>>
-                        $He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
-                    <</if>>
-                <<elseif _slave1.relationship == 3>>
-                    alongside $his lover, $slaves[_m].slaveName.
-                    <<if canDoVaginal(_slave1) && _slave1.vagina != 0>>
-                        <<set _slave1.vaginalCount += 1, $vaginalTotal += 1>>
-                        $He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave1)>>
-                        <<set _slave1.analCount += 1, $analTotal += 1>>
-                        $He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
-                        <<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave1.pregType = setPregType(_slave1)>>
-                            <<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _slave1.oralCount += 1, $oralTotal += 1>>
-                        $He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
-                    <</if>>
-                <<elseif _slave1.relationship > 0>>
-                    with $his friend, $slaves[_m].slaveName.
-                <<else>>
-                    wearing a very conflicted expression.
-                <</if>>
+	<<if _slave1.relationship > 0>>
+		<<if _slave1.relationshipTarget == _slave2.ID>>
+			In the days leading up to your wedding, _slave1.slaveName and _slave2.slaveName spent their time
+			<<if _slave1.relationship <= 2>>
+				excitedly planning together, as <<if _slave1.relationship == 2>>best<</if>> friends do.
+			<<else>>
+				having less sex and spending more time preparing for the upcoming event.
+			<</if>>
+			<<set _slave1.relationship = 0, _slave2.relationship = 0>>
+		<<else>>
+			In the days leading up to your wedding, _slave1.slaveName spent $his time
+			<<set _m = $slaveIndices[_slave1.relationshipTarget]>>
+			<<set _slave1.relationshipTarget = 0>>
+			<<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>>
+			<<if _slave1.devotion+_slave1.trust >= 175>>
+				<<if _slave1.relationship != 0>>
+					<<if _slave1.relationship == -1>>
+						vowing that $he'll be less of a slut.
+					<<elseif _slave1.relationship == 4>>
+						breaking up with $his lover, $slaves[_m].slaveName, as painlessly as possible.
+					<<elseif _slave1.relationship == 3>>
+						breaking up with $his FWB, $slaves[_m].slaveName, as painlessly as possible.
+					<<elseif _slave1.relationship > 0>>
+						promising $slaves[_m].slaveName that they'll still be friends, even if they can't spend time together.
+					<<else>>
+						as close to you as $he could.
+					<</if>>
+				<</if>>
+			<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+				<<if _slave1.relationship == -1>>
+					sleeping with as many different people as $he could.
+					<<if !isSlaveAvailable(_slave1)>>
+						Or $he would have, if $he were able.
+					<<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>>
+						<<set _randomVag = random(30,60)>>
+						<<set _randomAnal = random(30,60)>>
+						<<set _randomOral = random(30,60)>>
+						<<set _slave1.vaginalCount += _randomVag, _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes.
+						<<if _slave1.vagina == 0 && _slave1.anus == 0>>
+							$His actions robbed you of @@.lime;both $his virginities.@@
+						<</if>>
+						<<if _slave1.vagina < 4>><<set _slave1.vagina = 4>><</if>><<set _slave1.anus = 4>>
+						<<if canGetPregnant(_slave1) && (random(1,100) > 70) && _slave1.eggType == "human">>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoVaginal(_slave1)>>
+						<<set _randomVag = random(30,60)>>
+						<<set _randomOral = random(30,60)>>
+						<<set _slave1.vaginalCount += _randomVag, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+						By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt.
+						<<if _slave1.vagina == 0>>
+							$His actions robbed you of @@.lime;$his virginity.@@
+						<</if>>
+						<<if _slave1.vagina < 4>><<set _slave1.vagina = 4>><</if>>
+						<<if canGetPregnant(_slave1) && (random(1,100) > 70) && _slave1.eggType == "human">>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave1)>>
+						<<set _randomAnal = random(30,60)>>
+						<<set _randomOral = random(30,60)>>
+						<<set _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus.
+						<<if _slave1.anus == 0>>
+							$His actions robbed you of @@.lime;$his anal virginity.@@
+						<</if>>
+						<<set _slave1.anus = 4>>
+						<<if canGetPregnant(_slave1) && (random(1,100) > 70) && _slave1.eggType == "human">>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<else>>
+						<<set _randomOral = random(60,100)>>
+						<<set _slave1.oralCount += _randomOral, $oralTotal += _randomOral>>
+						By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids.
+					<</if>>
+				<<elseif _slave1.relationship == 4>>
+					fucking $his love, $slaves[_m].slaveName, as often as possible while ignoring you.
+					<<if !isSlaveAvailable(_slave1)>>
+						Or $he would have, if $he were able.
+					<<elseif !isSlaveAvailable($slaves[_m])>>
+						Or $he would have, if _he2 were around.
+					<<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave1.vaginalCount += _randomVag, _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave1.vagina == 0 && _slave1.anus == 0>>
+							$His actions robbed you of @@.lime;both $his virginities.@@
+							<<set _slave1.vagina = 1, _slave1.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoVaginal(_slave1)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave1.vaginalCount += _randomVag, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+						<<if _slave1.vagina == 0>>
+							$His actions robbed you of @@.lime;$his virginity.@@
+							<<set _slave1.vagina = 1>>
+						<</if>>
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave1)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave1.anus == 0>>
+							$His actions robbed you of @@.lime;$his anal virginity.@@
+							<<set _slave1.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<else>>
+						<<set _randomOral = random(15,20)>>
+						<<set _slave1.oralCount += _randomOral, $oralTotal += _randomOral>>
+						By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
+					<</if>>
+				<<elseif _slave1.relationship == 3>>
+					fucking $his lover, $slaves[_m].slaveName, as often as possible while ignoring you.
+					<<if !isAvailable(_slave1)>>
+						Or $he would have, if $he were able.
+					<<elseif !isSlaveAvailable($slaves[_m])>>
+						Or $he would have, if _he2 were around.
+					<<elseif canDoVaginal(_slave1) && canDoAnal(_slave1)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave1.vaginalCount += _randomVag, _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave1.vagina == 0 && _slave1.anus == 0>>
+							$His actions robbed you of @@.lime;both $his virginities.@@
+							<<set _slave1.vagina = 1, _slave1.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoVaginal(_slave1)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave1.vaginalCount += _randomVag, _slave1.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+						<<if _slave1.vagina == 0>>
+							$His actions robbed you of @@.lime;$his virginity.@@
+							<<set _slave1.vagina = 1>>
+						<</if>>
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave1)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave1.analCount += _randomAnal, _slave1.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave1.anus == 0>>
+							$His actions robbed you of @@.lime;$his anal virginity.@@
+							<<set _slave1.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<else>>
+						<<set _randomOral = random(15,20)>>
+						<<set _slave1.oralCount += _randomOral, $oralTotal += _randomOral>>
+						By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
+					<</if>>
+				<<elseif _slave1.relationship > 0>>
+					spending time away from you with $slaves[_m].slaveName.
+				<<else>>
+					inappropriately planning redecorations.
+				<</if>>
+			<<elseif _slave1.devotion < -20>>
+				<<if _slave1.relationship == -1>>
+					desperately pleading with you to change your mind.
+				<<elseif _slave1.relationship == 4>>
+					with $his love, $slaves[_m].slaveName, weeping.
+				<<elseif _slave1.relationship == 3>>
+					with $his lover, $slaves[_m].slaveName, weeping.
+				<<elseif _slave1.relationship > 0>>
+					with $his friend, $slaves[_m].slaveName, weeping.
+				<<else>>
+					desperately pleading with you to change your mind.
+				<</if>>
+			<<else>>
+				<<if _slave1.relationship == -1>>
+					trying $his hardest to not sleep with anyone else.
+				<<elseif _slave1.relationship == 4>>
+					alongside $his love, $slaves[_m].slaveName.
+					<<if canDoVaginal(_slave1) && _slave1.vagina != 0>>
+						<<set _slave1.vaginalCount += 1, $vaginalTotal += 1>>
+						$He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave1)>>
+						<<set _slave1.analCount += 1, $analTotal += 1>>
+						$He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<else>>
+						<<set _slave1.oralCount += 1, $oralTotal += 1>>
+						$He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
+					<</if>>
+				<<elseif _slave1.relationship == 3>>
+					alongside $his lover, $slaves[_m].slaveName.
+					<<if canDoVaginal(_slave1) && _slave1.vagina != 0>>
+						<<set _slave1.vaginalCount += 1, $vaginalTotal += 1>>
+						$He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave1)>>
+						<<set _slave1.analCount += 1, $analTotal += 1>>
+						$He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
+						<<if canImpreg(_slave1, $slaves[_m]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave1.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1, _slave1.pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave1.pregType = setPregType(_slave1)>>
+							<<set WombImpregnate(_slave1, _slave1.pregType, _slave1.pregSource, _slave1.preg)>>
+						<</if>>
+					<<else>>
+						<<set _slave1.oralCount += 1, $oralTotal += 1>>
+						$He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
+					<</if>>
+				<<elseif _slave1.relationship > 0>>
+					with $his friend, $slaves[_m].slaveName.
+				<<else>>
+					wearing a very conflicted expression.
+				<</if>>
 
-            _slave2.slaveName, meanwhile, spent $his time
-            <<set _n = $slaveIndices[_slave2.relationshipTarget]>>
-            <<set _slave2.relationshipTarget = 0>>
-            <<set $slaves[_n].relationship = 0, $slaves[_n].relationshipTarget = 0>>
-            <</if>>
-            <<if _slave2.devotion+_slave2.trust >= 175>>
-                <<if _slave2.relationship != 0>>
-                    <<if _slave2.relationship == -1>>
-                        vowing that $he'll be less of a slut.
-                    <<elseif _slave2.relationship == 4>>
-                        breaking up with $his lover, $slaves[_n].slaveName, as painlessly as possible.
-                    <<elseif _slave2.relationship == 3>>
-                        breaking up with $his FWB, $slaves[_n].slaveName, as painlessly as possible.
-                    <<elseif _slave2.relationship > 0>>
-                        promising $slaves[_n].slaveName that they'll still be friends, even if they can't spend time together.
-                    <<else>>
-                        as close to you as $he could.
-                    <</if>>
-                <</if>>
-            <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-                <<if _slave2.relationship == -1>>
-                    sleeping with as many different people as $he could.
-                    <<if !isSlaveAvailable(_slave2)>>
-                        Or $he would have, if $he were able.
-                    <<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>>
-                        <<set _randomVag = random(30,60)>>
-                        <<set _randomAnal = random(30,60)>>
-                        <<set _randomOral = random(30,60)>>
-                        <<set _slave2.vaginalCount += _randomVag, _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes.
-                        <<if _slave2.vagina == 0 && _slave2.anus == 0>>
-                            $His actions robbed you of @@.lime;both $his virginities.@@
-                        <</if>>
-                        <<if _slave2.vagina < 4>><<set _slave2.vagina = 4>><</if>><<set _slave2.anus = 4>>
-                        <<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoVaginal(_slave2)>>
-                        <<set _randomVag = random(30,60)>>
-                        <<set _randomOral = random(30,60)>>
-                        <<set _slave2.vaginalCount += _randomVag, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt.
-                        <<if _slave2.vagina == 0>>
-                            $His actions robbed you of @@.lime;$his virginity.@@
-                        <</if>>
-                        <<if _slave2.vagina < 4>><<set _slave2.vagina = 4>><</if>>
-                        <<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave2)>>
-                        <<set _randomAnal = random(30,60)>>
-                        <<set _randomOral = random(30,60)>>
-                        <<set _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus.
-                        <<if _slave2.anus == 0>>
-                            $His actions robbed you of @@.lime;$his anal virginity.@@
-                        <</if>>
-                        <<set _slave2.anus = 4>>
-                        <<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _randomOral = random(60,100)>>
-                        <<set _slave2.oralCount += _randomOral, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids.
-                    <</if>>
-                <<elseif _slave2.relationship == 4>>
-                    fucking $his love, $slaves[_n].slaveName, as often as possible while ignoring you.
-                    <<if !isSlaveAvailable(_slave2)>>
-                        Or $he would have, if $he were able.
-                    <<elseif !isSlaveAvailable($slaves[_n])>>
-                        Or $he would have, if _he2 were around.
-                    <<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave2.vaginalCount += _randomVag, _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave2.vagina == 0 && _slave2.anus == 0>>
-                            $His actions robbed you of @@.lime;both $his virginities.@@
-                            <<set _slave2.vagina = 1, _slave2.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoVaginal(_slave2)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave2.vaginalCount += _randomVag, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                        <<if _slave2.vagina == 0>>
-                            $His actions robbed you of @@.lime;$his virginity.@@
-                            <<set _slave2.vagina = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave2)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave2.anus == 0>>
-                            $His actions robbed you of @@.lime;$his anal virginity.@@
-                            <<set _slave2.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _randomOral = random(15,20)>>
-                        <<set _slave2.oralCount += _randomOral, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
-                    <</if>>
-                <<elseif _slave2.relationship == 3>>
-                    fucking $his lover, $slaves[_n].slaveName, as often as possible while ignoring you.
-                    <<if !isAvailable(_slave2)>>
-                        Or $he would have, if $he were able.
-                    <<elseif !isSlaveAvailable($slaves[_n])>>
-                        Or $he would have, if _he2 were around.
-                    <<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave2.vaginalCount += _randomVag, _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave2.vagina == 0 && _slave2.anus == 0>>
-                            $His actions robbed you of @@.lime;both $his virginities.@@
-                            <<set _slave2.vagina = 1, _slave2.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoVaginal(_slave2)>>
-                        <<set _randomVag = random(3,7)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave2.vaginalCount += _randomVag, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                        <<if _slave2.vagina == 0>>
-                            $His actions robbed you of @@.lime;$his virginity.@@
-                            <<set _slave2.vagina = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave2)>>
-                        <<set _randomAnal = random(1,4)>>
-                        <<set _randomOral = random(5,10)>>
-                        <<set _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                        <<if _slave2.anus == 0>>
-                            $His actions robbed you of @@.lime;$his anal virginity.@@
-                            <<set _slave2.anus = 1>>
-                        <</if>>
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _randomOral = random(15,20)>>
-                        <<set _slave2.oralCount += _randomOral, $oralTotal += _randomOral>>
-                        By week's end, $he's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
-                    <</if>>
-                <<elseif _slave2.relationship > 0>>
-                    spending time away from you with $slaves[_n].slaveName.
-                <<else>>
-                    inappropriately planning redecorations.
-                <</if>>
-            <<elseif _slave2.devotion < -20>>
-                <<if _slave2.relationship == -1>>
-                    desperately pleading with you to change your mind.
-                <<elseif _slave2.relationship == 4>>
-                    with $his love, $slaves[_n].slaveName, weeping.
-                <<elseif _slave2.relationship == 3>>
-                    with $his lover, $slaves[_n].slaveName, weeping.
-                <<elseif _slave2.relationship > 0>>
-                    with $his friend, $slaves[_n].slaveName, weeping.
-                <<else>>
-                    desperately pleading with you to change your mind.
-                <</if>>
-            <<else>>
-                <<if _slave2.relationship == -1>>
-                    trying $his hardest to not sleep with anyone else.
-                <<elseif _slave2.relationship == 4>>
-                    alongside $his love, $slaves[_n].slaveName.
-                    <<if canDoVaginal(_slave2) && _slave2.vagina != 0>>
-                        <<set _slave2.vaginalCount += 1, $vaginalTotal += 1>>
-                        $He later lets you know $he let $slaves[_n].slaveName enjoy $his pussy one last time.
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave2)>>
-                        <<set _slave2.analCount += 1, $analTotal += 1>>
-                        $He later lets you know $he let $slaves[_n].slaveName enjoy $his butt one last time.
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _slave2.oralCount += 1, $oralTotal += 1>>
-                        $He later tells you $he gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>.
-                    <</if>>
-                <<elseif _slave2.relationship == 3>>
-                    alongside $his lover, $slaves[_n].slaveName.
-                    <<if canDoVaginal(_slave2) && _slave2.vagina != 0>>
-                        <<set _slave2.vaginalCount += 1, $vaginalTotal += 1>>
-                        $He later lets you know $he let $slaves[_n].slaveName enjoy $his pussy one last time.
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<elseif canDoAnal(_slave2)>>
-                        <<set _slave2.analCount += 1, $analTotal += 1>>
-                        $He later lets you know $he let $slaves[_n].slaveName enjoy $his butt one last time.
-                        <<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
-                            A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                            <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
-                            <<set _slave2.pregType = setPregType(_slave2)>>
-                            <<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
-                        <</if>>
-                    <<else>>
-                        <<set _slave2.oralCount += 1, $oralTotal += 1>>
-                        $He later tells you $he gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>.
-                    <</if>>
-                <<elseif _slave2.relationship > 0>>
-                    with $his friend, $slaves[_n].slaveName.
-                <<else>>
-                    wearing a very conflicted expression.
-                <</if>>
-            <</if>>
-        <</if>>
-    <</if>>
+			_slave2.slaveName, meanwhile, spent $his time
+			<<set _n = $slaveIndices[_slave2.relationshipTarget]>>
+			<<set _slave2.relationshipTarget = 0>>
+			<<set $slaves[_n].relationship = 0, $slaves[_n].relationshipTarget = 0>>
+			<</if>>
+			<<if _slave2.devotion+_slave2.trust >= 175>>
+				<<if _slave2.relationship != 0>>
+					<<if _slave2.relationship == -1>>
+						vowing that $he'll be less of a slut.
+					<<elseif _slave2.relationship == 4>>
+						breaking up with $his lover, $slaves[_n].slaveName, as painlessly as possible.
+					<<elseif _slave2.relationship == 3>>
+						breaking up with $his FWB, $slaves[_n].slaveName, as painlessly as possible.
+					<<elseif _slave2.relationship > 0>>
+						promising $slaves[_n].slaveName that they'll still be friends, even if they can't spend time together.
+					<<else>>
+						as close to you as $he could.
+					<</if>>
+				<</if>>
+			<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+				<<if _slave2.relationship == -1>>
+					sleeping with as many different people as $he could.
+					<<if !isSlaveAvailable(_slave2)>>
+						Or $he would have, if $he were able.
+					<<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>>
+						<<set _randomVag = random(30,60)>>
+						<<set _randomAnal = random(30,60)>>
+						<<set _randomOral = random(30,60)>>
+						<<set _slave2.vaginalCount += _randomVag, _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes.
+						<<if _slave2.vagina == 0 && _slave2.anus == 0>>
+							$His actions robbed you of @@.lime;both $his virginities.@@
+						<</if>>
+						<<if _slave2.vagina < 4>><<set _slave2.vagina = 4>><</if>><<set _slave2.anus = 4>>
+						<<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoVaginal(_slave2)>>
+						<<set _randomVag = random(30,60)>>
+						<<set _randomOral = random(30,60)>>
+						<<set _slave2.vaginalCount += _randomVag, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+						By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt.
+						<<if _slave2.vagina == 0>>
+							$His actions robbed you of @@.lime;$his virginity.@@
+						<</if>>
+						<<if _slave2.vagina < 4>><<set _slave2.vagina = 4>><</if>>
+						<<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave2)>>
+						<<set _randomAnal = random(30,60)>>
+						<<set _randomOral = random(30,60)>>
+						<<set _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus.
+						<<if _slave2.anus == 0>>
+							$His actions robbed you of @@.lime;$his anal virginity.@@
+						<</if>>
+						<<set _slave2.anus = 4>>
+						<<if canGetPregnant(_slave2) && (random(1,100) > 70) && _slave2.eggType == "human">>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<else>>
+						<<set _randomOral = random(60,100)>>
+						<<set _slave2.oralCount += _randomOral, $oralTotal += _randomOral>>
+						By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids.
+					<</if>>
+				<<elseif _slave2.relationship == 4>>
+					fucking $his love, $slaves[_n].slaveName, as often as possible while ignoring you.
+					<<if !isSlaveAvailable(_slave2)>>
+						Or $he would have, if $he were able.
+					<<elseif !isSlaveAvailable($slaves[_n])>>
+						Or $he would have, if _he2 were around.
+					<<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave2.vaginalCount += _randomVag, _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave2.vagina == 0 && _slave2.anus == 0>>
+							$His actions robbed you of @@.lime;both $his virginities.@@
+							<<set _slave2.vagina = 1, _slave2.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoVaginal(_slave2)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave2.vaginalCount += _randomVag, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+						<<if _slave2.vagina == 0>>
+							$His actions robbed you of @@.lime;$his virginity.@@
+							<<set _slave2.vagina = 1>>
+						<</if>>
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave2)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave2.anus == 0>>
+							$His actions robbed you of @@.lime;$his anal virginity.@@
+							<<set _slave2.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<else>>
+						<<set _randomOral = random(15,20)>>
+						<<set _slave2.oralCount += _randomOral, $oralTotal += _randomOral>>
+						By week's end, $he's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
+					<</if>>
+				<<elseif _slave2.relationship == 3>>
+					fucking $his lover, $slaves[_n].slaveName, as often as possible while ignoring you.
+					<<if !isAvailable(_slave2)>>
+						Or $he would have, if $he were able.
+					<<elseif !isSlaveAvailable($slaves[_n])>>
+						Or $he would have, if _he2 were around.
+					<<elseif canDoVaginal(_slave2) && canDoAnal(_slave2)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave2.vaginalCount += _randomVag, _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave2.vagina == 0 && _slave2.anus == 0>>
+							$His actions robbed you of @@.lime;both $his virginities.@@
+							<<set _slave2.vagina = 1, _slave2.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoVaginal(_slave2)>>
+						<<set _randomVag = random(3,7)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave2.vaginalCount += _randomVag, _slave2.oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+						<<if _slave2.vagina == 0>>
+							$His actions robbed you of @@.lime;$his virginity.@@
+							<<set _slave2.vagina = 1>>
+						<</if>>
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave2)>>
+						<<set _randomAnal = random(1,4)>>
+						<<set _randomOral = random(5,10)>>
+						<<set _slave2.analCount += _randomAnal, _slave2.oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+						<<if _slave2.anus == 0>>
+							$His actions robbed you of @@.lime;$his anal virginity.@@
+							<<set _slave2.anus = 1>>
+						<</if>>
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 70)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<else>>
+						<<set _randomOral = random(15,20)>>
+						<<set _slave2.oralCount += _randomOral, $oralTotal += _randomOral>>
+						By week's end, $he's managed to make $himself sick from going down on $slaves[_n].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
+					<</if>>
+				<<elseif _slave2.relationship > 0>>
+					spending time away from you with $slaves[_n].slaveName.
+				<<else>>
+					inappropriately planning redecorations.
+				<</if>>
+			<<elseif _slave2.devotion < -20>>
+				<<if _slave2.relationship == -1>>
+					desperately pleading with you to change your mind.
+				<<elseif _slave2.relationship == 4>>
+					with $his love, $slaves[_n].slaveName, weeping.
+				<<elseif _slave2.relationship == 3>>
+					with $his lover, $slaves[_n].slaveName, weeping.
+				<<elseif _slave2.relationship > 0>>
+					with $his friend, $slaves[_n].slaveName, weeping.
+				<<else>>
+					desperately pleading with you to change your mind.
+				<</if>>
+			<<else>>
+				<<if _slave2.relationship == -1>>
+					trying $his hardest to not sleep with anyone else.
+				<<elseif _slave2.relationship == 4>>
+					alongside $his love, $slaves[_n].slaveName.
+					<<if canDoVaginal(_slave2) && _slave2.vagina != 0>>
+						<<set _slave2.vaginalCount += 1, $vaginalTotal += 1>>
+						$He later lets you know $he let $slaves[_n].slaveName enjoy $his pussy one last time.
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave2)>>
+						<<set _slave2.analCount += 1, $analTotal += 1>>
+						$He later lets you know $he let $slaves[_n].slaveName enjoy $his butt one last time.
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<else>>
+						<<set _slave2.oralCount += 1, $oralTotal += 1>>
+						$He later tells you $he gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>.
+					<</if>>
+				<<elseif _slave2.relationship == 3>>
+					alongside $his lover, $slaves[_n].slaveName.
+					<<if canDoVaginal(_slave2) && _slave2.vagina != 0>>
+						<<set _slave2.vaginalCount += 1, $vaginalTotal += 1>>
+						$He later lets you know $he let $slaves[_n].slaveName enjoy $his pussy one last time.
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<elseif canDoAnal(_slave2)>>
+						<<set _slave2.analCount += 1, $analTotal += 1>>
+						$He later lets you know $he let $slaves[_n].slaveName enjoy $his butt one last time.
+						<<if canImpreg(_slave2, $slaves[_n]) && (random(1,100) > 90)>>
+							A pre-wedding checkup following an unusual bout of morning nausea reveals _slave2.slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+							<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1, _slave2.pregSource = $slaves[_n].ID, $slaves[_n].penetrativeCount++, $penetrativeTotal++>>
+							<<set _slave2.pregType = setPregType(_slave2)>>
+							<<set WombImpregnate(_slave2, _slave2.pregType, _slave2.pregSource, _slave2.preg)>>
+						<</if>>
+					<<else>>
+						<<set _slave2.oralCount += 1, $oralTotal += 1>>
+						$He later tells you $he gave $slaves[_n].slaveName <<if $slaves[_n].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_n])>>cunnilingus one last time<<else>>oral one last time<</if>>.
+					<</if>>
+				<<elseif _slave2.relationship > 0>>
+					with $his friend, $slaves[_n].slaveName.
+				<<else>>
+					wearing a very conflicted expression.
+				<</if>>
+			<</if>>
+		<</if>>
+	<</if>>
 <</if>>
 
 <<set _pregWedding = 2>>
 <<if (!isFertile(_slave1)) || ((!isFertile(_slave2))) && $weddingPlanned == 3>>
-    <<if (!isFertile(_slave1))>>
-        <<set _pregWedding = 0>>
-    <<else>>
-        <<set _pregWedding = 1>>
-    <</if>>
-    <<if (!isFertile(_slave2))>>
-        <<set _pregWedding = 0>>
-    <<else>>
-        <<set _pregWedding = 1>>
-    <</if>>
+	<<if (!isFertile(_slave1))>>
+		<<set _pregWedding = 0>>
+	<<else>>
+		<<set _pregWedding = 1>>
+	<</if>>
+	<<if (!isFertile(_slave2))>>
+		<<set _pregWedding = 0>>
+	<<else>>
+		<<set _pregWedding = 1>>
+	<</if>>
 <</if>>
 
 <<if _pregWedding < 2>>
@@ -561,1971 +561,1971 @@
 
 <<if $weddingPlanned == 3>>
 
-    The ceremony to bind <<= SlaveFullName(_slave1)>> and <<= SlaveFullName(_slave2)>> to you as your slave wives and their wombs to you as your private breeding ground is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset" && (_slave1.breedingMark == 0 || $propOutcome == 0)>>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.<</if>>
-    <br><br>
-    /* good luck reading this next line */
-    _slave1.slaveName and _slave2.slaveName appear after everyone has had a chance to socialize,<<if (_slave1.amp == 1)>> _slave1.slaveName <</if>><<if (_slave1.amp == 1) && (_slave2.amp == 1)>>and <<if (_slave2.amp == 1)>>_slave2.slaveName <</if>> being carried by <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>other slaves<<elseif (_slave1.amp < 1) && (_slave2.amp == 1)>>_slave1.slaveName<<elseif (_slave1.amp == 1) && (_slave2.amp < 1)>>_slave2.slaveName<</if>> since <</if>><<if (_slave1.amp == 1) && (_slave2.amp != 1)>>$he's a quadruple amputee and $he cannot walk,<<elseif (_slave1.amp == 1) && (_slave2.amp == 1)>>they're both quadruple amputees and cannot walk,<<elseif (_slave1.amp != 1) && (_slave2.amp == 1)>>_he2's a quadruple amputee and _he2 cannot walk,<</if>> wearing beautiful bridal lingerie in
+	The ceremony to bind <<= SlaveFullName(_slave1)>> and <<= SlaveFullName(_slave2)>> to you as your slave wives and their wombs to you as your private breeding ground is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset" && (_slave1.breedingMark == 0 || $propOutcome == 0)>>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.<</if>>
+	<br><br>
+	/* good luck reading this next line */
+	_slave1.slaveName and _slave2.slaveName appear after everyone has had a chance to socialize,<<if (_slave1.amp == 1)>> _slave1.slaveName <</if>><<if (_slave1.amp == 1) && (_slave2.amp == 1)>>and <<if (_slave2.amp == 1)>>_slave2.slaveName <</if>> being carried by <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>other slaves<<elseif (_slave1.amp < 1) && (_slave2.amp == 1)>>_slave1.slaveName<<elseif (_slave1.amp == 1) && (_slave2.amp < 1)>>_slave2.slaveName<</if>> since <</if>><<if (_slave1.amp == 1) && (_slave2.amp != 1)>>$he's a quadruple amputee and $he cannot walk,<<elseif (_slave1.amp == 1) && (_slave2.amp == 1)>>they're both quadruple amputees and cannot walk,<<elseif (_slave1.amp != 1) && (_slave2.amp == 1)>>_he2's a quadruple amputee and _he2 cannot walk,<</if>> wearing beautiful bridal lingerie in
+
+	<<if (_slave1.vagina == 0 && _slave2.vagina == 0) || (_slave1.pregKnown == 1 && _slave2.pregKnown == 1) || ((_slave1.vagina < 0 && _slave1.anus == 0) && (_slave2.vagina < 0 && _slave2.anus == 0)) || ((_slave1.vagina < 0 && _slave1.boobs > 500) && (_slave2.vagina < 0 && _slave2.boobs > 500)) || (_slave1.vagina < 0 && _slave2.vagina < 0) || (_slave1.dick > 0 && _slave2.dick > 0) || ((_slave1.vagina > 0 || _slave1.anus > 0) && (_slave2.vagina > 0 || _slave2.anus > 0))>>
+		<<if (_slave1.vagina == 0)>>
+			white, since both slaves are virgins.
+		<<elseif (_slave1.pregKnown == 1)>>
+			light pink, since both slaves are pregnant.
+		<<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
+			white, since both slaves are anal virgins.
+		<<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
+			electric blue, since both slaves are shemales.
+		<<elseif (_slave1.vagina < 0)>>
+			pale blue, since both slaves are sissies.
+		<<elseif (_slave1.dick > 0)>>
+			hot pink, since both slaves are futas.
+		<<else>>
+			light pink, since both slaves are experienced sex slaves.
+		<</if>>
+	<<else>>
+		<<if (_slave1.vagina == 0)>>
+			white, since _slave1.slaveName's a virgin
+		<<elseif (_slave1.pregKnown == 1)>>
+			light pink, since _slave1.slaveName's pregnant
+		<<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
+			white, since _slave1.slaveName's an anal virgin
+		<<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
+			electric blue, since _slave1.slaveName's a shemale
+		<<elseif (_slave1.vagina < 0)>>
+			pale blue, since _slave1.slaveName's a sissy slave
+		<<elseif (_slave1.dick > 0)>>
+			hot pink, since _slave1.slaveName's a futa slave
+		<<else>>
+			light pink, since _slave1.slaveName's an experienced sex slave
+		<</if>>
+		and
+		<<if (_slave2.vagina == 0)>>
+			white, since _slave2.slaveName's a virgin.
+		<<elseif (_slave2.pregKnown == 1)>>
+			light pink, since _slave2.slaveName's pregnant.
+		<<elseif (_slave2.vagina < 0) && (_slave2.anus == 0)>>
+			white, since _slave2.slaveName's an anal virgin.
+		<<elseif (_slave2.vagina < 0) && (_slave2.boobs > 500)>>
+			electric blue, since _slave2.slaveName's a shemale.
+		<<elseif (_slave2.vagina < 0)>>
+			pale blue, since _slave2.slaveName's a sissy slave.
+		<<elseif (_slave2.dick > 0)>>
+			hot pink, since _slave2.slaveName's a futa slave.
+		<<else>>
+			light pink, since _slave2.slaveName's an experienced sex slave.
+		<</if>>
+	<</if>>
 
-    <<if (_slave1.vagina == 0 && _slave2.vagina == 0) || (_slave1.pregKnown == 1 && _slave2.pregKnown == 1) || ((_slave1.vagina < 0 && _slave1.anus == 0) && (_slave2.vagina < 0 && _slave2.anus == 0)) || ((_slave1.vagina < 0 && _slave1.boobs > 500) && (_slave2.vagina < 0 && _slave2.boobs > 500)) || (_slave1.vagina < 0 && _slave2.vagina < 0) || (_slave1.dick > 0 && _slave2.dick > 0) || ((_slave1.vagina > 0 || _slave1.anus > 0) && (_slave2.vagina > 0 || _slave2.anus > 0))>>
-        <<if (_slave1.vagina == 0)>>
-            white, since both slaves are virgins.
-        <<elseif (_slave1.pregKnown == 1)>>
-            light pink, since both slaves are pregnant.
-        <<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
-            white, since both slaves are anal virgins.
-        <<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
-            electric blue, since both slaves are shemales.
-        <<elseif (_slave1.vagina < 0)>>
-            pale blue, since both slaves are sissies.
-        <<elseif (_slave1.dick > 0)>>
-            hot pink, since both slaves are futas.
-        <<else>>
-            light pink, since both slaves are experienced sex slaves.
-        <</if>>
-    <<else>>
-        <<if (_slave1.vagina == 0)>>
-            white, since _slave1.slaveName's a virgin
-        <<elseif (_slave1.pregKnown == 1)>>
-            light pink, since _slave1.slaveName's pregnant
-        <<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
-            white, since _slave1.slaveName's an anal virgin
-        <<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
-            electric blue, since _slave1.slaveName's a shemale
-        <<elseif (_slave1.vagina < 0)>>
-            pale blue, since _slave1.slaveName's a sissy slave
-        <<elseif (_slave1.dick > 0)>>
-            hot pink, since _slave1.slaveName's a futa slave
-        <<else>>
-            light pink, since _slave1.slaveName's an experienced sex slave
-        <</if>>
-        and
-        <<if (_slave2.vagina == 0)>>
-            white, since _slave2.slaveName's a virgin.
-        <<elseif (_slave2.pregKnown == 1)>>
-            light pink, since _slave2.slaveName's pregnant.
-        <<elseif (_slave2.vagina < 0) && (_slave2.anus == 0)>>
-            white, since _slave2.slaveName's an anal virgin.
-        <<elseif (_slave2.vagina < 0) && (_slave2.boobs > 500)>>
-            electric blue, since _slave2.slaveName's a shemale.
-        <<elseif (_slave2.vagina < 0)>>
-            pale blue, since _slave2.slaveName's a sissy slave.
-        <<elseif (_slave2.dick > 0)>>
-            hot pink, since _slave2.slaveName's a futa slave.
-        <<else>>
-            light pink, since _slave2.slaveName's an experienced sex slave.
-        <</if>>
-    <</if>>
+	A filmy veil cover their heads and shoulders, and
+	<<if (_slave1.boobs > 4000 && _slave2.boobs > 4000) || (_slave1.boobs > 1200 && _slave2.boobs > 1200) || (_slave1.boobs > 400 && _slave2.boobs > 400) || (_slave1.boobs <= 400 && _slave2.boobs <= 400)>>
+		their lacy bridal bras
+		<<if (_slave1.boobs > 4000)>>
+			are a marvel of engineering, discreetly reinforced to support their gigantic udders.
+		<<elseif (_slave1.boobs > 1200)>>
+			just barely restrain their huge boobs, leaving the tops of their areolae visible.
+		<<elseif (_slave1.boobs > 400)>>
+			flatter their pretty breasts.
+		<<else>>
+			flatter their pretty chests.
+		<</if>>
+	<<else>>
+		_slave1.slaveName's lacy bridal bra
+		<<if (_slave1.boobs > 4000)>>
+			is a marvel of engineering, discreetly reinforced to support $his gigantic udders,
+		<<elseif (_slave1.boobs > 1200)>>
+			just barely restrains $his huge boobs, leaving the tops of $his areolae visible,
+		<<elseif (_slave1.boobs > 400)>>
+			flatters $his pretty breasts,
+		<<else>>
+			flatters $his pretty chest,
+		<</if>>
+		while _slave2.slaveName's bra
+		<<if (_slave1.boobs > 4000)>>
+			is a marvel of engineering, discreetly reinforced to support _his2 gigantic udders.
+		<<elseif (_slave1.boobs > 1200)>>
+			just barely restrains _his2 huge boobs, leaving the tops of _his2 areolae visible.
+		<<elseif (_slave1.boobs > 400)>>
+			flatters _his2 pretty breasts.
+		<<else>>
+			flatters _his2 pretty chest.
+		<</if>>
+	<</if>>
 
-    A filmy veil cover their heads and shoulders, and
-    <<if (_slave1.boobs > 4000 && _slave2.boobs > 4000) || (_slave1.boobs > 1200 && _slave2.boobs > 1200) || (_slave1.boobs > 400 && _slave2.boobs > 400) || (_slave1.boobs <= 400 && _slave2.boobs <= 400)>>
-        their lacy bridal bras
-        <<if (_slave1.boobs > 4000)>>
-            are a marvel of engineering, discreetly reinforced to support their gigantic udders.
-        <<elseif (_slave1.boobs > 1200)>>
-            just barely restrain their huge boobs, leaving the tops of their areolae visible.
-        <<elseif (_slave1.boobs > 400)>>
-            flatter their pretty breasts.
-        <<else>>
-            flatter their pretty chests.
-        <</if>>
-    <<else>>
-        _slave1.slaveName's lacy bridal bra
-        <<if (_slave1.boobs > 4000)>>
-            is a marvel of engineering, discreetly reinforced to support $his gigantic udders,
-        <<elseif (_slave1.boobs > 1200)>>
-            just barely restrains $his huge boobs, leaving the tops of $his areolae visible,
-        <<elseif (_slave1.boobs > 400)>>
-            flatters $his pretty breasts,
-        <<else>>
-            flatters $his pretty chest,
-        <</if>>
-        while _slave2.slaveName's bra
-        <<if (_slave1.boobs > 4000)>>
-            is a marvel of engineering, discreetly reinforced to support _his2 gigantic udders.
-        <<elseif (_slave1.boobs > 1200)>>
-            just barely restrains _his2 huge boobs, leaving the tops of _his2 areolae visible.
-        <<elseif (_slave1.boobs > 400)>>
-            flatters _his2 pretty breasts.
-        <<else>>
-            flatters _his2 pretty chest.
-        <</if>>
-    <</if>>
+	<<if ((_slave1.bellyPreg >= 600000) && (_slave2.bellyPreg >= 600000)) || ((_slave1.bellyPreg >= 1500) && (_slave2.bellyPreg >= 1500)) || ((_slave1.bellyImplant >= 1500) && (_slave2.bellyImplant >= 1500)) || ((_slave1.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000)) || ((_slave1.bellyFluid >= 5000) && (_slave2.bellyFluid >= 5000)) || ((_slave1.bellyFluid >= 1500) && (_slave2.bellyFluid >= 1500))>>
+		<<if _slave1.bellyPreg >= 600000>>
+			Their expansive, squirming pregnant bellies make their bridal wear particularly obscene.
+		<<elseif (_slave1.bellyPreg >= 1500)>>
+			Their _belly pregnant bellies protrude out the front of their bridal wear.
+		<<elseif (_slave1.bellyImplant >= 1500)>>
+			Their _belly <<print _slave1.bellyImplant>>cc bellies implant protrude their middle out the front of their bridal wear.
+		<<elseif (_slave1.bellyFluid >= 10000)>>
+			Their hugely bloated, <<print _slave1.inflationType>>-filled bellies protrude out the front of their bridal wear.
+		<<elseif (_slave1.bellyFluid >= 5000)>>
+			Their bloated, <<print _slave1.inflationType>>-stuffed bellies protrude out the front of their bridal wear.
+		<<elseif (_slave1.bellyFluid >= 1500)>>
+			Their distended, <<print _slave1.inflationType>>-bellies protrude out the front of their bridal wear.
+		<</if>>
+	<<else>>
+		<<if (_slave1.bellyPreg >= 600000) || (_slave1.bellyPreg >= 1500) || (_slave1.bellyImplant >= 1500) || (_slave1.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000) || (_slave1.bellyFluid >= 5000) || (_slave1.bellyFluid >= 1500)>>
+			<<set _slave1Belly = 1>>
+			<<if _slave1.bellyPreg >= 600000>>
+				_slave1.slaveName's expansive, squirming pregnant belly makes $his bridal wear particularly obscene,
+			<<elseif (_slave1.bellyPreg >= 1500)>>
+				_slave1.slaveName's _belly pregnant belly protrudes out the front of $his bridal wear,
+			<<elseif (_slave1.bellyImplant >= 1500)>>
+				_slave1.slaveName's _belly <<print _slave1.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear,
+			<<elseif (_slave1.bellyFluid >= 10000)>>
+				_slave1.slaveName's hugely bloated, <<print _slave1.inflationType>>-filled belly protrudes out the front of $his bridal wear,
+			<<elseif (_slave1.bellyFluid >= 5000)>>
+				_slave1.slaveName's bloated, <<print _slave1.inflationType>>-stuffed belly protrudes out the front of $his bridal wear,
+			<<elseif (_slave1.bellyFluid >= 1500)>>
+				_slave1.slaveName's distended, <<print _slave1.inflationType>>-belly protrudes out the front of $his bridal wear,
+			<</if>>
+		<</if>>
+		<<if _slave1Belly == 1 && ((_slave2.bellyPreg >= 600000) || (_slave2.bellyPreg >= 1500) || (_slave2.bellyImplant >= 1500) || (_slave2.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000) || (_slave2.bellyFluid >= 5000) || (_slave2.bellyFluid >= 1500))>>
+			while
+		<</if>>
+		<<if _slave2.bellyPreg >= 600000>>
+			_slave2.slaveName's expansive, squirming pregnant belly makes _his2 bridal wear particularly obscene.
+		<<elseif (_slave2.bellyPreg >= 1500)>>
+			_slave2.slaveName's _belly2 pregnant belly protrudes out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyImplant >= 1500)>>
+			_slave2.slaveName's _belly2 <<print _slave2.bellyImplant>>cc belly implant protrudes _his2 middle out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyFluid >= 10000)>>
+			_slave2.slaveName's hugely bloated, <<print _slave2.inflationType>>-filled belly protrudes out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyFluid >= 5000)>>
+			_slave2.slaveName's bloated, <<print _slave2.inflationType>>-stuffed belly protrudes out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyFluid >= 1500)>>
+			_slave2.slaveName's distended, <<print _slave2.inflationType>>-belly protrudes out the front of _his2 bridal wear.
+		<</if>>
+	<</if>>
 
-    <<if ((_slave1.bellyPreg >= 600000) && (_slave2.bellyPreg >= 600000)) || ((_slave1.bellyPreg >= 1500) && (_slave2.bellyPreg >= 1500)) || ((_slave1.bellyImplant >= 1500) && (_slave2.bellyImplant >= 1500)) || ((_slave1.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000)) || ((_slave1.bellyFluid >= 5000) && (_slave2.bellyFluid >= 5000)) || ((_slave1.bellyFluid >= 1500) && (_slave2.bellyFluid >= 1500))>>
-        <<if _slave1.bellyPreg >= 600000>>
-            Their expansive, squirming pregnant bellies make their bridal wear particularly obscene.
-        <<elseif (_slave1.bellyPreg >= 1500)>>
-            Their _belly pregnant bellies protrude out the front of their bridal wear.
-        <<elseif (_slave1.bellyImplant >= 1500)>>
-            Their _belly <<print _slave1.bellyImplant>>cc bellies implant protrude their middle out the front of their bridal wear.
-        <<elseif (_slave1.bellyFluid >= 10000)>>
-            Their hugely bloated, <<print _slave1.inflationType>>-filled bellies protrude out the front of their bridal wear.
-        <<elseif (_slave1.bellyFluid >= 5000)>>
-            Their bloated, <<print _slave1.inflationType>>-stuffed bellies protrude out the front of their bridal wear.
-        <<elseif (_slave1.bellyFluid >= 1500)>>
-            Their distended, <<print _slave1.inflationType>>-bellies protrude out the front of their bridal wear.
-        <</if>>
-    <<else>>
-        <<if (_slave1.bellyPreg >= 600000) || (_slave1.bellyPreg >= 1500) || (_slave1.bellyImplant >= 1500) || (_slave1.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000) || (_slave1.bellyFluid >= 5000) || (_slave1.bellyFluid >= 1500)>>
-            <<set _slave1Belly = 1>>
-            <<if _slave1.bellyPreg >= 600000>>
-                _slave1.slaveName's expansive, squirming pregnant belly makes $his bridal wear particularly obscene,
-            <<elseif (_slave1.bellyPreg >= 1500)>>
-                _slave1.slaveName's _belly pregnant belly protrudes out the front of $his bridal wear,
-            <<elseif (_slave1.bellyImplant >= 1500)>>
-                _slave1.slaveName's _belly <<print _slave1.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear,
-            <<elseif (_slave1.bellyFluid >= 10000)>>
-                _slave1.slaveName's hugely bloated, <<print _slave1.inflationType>>-filled belly protrudes out the front of $his bridal wear,
-            <<elseif (_slave1.bellyFluid >= 5000)>>
-                _slave1.slaveName's bloated, <<print _slave1.inflationType>>-stuffed belly protrudes out the front of $his bridal wear,
-            <<elseif (_slave1.bellyFluid >= 1500)>>
-                _slave1.slaveName's distended, <<print _slave1.inflationType>>-belly protrudes out the front of $his bridal wear,
-            <</if>>
-        <</if>>
-        <<if _slave1Belly == 1 && ((_slave2.bellyPreg >= 600000) || (_slave2.bellyPreg >= 1500) || (_slave2.bellyImplant >= 1500) || (_slave2.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000) || (_slave2.bellyFluid >= 5000) || (_slave2.bellyFluid >= 1500))>>
-            while
-        <</if>>
-        <<if _slave2.bellyPreg >= 600000>>
-            _slave2.slaveName's expansive, squirming pregnant belly makes _his2 bridal wear particularly obscene.
-        <<elseif (_slave2.bellyPreg >= 1500)>>
-            _slave2.slaveName's _belly2 pregnant belly protrudes out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyImplant >= 1500)>>
-            _slave2.slaveName's _belly2 <<print _slave2.bellyImplant>>cc belly implant protrudes _his2 middle out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyFluid >= 10000)>>
-            _slave2.slaveName's hugely bloated, <<print _slave2.inflationType>>-filled belly protrudes out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyFluid >= 5000)>>
-            _slave2.slaveName's bloated, <<print _slave2.inflationType>>-stuffed belly protrudes out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyFluid >= 1500)>>
-            _slave2.slaveName's distended, <<print _slave2.inflationType>>-belly protrudes out the front of _his2 bridal wear.
-        <</if>>
-    <</if>>
+	<<if ((_slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")) && (_slave2.dickAccessory == "chastity") || _slave2.dickAccessory == ("combined chastity")) || (canAchieveErection(_slave1) && canAchieveErection(_slave2)) || ((_slave1.dick > 0) && (_slave2.dick > 0)) || ((_slave1.clit > 1 && _slave2.clit > 1)) || ((_slave1.clit <= 1) && (_slave2.clit <= 1))>>
+		<<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
+			Their slave dicks are hidden by their chastity cages.
+		<<elseif canAchieveErection(_slave1)>>
+			<<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly.
+			<<elseif _slave1.dick > 4>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
+			<<else>>
+				_slave1.slaveName's erection tents the front of $his lacy g-string.
+			<</if>>
+		<<elseif (_slave1.dick > 0)>>
+			<<if (_slave1.dick > 10) && (_slave2.dick > 10)>>
+				Their huge soft cocks are allowed to dangle freely as no g-string could hope to contain them.
+			<<elseif (_slave1.dick > 4) && (_slave2.dick > 4)>>
+				Their big soft cocks forms a lewd mass, stuffed into their lacy g-strings.
+			<<elseif (_slave1.dick <= 3) && (_slave2.dick <= 3)>>
+				Their lacy g-strings perfectly conceals their soft dick.
+			<<else>>
+				<<if (_slave1.dick > 10)>>
+					_slave1.slaveName's huge soft cock dangles free as no g-string could hope to contain it,
+				<<elseif (_slave1.dick > 4)>>
+					_slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
+				<<else>>
+					_slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
+				<</if>>
+				while
+				<<if (_slave2.dick > 10)>>
+					_slave2.slaveName's huge soft cock dangles free as no g-string could hope to contain it.
+				<<elseif (_slave2.dick > 4)>>
+					_slave2.slaveName's big soft cock forms a lewd mass, stuffed into _his2 lacy g-string.
+				<<else>>
+					_slave2.slaveName's lacy g-string perfectly conceals _his2 soft dick.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if _slave1.clit > 1>>
+				Their huge clits are quite hard, making them shift uncomfortably as their lacy g-strings stimulate them.
+			<<else>>
+				Their lacy g-strings cover their womanhoods demurely.
+			<</if>>
+		<</if>>
+	<<else>>
+		<<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
+			_slave1's slave dick is hidden by its chastity cage,
+		<<elseif canAchieveErection(_slave1)>>
+			<<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly,
+			<<elseif _slave1.dick > 4>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly,
+			<<else>>
+				_slave1.slaveName's erection tents the front of $his lacy g-string,
+			<</if>>
+		<<elseif (_slave1.dick > 0)>>
+			<<if _slave1.dick > 10>>
+				_slave1.slaveName's huge soft cock is allowed to dangle freely as no g-string could hope to contain it,
+			<<elseif _slave1.dick > 4>>
+				_slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
+			<<else>>
+				_slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
+			<</if>>
+		<<else>>
+			<<if _slave1.clit > 1>>
+				_slave1.slaveName's huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it,
+			<<else>>
+				_slave1.slaveName's lacy g-string covers $his womanhood demurely,
+			<</if>>
+		<</if>>
+		whereas
+		<<if _slave2.dickAccessory == ("chastity") || _slave2.dickAccessory == ("combined chastity")>>
+			_slave2.slaveName' slave dick is hidden by its chastity cage.
+		<<elseif canAchieveErection(_slave2)>>
+			<<if (_slave2.dick > 4) && (_slave2.belly >= 5000)>>
+				_slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly.
+			<<elseif _slave2.dick > 4>>
+				_slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
+			<<else>>
+				_slave2.slaveName' erection tents the front of $his lacy g-string.
+			<</if>>
+		<<elseif (_slave2.dick > 0)>>
+			<<if _slave2.dick > 10>>
+				_slave2.slaveName' huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
+			<<elseif _slave2.dick > 4>>
+				_slave2.slaveName' big soft cock forms a lewd mass, stuffed into $his lacy g-string.
+			<<else>>
+				_slave2.slaveName' lacy g-string perfectly conceals $his soft dick.
+			<</if>>
+		<<else>>
+			<<if _slave2.clit > 1>>
+				_slave2.slaveName' huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it.
+			<<else>>
+				_slave2.slaveName' lacy g-string covers $his womanhood demurely.
+			<</if>>
+		<</if>>
+	<</if>>
 
-    <<if ((_slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")) && (_slave2.dickAccessory == "chastity") || _slave2.dickAccessory == ("combined chastity")) || (canAchieveErection(_slave1) && canAchieveErection(_slave2)) || ((_slave1.dick > 0) && (_slave2.dick > 0)) || ((_slave1.clit > 1 && _slave2.clit > 1)) || ((_slave1.clit <= 1) && (_slave2.clit <= 1))>>
-        <<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
-            Their slave dicks are hidden by their chastity cages.
-        <<elseif canAchieveErection(_slave1)>>
-            <<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly.
-            <<elseif _slave1.dick > 4>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
-            <<else>>
-                _slave1.slaveName's erection tents the front of $his lacy g-string.
-            <</if>>
-        <<elseif (_slave1.dick > 0)>>
-            <<if (_slave1.dick > 10) && (_slave2.dick > 10)>>
-                Their huge soft cocks are allowed to dangle freely as no g-string could hope to contain them.
-            <<elseif (_slave1.dick > 4) && (_slave2.dick > 4)>>
-                Their big soft cocks forms a lewd mass, stuffed into their lacy g-strings.
-            <<elseif (_slave1.dick <= 3) && (_slave2.dick <= 3)>>
-                Their lacy g-strings perfectly conceals their soft dick.
-            <<else>>
-                <<if (_slave1.dick > 10)>>
-                    _slave1.slaveName's huge soft cock dangles free as no g-string could hope to contain it,
-                <<elseif (_slave1.dick > 4)>>
-                    _slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
-                <<else>>
-                    _slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
-                <</if>>
-                while
-                <<if (_slave2.dick > 10)>>
-                    _slave2.slaveName's huge soft cock dangles free as no g-string could hope to contain it.
-                <<elseif (_slave2.dick > 4)>>
-                    _slave2.slaveName's big soft cock forms a lewd mass, stuffed into _his2 lacy g-string.
-                <<else>>
-                    _slave2.slaveName's lacy g-string perfectly conceals _his2 soft dick.
-                <</if>>
-            <</if>>
-        <<else>>
-            <<if _slave1.clit > 1>>
-                Their huge clits are quite hard, making them shift uncomfortably as their lacy g-strings stimulate them.
-            <<else>>
-                Their lacy g-strings cover their womanhoods demurely.
-            <</if>>
-        <</if>>
-    <<else>>
-        <<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
-            _slave1's slave dick is hidden by its chastity cage,
-        <<elseif canAchieveErection(_slave1)>>
-            <<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly,
-            <<elseif _slave1.dick > 4>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly,
-            <<else>>
-                _slave1.slaveName's erection tents the front of $his lacy g-string,
-            <</if>>
-        <<elseif (_slave1.dick > 0)>>
-            <<if _slave1.dick > 10>>
-                _slave1.slaveName's huge soft cock is allowed to dangle freely as no g-string could hope to contain it,
-            <<elseif _slave1.dick > 4>>
-                _slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
-            <<else>>
-                _slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
-            <</if>>
-        <<else>>
-            <<if _slave1.clit > 1>>
-                _slave1.slaveName's huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it,
-            <<else>>
-                _slave1.slaveName's lacy g-string covers $his womanhood demurely,
-            <</if>>
-        <</if>>
-        whereas
-        <<if _slave2.dickAccessory == ("chastity") || _slave2.dickAccessory == ("combined chastity")>>
-            _slave2.slaveName' slave dick is hidden by its chastity cage.
-        <<elseif canAchieveErection(_slave2)>>
-            <<if (_slave2.dick > 4) && (_slave2.belly >= 5000)>>
-                _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly.
-            <<elseif _slave2.dick > 4>>
-                _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
-            <<else>>
-                _slave2.slaveName' erection tents the front of $his lacy g-string.
-            <</if>>
-        <<elseif (_slave2.dick > 0)>>
-            <<if _slave2.dick > 10>>
-                _slave2.slaveName' huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
-            <<elseif _slave2.dick > 4>>
-                _slave2.slaveName' big soft cock forms a lewd mass, stuffed into $his lacy g-string.
-            <<else>>
-                _slave2.slaveName' lacy g-string perfectly conceals $his soft dick.
-            <</if>>
-        <<else>>
-            <<if _slave2.clit > 1>>
-                _slave2.slaveName' huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it.
-            <<else>>
-                _slave2.slaveName' lacy g-string covers $his womanhood demurely.
-            <</if>>
-        <</if>>
-    <</if>>
+	There is no aisle for them to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>walk alongside the slaves carrying<<else>>walk<</if>> them there; this symbolizes their submission to you
 
-    There is no aisle for them to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>walk alongside the slaves carrying<<else>>walk<</if>> them there; this symbolizes their submission to you
+	<<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+		<<if _slave1.fetish == "mindbroken">>
+			despite the fact that both slaves had to be pushed into walking towards you.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			of both slaves' own choice, and they do so with smiles.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			of both slaves' own choice, and they do so with hesitation.
+		<<elseif _slave1.devotion < -20>>
+			of both slaves' own (forced) choice, and they do so with wavering steps.
+		<<else>>
+			of both slaves' own choice, and they do so willingly.
+		<</if>>
+	<<else>>
+		<<if _slave1.fetish == "mindbroken">>
+			despite the fact that _slave1.slaveName had to be pushed into walking towards you,
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			of _slave1.slaveName's own choice, and $he does so with a smile,
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			of _slave1.slaveName's own choice, and $he does so with hesitation,
+		<<elseif _slave1.devotion < -20>>
+			of _slave1.slaveName's own (forced) choice, and $he does so with wavering steps,
+		<<else>>
+			of _slave1.slaveName's own choice, and $he does so willingly,
+		<</if>>
+		while _slave2.slaveName
+		<<if _slave2.fetish == "mindbroken">>
+			has to be pushed into walking towards you.
+		<<elseif _slave2.devotion+_slave2.trust >= 175>>
+			does this of $his own choice, and $he does so with a smile.
+		<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+			does this of $his own choice, and $he does so with hesitation.
+		<<elseif _slave2.devotion < -20>>
+			does this of $his own (forced) choice, and $he does so with wavering steps.
+		<<else>>
+			does this of $his own choice, and $he does so willingly.
+		<</if>>
+	<</if>>
 
-    <<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-        <<if _slave1.fetish == "mindbroken">>
-            despite the fact that both slaves had to be pushed into walking towards you.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            of both slaves' own choice, and they do so with smiles.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            of both slaves' own choice, and they do so with hesitation.
-        <<elseif _slave1.devotion < -20>>
-            of both slaves' own (forced) choice, and they do so with wavering steps.
-        <<else>>
-            of both slaves' own choice, and they do so willingly.
-        <</if>>
-    <<else>>
-        <<if _slave1.fetish == "mindbroken">>
-            despite the fact that _slave1.slaveName had to be pushed into walking towards you,
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            of _slave1.slaveName's own choice, and $he does so with a smile,
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            of _slave1.slaveName's own choice, and $he does so with hesitation,
-        <<elseif _slave1.devotion < -20>>
-            of _slave1.slaveName's own (forced) choice, and $he does so with wavering steps,
-        <<else>>
-            of _slave1.slaveName's own choice, and $he does so willingly,
-        <</if>>
-        while _slave2.slaveName
-        <<if _slave2.fetish == "mindbroken">>
-            has to be pushed into walking towards you.
-        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-            does this of $his own choice, and $he does so with a smile.
-        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-            does this of $his own choice, and $he does so with hesitation.
-        <<elseif _slave2.devotion < -20>>
-            does this of $his own (forced) choice, and $he does so with wavering steps.
-        <<else>>
-            does this of $his own choice, and $he does so willingly.
-        <</if>>
-    <</if>>
+	<br><br>
+	When they're in front of you,
 
-    <br><br>
-    When they're in front of you,
+	<<if (_slave1.amp == 1 && _slave2.amp == 1)>>
+		the slaves carrying their limbless torsos set them down on the floor and prop them up so their heads are level with your crotch,
+	<<elseif ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+		<<if _slave1.fetish == "mindbroken">>
+			you push them onto their knees so their heads
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			they happily get down on their knees so their heads
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			they slowly lower themselves onto their knees so their heads
+		<<elseif _slave1.devotion < -20>>
+			they quickly lower themselves onto their knees so their tear-streaked faces
+		<<else>>
+			they get down on their knees so their heads
+		<</if>>
+		are level with your crotch.
+	<<else>>
+		<<if _slave1.amp == 1>>
+			the slave carrying _slave1.slaveName's limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch,
+		<<else>>
+			<<if _slave1.fetish == "mindbroken">>
+				you push _slave1.slaveName onto $his knees so $his head
+			<<elseif _slave1.devotion+_slave1.trust >= 175>>
+				_slave1.slaveName happily gets down on $his knees so $his head
+			<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+				$he slowly lowers $himself onto $his knees so $his head
+			<<elseif _slave1.devotion < -20>>
+				$he quickly lowers $himself onto $his knees so $his tear-streaked face
+			<<else>>
+				$he gets down on $his knees so $his head
+			<</if>>
+			is level with your crotch,
+		<</if>>
+		and
+		<<if _slave2.amp == 1>>
+			the slave carrying _slave2.slaveName's limbless torso sets _him2 down on the floor in front of you and props _him2 up so _his2 head is level with your crotch.
+		<<else>>
+			<<if _slave2.fetish == "mindbroken">>
+				you push _him2 onto _his2 knees so _his2 head
+			<<elseif _slave2.devotion+_slave2.trust >= 175>>
+				_he2 happily gets down on _his2 knees so _his2 head
+			<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+				_he2 slowly lowers _himself2 onto _his2 knees so _his2 head
+			<<elseif _slave2.devotion < -20>>
+				_he2 quickly lowers _himself2 onto _his2 knees so _his2 tear-streaked face
+			<<else>>
+				_he2 gets down on _his2 knees so _his2 head
+			<</if>>
+			is level with your crotch.
+		<</if>>
+	<</if>>
 
-    <<if (_slave1.amp == 1 && _slave2.amp == 1)>>
-        the slaves carrying their limbless torsos set them down on the floor and prop them up so their heads are level with your crotch,
-    <<elseif ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-        <<if _slave1.fetish == "mindbroken">>
-            you push them onto their knees so their heads
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            they happily get down on their knees so their heads
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            they slowly lower themselves onto their knees so their heads
-        <<elseif _slave1.devotion < -20>>
-            they quickly lower themselves onto their knees so their tear-streaked faces
-        <<else>>
-            they get down on their knees so their heads
-        <</if>>
-        are level with your crotch.
-    <<else>>
-        <<if _slave1.amp == 1>>
-            the slave carrying _slave1.slaveName's limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch,
-        <<else>>
-            <<if _slave1.fetish == "mindbroken">>
-                you push _slave1.slaveName onto $his knees so $his head
-            <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                _slave1.slaveName happily gets down on $his knees so $his head
-            <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                $he slowly lowers $himself onto $his knees so $his head
-            <<elseif _slave1.devotion < -20>>
-                $he quickly lowers $himself onto $his knees so $his tear-streaked face
-            <<else>>
-                $he gets down on $his knees so $his head
-            <</if>>
-            is level with your crotch,
-        <</if>>
-        and
-        <<if _slave2.amp == 1>>
-            the slave carrying _slave2.slaveName's limbless torso sets _him2 down on the floor in front of you and props _him2 up so _his2 head is level with your crotch.
-        <<else>>
-            <<if _slave2.fetish == "mindbroken">>
-                you push _him2 onto _his2 knees so _his2 head
-            <<elseif _slave2.devotion+_slave2.trust >= 175>>
-                _he2 happily gets down on _his2 knees so _his2 head
-            <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-                _he2 slowly lowers _himself2 onto _his2 knees so _his2 head
-            <<elseif _slave2.devotion < -20>>
-                _he2 quickly lowers _himself2 onto _his2 knees so _his2 tear-streaked face
-            <<else>>
-                _he2 gets down on _his2 knees so _his2 head
-            <</if>>
-            is level with your crotch.
-        <</if>>
-    <</if>>
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring
 
-    <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring
+	<<if (_slave1.amp == 1 && _slave2.amp == 1)>>
+		on a cord around both of their necks, since they lack fingers to wear it on.
+	<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>
+		on both of their middle fingers.
+	<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>
+		on both of their trembling middle fingers.
+	<<else>>
+		<<if _slave1.amp == 1>>
+			on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on
+		<<else>>
+			on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger
+		<</if>>
+		and another ring
+		<<if _slave2.amp == 1>>
+			on a cord around _slave2.slaveName's neck, since $he lacks fingers to wear it on.
+		<<else>>
+			on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.
+		<</if>>
+	<</if>>
 
-    <<if (_slave1.amp == 1 && _slave2.amp == 1)>>
-        on a cord around both of their necks, since they lack fingers to wear it on.
-    <<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>
-        on both of their middle fingers.
-    <<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>
-        on both of their trembling middle fingers.
-    <<else>>
-        <<if _slave1.amp == 1>>
-            on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on
-        <<else>>
-            on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger
-        <</if>>
-        and another ring
-        <<if _slave2.amp == 1>>
-            on a cord around _slave2.slaveName's neck, since $he lacks fingers to wear it on.
-        <<else>>
-            on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.
-        <</if>>
-    <</if>>
+	There is no ring for you, since this marriage does not bind you.
+	<br>
+	<<if $PC.surname && (_slave1.slaveSurname != $PC.surname && _slave2.surname != $PC.surname)>>
+		<br><br><span id="surnaming">
+		<<link "Give them both your surname too">>
+			<<replace "#surnaming">>
+				<<set _c = 0>>
+				You also proclaim
+				<<if _slave1.surname != $PC.surname && _slave2.surname != $PC.surname>>
+					your new slave wives _slave1.slaveName and _slave2.slaveName $PC.surname.
+					<<set _c += 2>>
+				<<elseif _slave1.surname != $PC.surname>>
+					_slave1.slaveName Mrs. _slave1.slaveName $PC.surname.
+					<<set _c += 1>>
+				<<elseif _slave2.surname != $PC.surname>>
+					_slave2.slaveName Mrs. _slave2.slaveName $PC.surname.
+					<<set _c += 1>>
+				<</if>>
+				The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> hear<<if _c == 1>>s<</if>> this, of course, and
+				<<if (_slave1.surname != $PC.surname && _slave2.surname != $PC.surname) && ((_slave1.fetish == "mindbroken" && _slave2.fetish == "mindbroken") || (_slave1.devotion+_slave1.trust >= 175 && _slave2.devotion+_slave2.trust >= 175) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || (_slave1.devotion < -20 && _slave2.devotion < -20) || (_slave1.devotion >= -20 && _slave1.devotion >= -20))>>
+					<<if _slave1.fetish == "mindbroken">>
+						show no reaction. Like many things, names mean nothing to them now. Your guests, on the other hand, appreciate the gift.
+					<<elseif _slave1.devotion+_slave1.trust >= 175>>
+						break down again. Not only are they to be blessed with your children, but they're to take your surname as well.
+					<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+						scoff audibly. Just another burden for them to carry; like the child soon to be growing in their wombs.
+					<<elseif _slave1.devotion < -20>>
+						break down again. Not only are you binding them to you with your children, but with your name as well.
+					<<else>>
+						nod acceptingly. Your will is their will, after all.
+					<</if>>
+				<<else>>
+					<<if _c > 1 && _slave1.surname != $PC.surname>>
+						<<if _slave1.fetish == "mindbroken">>
+							<<if _c < 1>>_slave1.slaveName <</if>>shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
+						<<elseif _slave1.devotion+_slave1.trust >= 175>>
+							<<if _c < 1>>_slave1.slaveName <</if>>breaks down again. Not only is $he to be blessed with your child, but _he2's to take your surname as well.
+						<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+							<<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly. Just another burden for $him to carry; like the child soon to be growing in _his2 womb.
+						<<elseif _slave1.devotion < -20>>
+							<<if _c < 1>>_slave1.slaveName <</if>>breaks down again. Not only are you binding $him to you with your child, but with your name as well.
+						<<else>>
+							<<if _c < 1>>_slave1.slaveName <</if>>nods acceptingly. Your will is $his will, after all.
+						<</if>>
+					<</if>>
+					<<if _c > 1 && _slave2.surname != $PC.surname>>
+						_slave2.slaveName, meanwhile,
+					<</if>>
+					<<if _slave2.surname != $PC.surname>>
+						<<if _slave2.fetish == "mindbroken">>
+							shows no reaction. Like many things, names mean nothing to _him2 now. Your guests, on the other hand, appreciate the gift.
+						<<elseif _slave2.devotion+_slave2.trust >= 175>>
+							breaks down again. Not only is _he2 to be blessed with your child, but _he2's to take your surname as well.
+						<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+							scoffs audibly. Just another burden for _him2 to carry; like the child soon to be growing in _his2 womb.
+						<<elseif _slave2.devotion < -20>>
+							breaks down again. Not only are you binding _him2 to you with your child, but with your name as well.
+						<<else>>
+							nods acceptingly. Your will is _his2 will, after all.
+						<</if>>
+					<</if>>
+				<</if>>
+				<<set _slave1.slaveSurname = $PC.surname, _slave2.slaveSurname = $PC.surname>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
+	<br><br>
 
-    There is no ring for you, since this marriage does not bind you.
-    <br>
-    <<if $PC.surname && (_slave1.slaveSurname != $PC.surname && _slave2.surname != $PC.surname)>>
-        <br><br><span id="surnaming">
-        <<link "Give them both your surname too">>
-            <<replace "#surnaming">>
-                <<set _c = 0>>
-                You also proclaim  
-                <<if _slave1.surname != $PC.surname && _slave2.surname != $PC.surname>>
-                    your new slave wives _slave1.slaveName and _slave2.slaveName $PC.surname.
-                    <<set _c += 2>>
-                <<elseif _slave1.surname != $PC.surname>>
-                    _slave1.slaveName Mrs. _slave1.slaveName $PC.surname.
-                    <<set _c += 1>>
-                <<elseif _slave2.surname != $PC.surname>>
-                    _slave2.slaveName Mrs. _slave2.slaveName $PC.surname.
-                    <<set _c += 1>>
-                <</if>>
-                The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> hear<<if _c == 1>>s<</if>> this, of course, and
-                <<if (_slave1.surname != $PC.surname && _slave2.surname != $PC.surname) && ((_slave1.fetish == "mindbroken" && _slave2.fetish == "mindbroken") || (_slave1.devotion+_slave1.trust >= 175 && _slave2.devotion+_slave2.trust >= 175) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || (_slave1.devotion < -20 && _slave2.devotion < -20) || (_slave1.devotion >= -20 && _slave1.devotion >= -20))>>
-                    <<if _slave1.fetish == "mindbroken">>
-                       show no reaction. Like many things, names mean nothing to them now. Your guests, on the other hand, appreciate the gift.
-                    <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                       break down again. Not only are they to be blessed with your children, but they're to take your surname as well.
-                    <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                       scoff audibly. Just another burden for them to carry; like the child soon to be growing in their wombs.
-                    <<elseif _slave1.devotion < -20>>
-                       break down again. Not only are you binding them to you with your children, but with your name as well.
-                    <<else>>
-                       nod acceptingly. Your will is their will, after all.
-                    <</if>>
-                <<else>>
-                    <<if _c > 1 && _slave1.surname != $PC.surname>>
-                        <<if _slave1.fetish == "mindbroken">>
-                            <<if _c < 1>>_slave1.slaveName <</if>>shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
-                        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>breaks down again. Not only is $he to be blessed with your child, but _he2's to take your surname as well.
-                        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly. Just another burden for $him to carry; like the child soon to be growing in _his2 womb.
-                        <<elseif _slave1.devotion < -20>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>breaks down again. Not only are you binding $him to you with your child, but with your name as well.
-                        <<else>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>nods acceptingly. Your will is $his will, after all.
-                        <</if>>
-                    <</if>>
-                    <<if _c > 1 && _slave2.surname != $PC.surname>>
-                        _slave2.slaveName, meanwhile,
-                    <</if>>
-                    <<if _slave2.surname != $PC.surname>>
-                        <<if _slave2.fetish == "mindbroken">>
-                            shows no reaction. Like many things, names mean nothing to _him2 now. Your guests, on the other hand, appreciate the gift.
-                        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-                            breaks down again. Not only is _he2 to be blessed with your child, but _he2's to take your surname as well.
-                        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-                            scoffs audibly. Just another burden for _him2 to carry; like the child soon to be growing in _his2 womb.
-                        <<elseif _slave2.devotion < -20>>
-                            breaks down again. Not only are you binding _him2 to you with your child, but with your name as well.
-                        <<else>>
-                            nods acceptingly. Your will is _his2 will, after all.
-                        <</if>>
-                    <</if>>
-                <</if>>
-                <<set _slave1.slaveSurname = $PC.surname, _slave2.slaveSurname = $PC.surname>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
-    <br><br>
-    
-    <<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-        <<if _slave1.fetish == "mindbroken">>
-            Both slaves are mindbroken, so you gather them up and hold them in front of you, pulling their panties off as you do. They follows your motions like ragdolls. You maneuver your dick inside _slave1.slaveName first while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@ Next, you turn your attention to _slave2.slaveName. You pull _him2 in, pushing your dick into _his2 <<if (_slave2.mpreg == 1 && _slave2.anus == 0) || (_slave2.vagina == 0)>>virgin <<elseif (_slave2.mpreg == 1 && _slave2.anus == 1) || (_slave2.vagina == 1)>>tight <</if>><<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. $He doesn't respond, and _his2 reaction when you fill _his2 <<if _slave2.mpreg>>ass<<else>>pussy<</if>> with more jizz to @@.green;more applause from your guests@@ is entirely mechanical. You'll fuck them repeatedly over the next few days, ensuring impregnation.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            Then, you <<if _slave1.amp == 1>>gather _slave1.slaveName up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _slave1.slaveName's hand and pull $him to their feet while $he shimmies out of $his panties. $He cocks their hips for you and you slide your cock inside $him before taking $his knees and drawing $him up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@ Next, you turn your attention to _slave2.slaveName. You <<if (_slave1.amp == 1 && _slave2.amp == 1)>>also <</if>><<if _slave2.amp == 1>>pick _him2 up and <<else>>pull _him2 to _his2 feet and <</if>>pull _his2 g-string off in one swift motion, then maneuver your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You fuck _him2, hard, then fill _him2 to the brim @@.green;while your audience gives another round of applause.@@ This cemented the idea that @@.mediumaquamarine;$he's also special to you@@ in _his2 mind. You'll fuck them repeatedly over the next few days, ensuring impregnation.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            The slaves are unwilling, so you gather _slave1.slaveName up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity. You've already moved on to _slave2.slaveName, however. _He2 had watched timidly as you had fucked _slave1.slaveName, but when you grab _him2, _he2 begins to cry softly. You ignore this, of course, and instead focus on pushing your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You can tell _he2 is trying _his2 hardest not to sob outright, and sure enough, a small sob escapes _his2 lips when you fill _him2 to the brim to the @@.green;applause of your guests.@@ You'll fuck them repeatedly over the next few days, ensuring impregnation, despite their efforts to defy you.
-        <<elseif _slave1.devotion < -20>>
-            The <<if _slave1.genes == "XX" && _slave2.genes == "XX">>girls<<else>>slaves<</if>> are unwilling, so you gather _slave1.slaveName up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly to @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly. You then turn your attention to _slave2.slaveName. _He2 had watched timidly as you had fucked _slave1.slaveName, but when you grab _him2, _he2 begins to cry softly. You ignore this, of course, and instead focus on pushing your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You can tell _he2 is trying _his2 hardest not to sob outright, and sure enough, a small sob escapes _his2 lips when you fill _him2 to the brim to the @@.green;applause of your guests.@@ You'll fuck them repeatedly over the next few days, ensuring impregnation, despite their protesting.
-        <<else>>
-            Your wives-to-be aren't particularly excited about what's coming, but they're fully prepared for it and have accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if _slave1.amp == 1>>gather _slave1.slaveName.slaveName up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _slave1.slaveName's hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, their mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's just another part of being your slave. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@ Next, you turn your attention to _slave2.slaveName. You <<if (_slave1.amp == 1 && _slave2.amp == 1)>>also <</if>><<if _slave2.amp == 1>>pick _him2 up, then <<else>>pull _him2 to _his2 feet and <</if>>pull _his2 g-string off in one swift motion, then maneuver your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You fuck _him2, hard, then fill _him2 to the brim @@.green;while your audience gives another round of applause.@@ You'll fuck them repeatedly over the next few days, ensuring impregnation.
-        <</if>>
-    <<else>>
-        <<if _slave1.fetish == "mindbroken">>
-            _slave1.slaveName is mindbroken, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He follows your motions like a ragdoll. You maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            Then, you <<if _slave1.amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            _slave1.slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity.
-        <<elseif _slave1.devotion < -20>>
-            _slave1.slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly.
-        <<else>>
-            _slave1.slaveName isn't particularly excited about what's coming, but $he's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if _slave1.amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it is what it is. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@
-        <</if>>
-        Then, you turn your attention to _slave2.slaveName.
-        <<if _slave2.fetish == "mindbroken">>
-            _He2 is mindbroken, so you gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. _He2 follows your motions like a ragdoll. You maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull _his2 knees up to give your guests a good view as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. _He2 is left to face them, staring off into space. Though _he2 faces the crowd, _his2 mind is empty; this might as well be any other fucking to _him2. _He2 twitches ever so slightly when your seed flows into _him2, orgasming robotically to @@.green;more applause from your guests.@@
-        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-            Then, you <<if _slave2.amp == 1>>gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. Showing considerable dexterity, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _his2 hand and pull _him2 to _his2 feet while _he2 shimmies out of _his2 panties. _He2 cocks _his2 hips for you and you slide your cock inside _him2 before taking _his2 knees and drawing them up to hold _him2 in midair, impaled on you<</if>>. _He2 is left to face your guests, watching raptly as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, it's @@.mediumaquamarine;concrete proof that _he2's special to you.@@ _He2 gasps when your seed flows into _him2, orgasming _him2self to @@.green;more applause from your guests.@@
-        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-            _He2 is unwilling, so you gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. _He2 was crying before, but this causes _him2 to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave2.amp != 1>> Then you pull _his2 knees up to give your guests a good view of the consummation.<</if>> _He2 is left to face them, watching sullenly as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, this is torture. _He2 gasps when your seed flows into _him2, faking an orgasm to @@.green;more applause from your guests.@@ At this, _he2 shoots you a dirty look, blaming you for this indignity.
-        <<elseif _slave2.devotion < -20>>
-            _He2 is unwilling, so you gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. _He2 was crying before, but this causes _him2 to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave2.amp != 1>> Then you pull _his2 knees up to give your guests a good view of the consummation.<</if>> _He2 is left to face them, watching sullenly as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, this is torture. _He2 gasps when your seed flows into _him2, orgasming unwillingly @@.green;more applause from your guests.@@ At this, _he2 completely breaks down, blubbering like a child at the unwelcome warmth in _his2 lower belly.
-        <<else>>
-            _He2 isn't particularly excited about what's coming, but _he2's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if _slave2.amp == 1>>gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. Showing considerable dexterity, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _his2 hand and pull _him2 to _his2 feet while _he2 shimmies out of _his2 panties. _He2 cocks _his2 hips for you and you slide your cock inside _him2 before taking _his2 knees and drawing them up to hold _him2 in midair, impaled on you<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, it is what it is. _He2 gasps when your seed flows into _him2, orgasming shortly after to @@.green;more applause from your guests.@@
-        <</if>>
-        You'll fuck them repeatedly over the next few days, ensuring impregnation<<if (_slave1.devotion < -20) && (_slave2.devotion < -20)>>, despite their protests<<elseif _slave1.devotion < -20>>, despite _slave1.slaveName's <<if _slave1.trust > 20>>efforts to defy you<<else>>protests<</if>><<elseif _slave2.devotion < -20>>, despite _slave2.slaveName's <<if _slave2.trust > 20>>efforts to defy you<<else>>protests<</if>><</if>>.
-    <</if>>
-    <<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
-    <<set _slave1.pregType = setPregType(_slave1)>>
-    <<set WombImpregnate(_slave1, _slave1.pregType, -1, _slave1.preg)>>
-    <<set _slave1.pregSource = -1>>
-    <<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
-    <<set _slave2.pregType = setPregType(_slave2)>>
-    <<set WombImpregnate(_slave2, _slave2.pregType, -1, _slave2.preg)>>
-    <<set _slave2.pregSource = -1>>
-    <<if ((_slave1.vagina == 0) || (_slave1.mpreg == 1 && _slave1.anus == 0)) && ((_slave2.vagina == 0) || (_slave2.mpreg == 1 && _slave2.anus == 0))>>
-        Naturally, the ceremony @@.lime;took their virginities;@@
-        <<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-            <<if (_slave1.fetish == "mindbroken")>>
-                they didn't notice.
-            <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                they were very happy @@.hotpink;their first time was with you and so special.@@
-                <<set _slave1.devotion += 5, _slave2.devotion += 5>>
-            <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                they were @@.mediumorchid;saving that for someone special.@@
-                <<set _slave1.devotion -= 5, _slave2.devotion -= 5>>
-            <<elseif _slave1.devotion < -20>>
-                they wept at the sight of cum pooling from their @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>assholes<<else>>pussies<</if>>.@@
-                <<set _slave1.devotion -= 10, _slave2.devotion -= 10>>
-            <<else>>
-                they were glad you made it @@.hotpink;enjoyable@@ at least.
-                <<set _slave1.devotion += 2, _slave2.devotion += 2>>
-            <</if>>
-        <<else>>
-            <<if (_slave1.fetish == "mindbroken")>>
-                _slave1.slaveName didn't notice,
-            <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                _slave1.slaveName was very happy @@.hotpink;$her first time was with you and so special,@@
-                <<set _slave1.devotion += 5, _slave2.devotion += 5>>
-            <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                _slave1.slaveName was @@.mediumorchid;saving that for someone special,@@
-                <<set _slave1.devotion -= 5, _slave2.devotion -= 5>>
-            <<elseif _slave1.devotion < -20>>
-                _slave1.slaveName wept at the sight of cum pooling from $her @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>,@@
-                <<set _slave1.devotion -= 10, _slave2.devotion -= 10>>
-            <<else>>
-                _slave1.slaveName was glad you made it @@.hotpink;enjoyable@@ at least,
-                <<set _slave1.devotion += 2, _slave2.devotion += 2>>
-            <</if>>
-            while
-            <<if (_slave1.fetish == "mindbroken")>>
-                _slave1.slaveName didn't notice.
-            <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                _slave1.slaveName was very happy @@.hotpink;their first time was with you and so special.@@
-                <<set _slave1.devotion += 5, _slave2.devotion += 5>>
-            <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                _slave1.slaveName was @@.mediumorchid;saving that for someone special.@@
-                <<set _slave1.devotion -= 5, _slave2.devotion -= 5>>
-            <<elseif _slave1.devotion < -20>>
-                _slave1.slaveName wept at the sight of cum pooling from _his2 @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>.@@
-                <<set _slave1.devotion -= 10, _slave2.devotion -= 10>>
-            <<else>>
-                _slave2.slaveName was glad you made it @@.hotpink;enjoyable@@ at least.
-                <<set _slave1.devotion += 2, _slave2.devotion += 2>>
-            <</if>>
-        <</if>>
-        <<if _slave1.mpreg == 1>><<set _slave1.anus = 1>><<else>><<set _slave1.vagina = 1>><</if>>
-        <<if _slave2.mpreg == 1>><<set _slave2.anus = 1>><<else>><<set _slave2.vagina = 1>><</if>>
-    <<elseif (_slave1.vagina == 0) || (_slave1.mpreg == 1 && _slave1.anus == 0)>>
-        Naturally, the ceremony @@.lime;took _slave1.slaveName's virginity;@@
-        <<if _slave1.fetish == "mindbroken">>
-            $he didn't notice.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            $he was so happy @@.hotpink;$his first time was with you and so special.@@
-            <<set _slave1.devotion += 5>>
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            $he was @@.mediumorchid;saving that for someone special.@@
-            <<set _slave1.devotion -= 5>>
-        <<elseif _slave1.devotion < -20>>
-            $he wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>.@@
-            <<set _slave1.devotion -= 10>>
-        <<else>>
-            you made it @@.hotpink;enjoyable@@ at least.
-            <<set _slave1.devotion += 2>>
-        <</if>>
-        <<if _slave1.mpreg == 1>><<set _slave1.anus = 1>><<else>><<set _slave1.vagina = 1>><</if>>
-    <<elseif (_slave2.vagina == 0) || (_slave2.mpreg == 1 && _slave2.anus == 0)>>
-        Naturally, the ceremony @@.lime;took _slave2.slaveName's virginity;@@
-        <<if _slave2.fetish == "mindbroken">>
-            _he2 didn't notice.
-        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-            _he2 was so happy @@.hotpink;$his first time was with you and so special.@@
-            <<set _slave2.devotion += 5>>
-        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-            _he2 was @@.mediumorchid;saving that for someone special.@@
-            <<set _slave2.devotion -= 5>>
-        <<elseif _slave2.devotion < -20>>
-            _he2 wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>.@@
-            <<set _slave2.devotion -= 10>>
-        <<else>>
-            you made it @@.hotpink;enjoyable@@ at least.
-            <<set _slave2.devotion += 2>>
-        <</if>>
-        <<if _slave2.mpreg == 1>><<set _slave2.anus = 1>><<else>><<set _slave2.vagina = 1>><</if>>
-    <</if>>
+	<<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+		<<if _slave1.fetish == "mindbroken">>
+			Both slaves are mindbroken, so you gather them up and hold them in front of you, pulling their panties off as you do. They follows your motions like ragdolls. You maneuver your dick inside _slave1.slaveName first while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@ Next, you turn your attention to _slave2.slaveName. You pull _him2 in, pushing your dick into _his2 <<if (_slave2.mpreg == 1 && _slave2.anus == 0) || (_slave2.vagina == 0)>>virgin <<elseif (_slave2.mpreg == 1 && _slave2.anus == 1) || (_slave2.vagina == 1)>>tight <</if>><<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. $He doesn't respond, and _his2 reaction when you fill _his2 <<if _slave2.mpreg>>ass<<else>>pussy<</if>> with more jizz to @@.green;more applause from your guests@@ is entirely mechanical. You'll fuck them repeatedly over the next few days, ensuring impregnation.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			Then, you <<if _slave1.amp == 1>>gather _slave1.slaveName up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _slave1.slaveName's hand and pull $him to their feet while $he shimmies out of $his panties. $He cocks their hips for you and you slide your cock inside $him before taking $his knees and drawing $him up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@ Next, you turn your attention to _slave2.slaveName. You <<if (_slave1.amp == 1 && _slave2.amp == 1)>>also <</if>><<if _slave2.amp == 1>>pick _him2 up and <<else>>pull _him2 to _his2 feet and <</if>>pull _his2 g-string off in one swift motion, then maneuver your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You fuck _him2, hard, then fill _him2 to the brim @@.green;while your audience gives another round of applause.@@ This cemented the idea that @@.mediumaquamarine;$he's also special to you@@ in _his2 mind. You'll fuck them repeatedly over the next few days, ensuring impregnation.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			The slaves are unwilling, so you gather _slave1.slaveName up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity. You've already moved on to _slave2.slaveName, however. _He2 had watched timidly as you had fucked _slave1.slaveName, but when you grab _him2, _he2 begins to cry softly. You ignore this, of course, and instead focus on pushing your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You can tell _he2 is trying _his2 hardest not to sob outright, and sure enough, a small sob escapes _his2 lips when you fill _him2 to the brim to the @@.green;applause of your guests.@@ You'll fuck them repeatedly over the next few days, ensuring impregnation, despite their efforts to defy you.
+		<<elseif _slave1.devotion < -20>>
+			The <<if _slave1.genes == "XX" && _slave2.genes == "XX">>girls<<else>>slaves<</if>> are unwilling, so you gather _slave1.slaveName up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly to @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly. You then turn your attention to _slave2.slaveName. _He2 had watched timidly as you had fucked _slave1.slaveName, but when you grab _him2, _he2 begins to cry softly. You ignore this, of course, and instead focus on pushing your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You can tell _he2 is trying _his2 hardest not to sob outright, and sure enough, a small sob escapes _his2 lips when you fill _him2 to the brim to the @@.green;applause of your guests.@@ You'll fuck them repeatedly over the next few days, ensuring impregnation, despite their protesting.
+		<<else>>
+			Your wives-to-be aren't particularly excited about what's coming, but they're fully prepared for it and have accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if _slave1.amp == 1>>gather _slave1.slaveName.slaveName up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _slave1.slaveName's hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, their mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's just another part of being your slave. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@ Next, you turn your attention to _slave2.slaveName. You <<if (_slave1.amp == 1 && _slave2.amp == 1)>>also <</if>><<if _slave2.amp == 1>>pick _him2 up, then <<else>>pull _him2 to _his2 feet and <</if>>pull _his2 g-string off in one swift motion, then maneuver your already-hard cock into _his2 <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>. You fuck _him2, hard, then fill _him2 to the brim @@.green;while your audience gives another round of applause.@@ You'll fuck them repeatedly over the next few days, ensuring impregnation.
+		<</if>>
+	<<else>>
+		<<if _slave1.fetish == "mindbroken">>
+			_slave1.slaveName is mindbroken, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He follows your motions like a ragdoll. You maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			Then, you <<if _slave1.amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			_slave1.slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity.
+		<<elseif _slave1.devotion < -20>>
+			_slave1.slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave1.amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if _slave1.mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly.
+		<<else>>
+			_slave1.slaveName isn't particularly excited about what's coming, but $he's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if _slave1.amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it is what it is. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@
+		<</if>>
+		Then, you turn your attention to _slave2.slaveName.
+		<<if _slave2.fetish == "mindbroken">>
+			_He2 is mindbroken, so you gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. _He2 follows your motions like a ragdoll. You maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull _his2 knees up to give your guests a good view as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. _He2 is left to face them, staring off into space. Though _he2 faces the crowd, _his2 mind is empty; this might as well be any other fucking to _him2. _He2 twitches ever so slightly when your seed flows into _him2, orgasming robotically to @@.green;more applause from your guests.@@
+		<<elseif _slave2.devotion+_slave2.trust >= 175>>
+			Then, you <<if _slave2.amp == 1>>gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. Showing considerable dexterity, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _his2 hand and pull _him2 to _his2 feet while _he2 shimmies out of _his2 panties. _He2 cocks _his2 hips for you and you slide your cock inside _him2 before taking _his2 knees and drawing them up to hold _him2 in midair, impaled on you<</if>>. _He2 is left to face your guests, watching raptly as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, it's @@.mediumaquamarine;concrete proof that _he2's special to you.@@ _He2 gasps when your seed flows into _him2, orgasming _him2self to @@.green;more applause from your guests.@@
+		<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+			_He2 is unwilling, so you gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. _He2 was crying before, but this causes _him2 to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave2.amp != 1>> Then you pull _his2 knees up to give your guests a good view of the consummation.<</if>> _He2 is left to face them, watching sullenly as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, this is torture. _He2 gasps when your seed flows into _him2, faking an orgasm to @@.green;more applause from your guests.@@ At this, _he2 shoots you a dirty look, blaming you for this indignity.
+		<<elseif _slave2.devotion < -20>>
+			_He2 is unwilling, so you gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. _He2 was crying before, but this causes _him2 to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if _slave2.amp != 1>> Then you pull _his2 knees up to give your guests a good view of the consummation.<</if>> _He2 is left to face them, watching sullenly as you fuck _his2 fertile <<if _slave2.mpreg == 1>>asshole<<else>>cunt<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, this is torture. _He2 gasps when your seed flows into _him2, orgasming unwillingly @@.green;more applause from your guests.@@ At this, _he2 completely breaks down, blubbering like a child at the unwelcome warmth in _his2 lower belly.
+		<<else>>
+			_He2 isn't particularly excited about what's coming, but _he2's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if _slave2.amp == 1>>gather _him2 up and hold _him2 in front of you, pulling _his2 panties off as you do. Showing considerable dexterity, you maneuver your dick inside _him2 while holding _him2 against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take _his2 hand and pull _him2 to _his2 feet while _he2 shimmies out of _his2 panties. _He2 cocks _his2 hips for you and you slide your cock inside _him2 before taking _his2 knees and drawing them up to hold _him2 in midair, impaled on you<</if>>. Though _his2 face is towards the crowd, _his2 mind is concentrated on your hard cock, pumping in and out of _him2 at an angle; to _him2, it is what it is. _He2 gasps when your seed flows into _him2, orgasming shortly after to @@.green;more applause from your guests.@@
+		<</if>>
+		You'll fuck them repeatedly over the next few days, ensuring impregnation<<if (_slave1.devotion < -20) && (_slave2.devotion < -20)>>, despite their protests<<elseif _slave1.devotion < -20>>, despite _slave1.slaveName's <<if _slave1.trust > 20>>efforts to defy you<<else>>protests<</if>><<elseif _slave2.devotion < -20>>, despite _slave2.slaveName's <<if _slave2.trust > 20>>efforts to defy you<<else>>protests<</if>><</if>>.
+	<</if>>
+	<<set _slave1.preg = 1, _slave1.pregKnown = 1, _slave1.pregWeek = 1>>
+	<<set _slave1.pregType = setPregType(_slave1)>>
+	<<set WombImpregnate(_slave1, _slave1.pregType, -1, _slave1.preg)>>
+	<<set _slave1.pregSource = -1>>
+	<<set _slave2.preg = 1, _slave2.pregKnown = 1, _slave2.pregWeek = 1>>
+	<<set _slave2.pregType = setPregType(_slave2)>>
+	<<set WombImpregnate(_slave2, _slave2.pregType, -1, _slave2.preg)>>
+	<<set _slave2.pregSource = -1>>
+	<<if ((_slave1.vagina == 0) || (_slave1.mpreg == 1 && _slave1.anus == 0)) && ((_slave2.vagina == 0) || (_slave2.mpreg == 1 && _slave2.anus == 0))>>
+		Naturally, the ceremony @@.lime;took their virginities;@@
+		<<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+			<<if (_slave1.fetish == "mindbroken")>>
+				they didn't notice.
+			<<elseif _slave1.devotion+_slave1.trust >= 175>>
+				they were very happy @@.hotpink;their first time was with you and so special.@@
+				<<set _slave1.devotion += 5, _slave2.devotion += 5>>
+			<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+				they were @@.mediumorchid;saving that for someone special.@@
+				<<set _slave1.devotion -= 5, _slave2.devotion -= 5>>
+			<<elseif _slave1.devotion < -20>>
+				they wept at the sight of cum pooling from their @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>assholes<<else>>pussies<</if>>.@@
+				<<set _slave1.devotion -= 10, _slave2.devotion -= 10>>
+			<<else>>
+				they were glad you made it @@.hotpink;enjoyable@@ at least.
+				<<set _slave1.devotion += 2, _slave2.devotion += 2>>
+			<</if>>
+		<<else>>
+			<<if (_slave1.fetish == "mindbroken")>>
+				_slave1.slaveName didn't notice,
+			<<elseif _slave1.devotion+_slave1.trust >= 175>>
+				_slave1.slaveName was very happy @@.hotpink;$her first time was with you and so special,@@
+				<<set _slave1.devotion += 5, _slave2.devotion += 5>>
+			<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+				_slave1.slaveName was @@.mediumorchid;saving that for someone special,@@
+				<<set _slave1.devotion -= 5, _slave2.devotion -= 5>>
+			<<elseif _slave1.devotion < -20>>
+				_slave1.slaveName wept at the sight of cum pooling from $her @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>,@@
+				<<set _slave1.devotion -= 10, _slave2.devotion -= 10>>
+			<<else>>
+				_slave1.slaveName was glad you made it @@.hotpink;enjoyable@@ at least,
+				<<set _slave1.devotion += 2, _slave2.devotion += 2>>
+			<</if>>
+			while
+			<<if (_slave1.fetish == "mindbroken")>>
+				_slave1.slaveName didn't notice.
+			<<elseif _slave1.devotion+_slave1.trust >= 175>>
+				_slave1.slaveName was very happy @@.hotpink;their first time was with you and so special.@@
+				<<set _slave1.devotion += 5, _slave2.devotion += 5>>
+			<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+				_slave1.slaveName was @@.mediumorchid;saving that for someone special.@@
+				<<set _slave1.devotion -= 5, _slave2.devotion -= 5>>
+			<<elseif _slave1.devotion < -20>>
+				_slave1.slaveName wept at the sight of cum pooling from _his2 @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>.@@
+				<<set _slave1.devotion -= 10, _slave2.devotion -= 10>>
+			<<else>>
+				_slave2.slaveName was glad you made it @@.hotpink;enjoyable@@ at least.
+				<<set _slave1.devotion += 2, _slave2.devotion += 2>>
+			<</if>>
+		<</if>>
+		<<if _slave1.mpreg == 1>><<set _slave1.anus = 1>><<else>><<set _slave1.vagina = 1>><</if>>
+		<<if _slave2.mpreg == 1>><<set _slave2.anus = 1>><<else>><<set _slave2.vagina = 1>><</if>>
+	<<elseif (_slave1.vagina == 0) || (_slave1.mpreg == 1 && _slave1.anus == 0)>>
+		Naturally, the ceremony @@.lime;took _slave1.slaveName's virginity;@@
+		<<if _slave1.fetish == "mindbroken">>
+			$he didn't notice.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			$he was so happy @@.hotpink;$his first time was with you and so special.@@
+			<<set _slave1.devotion += 5>>
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			$he was @@.mediumorchid;saving that for someone special.@@
+			<<set _slave1.devotion -= 5>>
+		<<elseif _slave1.devotion < -20>>
+			$he wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if _slave1.mpreg == 1>>asshole<<else>>pussy<</if>>.@@
+			<<set _slave1.devotion -= 10>>
+		<<else>>
+			you made it @@.hotpink;enjoyable@@ at least.
+			<<set _slave1.devotion += 2>>
+		<</if>>
+		<<if _slave1.mpreg == 1>><<set _slave1.anus = 1>><<else>><<set _slave1.vagina = 1>><</if>>
+	<<elseif (_slave2.vagina == 0) || (_slave2.mpreg == 1 && _slave2.anus == 0)>>
+		Naturally, the ceremony @@.lime;took _slave2.slaveName's virginity;@@
+		<<if _slave2.fetish == "mindbroken">>
+			_he2 didn't notice.
+		<<elseif _slave2.devotion+_slave2.trust >= 175>>
+			_he2 was so happy @@.hotpink;$his first time was with you and so special.@@
+			<<set _slave2.devotion += 5>>
+		<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+			_he2 was @@.mediumorchid;saving that for someone special.@@
+			<<set _slave2.devotion -= 5>>
+		<<elseif _slave2.devotion < -20>>
+			_he2 wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if _slave2.mpreg == 1>>asshole<<else>>pussy<</if>>.@@
+			<<set _slave2.devotion -= 10>>
+		<<else>>
+			you made it @@.hotpink;enjoyable@@ at least.
+			<<set _slave2.devotion += 2>>
+		<</if>>
+		<<if _slave2.mpreg == 1>><<set _slave2.anus = 1>><<else>><<set _slave2.vagina = 1>><</if>>
+	<</if>>
 
-    <<if ((_slave1.fetish == "pregnancy") && (_slave1.fetishStrength > 60)) && ((_slave2.fetish == "pregnancy") && (_slave2.fetishStrength > 60))>>
-        <<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-            <<if _slave1.fetish == "mindbroken">>
-            <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                As pregnancy fetishists, @@.hotpink;they confidently believes this wedding will be the high point of $his life.@@
-                <<set _slave1.devotion += 20>>
-                <<set _slave2.devotion += 20>>
-            <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                As hateful pregnancy fetishists, @@.hotpink;getting pregnant was the best part of the ceremony.@@
-                <<set _slave1.devotion += 1>>
-                <<set _slave2.devotion += 1>>
-            <<elseif _slave1.devotion < -20>>
-                As pregnancy fetishists, getting raped pregnant by someone they hate leave them with very mixed feelings.
-            <<else>>
-                As pregnancy fetishists, @@.hotpink;they thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
-                <<set _slave1.devotion += 10>>
-                <<set _slave2.devotion += 10>>
-            <</if>>
-        <<else>>
-            <<if _slave1.fetish == "mindbroken">>
-            <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                As a pregnancy fetishist, @@.hotpink;_slave1.slaveName confidently believes this wedding will be the high point of $his life,@@
-                <<set _slave1.devotion += 20>>
-                <<set _slave2.devotion += 20>>
-            <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony,@@
-                <<set _slave1.devotion += 1>>
-                <<set _slave2.devotion += 1>>
-            <<elseif _slave1.devotion < -20>>
-                As a pregnancy fetishist, getting raped pregnant by someone _slave1.slaveName hate leave them with very mixed feelings,
-            <<else>>
-                As a pregnancy fetishist, @@.hotpink;_slave1.slaveName thoroughly enjoyed getting knocked up in such an ostentatious fashion,@@
-                <<set _slave1.devotion += 10>>
-            <</if>>
-            whereas _slave2.slaveName,
-            <<if _slave2.fetish == "mindbroken">>
-            <<elseif _slave2.devotion+_slave2.trust >= 175>>
-                as a pregnancy fetishist, @@.hotpink;confidently believes this wedding will be the high point of _his2 life.@@
-                <<set _slave2.devotion += 20>>
-                <<set _slave2.devotion += 20>>
-            <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-                as a hateful pregnancy fetishist, @@.hotpink;thought getting pregnant was the best part of the ceremony.@@
-                <<set _slave2.devotion += 1>>
-                <<set _slave2.devotion += 1>>
-            <<elseif _slave2.devotion < -20>>
-                as a pregnancy fetishist, is left with very mixed feelings after being raped pregnant by someone they hate.
-            <<else>>
-                as a pregnancy fetishist, @@.hotpink;thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
-                <<set _slave2.devotion += 10>>
-            <</if>>
-        <</if>>
-    <<elseif (_slave1.fetish == "pregnancy") && (_slave1.fetishStrength > 60)>>
-        <<if _slave1.fetish == "mindbroken">>
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            As a pregnancy fetishist, @@.hotpink;_slave1.slaveName confidently believes this wedding will be the high point of $his life.@@
-            <<set _slave1.devotion += 20>>
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony@@ for _slave1.slaveName.
-            <<set _slave1.devotion += 1>>
-        <<elseif _slave1.devotion < -20>>
-            As a pregnancy fetishist, getting raped pregnant by someone _slave1.slaveName hates leaves $him with very mixed feelings.
-        <<else>>
-            As a pregnancy fetishist, @@.hotpink;_slave1.slaveName thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
-            <<set _slave1.devotion += 10>>
-        <</if>>
-    <<elseif (_slave2.fetish == "pregnancy") && (_slave2.fetishStrength > 60)>>
-        <<if _slave2.fetish == "mindbroken">>
-        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-            As a pregnancy fetishist, @@.hotpink;_slave2.slaveName confidently believes this wedding will be the high point of _his2 life.@@
-            <<set _slave2.devotion += 20>>
-        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-            As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony@@ for _slave2.slaveName.
-            <<set _slave2.devotion += 1>>
-            <<elseif _slave2.devotion < -20>>{}
-            As a pregnancy fetishist, getting raped pregnant by someone _slave2.slaveName hates leaves _him2 with very mixed feelings.
-        <<else>>
-            As a pregnancy fetishist, @@.hotpink;_slave2.slaveName thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
-            <<set _slave2.devotion += 10>>
-        <</if>>
-    <</if>>
+	<<if ((_slave1.fetish == "pregnancy") && (_slave1.fetishStrength > 60)) && ((_slave2.fetish == "pregnancy") && (_slave2.fetishStrength > 60))>>
+		<<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+			<<if _slave1.fetish == "mindbroken">>
+			<<elseif _slave1.devotion+_slave1.trust >= 175>>
+				As pregnancy fetishists, @@.hotpink;they confidently believes this wedding will be the high point of $his life.@@
+				<<set _slave1.devotion += 20>>
+				<<set _slave2.devotion += 20>>
+			<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+				As hateful pregnancy fetishists, @@.hotpink;getting pregnant was the best part of the ceremony.@@
+				<<set _slave1.devotion += 1>>
+				<<set _slave2.devotion += 1>>
+			<<elseif _slave1.devotion < -20>>
+				As pregnancy fetishists, getting raped pregnant by someone they hate leave them with very mixed feelings.
+			<<else>>
+				As pregnancy fetishists, @@.hotpink;they thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
+				<<set _slave1.devotion += 10>>
+				<<set _slave2.devotion += 10>>
+			<</if>>
+		<<else>>
+			<<if _slave1.fetish == "mindbroken">>
+			<<elseif _slave1.devotion+_slave1.trust >= 175>>
+				As a pregnancy fetishist, @@.hotpink;_slave1.slaveName confidently believes this wedding will be the high point of $his life,@@
+				<<set _slave1.devotion += 20>>
+				<<set _slave2.devotion += 20>>
+			<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+				As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony,@@
+				<<set _slave1.devotion += 1>>
+				<<set _slave2.devotion += 1>>
+			<<elseif _slave1.devotion < -20>>
+				As a pregnancy fetishist, getting raped pregnant by someone _slave1.slaveName hate leave them with very mixed feelings,
+			<<else>>
+				As a pregnancy fetishist, @@.hotpink;_slave1.slaveName thoroughly enjoyed getting knocked up in such an ostentatious fashion,@@
+				<<set _slave1.devotion += 10>>
+			<</if>>
+			whereas _slave2.slaveName,
+			<<if _slave2.fetish == "mindbroken">>
+			<<elseif _slave2.devotion+_slave2.trust >= 175>>
+				as a pregnancy fetishist, @@.hotpink;confidently believes this wedding will be the high point of _his2 life.@@
+				<<set _slave2.devotion += 20>>
+				<<set _slave2.devotion += 20>>
+			<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+				as a hateful pregnancy fetishist, @@.hotpink;thought getting pregnant was the best part of the ceremony.@@
+				<<set _slave2.devotion += 1>>
+				<<set _slave2.devotion += 1>>
+			<<elseif _slave2.devotion < -20>>
+				as a pregnancy fetishist, is left with very mixed feelings after being raped pregnant by someone they hate.
+			<<else>>
+				as a pregnancy fetishist, @@.hotpink;thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
+				<<set _slave2.devotion += 10>>
+			<</if>>
+		<</if>>
+	<<elseif (_slave1.fetish == "pregnancy") && (_slave1.fetishStrength > 60)>>
+		<<if _slave1.fetish == "mindbroken">>
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			As a pregnancy fetishist, @@.hotpink;_slave1.slaveName confidently believes this wedding will be the high point of $his life.@@
+			<<set _slave1.devotion += 20>>
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony@@ for _slave1.slaveName.
+			<<set _slave1.devotion += 1>>
+		<<elseif _slave1.devotion < -20>>
+			As a pregnancy fetishist, getting raped pregnant by someone _slave1.slaveName hates leaves $him with very mixed feelings.
+		<<else>>
+			As a pregnancy fetishist, @@.hotpink;_slave1.slaveName thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
+			<<set _slave1.devotion += 10>>
+		<</if>>
+	<<elseif (_slave2.fetish == "pregnancy") && (_slave2.fetishStrength > 60)>>
+		<<if _slave2.fetish == "mindbroken">>
+		<<elseif _slave2.devotion+_slave2.trust >= 175>>
+			As a pregnancy fetishist, @@.hotpink;_slave2.slaveName confidently believes this wedding will be the high point of _his2 life.@@
+			<<set _slave2.devotion += 20>>
+		<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+			As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony@@ for _slave2.slaveName.
+			<<set _slave2.devotion += 1>>
+			<<elseif _slave2.devotion < -20>>{}
+			As a pregnancy fetishist, getting raped pregnant by someone _slave2.slaveName hates leaves _him2 with very mixed feelings.
+		<<else>>
+			As a pregnancy fetishist, @@.hotpink;_slave2.slaveName thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
+			<<set _slave2.devotion += 10>>
+		<</if>>
+	<</if>>
 
-    <<if (_slave1.relationship != 0) && (_slave2.relationship != 0)>>
-        <<if _slave1.relationshipTarget == _slave2.ID>>
-            /* TODO: not sure about these */
-            <<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    The fact that their relationship together now involves you @@.hotpink;excites them to no end.@@
-                    <<set _slave1.devotion += 10>>
-                    <<set _slave2.devotion += 10>>
-                <<elseif _slave1.devotion < -20>>
-                    The fact that you would allow them to remain together, albeit as your wives, @@.hotpink;causes them to begin to see you in a new light.@@
-                    <<set _slave1.devotion += 15>>
-                    <<set _slave2.devotion += 15>>
-                <<elseif _slave1.devotion >= -20>>
-                    The fact that you would allow them to remain together, albeit as your wives, has them @@.hotpink;cautiously optimistic for the future.@@
-                    <<set _slave1.devotion += 5>>
-                    <<set _slave2.devotion += 5>>
-                <</if>>
-            <<else>>
-                _slave1.slaveName
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    is excited by the fact that their relationship now involves you, and promises to try to get _slave2.slaveName to see you the same way $he does,
-                    <<set _slave1.devotion += 10>>
-                <<elseif _slave1.devotion < -20>>
-                    is convinced this is some sort of trick,
-                <<elseif _slave1.devotion >= -20>>
-                    is only @@.hotpink;cautiously optimistic for their future together,@@
-                    <<set _slave1.devotion += 5>>
-                <</if>>
-                while _slave2.slaveName
-                <<if _slave2.devotion+_slave2.trust >= 175>>
-                    is excited by the fact that their relationship now involves you, and promises to try to get _slave1.slaveName to see you the same way _he2 does.
-                    <<set _slave2.devotion += 10>>
-                <<elseif _slave2.devotion < -20>>
-                    is convinced this is some sort of trick.
-                <<elseif _slave2.devotion >= -20>>
-                    is only @@.hotpink;cautiously optimistic for their future together.@@
-                    <<set _slave2.devotion += 5>>
-                <</if>>
-            <</if>>
-        <<else>>
-            <<if _slave1.relationship != 0>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    <<if _slave1.relationship > 0>>
-                        $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
-                        <<if _slave1.relationship == 4>>
-                            <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<elseif _slave1.relationship == 3>>
-                            <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                        <<else>>
-                            <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                        <</if>>
-                    <</if>>
-                <<elseif _slave1.devotion < -20>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                        <<set _slave1.devotion -= 50, _slave1.trust -= 30>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                    <</if>>
-                <<else>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 30, _slave1.trust -= 20>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
-                        <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                        <<set _slave1.devotion -= 15, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-                    <</if>>
-                <</if>>
-            <<elseif _slave2.relationship != 0>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    <<if _slave1.relationship > 0>>
-                        $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
-                        <<if _slave1.relationship == 4>>
-                            <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<elseif _slave1.relationship == 3>>
-                            <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                        <<else>>
-                            <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                        <</if>>
-                    <</if>>
-                <<elseif _slave1.devotion < -20>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                        <<set _slave1.devotion -= 50, _slave1.trust -= 30>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                    <</if>>
-                <<else>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 30, _slave1.trust -= 20>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
-                        <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                        <<set _slave1.devotion -= 15, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-                    <</if>>
-                <</if>>
-            <<else>>
-                @@.red;Error! DCoded doesn't know to code. Please report this.@@
-            <</if>>
-        <</if>>
-    <<else>>
-        <<if _slave1.devotion+_slave1.trust >= 175>>
-            <<if _slave1.relationship > 0>>
-                $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
-                <<if _slave1.relationship == 4>>
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<elseif _slave1.relationship == 3>>
-                    <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                <<else>>
-                    <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                <</if>>
-            <</if>>
-        <<elseif _slave1.devotion < -20>>
-            <<if _slave1.relationship == -1>>
-                $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-            <<elseif _slave1.relationship == 4>>
-                Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
-                <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-            <<elseif _slave1.relationship == 3>>
-                Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                <<set _slave1.devotion -= 50, _slave1.trust -= 30>>
-            <<elseif _slave1.relationship > 0>>
-                Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-            <</if>>
-        <<else>>
-            <<if _slave1.relationship == -1>>
-                $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-            <<elseif _slave1.relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set _slave1.devotion -= 30, _slave1.trust -= 20>>
-            <<elseif _slave1.relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
-                <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                <<set _slave1.devotion -= 15, _slave1.trust -= 10>>
-            <<elseif _slave1.relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-            <</if>>
-        <</if>>
-    <</if>>
-    <<set _slave1.relationship = -3>>
-    <<if _slave1.mpreg == 1>><<set _slave1.analCount += 1, $analTotal += 1>><<else>><<set _slave1.vaginalCount += 1, $vaginalTotal += 1>><</if>>
-    <<set $rep += 500>>
-    <<if _slave1.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of you impregnating the blank-faced " + _slave1.slaveName + " at your wedding">>
-    <<elseif _slave1.devotion+_slave1.trust >= 175>>
-        <<set $desc = "a framed shot of you impregnating the joyous " + _slave1.slaveName + " at your wedding">>
-    <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-        <<set $desc = "a framed shot of you forcefully impregnating the disinterested " + _slave1.slaveName + " at your wedding">>
-    <<elseif _slave1.devotion < -20>>
-        <<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + _slave1.slaveName + " at your wedding">>
-    <<else>>
-        <<set $desc = "a framed shot of you impregnating " + _slave1.slaveName + " at your wedding">>
-    <</if>>
-    <<set $trinkets.push($desc)>>
-    <<set _slave2.relationship = -3>>
-    <<if _slave2.mpreg == 1>><<set _slave2.analCount += 1, $analTotal += 1>><<else>><<set _slave2.vaginalCount += 1, $vaginalTotal += 1>><</if>>
-    <<set $rep += 500>>
-    <<if _slave2.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of you impregnating the blank-faced " + _slave2.slaveName + " at your wedding">>
-    <<elseif _slave2.devotion+_slave2.trust >= 175>>
-        <<set $desc = "a framed shot of you impregnating the joyous " + _slave2.slaveName + " at your wedding">>
-    <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-        <<set $desc = "a framed shot of you forcefully impregnating the disinterested " + _slave2.slaveName + " at your wedding">>
-    <<elseif _slave2.devotion < -20>>
-        <<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + _slave2.slaveName + " at your wedding">>
-    <<else>>
-        <<set $desc = "a framed shot of you impregnating " + _slave2.slaveName + " at your wedding">>
-    <</if>>
-    <<set $trinkets.push($desc)>>
-    <<if $arcologies[0].FSRestart != "unset" && (_slave1.breedingMark == 0 || $propOutcome == 0) && (_slave2.breedingMark == 0 || $propOutcome == 0) && $eugenicsFullControl != 1>>
-        You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against.
-        <<set $failedElite += 500>>
-    <<elseif $arcologies[0].FSRestart != "unset" && ((_slave1.breedingMark == 1) && (_slave2.breedingMark == 1))>>
-        The Societal Elite are @@.green;very pleased@@ with this public display of their values. /* TODO: not happy with this sentence */
-    <</if>>
+	<<if (_slave1.relationship != 0) && (_slave2.relationship != 0)>>
+		<<if _slave1.relationshipTarget == _slave2.ID>>
+			/* TODO: not sure about these */
+			<<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					The fact that their relationship together now involves you @@.hotpink;excites them to no end.@@
+					<<set _slave1.devotion += 10>>
+					<<set _slave2.devotion += 10>>
+				<<elseif _slave1.devotion < -20>>
+					The fact that you would allow them to remain together, albeit as your wives, @@.hotpink;causes them to begin to see you in a new light.@@
+					<<set _slave1.devotion += 15>>
+					<<set _slave2.devotion += 15>>
+				<<elseif _slave1.devotion >= -20>>
+					The fact that you would allow them to remain together, albeit as your wives, has them @@.hotpink;cautiously optimistic for the future.@@
+					<<set _slave1.devotion += 5>>
+					<<set _slave2.devotion += 5>>
+				<</if>>
+			<<else>>
+				_slave1.slaveName
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					is excited by the fact that their relationship now involves you, and promises to try to get _slave2.slaveName to see you the same way $he does,
+					<<set _slave1.devotion += 10>>
+				<<elseif _slave1.devotion < -20>>
+					is convinced this is some sort of trick,
+				<<elseif _slave1.devotion >= -20>>
+					is only @@.hotpink;cautiously optimistic for their future together,@@
+					<<set _slave1.devotion += 5>>
+				<</if>>
+				while _slave2.slaveName
+				<<if _slave2.devotion+_slave2.trust >= 175>>
+					is excited by the fact that their relationship now involves you, and promises to try to get _slave1.slaveName to see you the same way _he2 does.
+					<<set _slave2.devotion += 10>>
+				<<elseif _slave2.devotion < -20>>
+					is convinced this is some sort of trick.
+				<<elseif _slave2.devotion >= -20>>
+					is only @@.hotpink;cautiously optimistic for their future together.@@
+					<<set _slave2.devotion += 5>>
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if _slave1.relationship != 0>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					<<if _slave1.relationship > 0>>
+						$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
+						<<if _slave1.relationship == 4>>
+							<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<elseif _slave1.relationship == 3>>
+							<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+						<<else>>
+							<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+						<</if>>
+					<</if>>
+				<<elseif _slave1.devotion < -20>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+						<<set _slave1.devotion -= 50, _slave1.trust -= 30>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+					<</if>>
+				<<else>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 30, _slave1.trust -= 20>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
+						<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+						<<set _slave1.devotion -= 15, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+					<</if>>
+				<</if>>
+			<<elseif _slave2.relationship != 0>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					<<if _slave1.relationship > 0>>
+						$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
+						<<if _slave1.relationship == 4>>
+							<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<elseif _slave1.relationship == 3>>
+							<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+						<<else>>
+							<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+						<</if>>
+					<</if>>
+				<<elseif _slave1.devotion < -20>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+						<<set _slave1.devotion -= 50, _slave1.trust -= 30>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+					<</if>>
+				<<else>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 30, _slave1.trust -= 20>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
+						<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+						<<set _slave1.devotion -= 15, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+					<</if>>
+				<</if>>
+			<<else>>
+				@@.red;Error! DCoded doesn't know to code. Please report this.@@
+			<</if>>
+		<</if>>
+	<<else>>
+		<<if _slave1.devotion+_slave1.trust >= 175>>
+			<<if _slave1.relationship > 0>>
+				$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
+				<<if _slave1.relationship == 4>>
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<elseif _slave1.relationship == 3>>
+					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+				<<else>>
+					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+				<</if>>
+			<</if>>
+		<<elseif _slave1.devotion < -20>>
+			<<if _slave1.relationship == -1>>
+				$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+				<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+			<<elseif _slave1.relationship == 4>>
+				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
+				<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+				<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+			<<elseif _slave1.relationship == 3>>
+				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+				<<set _slave1.devotion -= 50, _slave1.trust -= 30>>
+			<<elseif _slave1.relationship > 0>>
+				Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+			<</if>>
+		<<else>>
+			<<if _slave1.relationship == -1>>
+				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+				<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+			<<elseif _slave1.relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set _slave1.devotion -= 30, _slave1.trust -= 20>>
+			<<elseif _slave1.relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
+				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+				<<set _slave1.devotion -= 15, _slave1.trust -= 10>>
+			<<elseif _slave1.relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+			<</if>>
+		<</if>>
+	<</if>>
+	<<set _slave1.relationship = -3>>
+	<<if _slave1.mpreg == 1>><<set _slave1.analCount += 1, $analTotal += 1>><<else>><<set _slave1.vaginalCount += 1, $vaginalTotal += 1>><</if>>
+	<<set $rep += 500>>
+	<<if _slave1.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of you impregnating the blank-faced " + _slave1.slaveName + " at your wedding">>
+	<<elseif _slave1.devotion+_slave1.trust >= 175>>
+		<<set $desc = "a framed shot of you impregnating the joyous " + _slave1.slaveName + " at your wedding">>
+	<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the disinterested " + _slave1.slaveName + " at your wedding">>
+	<<elseif _slave1.devotion < -20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + _slave1.slaveName + " at your wedding">>
+	<<else>>
+		<<set $desc = "a framed shot of you impregnating " + _slave1.slaveName + " at your wedding">>
+	<</if>>
+	<<set $trinkets.push($desc)>>
+	<<set _slave2.relationship = -3>>
+	<<if _slave2.mpreg == 1>><<set _slave2.analCount += 1, $analTotal += 1>><<else>><<set _slave2.vaginalCount += 1, $vaginalTotal += 1>><</if>>
+	<<set $rep += 500>>
+	<<if _slave2.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of you impregnating the blank-faced " + _slave2.slaveName + " at your wedding">>
+	<<elseif _slave2.devotion+_slave2.trust >= 175>>
+		<<set $desc = "a framed shot of you impregnating the joyous " + _slave2.slaveName + " at your wedding">>
+	<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the disinterested " + _slave2.slaveName + " at your wedding">>
+	<<elseif _slave2.devotion < -20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + _slave2.slaveName + " at your wedding">>
+	<<else>>
+		<<set $desc = "a framed shot of you impregnating " + _slave2.slaveName + " at your wedding">>
+	<</if>>
+	<<set $trinkets.push($desc)>>
+	<<if $arcologies[0].FSRestart != "unset" && (_slave1.breedingMark == 0 || $propOutcome == 0) && (_slave2.breedingMark == 0 || $propOutcome == 0) && $eugenicsFullControl != 1>>
+		You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against.
+		<<set $failedElite += 500>>
+	<<elseif $arcologies[0].FSRestart != "unset" && ((_slave1.breedingMark == 1) && (_slave2.breedingMark == 1))>>
+		The Societal Elite are @@.green;very pleased@@ with this public display of their values. /* TODO: not happy with this sentence */
+	<</if>>
 
 <<elseif $weddingPlanned == 2>>
 
-    The ceremony to bind <<= SlaveFullName(_slave1)>> and <<= SlaveFullName(_slave2)>> to you as your slave wives is an all day affair.
-    <<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-        <<if _slave1.fetish == "mindbroken">>
-            /* TODO: rewrite for slaves that can't walk */
-            They spent the day before resting and preparing themselves, if you can call sitting around mindlessly preparing. They spend most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they are extracted and taken off to be bathed.
-            <br><br>
-            They return shortly, looking exhausted but otherwise uncaring. They're naked still, their skin clean, and are <<if _slave1.amp == 1 && _slave2.amp == 1>>carried<<else>>led<</if>> to you for the ceremony by other slaves. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They can't conceal their tiredness, and lean against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            /* TODO: marked for rewrite */
-            Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, and by the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            /* TODO: rewrite for slaves that can't walk */
-            They spent the day before resting and preparing themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
-            <br><br>
-            They return shortly, looking exhausted but rather proud of themselves for getting through all that. They're naked still, their skin clean, and <<if _slave1.amp == 1 && _slave2.amp == 1>>are carried<<else>>come confidently<</if>> to stand by you for the ceremony. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well-traveled, and their tiredness. They do their best to conceal how ready to sleep they are, but they lean against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            /* TODO: marked for rewrite */
-            Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, and by the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slave's chest rises and falls with their breathing.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            /* TODO: rewrite for slaves that can't walk */
-            They spent the day before resting and trying to ready themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
-            <br><br>
-            They return shortly, looking exhausted and annoyed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness and look stronger than they are, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            /* TODO: marked for rewrite */
-            Once the ceremony is complete, you scoop up your new, protesting, slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing. They squirms slightly in their sleep to the unwelcome feeling of your arm around them.
-        <<elseif _slave1.devotion < -20>>
-            /* TODO: rewrite for slaves that can't walk */
-            They spent the day before resting and crying to themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
-            <br><br>
-            They return shortly, looking exhausted and depressed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness out of fear of punishment, and they lean against you for support despite their feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.amp != 1) && (_slave2.amp != 1)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            /* TODO: marked for rewrite */
-            Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing.
-        <<else>>
-            /* TODO: rewrite for slaves that can't walk */
-            They spent the day before resting and reluctantly preparing themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, moaning and wincing as they takes cock after cock. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
-            <br><br>
-            They return shortly, looking exhausted. They're naked still, their skin clean, and come to stand by you for the ceremony. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal it, leaning against you despite the lack of love between you. 
-            /* TODO: double check the devotion requirements for this, rewrite as needed */
-            <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            /* TODO: marked for rewrite */
-            Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against you, so tired that they're grateful for the break from standing. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing.
-        <</if>>
-    <<else>>
-        /* TODO: this section will need a major rewrite */
-        <<if _slave1.fetish == "mindbroken">>
-            _slave1.slaveName spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            $He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and _slave1.skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            _slave1.slaveName spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            $He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and _slave1.skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            _slave1.slaveName spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            $He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. $He squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
-        <<elseif _slave1.devotion < -20>>
-            _slave1.slaveName spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            $He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <<else>>
-            _slave1.slaveName spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            $He returns shortly, looking exhausted. $He's naked still, $his skin clean and _slave1.skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <</if>>
-        _slave2.slaveName, meanwhile,
-        <<if _slave1.fetish == "mindbroken">>
-            spent the day before resting and preparing _himself2, if you can call sitting around mindlessly preparing. _He2 spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            _He2 returns shortly, looking exhausted but otherwise uncaring. _He2's naked still, $his skin clean and _slave1.skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            spent the day before resting and preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            _He2 returns shortly, looking exhausted but rather proud of _himself2 for getting through all that. _He2's naked still, $his skin clean and _slave1.skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. _He2 does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            spent the day before resting and trying to ready _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            _He2 returns shortly, looking exhausted and annoyed. _He2's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. _He2 squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
-        <<elseif _slave1.devotion < -20>>
-            spent the day before resting and crying to _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            _He2 returns shortly, looking exhausted and depressed. _He2's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <<else>>
-            spent the day before resting and reluctantly preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-            <br><br>
-            _He2 returns shortly, looking exhausted. _He2's naked still, $his skin clean and _slave1.skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-            <br><br>
-            Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-        <</if>>
-    <</if>>
-    <br>
-    <<if $PC.surname && (_slave1.slaveSurname != $PC.surname && _slave2.surname != $PC.surname)>>
-        <br><br><span id="surnaming">
-        <<link "Give them both your surname too">>
-            <<replace "#surnaming">>
-                <<set _c = 0>>
-                You also proclaim  
-                <<if _slave1.surname != $PC.surname && _slave2.surname != $PC.surname>>
-                    your new slave wives _slave1.slaveName and _slave2.slaveName $PC.surname.
-                    <<set _c += 2>>
-                <<elseif _slave1.surname != $PC.surname>>
-                    _slave1.slaveName Mrs. _slave1.slaveName $PC.surname.
-                    <<set _c += 1>>
-                <<elseif _slave2.surname != $PC.surname>>
-                    _slave2.slaveName Mrs. _slave2.slaveName $PC.surname.
-                    <<set _c += 1>>
-                <</if>>
-                The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> hear<<if _c == 1>>s<</if>> this, of course, and
-                <<if (_slave1.surname != $PC.surname && _slave2.surname != $PC.surname) && ((_slave1.fetish == "mindbroken" && _slave2.fetish == "mindbroken") || (_slave1.devotion+_slave1.trust >= 175 && _slave2.devotion+_slave2.trust >= 175) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || (_slave1.devotion < -20 && _slave2.devotion < -20) || (_slave1.devotion >= -20 && _slave1.devotion >= -20))>>
-                    <<if _slave1.fetish == "mindbroken">>
-                       show no reaction. Like many things, names mean nothing to them now. Your guests, on the other hand, appreciate the gift.
-                    <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                       break down again; it's like a dream come true.
-                    <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                       scoff audibly; just another burden for them to carry.
-                    <<elseif _slave1.devotion < -20>>
-                       break down again; this is nothing more than another unwanted link to you.
-                    <<else>>
-                       nod acceptingly. Your will is their will, after all.
-                    <</if>>
-                <<else>>
-                    <<if _c > 1 && _slave1.surname != $PC.surname>>
-                        <<if _slave1.fetish == "mindbroken">>
-                            <<if _c < 1>>_slave1.slaveName <</if>>shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
-                        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>breaks down again; it's like a dream come true.
-                        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly; just another burden for $him to carry.
-                        <<elseif _slave1.devotion < -20>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>breaks down again; this is nothing more than another unwanted link to you.
-                        <<else>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>nods acceptingly. Your will is $his will, after all.
-                        <</if>>
-                    <</if>>
-                    <<if _c > 1 && _slave2.surname != $PC.surname>>
-                        _slave2.slaveName, meanwhile,
-                    <</if>>
-                    <<if _slave2.surname != $PC.surname>>
-                        <<if _slave2.fetish == "mindbroken">>
-                            shows no reaction. Like many things, names mean nothing to _him2 now. Your guests, on the other hand, appreciate the gift.
-                        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-                            breaks down again; it's like a dream come true.
-                        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-                            scoffs audibly; just another burden for _him2 to carry.
-                        <<elseif _slave2.devotion < -20>>
-                            breaks down again; this is nothing more than another unwanted link to you.
-                        <<else>>
-                            nods acceptingly. Your will is _his2 will, after all.
-                        <</if>>
-                    <</if>>
-                <</if>>
-                <<set _slave1.slaveSurname = $PC.surname, _slave2.slaveSurname = $PC.surname>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
-    <br><br>
-    <<if ndef _slave1.publicCount>>
-        <<set _slave1.publicCount = 0>>
-    <</if>>
-    <<if ndef _slave2.publicCount>>
-        <<set _slave2.publicCount = 0>>
-    <</if>>
-    <<if _slave1.vagina > 0>>
-        <<set _slave1.vaginalCount += 50>>
-        <<set $vaginalTotal += 50>>
-        <<set _slave1.publicCount += 50>>
-    <</if>>
-    <<if _slave2.vagina > 0>>
-        <<set _slave2.vaginalCount += 50>>
-        <<set $vaginalTotal += 50>>
-        <<set _slave2.publicCount += 50>>
-    <</if>>
-    <<if (_slave1.anus < 3) && (_slave2.anus < 3)>>
-        You can feel their asses, still somewhat gaped from their ordeals. They've been @@.lime;loosened@@ by their wedding party.
-    <<else>>
-        <<if _slave1.anus < 3>>
-            <<set _slave1.anus += 1>>
-            You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
-        <</if>>
-        <<if _slave2.anus < 3>>
-            <<set _slave2.anus += 1>>
-            You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
-        <</if>>
-    <</if>>
+	The ceremony to bind <<= SlaveFullName(_slave1)>> and <<= SlaveFullName(_slave2)>> to you as your slave wives is an all day affair.
+	<<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+		<<if _slave1.fetish == "mindbroken">>
+			/* TODO: rewrite for slaves that can't walk */
+			They spent the day before resting and preparing themselves, if you can call sitting around mindlessly preparing. They spend most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they are extracted and taken off to be bathed.
+			<br><br>
+			They return shortly, looking exhausted but otherwise uncaring. They're naked still, their skin clean, and are <<if _slave1.amp == 1 && _slave2.amp == 1>>carried<<else>>led<</if>> to you for the ceremony by other slaves. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They can't conceal their tiredness, and lean against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			/* TODO: marked for rewrite */
+			Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, and by the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			/* TODO: rewrite for slaves that can't walk */
+			They spent the day before resting and preparing themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
+			<br><br>
+			They return shortly, looking exhausted but rather proud of themselves for getting through all that. They're naked still, their skin clean, and <<if _slave1.amp == 1 && _slave2.amp == 1>>are carried<<else>>come confidently<</if>> to stand by you for the ceremony. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well-traveled, and their tiredness. They do their best to conceal how ready to sleep they are, but they lean against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			/* TODO: marked for rewrite */
+			Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, and by the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slave's chest rises and falls with their breathing.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			/* TODO: rewrite for slaves that can't walk */
+			They spent the day before resting and trying to ready themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
+			<br><br>
+			They return shortly, looking exhausted and annoyed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness and look stronger than they are, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since _he2 lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			/* TODO: marked for rewrite */
+			Once the ceremony is complete, you scoop up your new, protesting, slave wives to carry them back into the master bedroom. They rest their heads against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing. They squirms slightly in their sleep to the unwelcome feeling of your arm around them.
+		<<elseif _slave1.devotion < -20>>
+			/* TODO: rewrite for slaves that can't walk */
+			They spent the day before resting and crying to themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
+			<br><br>
+			They return shortly, looking exhausted and depressed. They're naked still, their skin clean, and come reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal their tiredness out of fear of punishment, and they lean against you for support despite their feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.amp != 1) && (_slave2.amp != 1)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's trembling finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's trembling finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			/* TODO: marked for rewrite */
+			Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing.
+		<<else>>
+			/* TODO: rewrite for slaves that can't walk */
+			They spent the day before resting and reluctantly preparing themselves, and this was a necessary precaution. They spend most of the daylong party at the center of a nonstop gangbang, moaning and wincing as they takes cock after cock. The theory is that they'll be bound to you as your slave wives from this day onward, so they must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave1.slaveName and _slave2.slaveName spend hours with numerous cocks inside them, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, they're extracted and taken off to be bathed.
+			<br><br>
+			They return shortly, looking exhausted. They're naked still, their skin clean, and come to stand by you for the ceremony. The only evident signs that they've had sex with more than a hundred people today is their asses, which look rather well traveled, and their tiredness. They do their best to conceal it, leaning against you despite the lack of love between you.
+			/* TODO: double check the devotion requirements for this, rewrite as needed */
+			<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring<<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since they lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since they lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>>There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			/* TODO: marked for rewrite */
+			Once the ceremony is complete, you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against you, so tired that they're grateful for the break from standing. By the time they're home, they're fast asleep. You set them gently down on the bed and curl up behind them, feeling the animal warmth of their bodies as the exhausted slaves' chest rise and fall with their breathing.
+		<</if>>
+	<<else>>
+		/* TODO: this section will need a major rewrite */
+		<<if _slave1.fetish == "mindbroken">>
+			_slave1.slaveName spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			$He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and _slave1.skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			_slave1.slaveName spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			$He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and _slave1.skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			_slave1.slaveName spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			$He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. $He squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
+		<<elseif _slave1.devotion < -20>>
+			_slave1.slaveName spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			$He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<<else>>
+			_slave1.slaveName spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			$He returns shortly, looking exhausted. $He's naked still, $his skin clean and _slave1.skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<</if>>
+		_slave2.slaveName, meanwhile,
+		<<if _slave1.fetish == "mindbroken">>
+			spent the day before resting and preparing _himself2, if you can call sitting around mindlessly preparing. _He2 spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			_He2 returns shortly, looking exhausted but otherwise uncaring. _He2's naked still, $his skin clean and _slave1.skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			spent the day before resting and preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			_He2 returns shortly, looking exhausted but rather proud of _himself2 for getting through all that. _He2's naked still, $his skin clean and _slave1.skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. _He2 does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			spent the day before resting and trying to ready _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			_He2 returns shortly, looking exhausted and annoyed. _He2's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. _He2 squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
+		<<elseif _slave1.devotion < -20>>
+			spent the day before resting and crying to _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			_He2 returns shortly, looking exhausted and depressed. _He2's naked still, $his skin clean and _slave1.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<<else>>
+			spent the day before resting and reluctantly preparing _himself2, and this was a necessary precaution. _He2 spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. _slave1.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+			<br><br>
+			_He2 returns shortly, looking exhausted. _He2's naked still, $his skin clean and _slave1.skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. _He2 does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if _slave1.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+			<br><br>
+			Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. _He2 rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+		<</if>>
+	<</if>>
+	<br>
+	<<if $PC.surname && (_slave1.slaveSurname != $PC.surname && _slave2.surname != $PC.surname)>>
+		<br><br><span id="surnaming">
+		<<link "Give them both your surname too">>
+			<<replace "#surnaming">>
+				<<set _c = 0>>
+				You also proclaim
+				<<if _slave1.surname != $PC.surname && _slave2.surname != $PC.surname>>
+					your new slave wives _slave1.slaveName and _slave2.slaveName $PC.surname.
+					<<set _c += 2>>
+				<<elseif _slave1.surname != $PC.surname>>
+					_slave1.slaveName Mrs. _slave1.slaveName $PC.surname.
+					<<set _c += 1>>
+				<<elseif _slave2.surname != $PC.surname>>
+					_slave2.slaveName Mrs. _slave2.slaveName $PC.surname.
+					<<set _c += 1>>
+				<</if>>
+				The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> hear<<if _c == 1>>s<</if>> this, of course, and
+				<<if (_slave1.surname != $PC.surname && _slave2.surname != $PC.surname) && ((_slave1.fetish == "mindbroken" && _slave2.fetish == "mindbroken") || (_slave1.devotion+_slave1.trust >= 175 && _slave2.devotion+_slave2.trust >= 175) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || (_slave1.devotion < -20 && _slave2.devotion < -20) || (_slave1.devotion >= -20 && _slave1.devotion >= -20))>>
+					<<if _slave1.fetish == "mindbroken">>
+						show no reaction. Like many things, names mean nothing to them now. Your guests, on the other hand, appreciate the gift.
+					<<elseif _slave1.devotion+_slave1.trust >= 175>>
+						break down again; it's like a dream come true.
+					<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+						scoff audibly; just another burden for them to carry.
+					<<elseif _slave1.devotion < -20>>
+						break down again; this is nothing more than another unwanted link to you.
+					<<else>>
+						nod acceptingly. Your will is their will, after all.
+					<</if>>
+				<<else>>
+					<<if _c > 1 && _slave1.surname != $PC.surname>>
+						<<if _slave1.fetish == "mindbroken">>
+							<<if _c < 1>>_slave1.slaveName <</if>>shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
+						<<elseif _slave1.devotion+_slave1.trust >= 175>>
+							<<if _c < 1>>_slave1.slaveName <</if>>breaks down again; it's like a dream come true.
+						<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+							<<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly; just another burden for $him to carry.
+						<<elseif _slave1.devotion < -20>>
+							<<if _c < 1>>_slave1.slaveName <</if>>breaks down again; this is nothing more than another unwanted link to you.
+						<<else>>
+							<<if _c < 1>>_slave1.slaveName <</if>>nods acceptingly. Your will is $his will, after all.
+						<</if>>
+					<</if>>
+					<<if _c > 1 && _slave2.surname != $PC.surname>>
+						_slave2.slaveName, meanwhile,
+					<</if>>
+					<<if _slave2.surname != $PC.surname>>
+						<<if _slave2.fetish == "mindbroken">>
+							shows no reaction. Like many things, names mean nothing to _him2 now. Your guests, on the other hand, appreciate the gift.
+						<<elseif _slave2.devotion+_slave2.trust >= 175>>
+							breaks down again; it's like a dream come true.
+						<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+							scoffs audibly; just another burden for _him2 to carry.
+						<<elseif _slave2.devotion < -20>>
+							breaks down again; this is nothing more than another unwanted link to you.
+						<<else>>
+							nods acceptingly. Your will is _his2 will, after all.
+						<</if>>
+					<</if>>
+				<</if>>
+				<<set _slave1.slaveSurname = $PC.surname, _slave2.slaveSurname = $PC.surname>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
+	<br><br>
+	<<if ndef _slave1.publicCount>>
+		<<set _slave1.publicCount = 0>>
+	<</if>>
+	<<if ndef _slave2.publicCount>>
+		<<set _slave2.publicCount = 0>>
+	<</if>>
+	<<if _slave1.vagina > 0>>
+		<<set _slave1.vaginalCount += 50>>
+		<<set $vaginalTotal += 50>>
+		<<set _slave1.publicCount += 50>>
+	<</if>>
+	<<if _slave2.vagina > 0>>
+		<<set _slave2.vaginalCount += 50>>
+		<<set $vaginalTotal += 50>>
+		<<set _slave2.publicCount += 50>>
+	<</if>>
+	<<if (_slave1.anus < 3) && (_slave2.anus < 3)>>
+		You can feel their asses, still somewhat gaped from their ordeals. They've been @@.lime;loosened@@ by their wedding party.
+	<<else>>
+		<<if _slave1.anus < 3>>
+			<<set _slave1.anus += 1>>
+			You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
+		<</if>>
+		<<if _slave2.anus < 3>>
+			<<set _slave2.anus += 1>>
+			You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
+		<</if>>
+	<</if>>
 
-    <<if (_slave1.relationship != 0) && (_slave2.relationship != 0)>>
-        <<if _slave1.relationshipTarget == _slave2.ID>>
-            /* TODO: not sure about these */
-            <<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    The fact that their relationship together now involves you @@.hotpink;excites them to no end.@@
-                    <<set _slave1.devotion += 10>>
-                    <<set _slave2.devotion += 10>>
-                <<elseif _slave1.devotion < -20>>
-                    The fact that you would allow them to remain together, albeit as your wives, @@.hotpink;causes them to begin to see you in a new light.@@
-                    <<set _slave1.devotion += 15>>
-                    <<set _slave2.devotion += 15>>
-                <<elseif _slave1.devotion >= -20>>
-                    The fact that you would allow them to remain together, albeit as your wives, has them @@.hotpink;cautiously optimistic for the future.@@
-                    <<set _slave1.devotion += 5>>
-                    <<set _slave2.devotion += 5>>
-                <</if>>
-            <<else>>
-                _slave1.slaveName
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    is excited by the fact that their relationship now involves you, and promises to try to get _slave2.slaveName to see you the same way $he does,
-                    <<set _slave1.devotion += 10>>
-                <<elseif _slave1.devotion < -20>>
-                    is convinced this is some sort of trick,
-                <<elseif _slave1.devotion >= -20>>
-                    is only @@.hotpink;cautiously optimistic for their future together,@@
-                    <<set _slave1.devotion += 5>>
-                <</if>>
-                while _slave2.slaveName
-                <<if _slave2.devotion+_slave2.trust >= 175>>
-                    is excited by the fact that their relationship now involves you, and promises to try to get _slave1.slaveName to see you the same way _he2 does.
-                    <<set _slave2.devotion += 10>>
-                <<elseif _slave2.devotion < -20>>
-                    is convinced this is some sort of trick.
-                <<elseif _slave2.devotion >= -20>>
-                    is only @@.hotpink;cautiously optimistic for their future together.@@
-                    <<set _slave2.devotion += 5>>
-                <</if>>
-            <</if>>
-        <<else>>
-            <<if _slave1.relationship != 0>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    <<if _slave1.relationship > 0>>
-                        $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
-                        <<if _slave1.relationship == 4>>
-                            <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<elseif _slave1.relationship == 3>>
-                            <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                        <<else>>
-                            <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                        <</if>>
-                    <</if>>
-                <<elseif _slave1.devotion < -20>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                        <<set _slave1.devotion -= 50, _slave1.trust -= 30>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                    <</if>>
-                <<else>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 30, _slave1.trust -= 20>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
-                        <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                        <<set _slave1.devotion -= 15, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-                    <</if>>
-                <</if>>
-            <<elseif _slave2.relationship != 0>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    <<if _slave1.relationship > 0>>
-                        $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
-                        <<if _slave1.relationship == 4>>
-                            <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<elseif _slave1.relationship == 3>>
-                            <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                        <<else>>
-                            <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                        <</if>>
-                    <</if>>
-                <<elseif _slave1.devotion < -20>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                        <<set _slave1.devotion -= 50, _slave1.trust -= 30>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                    <</if>>
-                <<else>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 30, _slave1.trust -= 20>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
-                        <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                        <<set _slave1.devotion -= 15, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-                    <</if>>
-                <</if>>
-            <<else>>
-                @@.red;Error! DCoded doesn't know to code. Please report this.@@
-            <</if>>
-        <</if>>
-    <<else>>
-        <<if _slave1.relationship != 0>>
-            <<if _slave1.devotion+_slave1.trust >= 175>>
-                <<if _slave1.relationship > 0>>
-                    $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
-                    <<if _slave1.relationship == 4>>
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                    <<elseif _slave1.relationship == 3>>
-                        <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                    <<else>>
-                        <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                    <</if>>
-                <<elseif _slave1.relationship == -2>>
-                    $He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
-                <<elseif _slave1.relationship == -1>>
-                    Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
-                    <<set _slave1.devotion = 100, _slave1.trust = 100>>
-                <</if>>
-            <<elseif _slave1.devotion < -20>>
-                <<if _slave1.relationship == -1>>
-                    $He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
-                    <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                <<elseif _slave1.relationship == 4>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
-                    <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                    <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                <<elseif _slave1.relationship == 3>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                    <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                    <<set _slave1.devotion -= 50, _slave1.trust -= 30>>
-                <<elseif _slave1.relationship > 0>>
-                    Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                    <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                    <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                <</if>>
-            <<else>>
-                <<if _slave1.relationship == -1>>
-                    $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
-                    <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                <<elseif _slave1.relationship == 4>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                    <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                    <<set _slave1.devotion -= 30, _slave1.trust -= 20>>
-                <<elseif _slave1.relationship == 3>>
-                    Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
-                    <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                    <<set _slave1.devotion -= 15, _slave1.trust -= 10>>
-                <<elseif _slave1.relationship > 0>>
-                    Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                    <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-                <</if>>
-            <</if>>
-        <</if>>
-    <<else>>
-        <<if _slave1.devotion+_slave1.trust >= 175>>
-            <<if _slave1.relationship > 0>>
-                $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
-                <<if _slave1.relationship == 4>>
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<elseif _slave1.relationship == 3>>
-                    <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                <<else>>
-                    <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                <</if>>
-            <<elseif _slave1.relationship == -2>>
-                $He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
-            <<elseif _slave1.relationship == -1>>
-                Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
-                <<set _slave1.devotion = 100, _slave1.trust = 100>>
-            <</if>>
-        <<elseif _slave1.devotion < -20>>
-            <<if _slave1.relationship == -1>>
-                $He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
-                <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-            <<elseif _slave1.relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-            <<elseif _slave1.relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                <<set _slave1.devotion -= 50, _slave1.trust -= 30>>
-            <<elseif _slave1.relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-            <</if>>
-        <<else>>
-            <<if _slave1.relationship == -1>>
-                $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
-                <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-            <<elseif _slave1.relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set _slave1.devotion -= 30, _slave1.trust -= 20>>
-            <<elseif _slave1.relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
-                <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                <<set _slave1.devotion -= 15, _slave1.trust -= 10>>
-            <<elseif _slave1.relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-            <</if>>
-        <</if>>
-    <</if>>
+	<<if (_slave1.relationship != 0) && (_slave2.relationship != 0)>>
+		<<if _slave1.relationshipTarget == _slave2.ID>>
+			/* TODO: not sure about these */
+			<<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					The fact that their relationship together now involves you @@.hotpink;excites them to no end.@@
+					<<set _slave1.devotion += 10>>
+					<<set _slave2.devotion += 10>>
+				<<elseif _slave1.devotion < -20>>
+					The fact that you would allow them to remain together, albeit as your wives, @@.hotpink;causes them to begin to see you in a new light.@@
+					<<set _slave1.devotion += 15>>
+					<<set _slave2.devotion += 15>>
+				<<elseif _slave1.devotion >= -20>>
+					The fact that you would allow them to remain together, albeit as your wives, has them @@.hotpink;cautiously optimistic for the future.@@
+					<<set _slave1.devotion += 5>>
+					<<set _slave2.devotion += 5>>
+				<</if>>
+			<<else>>
+				_slave1.slaveName
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					is excited by the fact that their relationship now involves you, and promises to try to get _slave2.slaveName to see you the same way $he does,
+					<<set _slave1.devotion += 10>>
+				<<elseif _slave1.devotion < -20>>
+					is convinced this is some sort of trick,
+				<<elseif _slave1.devotion >= -20>>
+					is only @@.hotpink;cautiously optimistic for their future together,@@
+					<<set _slave1.devotion += 5>>
+				<</if>>
+				while _slave2.slaveName
+				<<if _slave2.devotion+_slave2.trust >= 175>>
+					is excited by the fact that their relationship now involves you, and promises to try to get _slave1.slaveName to see you the same way _he2 does.
+					<<set _slave2.devotion += 10>>
+				<<elseif _slave2.devotion < -20>>
+					is convinced this is some sort of trick.
+				<<elseif _slave2.devotion >= -20>>
+					is only @@.hotpink;cautiously optimistic for their future together.@@
+					<<set _slave2.devotion += 5>>
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if _slave1.relationship != 0>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					<<if _slave1.relationship > 0>>
+						$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
+						<<if _slave1.relationship == 4>>
+							<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<elseif _slave1.relationship == 3>>
+							<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+						<<else>>
+							<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+						<</if>>
+					<</if>>
+				<<elseif _slave1.devotion < -20>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+						<<set _slave1.devotion -= 50, _slave1.trust -= 30>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+					<</if>>
+				<<else>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 30, _slave1.trust -= 20>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
+						<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+						<<set _slave1.devotion -= 15, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+					<</if>>
+				<</if>>
+			<<elseif _slave2.relationship != 0>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					<<if _slave1.relationship > 0>>
+						$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>ex<<else>>companion<</if>>'s future.
+						<<if _slave1.relationship == 4>>
+							<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<elseif _slave1.relationship == 3>>
+							<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+						<<else>>
+							<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+						<</if>>
+					<</if>>
+				<<elseif _slave1.devotion < -20>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+						<<set _slave1.devotion -= 50, _slave1.trust -= 30>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+					<</if>>
+				<<else>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 30, _slave1.trust -= 20>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
+						<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+						<<set _slave1.devotion -= 15, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+					<</if>>
+				<</if>>
+			<<else>>
+				@@.red;Error! DCoded doesn't know to code. Please report this.@@
+			<</if>>
+		<</if>>
+	<<else>>
+		<<if _slave1.relationship != 0>>
+			<<if _slave1.devotion+_slave1.trust >= 175>>
+				<<if _slave1.relationship > 0>>
+					$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
+					<<if _slave1.relationship == 4>>
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+					<<elseif _slave1.relationship == 3>>
+						<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+					<<else>>
+						<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+					<</if>>
+				<<elseif _slave1.relationship == -2>>
+					$He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
+				<<elseif _slave1.relationship == -1>>
+					Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
+					<<set _slave1.devotion = 100, _slave1.trust = 100>>
+				<</if>>
+			<<elseif _slave1.devotion < -20>>
+				<<if _slave1.relationship == -1>>
+					$He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
+					<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+				<<elseif _slave1.relationship == 4>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
+					<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+					<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+				<<elseif _slave1.relationship == 3>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+					<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+					<<set _slave1.devotion -= 50, _slave1.trust -= 30>>
+				<<elseif _slave1.relationship > 0>>
+					Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+					<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+					<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+				<</if>>
+			<<else>>
+				<<if _slave1.relationship == -1>>
+					$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
+					<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+				<<elseif _slave1.relationship == 4>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+					<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+					<<set _slave1.devotion -= 30, _slave1.trust -= 20>>
+				<<elseif _slave1.relationship == 3>>
+					Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
+					<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+					<<set _slave1.devotion -= 15, _slave1.trust -= 10>>
+				<<elseif _slave1.relationship > 0>>
+					Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+					<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+				<</if>>
+			<</if>>
+		<</if>>
+	<<else>>
+		<<if _slave1.devotion+_slave1.trust >= 175>>
+			<<if _slave1.relationship > 0>>
+				$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
+				<<if _slave1.relationship == 4>>
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<elseif _slave1.relationship == 3>>
+					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+				<<else>>
+					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+				<</if>>
+			<<elseif _slave1.relationship == -2>>
+				$He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
+			<<elseif _slave1.relationship == -1>>
+				Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
+				<<set _slave1.devotion = 100, _slave1.trust = 100>>
+			<</if>>
+		<<elseif _slave1.devotion < -20>>
+			<<if _slave1.relationship == -1>>
+				$He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
+				<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+			<<elseif _slave1.relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+				<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+			<<elseif _slave1.relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+				<<set _slave1.devotion -= 50, _slave1.trust -= 30>>
+			<<elseif _slave1.relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+			<</if>>
+		<<else>>
+			<<if _slave1.relationship == -1>>
+				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
+				<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+			<<elseif _slave1.relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set _slave1.devotion -= 30, _slave1.trust -= 20>>
+			<<elseif _slave1.relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
+				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+				<<set _slave1.devotion -= 15, _slave1.trust -= 10>>
+			<<elseif _slave1.relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+			<</if>>
+		<</if>>
+	<</if>>
 
-    <<set _slave1.relationship = -3>>
-    <<set _slave1.oralCount += 50>>
-    <<set $oralTotal += 50>>
-    <<set _slave1.analCount += 50>>
-    <<set $analTotal += 50>>
-    <<set _slave1.publicCount += 100>>
-    <<if canGetPregnant(_slave1) && _slave1.eggType == "human">>
-        <<= knockMeUp(_slave1, 20, 2, -2)>>
-    <</if>>
-    <<set $rep += 1000>>
-    <<if _slave1.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of the broken " + _slave1.slaveName + " getting gangbanged at your wedding">>
-    <<elseif _slave1.devotion+_slave1.trust >= 175>>
-        <<set $desc = "a framed shot of the tear and cum soaked " + _slave1.slaveName + " getting gangbanged at your wedding">>
-    <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-        <<set $desc = "a framed shot of the glowering " + _slave1.slaveName + " getting gangbanged at your wedding">>
-    <<elseif _slave1.devotion < -20>>
-        <<set $desc = "a framed shot of " + _slave1.slaveName + " getting gangbanged and weeping at your wedding">>
-    <<else>>
-        <<set $desc = "a framed shot of " + _slave1.slaveName + " getting gangbanged at your wedding">>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	<<set _slave1.relationship = -3>>
+	<<set _slave1.oralCount += 50>>
+	<<set $oralTotal += 50>>
+	<<set _slave1.analCount += 50>>
+	<<set $analTotal += 50>>
+	<<set _slave1.publicCount += 100>>
+	<<if canGetPregnant(_slave1) && _slave1.eggType == "human">>
+		<<= knockMeUp(_slave1, 20, 2, -2)>>
+	<</if>>
+	<<set $rep += 1000>>
+	<<if _slave1.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of the broken " + _slave1.slaveName + " getting gangbanged at your wedding">>
+	<<elseif _slave1.devotion+_slave1.trust >= 175>>
+		<<set $desc = "a framed shot of the tear and cum soaked " + _slave1.slaveName + " getting gangbanged at your wedding">>
+	<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+		<<set $desc = "a framed shot of the glowering " + _slave1.slaveName + " getting gangbanged at your wedding">>
+	<<elseif _slave1.devotion < -20>>
+		<<set $desc = "a framed shot of " + _slave1.slaveName + " getting gangbanged and weeping at your wedding">>
+	<<else>>
+		<<set $desc = "a framed shot of " + _slave1.slaveName + " getting gangbanged at your wedding">>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
-    <<set _slave2.relationship = -3>>
-    <<set _slave2.oralCount += 50>>
-    <<set $oralTotal += 50>>
-    <<set _slave2.analCount += 50>>
-    <<set $analTotal += 50>>
-    <<set _slave2.publicCount += 100>>
-    <<if canGetPregnant(_slave2) && _slave2.eggType == "human">>
-        <<= knockMeUp(_slave2, 20, 2, -2)>>
-    <</if>>
-    <<set $rep += 1000>>
-    <<if _slave2.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of the broken " + _slave2.slaveName + " getting gangbanged at your wedding">>
-    <<elseif _slave2.devotion+_slave2.trust >= 175>>
-        <<set $desc = "a framed shot of the tear and cum soaked " + _slave2.slaveName + " getting gangbanged at your wedding">>
-    <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-        <<set $desc = "a framed shot of the glowering " + _slave2.slaveName + " getting gangbanged at your wedding">>
-    <<elseif _slave2.devotion < -20>>
-        <<set $desc = "a framed shot of " + _slave2.slaveName + " getting gangbanged and weeping at your wedding">>
-    <<else>>
-        <<set $desc = "a framed shot of " + _slave2.slaveName + " getting gangbanged at your wedding">>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	<<set _slave2.relationship = -3>>
+	<<set _slave2.oralCount += 50>>
+	<<set $oralTotal += 50>>
+	<<set _slave2.analCount += 50>>
+	<<set $analTotal += 50>>
+	<<set _slave2.publicCount += 100>>
+	<<if canGetPregnant(_slave2) && _slave2.eggType == "human">>
+		<<= knockMeUp(_slave2, 20, 2, -2)>>
+	<</if>>
+	<<set $rep += 1000>>
+	<<if _slave2.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of the broken " + _slave2.slaveName + " getting gangbanged at your wedding">>
+	<<elseif _slave2.devotion+_slave2.trust >= 175>>
+		<<set $desc = "a framed shot of the tear and cum soaked " + _slave2.slaveName + " getting gangbanged at your wedding">>
+	<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+		<<set $desc = "a framed shot of the glowering " + _slave2.slaveName + " getting gangbanged at your wedding">>
+	<<elseif _slave2.devotion < -20>>
+		<<set $desc = "a framed shot of " + _slave2.slaveName + " getting gangbanged and weeping at your wedding">>
+	<<else>>
+		<<set $desc = "a framed shot of " + _slave2.slaveName + " getting gangbanged at your wedding">>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
 <<else>>
 
-    The ceremony to bind <<= SlaveFullName(_slave1)>> and <<= SlaveFullName(_slave2)>> to you as your slave wives is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
-    <br><br>
-    /* holy hell is the next line a mess */
-    /* good luck reading this next line */
-    _slave1.slaveName and _slave2.slaveName appear after everyone has had a chance to socialize,<<if (_slave1.amp == 1)>> _slave1.slaveName <</if>><<if (_slave1.amp == 1) && (_slave2.amp == 1)>>and <<if (_slave2.amp == 1)>>_slave2.slaveName <</if>> being carried by <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>other slaves<<elseif (_slave1.amp < 1) && (_slave2.amp == 1)>>_slave1.slaveName<<elseif (_slave1.amp == 1) && (_slave2.amp < 1)>>_slave2.slaveName<</if>> since <</if>><<if (_slave1.amp == 1) && (_slave2.amp != 1)>>$he's a quadruple amputee and $he cannot walk,<<elseif (_slave1.amp == 1) && (_slave2.amp == 1)>>they're both quadruple amputees and cannot walk,<<elseif (_slave1.amp != 1) && (_slave2.amp == 1)>>_he2's a quadruple amputee and _he2 cannot walk,<</if>> wearing beautiful bridal lingerie in
+	The ceremony to bind <<= SlaveFullName(_slave1)>> and <<= SlaveFullName(_slave2)>> to you as your slave wives is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
+	<br><br>
+	/* holy hell is the next line a mess */
+	/* good luck reading this next line */
+	_slave1.slaveName and _slave2.slaveName appear after everyone has had a chance to socialize,<<if (_slave1.amp == 1)>> _slave1.slaveName <</if>><<if (_slave1.amp == 1) && (_slave2.amp == 1)>>and <<if (_slave2.amp == 1)>>_slave2.slaveName <</if>> being carried by <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>other slaves<<elseif (_slave1.amp < 1) && (_slave2.amp == 1)>>_slave1.slaveName<<elseif (_slave1.amp == 1) && (_slave2.amp < 1)>>_slave2.slaveName<</if>> since <</if>><<if (_slave1.amp == 1) && (_slave2.amp != 1)>>$he's a quadruple amputee and $he cannot walk,<<elseif (_slave1.amp == 1) && (_slave2.amp == 1)>>they're both quadruple amputees and cannot walk,<<elseif (_slave1.amp != 1) && (_slave2.amp == 1)>>_he2's a quadruple amputee and _he2 cannot walk,<</if>> wearing beautiful bridal lingerie in
+
+	<<if (_slave1.vagina == 0 && _slave2.vagina == 0) || (_slave1.pregKnown == 1 && _slave2.pregKnown == 1) || ((_slave1.vagina < 0 && _slave1.anus == 0) && (_slave2.vagina < 0 && _slave2.anus == 0)) || ((_slave1.vagina < 0 && _slave1.boobs > 500) && (_slave2.vagina < 0 && _slave2.boobs > 500)) || (_slave1.vagina < 0 && _slave2.vagina < 0) || (_slave1.dick > 0 && _slave2.dick > 0) || ((_slave1.vagina > 0 || _slave1.anus > 0) && (_slave2.vagina > 0 || _slave2.anus > 0))>>
+		<<if (_slave1.vagina == 0)>>
+			white, since both slaves are virgins.
+		<<elseif (_slave1.pregKnown == 1)>>
+			light pink, since both slaves are pregnant.
+		<<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
+			white, since both slaves are anal virgins.
+		<<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
+			electric blue, since both slaves are shemales.
+		<<elseif (_slave1.vagina < 0)>>
+			pale blue, since both slaves are sissies.
+		<<elseif (_slave1.dick > 0)>>
+			hot pink, since both slaves are futas.
+		<<else>>
+			light pink, since both slaves are experienced sex slaves.
+		<</if>>
+	<<else>>
+		<<if (_slave1.vagina == 0)>>
+			white, since _slave1.slaveName's a virgin
+		<<elseif (_slave1.pregKnown == 1)>>
+			light pink, since _slave1.slaveName's pregnant
+		<<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
+			white, since _slave1.slaveName's an anal virgin
+		<<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
+			electric blue, since _slave1.slaveName's a shemale
+		<<elseif (_slave1.vagina < 0)>>
+			pale blue, since _slave1.slaveName's a sissy slave
+		<<elseif (_slave1.dick > 0)>>
+			hot pink, since _slave1.slaveName's a futa slave
+		<<else>>
+			light pink, since _slave1.slaveName's an experienced sex slave
+		<</if>>
+		and
+		<<if (_slave2.vagina == 0)>>
+			white, since _slave2.slaveName's a virgin.
+		<<elseif (_slave2.pregKnown == 1)>>
+			light pink, since _slave2.slaveName's pregnant.
+		<<elseif (_slave2.vagina < 0) && (_slave2.anus == 0)>>
+			white, since _slave2.slaveName's an anal virgin.
+		<<elseif (_slave2.vagina < 0) && (_slave2.boobs > 500)>>
+			electric blue, since _slave2.slaveName's a shemale.
+		<<elseif (_slave2.vagina < 0)>>
+			pale blue, since _slave2.slaveName's a sissy slave.
+		<<elseif (_slave2.dick > 0)>>
+			hot pink, since _slave2.slaveName's a futa slave.
+		<<else>>
+			light pink, since _slave2.slaveName's an experienced sex slave.
+		<</if>>
+	<</if>>
 
-    <<if (_slave1.vagina == 0 && _slave2.vagina == 0) || (_slave1.pregKnown == 1 && _slave2.pregKnown == 1) || ((_slave1.vagina < 0 && _slave1.anus == 0) && (_slave2.vagina < 0 && _slave2.anus == 0)) || ((_slave1.vagina < 0 && _slave1.boobs > 500) && (_slave2.vagina < 0 && _slave2.boobs > 500)) || (_slave1.vagina < 0 && _slave2.vagina < 0) || (_slave1.dick > 0 && _slave2.dick > 0) || ((_slave1.vagina > 0 || _slave1.anus > 0) && (_slave2.vagina > 0 || _slave2.anus > 0))>>
-        <<if (_slave1.vagina == 0)>>
-            white, since both slaves are virgins.
-        <<elseif (_slave1.pregKnown == 1)>>
-            light pink, since both slaves are pregnant.
-        <<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
-            white, since both slaves are anal virgins.
-        <<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
-            electric blue, since both slaves are shemales.
-        <<elseif (_slave1.vagina < 0)>>
-            pale blue, since both slaves are sissies.
-        <<elseif (_slave1.dick > 0)>>
-            hot pink, since both slaves are futas.
-        <<else>>
-            light pink, since both slaves are experienced sex slaves.
-        <</if>>
-    <<else>>
-        <<if (_slave1.vagina == 0)>>
-            white, since _slave1.slaveName's a virgin
-        <<elseif (_slave1.pregKnown == 1)>>
-            light pink, since _slave1.slaveName's pregnant
-        <<elseif (_slave1.vagina < 0) && (_slave1.anus == 0)>>
-            white, since _slave1.slaveName's an anal virgin
-        <<elseif (_slave1.vagina < 0) && (_slave1.boobs > 500)>>
-            electric blue, since _slave1.slaveName's a shemale
-        <<elseif (_slave1.vagina < 0)>>
-            pale blue, since _slave1.slaveName's a sissy slave
-        <<elseif (_slave1.dick > 0)>>
-            hot pink, since _slave1.slaveName's a futa slave
-        <<else>>
-            light pink, since _slave1.slaveName's an experienced sex slave
-        <</if>>
-        and
-        <<if (_slave2.vagina == 0)>>
-            white, since _slave2.slaveName's a virgin.
-        <<elseif (_slave2.pregKnown == 1)>>
-            light pink, since _slave2.slaveName's pregnant.
-        <<elseif (_slave2.vagina < 0) && (_slave2.anus == 0)>>
-            white, since _slave2.slaveName's an anal virgin.
-        <<elseif (_slave2.vagina < 0) && (_slave2.boobs > 500)>>
-            electric blue, since _slave2.slaveName's a shemale.
-        <<elseif (_slave2.vagina < 0)>>
-            pale blue, since _slave2.slaveName's a sissy slave.
-        <<elseif (_slave2.dick > 0)>>
-            hot pink, since _slave2.slaveName's a futa slave.
-        <<else>>
-            light pink, since _slave2.slaveName's an experienced sex slave.
-        <</if>>
-    <</if>>
+	A filmy veil cover their heads and shoulders, and
+	<<if (_slave1.boobs > 4000 && _slave2.boobs > 4000) || (_slave1.boobs > 1200 && _slave2.boobs > 1200) || (_slave1.boobs > 400 && _slave2.boobs > 400) || (_slave1.boobs <= 400 && _slave2.boobs <= 400)>>
+		their lacy bridal bras
+		<<if (_slave1.boobs > 4000)>>
+			are a marvel of engineering, discreetly reinforced to support their gigantic udders.
+		<<elseif (_slave1.boobs > 1200)>>
+			just barely restrain their huge boobs, leaving the tops of their areolae visible.
+		<<elseif (_slave1.boobs > 400)>>
+			flatter their pretty breasts.
+		<<else>>
+			flatter their pretty chests.
+		<</if>>
+	<<else>>
+		_slave1.slaveName's lacy bridal bra
+		<<if (_slave1.boobs > 4000)>>
+			is a marvel of engineering, discreetly reinforced to support $his gigantic udders,
+		<<elseif (_slave1.boobs > 1200)>>
+			just barely restrains $his huge boobs, leaving the tops of $his areolae visible,
+		<<elseif (_slave1.boobs > 400)>>
+			flatters $his pretty breasts,
+		<<else>>
+			flatters $his pretty chest,
+		<</if>>
+		while _slave2.slaveName's bra
+		<<if (_slave1.boobs > 4000)>>
+			is a marvel of engineering, discreetly reinforced to support _his2 gigantic udders.
+		<<elseif (_slave1.boobs > 1200)>>
+			just barely restrains _his2 huge boobs, leaving the tops of _his2 areolae visible.
+		<<elseif (_slave1.boobs > 400)>>
+			flatters _his2 pretty breasts.
+		<<else>>
+			flatters _his2 pretty chest.
+		<</if>>
+	<</if>>
 
-    A filmy veil cover their heads and shoulders, and
-    <<if (_slave1.boobs > 4000 && _slave2.boobs > 4000) || (_slave1.boobs > 1200 && _slave2.boobs > 1200) || (_slave1.boobs > 400 && _slave2.boobs > 400) || (_slave1.boobs <= 400 && _slave2.boobs <= 400)>>
-        their lacy bridal bras
-        <<if (_slave1.boobs > 4000)>>
-            are a marvel of engineering, discreetly reinforced to support their gigantic udders.
-        <<elseif (_slave1.boobs > 1200)>>
-            just barely restrain their huge boobs, leaving the tops of their areolae visible.
-        <<elseif (_slave1.boobs > 400)>>
-            flatter their pretty breasts.
-        <<else>>
-            flatter their pretty chests.
-        <</if>>
-    <<else>>
-        _slave1.slaveName's lacy bridal bra
-        <<if (_slave1.boobs > 4000)>>
-            is a marvel of engineering, discreetly reinforced to support $his gigantic udders,
-        <<elseif (_slave1.boobs > 1200)>>
-            just barely restrains $his huge boobs, leaving the tops of $his areolae visible,
-        <<elseif (_slave1.boobs > 400)>>
-            flatters $his pretty breasts,
-        <<else>>
-            flatters $his pretty chest,
-        <</if>>
-        while _slave2.slaveName's bra
-        <<if (_slave1.boobs > 4000)>>
-            is a marvel of engineering, discreetly reinforced to support _his2 gigantic udders.
-        <<elseif (_slave1.boobs > 1200)>>
-            just barely restrains _his2 huge boobs, leaving the tops of _his2 areolae visible.
-        <<elseif (_slave1.boobs > 400)>>
-            flatters _his2 pretty breasts.
-        <<else>>
-            flatters _his2 pretty chest.
-        <</if>>
-    <</if>>
+	<<if ((_slave1.bellyPreg >= 600000) && (_slave2.bellyPreg >= 600000)) || ((_slave1.bellyPreg >= 1500) && (_slave2.bellyPreg >= 1500)) || ((_slave1.bellyImplant >= 1500) && (_slave2.bellyImplant >= 1500)) || ((_slave1.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000)) || ((_slave1.bellyFluid >= 5000) && (_slave2.bellyFluid >= 5000)) || ((_slave1.bellyFluid >= 1500) && (_slave2.bellyFluid >= 1500))>>
+		<<if _slave1.bellyPreg >= 600000>>
+			Their expansive, squirming pregnant bellies make their bridal wear particularly obscene.
+		<<elseif (_slave1.bellyPreg >= 1500)>>
+			Their _belly pregnant bellies protrude out the front of their bridal wear.
+		<<elseif (_slave1.bellyImplant >= 1500)>>
+			Their _belly <<print _slave1.bellyImplant>>cc bellies implant protrude their middle out the front of their bridal wear.
+		<<elseif (_slave1.bellyFluid >= 10000)>>
+			Their hugely bloated, <<print _slave1.inflationType>>-filled bellies protrude out the front of their bridal wear.
+		<<elseif (_slave1.bellyFluid >= 5000)>>
+			Their bloated, <<print _slave1.inflationType>>-stuffed bellies protrude out the front of their bridal wear.
+		<<elseif (_slave1.bellyFluid >= 1500)>>
+			Their distended, <<print _slave1.inflationType>>-bellies protrude out the front of their bridal wear.
+		<</if>>
+	<<else>>
+		<<if _slave1.bellyPreg >= 600000>>
+			_slave1.slaveName's expansive, squirming pregnant belly makes $his bridal wear particularly obscene,
+		<<elseif (_slave1.bellyPreg >= 1500)>>
+			_slave1.slaveName's _belly pregnant belly protrudes out the front of $his bridal wear,
+		<<elseif (_slave1.bellyImplant >= 1500)>>
+			_slave1.slaveName's _belly <<print _slave1.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear,
+		<<elseif (_slave1.bellyFluid >= 10000)>>
+			_slave1.slaveName's hugely bloated, <<print _slave1.inflationType>>-filled belly protrudes out the front of $his bridal wear,
+		<<elseif (_slave1.bellyFluid >= 5000)>>
+			_slave1.slaveName's bloated, <<print _slave1.inflationType>>-stuffed belly protrudes out the front of $his bridal wear,
+		<<elseif (_slave1.bellyFluid >= 1500)>>
+			_slave1.slaveName's distended, <<print _slave1.inflationType>>-belly protrudes out the front of $his bridal wear,
+		<</if>>
+		while
+		<<if _slave1.bellyPreg >= 600000>>
+			_slave2.slaveName's expansive, squirming pregnant belly makes _his2 bridal wear particularly obscene.
+		<<elseif (_slave2.bellyPreg >= 1500)>>
+			_slave2.slaveName's _belly2 pregnant belly protrudes out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyImplant >= 1500)>>
+			_slave2.slaveName's _belly2 <<print _slave2.bellyImplant>>cc belly implant protrudes _his2 middle out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyFluid >= 10000)>>
+			_slave2.slaveName's hugely bloated, <<print _slave2.inflationType>>-filled belly protrudes out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyFluid >= 5000)>>
+			_slave2.slaveName's bloated, <<print _slave2.inflationType>>-stuffed belly protrudes out the front of _his2 bridal wear.
+		<<elseif (_slave2.bellyFluid >= 1500)>>
+			_slave2.slaveName's distended, <<print _slave2.inflationType>>-belly protrudes out the front of _his2 bridal wear.
+		<</if>>
+	<</if>>
 
-    <<if ((_slave1.bellyPreg >= 600000) && (_slave2.bellyPreg >= 600000)) || ((_slave1.bellyPreg >= 1500) && (_slave2.bellyPreg >= 1500)) || ((_slave1.bellyImplant >= 1500) && (_slave2.bellyImplant >= 1500)) || ((_slave1.bellyFluid >= 10000) || (_slave2.bellyFluid >= 10000)) || ((_slave1.bellyFluid >= 5000) && (_slave2.bellyFluid >= 5000)) || ((_slave1.bellyFluid >= 1500) && (_slave2.bellyFluid >= 1500))>>
-        <<if _slave1.bellyPreg >= 600000>>
-            Their expansive, squirming pregnant bellies make their bridal wear particularly obscene.
-        <<elseif (_slave1.bellyPreg >= 1500)>>
-            Their _belly pregnant bellies protrude out the front of their bridal wear.
-        <<elseif (_slave1.bellyImplant >= 1500)>>
-            Their _belly <<print _slave1.bellyImplant>>cc bellies implant protrude their middle out the front of their bridal wear.
-        <<elseif (_slave1.bellyFluid >= 10000)>>
-            Their hugely bloated, <<print _slave1.inflationType>>-filled bellies protrude out the front of their bridal wear.
-        <<elseif (_slave1.bellyFluid >= 5000)>>
-            Their bloated, <<print _slave1.inflationType>>-stuffed bellies protrude out the front of their bridal wear.
-        <<elseif (_slave1.bellyFluid >= 1500)>>
-            Their distended, <<print _slave1.inflationType>>-bellies protrude out the front of their bridal wear.
-        <</if>>
-    <<else>>
-        <<if _slave1.bellyPreg >= 600000>>
-            _slave1.slaveName's expansive, squirming pregnant belly makes $his bridal wear particularly obscene,
-        <<elseif (_slave1.bellyPreg >= 1500)>>
-            _slave1.slaveName's _belly pregnant belly protrudes out the front of $his bridal wear,
-        <<elseif (_slave1.bellyImplant >= 1500)>>
-            _slave1.slaveName's _belly <<print _slave1.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear,
-        <<elseif (_slave1.bellyFluid >= 10000)>>
-            _slave1.slaveName's hugely bloated, <<print _slave1.inflationType>>-filled belly protrudes out the front of $his bridal wear,
-        <<elseif (_slave1.bellyFluid >= 5000)>>
-            _slave1.slaveName's bloated, <<print _slave1.inflationType>>-stuffed belly protrudes out the front of $his bridal wear,
-        <<elseif (_slave1.bellyFluid >= 1500)>>
-            _slave1.slaveName's distended, <<print _slave1.inflationType>>-belly protrudes out the front of $his bridal wear,
-        <</if>>
-        while
-        <<if _slave1.bellyPreg >= 600000>>
-            _slave2.slaveName's expansive, squirming pregnant belly makes _his2 bridal wear particularly obscene.
-        <<elseif (_slave2.bellyPreg >= 1500)>>
-            _slave2.slaveName's _belly2 pregnant belly protrudes out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyImplant >= 1500)>>
-            _slave2.slaveName's _belly2 <<print _slave2.bellyImplant>>cc belly implant protrudes _his2 middle out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyFluid >= 10000)>>
-            _slave2.slaveName's hugely bloated, <<print _slave2.inflationType>>-filled belly protrudes out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyFluid >= 5000)>>
-            _slave2.slaveName's bloated, <<print _slave2.inflationType>>-stuffed belly protrudes out the front of _his2 bridal wear.
-        <<elseif (_slave2.bellyFluid >= 1500)>>
-            _slave2.slaveName's distended, <<print _slave2.inflationType>>-belly protrudes out the front of _his2 bridal wear.
-        <</if>>
-    <</if>>
+	<<if ((_slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")) && (_slave2.dickAccessory == "chastity") || _slave2.dickAccessory == ("combined chastity")) || (canAchieveErection(_slave1) && canAchieveErection(_slave2)) || ((_slave1.dick > 0) && (_slave2.dick > 0)) || ((_slave1.clit > 1 && _slave2.clit > 1)) || ((_slave1.clit <= 1) && (_slave2.clit <= 1))>>
+		<<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
+			Their slave dicks are hidden by their chastity cages.
+		<<elseif canAchieveErection(_slave1)>>
+			<<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly.
+			<<elseif _slave1.dick > 4>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
+			<<else>>
+				_slave1.slaveName's erection tents the front of $his lacy g-string.
+			<</if>>
+		<<elseif (_slave1.dick > 0)>>
+			<<if (_slave1.dick > 10) && (_slave2.dick > 10)>>
+				Their huge soft cocks are allowed to dangle freely as no g-string could hope to contain them.
+			<<elseif (_slave1.dick > 4) && (_slave2.dick > 4)>>
+				Their big soft cocks forms a lewd mass, stuffed into their lacy g-strings.
+			<<elseif (_slave1.dick <= 3) && (_slave2.dick <= 3)>>
+				Their lacy g-strings perfectly conceals their soft dick.
+			<<else>>
+				<<if (_slave1.dick > 10)>>
+					_slave1.slaveName's huge soft cock dangles free as no g-string could hope to contain it,
+				<<elseif (_slave1.dick > 4)>>
+					_slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
+				<<else>>
+					_slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
+				<</if>>
+				while
+				<<if (_slave2.dick > 10)>>
+					_slave2.slaveName's huge soft cock dangles free as no g-string could hope to contain it.
+				<<elseif (_slave2.dick > 4)>>
+					_slave2.slaveName's big soft cock forms a lewd mass, stuffed into _his2 lacy g-string.
+				<<else>>
+					_slave2.slaveName's lacy g-string perfectly conceals _his2 soft dick.
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if _slave1.clit > 1>>
+				Their huge clits are quite hard, making them shift uncomfortably as their lacy g-strings stimulate them.
+			<<else>>
+				Their lacy g-strings cover their womanhoods demurely.
+			<</if>>
+		<</if>>
+	<<else>>
+		<<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
+			_slave1's slave dick is hidden by its chastity cage,
+		<<elseif canAchieveErection(_slave1)>>
+			<<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly,
+			<<elseif _slave1.dick > 4>>
+				_slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly,
+			<<else>>
+				_slave1.slaveName's erection tents the front of $his lacy g-string,
+			<</if>>
+		<<elseif (_slave1.dick > 0)>>
+			<<if _slave1.dick > 10>>
+				_slave1.slaveName's huge soft cock is allowed to dangle freely as no g-string could hope to contain it,
+			<<elseif _slave1.dick > 4>>
+				_slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
+			<<else>>
+				_slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
+			<</if>>
+		<<else>>
+			<<if _slave1.clit > 1>>
+				_slave1.slaveName's huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it,
+			<<else>>
+				_slave1.slaveName's lacy g-string covers $his womanhood demurely,
+			<</if>>
+		<</if>>
+		whereas
+		<<if _slave2.dickAccessory == ("chastity") || _slave2.dickAccessory == ("combined chastity")>>
+			_slave2.slaveName' slave dick is hidden by its chastity cage.
+		<<elseif canAchieveErection(_slave2)>>
+			<<if (_slave2.dick > 4) && (_slave2.belly >= 5000)>>
+				_slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly.
+			<<elseif _slave2.dick > 4>>
+				_slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
+			<<else>>
+				_slave2.slaveName' erection tents the front of $his lacy g-string.
+			<</if>>
+		<<elseif (_slave2.dick > 0)>>
+			<<if _slave2.dick > 10>>
+				_slave2.slaveName' huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
+			<<elseif _slave2.dick > 4>>
+				_slave2.slaveName' big soft cock forms a lewd mass, stuffed into $his lacy g-string.
+			<<else>>
+				_slave2.slaveName' lacy g-string perfectly conceals $his soft dick.
+			<</if>>
+		<<else>>
+			<<if _slave2.clit > 1>>
+				_slave2.slaveName' huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it.
+			<<else>>
+				_slave2.slaveName' lacy g-string covers $his womanhood demurely.
+			<</if>>
+		<</if>>
+	<</if>>
 
-    <<if ((_slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")) && (_slave2.dickAccessory == "chastity") || _slave2.dickAccessory == ("combined chastity")) || (canAchieveErection(_slave1) && canAchieveErection(_slave2)) || ((_slave1.dick > 0) && (_slave2.dick > 0)) || ((_slave1.clit > 1 && _slave2.clit > 1)) || ((_slave1.clit <= 1) && (_slave2.clit <= 1))>>
-        <<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
-            Their slave dicks are hidden by their chastity cages.
-        <<elseif canAchieveErection(_slave1)>>
-            <<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly.
-            <<elseif _slave1.dick > 4>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
-            <<else>>
-                _slave1.slaveName's erection tents the front of $his lacy g-string.
-            <</if>>
-        <<elseif (_slave1.dick > 0)>>
-            <<if (_slave1.dick > 10) && (_slave2.dick > 10)>>
-                Their huge soft cocks are allowed to dangle freely as no g-string could hope to contain them.
-            <<elseif (_slave1.dick > 4) && (_slave2.dick > 4)>>
-                Their big soft cocks forms a lewd mass, stuffed into their lacy g-strings.
-            <<elseif (_slave1.dick <= 3) && (_slave2.dick <= 3)>>
-                Their lacy g-strings perfectly conceals their soft dick.
-            <<else>>
-                <<if (_slave1.dick > 10)>>
-                    _slave1.slaveName's huge soft cock dangles free as no g-string could hope to contain it,
-                <<elseif (_slave1.dick > 4)>>
-                    _slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
-                <<else>>
-                    _slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
-                <</if>>
-                while
-                <<if (_slave2.dick > 10)>>
-                    _slave2.slaveName's huge soft cock dangles free as no g-string could hope to contain it.
-                <<elseif (_slave2.dick > 4)>>
-                    _slave2.slaveName's big soft cock forms a lewd mass, stuffed into _his2 lacy g-string.
-                <<else>>
-                    _slave2.slaveName's lacy g-string perfectly conceals _his2 soft dick.
-                <</if>>
-            <</if>>
-        <<else>>
-            <<if _slave1.clit > 1>>
-                Their huge clits are quite hard, making them shift uncomfortably as their lacy g-strings stimulate them.
-            <<else>>
-                Their lacy g-strings cover their womanhoods demurely.
-            <</if>>
-        <</if>>
-    <<else>>
-        <<if _slave1.dickAccessory == ("chastity") || _slave1.dickAccessory == ("combined chastity")>>
-            _slave1's slave dick is hidden by its chastity cage,
-        <<elseif canAchieveErection(_slave1)>>
-            <<if (_slave1.dick > 4) && (_slave1.belly >= 5000)>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if _slave1.bellyPreg >= 3000>>pregnant <</if>>belly,
-            <<elseif _slave1.dick > 4>>
-                _slave1.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly,
-            <<else>>
-                _slave1.slaveName's erection tents the front of $his lacy g-string,
-            <</if>>
-        <<elseif (_slave1.dick > 0)>>
-            <<if _slave1.dick > 10>>
-                _slave1.slaveName's huge soft cock is allowed to dangle freely as no g-string could hope to contain it,
-            <<elseif _slave1.dick > 4>>
-                _slave1.slaveName's big soft cock forms a lewd mass, stuffed into $his lacy g-string,
-            <<else>>
-                _slave1.slaveName's lacy g-string perfectly conceals $his soft dick,
-            <</if>>
-        <<else>>
-            <<if _slave1.clit > 1>>
-                _slave1.slaveName's huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it,
-            <<else>>
-                _slave1.slaveName's lacy g-string covers $his womanhood demurely,
-            <</if>>
-        <</if>>
-        whereas
-        <<if _slave2.dickAccessory == ("chastity") || _slave2.dickAccessory == ("combined chastity")>>
-            _slave2.slaveName' slave dick is hidden by its chastity cage.
-        <<elseif canAchieveErection(_slave2)>>
-            <<if (_slave2.dick > 4) && (_slave2.belly >= 5000)>>
-                _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly2 <<if _slave2.bellyPreg >= 3000>>pregnant <</if>>belly.
-            <<elseif _slave2.dick > 4>>
-                _slave2.slaveName's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
-            <<else>>
-                _slave2.slaveName' erection tents the front of $his lacy g-string.
-            <</if>>
-        <<elseif (_slave2.dick > 0)>>
-            <<if _slave2.dick > 10>>
-                _slave2.slaveName' huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
-            <<elseif _slave2.dick > 4>>
-                _slave2.slaveName' big soft cock forms a lewd mass, stuffed into $his lacy g-string.
-            <<else>>
-                _slave2.slaveName' lacy g-string perfectly conceals $his soft dick.
-            <</if>>
-        <<else>>
-            <<if _slave2.clit > 1>>
-                _slave2.slaveName' huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it.
-            <<else>>
-                _slave2.slaveName' lacy g-string covers $his womanhood demurely.
-            <</if>>
-        <</if>>
-    <</if>>
+	There is no aisle for them to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>walk alongside the slaves carrying<<else>>walk<</if>> them there; this symbolizes their submission to you
 
-    There is no aisle for them to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>walk alongside the slaves carrying<<else>>walk<</if>> them there; this symbolizes their submission to you
+	<<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+		<<if _slave1.fetish == "mindbroken">>
+			despite the fact that both slaves had to be pushed into walking towards you.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			of both slaves' own choice, and they do so with smiles.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			of both slaves' own choice, and they do so with hesitation.
+		<<elseif _slave1.devotion < -20>>
+			of both slaves' own (forced) choice, and they do so with wavering steps.
+		<<else>>
+			of both slaves' own choice, and they do so willingly.
+		<</if>>
+	<<else>>
+		<<if _slave1.fetish == "mindbroken">>
+			despite the fact that _slave1.slaveName had to be pushed into walking towards you,
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			of _slave1.slaveName's own choice, and $he does so with a smile,
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			of _slave1.slaveName's own choice, and $he does so with hesitation,
+		<<elseif _slave1.devotion < -20>>
+			of _slave1.slaveName's own (forced) choice, and $he does so with wavering steps,
+		<<else>>
+			of _slave1.slaveName's own choice, and $he does so willingly,
+		<</if>>
+		while _slave2.slaveName
+		<<if _slave2.fetish == "mindbroken">>
+			has to be pushed into walking towards you.
+		<<elseif _slave2.devotion+_slave2.trust >= 175>>
+			does this of $his own choice, and $he does so with a smile.
+		<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+			does this of $his own choice, and $he does so with hesitation.
+		<<elseif _slave2.devotion < -20>>
+			does this of $his own (forced) choice, and $he does so with wavering steps.
+		<<else>>
+			does this of $his own choice, and $he does so willingly.
+		<</if>>
+	<</if>>
+	<br><br>
+	/* good luck trying to read this line */
+	When they are in front of you, <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>the slaves carrying their limbless torsos sets them down on the floor in front of you and props them up so their heads are level with your crotch<<else>>they gets down on their knees so their heads are level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring <<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since $he lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you.
+	<br>
+	<<if $PC.surname && (_slave1.slaveSurname != $PC.surname && _slave2.surname != $PC.surname)>>
+		<br><br><span id="surnaming">
+		<<link "Give them both your surname too">>
+			<<replace "#surnaming">>
+				<<set _c = 0>>
+				You also proclaim
+				<<if _slave1.surname != $PC.surname && _slave2.surname != $PC.surname>>
+					your new slave wives _slave1.slaveName and _slave2.slaveName $PC.surname.
+					<<set _c += 2>>
+				<<elseif _slave1.surname != $PC.surname>>
+					_slave1.slaveName Mrs. _slave1.slaveName $PC.surname.
+					<<set _c += 1>>
+				<<elseif _slave2.surname != $PC.surname>>
+					_slave2.slaveName Mrs. _slave2.slaveName $PC.surname.
+					<<set _c += 1>>
+				<</if>>
+				The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> hear<<if _c == 1>>s<</if>> this, of course, and
+				<<if (_slave1.surname != $PC.surname && _slave2.surname != $PC.surname) && ((_slave1.fetish == "mindbroken" && _slave2.fetish == "mindbroken") || (_slave1.devotion+_slave1.trust >= 175 && _slave2.devotion+_slave2.trust >= 175) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || (_slave1.devotion < -20 && _slave2.devotion < -20) || (_slave1.devotion >= -20 && _slave1.devotion >= -20))>>
+					<<if _slave1.fetish == "mindbroken">>
+						show no reaction. Like many things, names mean nothing to them now. Your guests, on the other hand, appreciate the gift.
+					<<elseif _slave1.devotion+_slave1.trust >= 175>>
+						break down again; it's like a dream come true.
+					<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+						scoff audibly; just another burden for them to carry.
+					<<elseif _slave1.devotion < -20>>
+						break down again; this is nothing more than another unwanted link to you.
+					<<else>>
+						nod acceptingly. Your will is their will, after all.
+					<</if>>
+				<<else>>
+					<<if _c > 1 && _slave1.surname != $PC.surname>>
+						<<if _slave1.fetish == "mindbroken">>
+							<<if _c < 1>>_slave1.slaveName <</if>>shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
+						<<elseif _slave1.devotion+_slave1.trust >= 175>>
+							<<if _c < 1>>_slave1.slaveName <</if>>breaks down again.; it's like a dream come true.
+						<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+							<<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly.; just another burden for $him to carry.
+						<<elseif _slave1.devotion < -20>>
+							<<if _c < 1>>_slave1.slaveName <</if>>breaks down again.; this is nothing more than another unwanted link to you.
+						<<else>>
+							<<if _c < 1>>_slave1.slaveName <</if>>nods acceptingly. Your will is $his will, after all.
+						<</if>>
+					<</if>>
+					<<if _c > 1 && _slave2.surname != $PC.surname>>
+						_slave2.slaveName, meanwhile,
+					<</if>>
+					<<if _slave2.surname != $PC.surname>>
+						<<if _slave2.fetish == "mindbroken">>
+							shows no reaction. Like many things, names mean nothing to _him2 now. Your guests, on the other hand, appreciate the gift.
+						<<elseif _slave2.devotion+_slave2.trust >= 175>>
+							breaks down again; it's like a dream come true.
+						<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+							scoffs audibly; just another burden for _him2 to carry.
+						<<elseif _slave2.devotion < -20>>
+							breaks down again; this is nothing more than another unwanted link to you.
+						<<else>>
+							nods acceptingly. Your will is _his2 will, after all.
+						<</if>>
+					<</if>>
+				<</if>>
+				<<set _slave1.slaveSurname = $PC.surname, _slave2.slaveSurname = $PC.surname>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
+	<br><br> Then, you flip their veils over their heads so they can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires.
+	<<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+		They approach their task
+		<<if _slave1.fetish == "mindbroken">>
+			with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down _slave1.slaveName's throat<<else>>covering _slave1.slaveName's face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They absentmindedly rests their head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, gazing up at you with empty eyes. /* TODO: will need a rewrite*/
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			<<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down _slave1.slaveName's throat<<else>>covering _slave1.slaveName's face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, staring up at you. /* TODO: will need a rewrite*/
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			with apprehension, so much so that things are taking too long, so you grab _slave1.slaveName's head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They look up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far. /* TODO: will need a rewrite*/
+		<<elseif _slave1.devotion < -20>>
+			with apprehension, so much so that things are taking too long, so you grab _slave1.slaveName's head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They look up at you with fearful, tear-filled eyes as if pleading for you not to do them. /* TODO: will need a rewrite*/
+		<<else>>
+			with a will. They approaches their task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down their throat<<else>>covering their face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They look up at you, their eyes unsure. /* TODO: will need a rewrite*/
+		<</if>>
+	<<else>>
+		_slave1.slaveName is first. $He approaches $his task
+		<<if _slave1.fetish == "mindbroken">>
+			with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			<<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
+		<<elseif _slave1.devotion < -20>>
+			with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
+		<<else>>
+			with a will. $He approaches $his task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
+		<</if>>
+		Next, it's _slave2.slaveName's turn. _He2 takes on _his2 task
+		<<if _slave1.fetish == "mindbroken">>
+			with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
+		<<elseif _slave1.devotion+_slave1.trust >= 175>>
+			<<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
+		<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+			with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
+		<<elseif _slave1.devotion < -20>>
+			with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
+		<<else>>
+			with a will. $He approaches $his task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
+		<</if>>
+	<</if>>
 
-    <<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-        <<if _slave1.fetish == "mindbroken">>
-            despite the fact that both slaves had to be pushed into walking towards you.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            of both slaves' own choice, and they do so with smiles.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            of both slaves' own choice, and they do so with hesitation.
-        <<elseif _slave1.devotion < -20>>
-            of both slaves' own (forced) choice, and they do so with wavering steps.
-        <<else>>
-            of both slaves' own choice, and they do so willingly.
-        <</if>>
-    <<else>>
-        <<if _slave1.fetish == "mindbroken">>
-            despite the fact that _slave1.slaveName had to be pushed into walking towards you,
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            of _slave1.slaveName's own choice, and $he does so with a smile,
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            of _slave1.slaveName's own choice, and $he does so with hesitation,
-        <<elseif _slave1.devotion < -20>>
-            of _slave1.slaveName's own (forced) choice, and $he does so with wavering steps,
-        <<else>>
-            of _slave1.slaveName's own choice, and $he does so willingly,
-        <</if>>
-        while _slave2.slaveName
-        <<if _slave2.fetish == "mindbroken">>
-            has to be pushed into walking towards you.
-        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-            does this of $his own choice, and $he does so with a smile.
-        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-            does this of $his own choice, and $he does so with hesitation.
-        <<elseif _slave2.devotion < -20>>
-            does this of $his own (forced) choice, and $he does so with wavering steps.
-        <<else>>
-            does this of $his own choice, and $he does so willingly.
-        <</if>>
-    <</if>>
-    <br><br>
-    /* good luck trying to read this line */
-    When they are in front of you, <<if (_slave1.amp == 1) && (_slave2.amp == 1)>>the slaves carrying their limbless torsos sets them down on the floor in front of you and props them up so their heads are level with your crotch<<else>>they gets down on their knees so their heads are level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for them, and you place a simple steel ring <<if (_slave1.amp == 1 && _slave2.amp == 1)>>on a cord around both of their necks, since they lack fingers to wear it on.<<elseif (_slave1.devotion >= -20 && _slave1.trust > 20) && (_slave2.devotion >= -20 && _slave2.trust > 20)>>on both of their middle fingers.<<elseif (_slave1.devotion < -20 && _slave1.trust <= 20) && (_slave1.devotion < -20 && _slave1.trust <= 20)>>on both of their trembling middle fingers.<<else>><<if _slave1.amp == 1>>on a cord around _slave1.slaveName's neck, since $he lacks fingers to wear it on<<else>>on _slave1.slaveName's <<if _slave1.devotion < -20 && _slave1.trust <= 20>>trembling <</if>>finger<</if>>and another ring<<if _slave2.amp == 1>>on a cord around _slave2.slaveName's neck, since $he lacks fingers to wear it on.<<else>>on _slave2.slaveName's <<if _slave2.devotion < -20 && _slave2.trust <= 20>>trembling <</if>>finger.<</if>><</if>> There is no ring for you, since this marriage does not bind you.
-    <br>
-    <<if $PC.surname && (_slave1.slaveSurname != $PC.surname && _slave2.surname != $PC.surname)>>
-        <br><br><span id="surnaming">
-        <<link "Give them both your surname too">>
-            <<replace "#surnaming">>
-                <<set _c = 0>>
-                You also proclaim  
-                <<if _slave1.surname != $PC.surname && _slave2.surname != $PC.surname>>
-                    your new slave wives _slave1.slaveName and _slave2.slaveName $PC.surname.
-                    <<set _c += 2>>
-                <<elseif _slave1.surname != $PC.surname>>
-                    _slave1.slaveName Mrs. _slave1.slaveName $PC.surname.
-                    <<set _c += 1>>
-                <<elseif _slave2.surname != $PC.surname>>
-                    _slave2.slaveName Mrs. _slave2.slaveName $PC.surname.
-                    <<set _c += 1>>
-                <</if>>
-                The new Mrs. <<print $PC.surname>><<if _c > 1>>s<</if>> hear<<if _c == 1>>s<</if>> this, of course, and
-                <<if (_slave1.surname != $PC.surname && _slave2.surname != $PC.surname) && ((_slave1.fetish == "mindbroken" && _slave2.fetish == "mindbroken") || (_slave1.devotion+_slave1.trust >= 175 && _slave2.devotion+_slave2.trust >= 175) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || (_slave1.devotion < -20 && _slave2.devotion < -20) || (_slave1.devotion >= -20 && _slave1.devotion >= -20))>>
-                    <<if _slave1.fetish == "mindbroken">>
-                       show no reaction. Like many things, names mean nothing to them now. Your guests, on the other hand, appreciate the gift.
-                    <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                       break down again; it's like a dream come true.
-                    <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                       scoff audibly; just another burden for them to carry.
-                    <<elseif _slave1.devotion < -20>>
-                       break down again; this is nothing more than another unwanted link to you.
-                    <<else>>
-                       nod acceptingly. Your will is their will, after all.
-                    <</if>>
-                <<else>>
-                    <<if _c > 1 && _slave1.surname != $PC.surname>>
-                        <<if _slave1.fetish == "mindbroken">>
-                            <<if _c < 1>>_slave1.slaveName <</if>>shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
-                        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>breaks down again.; it's like a dream come true.
-                        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>scoffs audibly.; just another burden for $him to carry.
-                        <<elseif _slave1.devotion < -20>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>breaks down again.; this is nothing more than another unwanted link to you.
-                        <<else>>
-                            <<if _c < 1>>_slave1.slaveName <</if>>nods acceptingly. Your will is $his will, after all.
-                        <</if>>
-                    <</if>>
-                    <<if _c > 1 && _slave2.surname != $PC.surname>>
-                        _slave2.slaveName, meanwhile,
-                    <</if>>
-                    <<if _slave2.surname != $PC.surname>>
-                        <<if _slave2.fetish == "mindbroken">>
-                            shows no reaction. Like many things, names mean nothing to _him2 now. Your guests, on the other hand, appreciate the gift.
-                        <<elseif _slave2.devotion+_slave2.trust >= 175>>
-                            breaks down again; it's like a dream come true.
-                        <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-                            scoffs audibly; just another burden for _him2 to carry.
-                        <<elseif _slave2.devotion < -20>>
-                            breaks down again; this is nothing more than another unwanted link to you.
-                        <<else>>
-                            nods acceptingly. Your will is _his2 will, after all.
-                        <</if>>
-                    <</if>>
-                <</if>>
-                <<set _slave1.slaveSurname = $PC.surname, _slave2.slaveSurname = $PC.surname>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
-    <br><br> Then, you flip their veils over their heads so they can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires.
-    <<if ((_slave1.fetish == "mindbroken") && (_slave2.fetish == "mindbroken")) || ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-        They approach their task
-        <<if _slave1.fetish == "mindbroken">>
-            with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down _slave1.slaveName's throat<<else>>covering _slave1.slaveName's face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They absentmindedly rests their head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, gazing up at you with empty eyes. /* TODO: will need a rewrite*/
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down _slave1.slaveName's throat<<else>>covering _slave1.slaveName's face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They rest their head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle them in your arms, staring up at you. /* TODO: will need a rewrite*/
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            with apprehension, so much so that things are taking too long, so you grab _slave1.slaveName's head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They look up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far. /* TODO: will need a rewrite*/
-        <<elseif _slave1.devotion < -20>>
-            with apprehension, so much so that things are taking too long, so you grab _slave1.slaveName's head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They look up at you with fearful, tear-filled eyes as if pleading for you not to do them. /* TODO: will need a rewrite*/
-        <<else>>
-            with a will. They approaches their task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down their throat<<else>>covering their face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wives to carry them back into the master bedroom. They look up at you, their eyes unsure. /* TODO: will need a rewrite*/
-        <</if>>
-    <<else>>
-        _slave1.slaveName is first. $He approaches $his task
-        <<if _slave1.fetish == "mindbroken">>
-            with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
-        <<elseif _slave1.devotion < -20>>
-            with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
-        <<else>>
-            with a will. $He approaches $his task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
-        <</if>>
-        Next, it's _slave2.slaveName's turn. _He2 takes on _his2 task
-        <<if _slave1.fetish == "mindbroken">>
-            with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
-        <<elseif _slave1.devotion+_slave1.trust >= 175>>
-            <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
-        <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-            with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
-        <<elseif _slave1.devotion < -20>>
-            with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
-        <<else>>
-            with a will. $He approaches $his task <<if (_slave1.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation@@, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
-        <</if>>
-    <</if>>
+	<<if _slave1.relationship != 0 && _slave2.relationship != 0>>
+		<<if _slave1.relationshipTarget == _slave2.ID>>
+			/* TODO: not sure about these */
+			<<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					The fact that their relationship together now involves you @@.hotpink;excites them to no end.@@
+					<<set _slave1.devotion += 10>>
+					<<set _slave2.devotion += 10>>
+				<<elseif _slave1.devotion < -20>>
+					The fact that you would allow them to remain together, albeit as your wives, @@.hotpink;causes them to begin to see you in a new light.@@
+					<<set _slave1.devotion += 15>>
+					<<set _slave2.devotion += 15>>
+				<<elseif _slave1.devotion >= -20>>
+					The fact that you would allow them to remain together, albeit as your wives, has them @@.hotpink;cautiously optimistic for the future.@@
+					<<set _slave1.devotion += 5>>
+					<<set _slave2.devotion += 5>>
+				<</if>>
+			<<else>>
+				_slave1.slaveName
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					is excited by the fact that their relationship now involves you, and promises to try to get _slave2.slaveName to see you the same way $he does,
+					<<set _slave1.devotion += 10>>
+				<<elseif _slave1.devotion < -20>>
+					is convinced this is some sort of trick,
+				<<elseif _slave1.devotion >= -20>>
+					is only @@.hotpink;cautiously optimistic for their future together,@@
+					<<set _slave1.devotion += 5>>
+				<</if>>
+				while _slave2.slaveName
+				<<if _slave2.devotion+_slave2.trust >= 175>>
+					is excited by the fact that their relationship now involves you, and promises to try to get _slave1.slaveName to see you the same way _he2 does.
+					<<set _slave2.devotion += 10>>
+				<<elseif _slave2.devotion < -20>>
+					is convinced this is some sort of trick.
+				<<elseif _slave2.devotion >= -20>>
+					is only @@.hotpink;cautiously optimistic for their future together.@@
+					<<set _slave2.devotion += 5>>
+				<</if>>
+			<</if>>
+		<<else>>
+			<<if _slave1.relationship != 0>>
+				<<if _slave1.devotion+_slave1.trust >= 175>>
+					<<if _slave1.relationship > 0>>
+						$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
+						<<if _slave1.relationship == 4>>
+							<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<elseif _slave1.relationship == 3>>
+							<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+						<<else>>
+							<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+						<</if>>
+					<</if>>
+				<<elseif _slave1.devotion < -20>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+						<<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
+						<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+						<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+						<<set _slave1.devotion -= 30, _slave1.trust -= 30>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+					<</if>>
+				<<else>>
+					<<if _slave1.relationship == -1>>
+						$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+						<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship == 4>>
+						Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
+						<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+						<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+					<<elseif _slave1.relationship == 3>>
+						Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
+						<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+						<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+					<<elseif _slave1.relationship > 0>>
+						Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+						<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+					<</if>>
+				<</if>>
+			<</if>>
+		<</if>>
+	<<else>>
+		<<if _slave1.relationship != 0>>
+			<<if _slave1.devotion+_slave1.trust >= 175>>
+				<<if _slave1.relationship > 0>>
+					$His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
+					<<if _slave1.relationship == 4>>
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+					<<elseif _slave1.relationship == 3>>
+						<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+					<<else>>
+						<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+					<</if>>
+				<</if>>
+			<<elseif _slave1.devotion < -20>>
+				<<if _slave1.relationship == -1>>
+					$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+					<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+				<<elseif _slave1.relationship == 4>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+					<<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
+					<<set _slave1.devotion -= 40, _slave1.trust -= 40>>
+				<<elseif _slave1.relationship == 3>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+					<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+					<<set _slave1.devotion -= 30, _slave1.trust -= 30>>
+				<<elseif _slave1.relationship > 0>>
+					Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+					<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+					<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+				<</if>>
+			<<else>>
+				<<if _slave1.relationship == -1>>
+					$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+					<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+				<<elseif _slave1.relationship == 4>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
+					<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+					<<set _slave1.devotion -= 20, _slave1.trust -= 20>>
+				<<elseif _slave1.relationship == 3>>
+					Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
+					<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+					<<set _slave1.devotion -= 10, _slave1.trust -= 10>>
+				<<elseif _slave1.relationship > 0>>
+					Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+					<<set _slave1.devotion -= 5, _slave1.trust -= 5>>
+				<</if>>
+			<</if>>
+		<</if>>
 
-    <<if _slave1.relationship != 0 && _slave2.relationship != 0>>
-        <<if _slave1.relationshipTarget == _slave2.ID>>
-            /* TODO: not sure about these */
-            <<if ((_slave1.devotion+_slave1.trust >= 175) && (_slave2.devotion+_slave2.trust >= 175)) || ((_slave1.devotion < -20 && _slave1.trust > 20) && (_slave2.devotion < -20 && _slave2.trust > 20)) || ((_slave1.devotion < -20) && (_slave2.devotion < -20)) || ((_slave1.devotion >= -20 && _slave2.devotion >= -20))>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    The fact that their relationship together now involves you @@.hotpink;excites them to no end.@@
-                    <<set _slave1.devotion += 10>>
-                    <<set _slave2.devotion += 10>>
-                <<elseif _slave1.devotion < -20>>
-                    The fact that you would allow them to remain together, albeit as your wives, @@.hotpink;causes them to begin to see you in a new light.@@
-                    <<set _slave1.devotion += 15>>
-                    <<set _slave2.devotion += 15>>
-                <<elseif _slave1.devotion >= -20>>
-                    The fact that you would allow them to remain together, albeit as your wives, has them @@.hotpink;cautiously optimistic for the future.@@
-                    <<set _slave1.devotion += 5>>
-                    <<set _slave2.devotion += 5>>
-                <</if>>
-            <<else>>
-                _slave1.slaveName
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    is excited by the fact that their relationship now involves you, and promises to try to get _slave2.slaveName to see you the same way $he does,
-                    <<set _slave1.devotion += 10>>
-                <<elseif _slave1.devotion < -20>>
-                    is convinced this is some sort of trick,
-                <<elseif _slave1.devotion >= -20>>
-                    is only @@.hotpink;cautiously optimistic for their future together,@@
-                    <<set _slave1.devotion += 5>>
-                <</if>>
-                while _slave2.slaveName
-                <<if _slave2.devotion+_slave2.trust >= 175>>
-                    is excited by the fact that their relationship now involves you, and promises to try to get _slave1.slaveName to see you the same way _he2 does.
-                    <<set _slave2.devotion += 10>>
-                <<elseif _slave2.devotion < -20>>
-                    is convinced this is some sort of trick.
-                <<elseif _slave2.devotion >= -20>>
-                    is only @@.hotpink;cautiously optimistic for their future together.@@
-                    <<set _slave2.devotion += 5>>
-                <</if>>
-            <</if>>
-        <<else>>
-            <<if _slave1.relationship != 0>>
-                <<if _slave1.devotion+_slave1.trust >= 175>>
-                    <<if _slave1.relationship > 0>>
-                        $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
-                        <<if _slave1.relationship == 4>>
-                            <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<elseif _slave1.relationship == 3>>
-                            <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                        <<else>>
-                            <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                        <</if>>
-                    <</if>>
-                <<elseif _slave1.devotion < -20>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                        <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
-                        <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                        <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                        <<set _slave1.devotion -= 30, _slave1.trust -= 30>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                    <</if>>
-                <<else>>
-                    <<if _slave1.relationship == -1>>
-                        $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                        <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship == 4>>
-                        Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                        <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                        <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                    <<elseif _slave1.relationship == 3>>
-                        Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                        <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                        <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                    <<elseif _slave1.relationship > 0>>
-                        Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                        <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-                    <</if>>
-                <</if>>
-            <</if>>
-        <</if>>
-    <<else>>
-        <<if _slave1.relationship != 0>>
-            <<if _slave1.devotion+_slave1.trust >= 175>>
-                <<if _slave1.relationship > 0>>
-                    $His <<if _slave1.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave1.relationship > 2>>love<<else>>companion<</if>>'s future.
-                    <<if _slave1.relationship == 4>>
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                    <<elseif _slave1.relationship == 3>>
-                        <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                    <<else>>
-                        <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                    <</if>>
-                <</if>>
-            <<elseif _slave1.devotion < -20>>
-                <<if _slave1.relationship == -1>>
-                    $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                    <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                <<elseif _slave1.relationship == 4>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                    <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
-                    <<set _slave1.devotion -= 40, _slave1.trust -= 40>>
-                <<elseif _slave1.relationship == 3>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                    <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                    <<set _slave1.devotion -= 30, _slave1.trust -= 30>>
-                <<elseif _slave1.relationship > 0>>
-                    Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                    <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                    <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                <</if>>
-            <<else>>
-                <<if _slave1.relationship == -1>>
-                    $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                    <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                <<elseif _slave1.relationship == 4>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                    <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                    <<set _slave1.devotion -= 20, _slave1.trust -= 20>>
-                <<elseif _slave1.relationship == 3>>
-                    Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                    <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                    <<set _slave1.devotion -= 10, _slave1.trust -= 10>>
-                <<elseif _slave1.relationship > 0>>
-                    Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                    <<set _slave1.devotion -= 5, _slave1.trust -= 5>>
-                <</if>>
-            <</if>>
-        <</if>>
-        
-        <<if _slave2.relationship != 0>>
-            <<if _slave2.devotion+_slave2.trust >= 175>>
-                <<if _slave2.relationship > 0>>
-                    $His <<if _slave2.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave2.relationship > 2>>love<<else>>companion<</if>>'s future.
-                    <<if _slave2.relationship == 4>>
-                        <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                    <<elseif _slave2.relationship == 3>>
-                        <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                    <<else>>
-                        <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                    <</if>>
-                <</if>>
-            <<elseif _slave2.devotion < -20>>
-                <<if _slave2.relationship == -1>>
-                    $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                    <<set _slave2.devotion -= 40, _slave2.trust -= 40>>
-                <<elseif _slave2.relationship == 4>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                    <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
-                    <<set _slave2.devotion -= 40, _slave2.trust -= 40>>
-                <<elseif _slave2.relationship == 3>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                    <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                    <<set _slave2.devotion -= 30, _slave2.trust -= 30>>
-                <<elseif _slave2.relationship > 0>>
-                    Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                    <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                    <<set _slave2.devotion -= 20, _slave2.trust -= 20>>
-                <</if>>
-            <<else>>
-                <<if _slave2.relationship == -1>>
-                    $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                    <<set _slave2.devotion -= 10, _slave2.trust -= 10>>
-                <<elseif _slave2.relationship == 4>>
-                    Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                    <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                    <<set _slave2.devotion -= 20, _slave2.trust -= 20>>
-                <<elseif _slave2.relationship == 3>>
-                    Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                    <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                    <<set _slave2.devotion -= 10, _slave2.trust -= 10>>
-                <<elseif _slave2.relationship > 0>>
-                    Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                    <<set _slave2.devotion -= 5, _slave2.trust -= 5>>
-                <</if>>
-            <</if>>
-        <</if>>
-    <</if>>
+		<<if _slave2.relationship != 0>>
+			<<if _slave2.devotion+_slave2.trust >= 175>>
+				<<if _slave2.relationship > 0>>
+					$His <<if _slave2.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if _slave2.relationship > 2>>love<<else>>companion<</if>>'s future.
+					<<if _slave2.relationship == 4>>
+						<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+					<<elseif _slave2.relationship == 3>>
+						<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+					<<else>>
+						<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+					<</if>>
+				<</if>>
+			<<elseif _slave2.devotion < -20>>
+				<<if _slave2.relationship == -1>>
+					$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+					<<set _slave2.devotion -= 40, _slave2.trust -= 40>>
+				<<elseif _slave2.relationship == 4>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+					<<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
+					<<set _slave2.devotion -= 40, _slave2.trust -= 40>>
+				<<elseif _slave2.relationship == 3>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+					<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+					<<set _slave2.devotion -= 30, _slave2.trust -= 30>>
+				<<elseif _slave2.relationship > 0>>
+					Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+					<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+					<<set _slave2.devotion -= 20, _slave2.trust -= 20>>
+				<</if>>
+			<<else>>
+				<<if _slave2.relationship == -1>>
+					$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+					<<set _slave2.devotion -= 10, _slave2.trust -= 10>>
+				<<elseif _slave2.relationship == 4>>
+					Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
+					<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+					<<set _slave2.devotion -= 20, _slave2.trust -= 20>>
+				<<elseif _slave2.relationship == 3>>
+					Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
+					<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+					<<set _slave2.devotion -= 10, _slave2.trust -= 10>>
+				<<elseif _slave2.relationship > 0>>
+					Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+					<<set _slave2.devotion -= 5, _slave2.trust -= 5>>
+				<</if>>
+			<</if>>
+		<</if>>
+	<</if>>
 
-    <<set _slave1.relationship = -3>>
-    <<set _slave1.oralCount += 1>>
-    <<set $oralTotal += 1>>
-    <<set $rep += 750>>
-    <<if _slave1.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + _slave1.slaveName>>
-    <<elseif _slave1.devotion+_slave1.trust >= 175>>
-        <<set $desc = "a framed shot of your romantic wedding to the joyous " + _slave1.slaveName>>
-    <<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
-        <<set $desc = "a framed shot of your forced wedding to the hateful " + _slave1.slaveName>>
-    <<elseif _slave1.devotion < -20>>
-        <<set $desc = "a framed shot of your forced wedding to the weeping " + _slave1.slaveName>>
-    <<else>>
-        <<set $desc = "a framed shot of your wedding to " + _slave1.slaveName>>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	<<set _slave1.relationship = -3>>
+	<<set _slave1.oralCount += 1>>
+	<<set $oralTotal += 1>>
+	<<set $rep += 750>>
+	<<if _slave1.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + _slave1.slaveName>>
+	<<elseif _slave1.devotion+_slave1.trust >= 175>>
+		<<set $desc = "a framed shot of your romantic wedding to the joyous " + _slave1.slaveName>>
+	<<elseif _slave1.devotion < -20 && _slave1.trust > 20>>
+		<<set $desc = "a framed shot of your forced wedding to the hateful " + _slave1.slaveName>>
+	<<elseif _slave1.devotion < -20>>
+		<<set $desc = "a framed shot of your forced wedding to the weeping " + _slave1.slaveName>>
+	<<else>>
+		<<set $desc = "a framed shot of your wedding to " + _slave1.slaveName>>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
-    <<set _slave2.relationship = -3>>
-    <<set _slave2.oralCount += 1>>
-    <<set $oralTotal += 1>>
-    <<set $rep += 750>>
-    <<if _slave2.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + _slave2.slaveName>>
-    <<elseif _slave2.devotion+_slave2.trust >= 175>>
-        <<set $desc = "a framed shot of your romantic wedding to the joyous " + _slave2.slaveName>>
-    <<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
-        <<set $desc = "a framed shot of your forced wedding to the hateful " + _slave2.slaveName>>
-    <<elseif _slave2.devotion < -20>>
-        <<set $desc = "a framed shot of your forced wedding to the weeping " + _slave2.slaveName>>
-    <<else>>
-        <<set $desc = "a framed shot of your wedding to " + _slave2.slaveName>>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	<<set _slave2.relationship = -3>>
+	<<set _slave2.oralCount += 1>>
+	<<set $oralTotal += 1>>
+	<<set $rep += 750>>
+	<<if _slave2.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + _slave2.slaveName>>
+	<<elseif _slave2.devotion+_slave2.trust >= 175>>
+		<<set $desc = "a framed shot of your romantic wedding to the joyous " + _slave2.slaveName>>
+	<<elseif _slave2.devotion < -20 && _slave2.trust > 20>>
+		<<set $desc = "a framed shot of your forced wedding to the hateful " + _slave2.slaveName>>
+	<<elseif _slave2.devotion < -20>>
+		<<set $desc = "a framed shot of your forced wedding to the weeping " + _slave2.slaveName>>
+	<<else>>
+		<<set $desc = "a framed shot of your wedding to " + _slave2.slaveName>>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
 <</if>>
\ No newline at end of file
diff --git a/src/uncategorized/seWeddingSingle.tw b/src/uncategorized/seWeddingSingle.tw
index 7e539ff5571021003bdd26737236be7d8ad65dee..39a8700ab0b387eb44a55aafcb48d714ba1215e7 100644
--- a/src/uncategorized/seWeddingSingle.tw
+++ b/src/uncategorized/seWeddingSingle.tw
@@ -5,265 +5,265 @@
 <<set _belly = bellyAdjective($slaves[_s])>>
 
 <<if $slaves[_s].relationship != 0>>
-    <<if $slaves[_s].relationship > 0>>
-        <<set _m = $slaveIndices[$slaves[_s].relationshipTarget]>>
-        <<set $slaves[_s].relationshipTarget = 0>>
-        <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>>
-        <<setLocalPronouns $slaves[_m] 2>>
-    <</if>>
-    In the days leading up to your wedding, $slaves[_s].slaveName spent $his time
-    <<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        <<if $slaves[_s].relationship != 0>>
-            <<if $slaves[_s].relationship == -1>>
-                vowing that $he'll be less of a slut.
-            <<elseif $slaves[_s].relationship == 4>>
-                breaking up with $his lover, $slaves[_m].slaveName, as painlessly as possible.
-            <<elseif $slaves[_s].relationship == 3>>
-                breaking up with $his FWB, $slaves[_m].slaveName, as painlessly as possible.
-            <<elseif $slaves[_s].relationship > 0>>
-                promising $slaves[_m].slaveName that they'll still be friends, even if they can't spend time together.
-            <<else>>
-                as close to you as $he could.
-            <</if>>
-        <</if>>
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        <<if $slaves[_s].relationship == -1>>
-            sleeping with as many different people as $he could.
-            <<if !isSlaveAvailable($slaves[_s])>>
-                Or $he would have, if $he were able.
-            <<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
-                <<set _randomVag = random(30,60)>>
-                <<set _randomAnal = random(30,60)>>
-                <<set _randomOral = random(30,60)>>
-                <<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes.
-                <<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
-                    $His actions robbed you of @@.lime;both $his virginities.@@
-                <</if>>
-                <<if $slaves[_s].vagina < 4>><<set $slaves[_s].vagina = 4>><</if>><<set $slaves[_s].anus = 4>>
-                <<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoVaginal($slaves[_s])>>
-                <<set _randomVag = random(30,60)>>
-                <<set _randomOral = random(30,60)>>
-                <<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt.
-                <<if $slaves[_s].vagina == 0>>
-                    $His actions robbed you of @@.lime;$his virginity.@@
-                <</if>>
-                <<if $slaves[_s].vagina < 4>><<set $slaves[_s].vagina = 4>><</if>>
-                <<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoAnal($slaves[_s])>>
-                <<set _randomAnal = random(30,60)>>
-                <<set _randomOral = random(30,60)>>
-                <<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus.
-                <<if $slaves[_s].anus == 0>>
-                    $His actions robbed you of @@.lime;$his anal virginity.@@
-                <</if>>
-                <<set $slaves[_s].anus = 4>>
-                <<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<else>>
-                <<set _randomOral = random(60,100)>>
-                <<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
-                By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids.
-            <</if>>
-        <<elseif $slaves[_s].relationship == 4>>
-            fucking $his love, $slaves[_m].slaveName, as often as possible while ignoring you.
-            <<if !isSlaveAvailable($slaves[_s])>>
-                Or $he would have, if $he were able.
-            <<elseif !isSlaveAvailable($slaves[_m])>>
-                Or $he would have, if _he2 were around.
-            <<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
-                <<set _randomVag = random(3,7)>>
-                <<set _randomAnal = random(1,4)>>
-                <<set _randomOral = random(5,10)>>
-                <<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                <<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
-                    $His actions robbed you of @@.lime;both $his virginities.@@
-                    <<set $slaves[_s].vagina = 1, $slaves[_s].anus = 1>>
-                <</if>>
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoVaginal($slaves[_s])>>
-                <<set _randomVag = random(3,7)>>
-                <<set _randomOral = random(5,10)>>
-                <<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                <<if $slaves[_s].vagina == 0>>
-                    $His actions robbed you of @@.lime;$his virginity.@@
-                    <<set $slaves[_s].vagina = 1>>
-                <</if>>
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoAnal($slaves[_s])>>
-                <<set _randomAnal = random(1,4)>>
-                <<set _randomOral = random(5,10)>>
-                <<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                <<if $slaves[_s].anus == 0>>
-                    $His actions robbed you of @@.lime;$his anal virginity.@@
-                    <<set $slaves[_s].anus = 1>>
-                <</if>>
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<else>>
-                <<set _randomOral = random(15,20)>>
-                <<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
-                By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
-            <</if>>
-        <<elseif $slaves[_s].relationship == 3>>
-            fucking $his lover, $slaves[_m].slaveName, as often as possible while ignoring you.
-            <<if !isAvailable($slaves[_s])>>
-                Or $he would have, if $he were able.
-            <<elseif !isSlaveAvailable($slaves[_m])>>
-                Or $he would have, if _he2 were around.
-            <<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
-                <<set _randomVag = random(3,7)>>
-                <<set _randomAnal = random(1,4)>>
-                <<set _randomOral = random(5,10)>>
-                <<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                <<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
-                    $His actions robbed you of @@.lime;both $his virginities.@@
-                    <<set $slaves[_s].vagina = 1, $slaves[_s].anus = 1>>
-                <</if>>
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoVaginal($slaves[_s])>>
-                <<set _randomVag = random(3,7)>>
-                <<set _randomOral = random(5,10)>>
-                <<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
-                <<if $slaves[_s].vagina == 0>>
-                    $His actions robbed you of @@.lime;$his virginity.@@
-                    <<set $slaves[_s].vagina = 1>>
-                <</if>>
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoAnal($slaves[_s])>>
-                <<set _randomAnal = random(1,4)>>
-                <<set _randomOral = random(5,10)>>
-                <<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
-                <<if $slaves[_s].anus == 0>>
-                    $His actions robbed you of @@.lime;$his anal virginity.@@
-                    <<set $slaves[_s].anus = 1>>
-                <</if>>
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<else>>
-                <<set _randomOral = random(15,20)>>
-                <<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
-                By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
-            <</if>>
-        <<elseif $slaves[_s].relationship > 0>>
-            spending time away from you with $slaves[_m].slaveName.
-        <<else>>
-            inappropriately planning redecorations.
-        <</if>>
-    <<elseif $slaves[_s].devotion < -20>>
-        <<if $slaves[_s].relationship == -1>>
-            desperately pleading with you to change your mind.
-        <<elseif $slaves[_s].relationship == 4>>
-            with $his love, $slaves[_m].slaveName, weeping.
-        <<elseif $slaves[_s].relationship == 3>>
-            with $his lover, $slaves[_m].slaveName, weeping.
-        <<elseif $slaves[_s].relationship > 0>>
-            with $his friend, $slaves[_m].slaveName, weeping.
-        <<else>>
-            desperately pleading with you to change your mind.
-        <</if>>
-    <<else>>
-        <<if $slaves[_s].relationship == -1>>
-            trying $his hardest to not sleep with anyone else.
-        <<elseif $slaves[_s].relationship == 4>>
-            alongside $his love, $slaves[_m].slaveName.
-            <<if canDoVaginal($slaves[_s]) && $slaves[_s].vagina != 0>>
-                <<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>>
-                $He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoAnal($slaves[_s])>>
-                <<set $slaves[_s].analCount += 1, $analTotal += 1>>
-                $He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<else>>
-                <<set $slaves[_s].oralCount += 1, $oralTotal += 1>>
-                $He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
-            <</if>>
-        <<elseif $slaves[_s].relationship == 3>>
-            alongside $his lover, $slaves[_m].slaveName.
-            <<if canDoVaginal($slaves[_s]) && $slaves[_s].vagina != 0>>
-                <<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>>
-                $He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<elseif canDoAnal($slaves[_s])>>
-                <<set $slaves[_s].analCount += 1, $analTotal += 1>>
-                $He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
-                <<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
-                    A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
-                    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
-                    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-                    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
-                <</if>>
-            <<else>>
-                <<set $slaves[_s].oralCount += 1, $oralTotal += 1>>
-                $He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
-            <</if>>
-        <<elseif $slaves[_s].relationship > 0>>
-            with $his friend, $slaves[_m].slaveName.
-        <<else>>
-            wearing a very conflicted expression.
-        <</if>>
-    <</if>>
+	<<if $slaves[_s].relationship > 0>>
+		<<set _m = $slaveIndices[$slaves[_s].relationshipTarget]>>
+		<<set $slaves[_s].relationshipTarget = 0>>
+		<<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>>
+		<<setLocalPronouns $slaves[_m] 2>>
+	<</if>>
+	In the days leading up to your wedding, $slaves[_s].slaveName spent $his time
+	<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		<<if $slaves[_s].relationship != 0>>
+			<<if $slaves[_s].relationship == -1>>
+				vowing that $he'll be less of a slut.
+			<<elseif $slaves[_s].relationship == 4>>
+				breaking up with $his lover, $slaves[_m].slaveName, as painlessly as possible.
+			<<elseif $slaves[_s].relationship == 3>>
+				breaking up with $his FWB, $slaves[_m].slaveName, as painlessly as possible.
+			<<elseif $slaves[_s].relationship > 0>>
+				promising $slaves[_m].slaveName that they'll still be friends, even if they can't spend time together.
+			<<else>>
+				as close to you as $he could.
+			<</if>>
+		<</if>>
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		<<if $slaves[_s].relationship == -1>>
+			sleeping with as many different people as $he could.
+			<<if !isSlaveAvailable($slaves[_s])>>
+				Or $he would have, if $he were able.
+			<<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
+				<<set _randomVag = random(30,60)>>
+				<<set _randomAnal = random(30,60)>>
+				<<set _randomOral = random(30,60)>>
+				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed holes.
+				<<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
+					$His actions robbed you of @@.lime;both $his virginities.@@
+				<</if>>
+				<<if $slaves[_s].vagina < 4>><<set $slaves[_s].vagina = 4>><</if>><<set $slaves[_s].anus = 4>>
+				<<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoVaginal($slaves[_s])>>
+				<<set _randomVag = random(30,60)>>
+				<<set _randomOral = random(30,60)>>
+				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+				By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed cunt.
+				<<if $slaves[_s].vagina == 0>>
+					$His actions robbed you of @@.lime;$his virginity.@@
+				<</if>>
+				<<if $slaves[_s].vagina < 4>><<set $slaves[_s].vagina = 4>><</if>>
+				<<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoAnal($slaves[_s])>>
+				<<set _randomAnal = random(30,60)>>
+				<<set _randomOral = random(30,60)>>
+				<<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				By week's end, $he's managed to ruin $his body out of spite. $He can barely move, trapped on $his back as cum steadily drips from $his prolapsed, gaping, destroyed anus.
+				<<if $slaves[_s].anus == 0>>
+					$His actions robbed you of @@.lime;$his anal virginity.@@
+				<</if>>
+				<<set $slaves[_s].anus = 4>>
+				<<if canGetPregnant($slaves[_s]) && (random(1,100) > 70) && $slaves[_s].eggType == "human">>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<else>>
+				<<set _randomOral = random(60,100)>>
+				<<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
+				By week's end, $he's managed to make $himself sick from sucking down so much sexual fluid. Luckily inducing vomiting will save your wedding from making the tabloids.
+			<</if>>
+		<<elseif $slaves[_s].relationship == 4>>
+			fucking $his love, $slaves[_m].slaveName, as often as possible while ignoring you.
+			<<if !isSlaveAvailable($slaves[_s])>>
+				Or $he would have, if $he were able.
+			<<elseif !isSlaveAvailable($slaves[_m])>>
+				Or $he would have, if _he2 were around.
+			<<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
+				<<set _randomVag = random(3,7)>>
+				<<set _randomAnal = random(1,4)>>
+				<<set _randomOral = random(5,10)>>
+				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
+					$His actions robbed you of @@.lime;both $his virginities.@@
+					<<set $slaves[_s].vagina = 1, $slaves[_s].anus = 1>>
+				<</if>>
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoVaginal($slaves[_s])>>
+				<<set _randomVag = random(3,7)>>
+				<<set _randomOral = random(5,10)>>
+				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+				<<if $slaves[_s].vagina == 0>>
+					$His actions robbed you of @@.lime;$his virginity.@@
+					<<set $slaves[_s].vagina = 1>>
+				<</if>>
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoAnal($slaves[_s])>>
+				<<set _randomAnal = random(1,4)>>
+				<<set _randomOral = random(5,10)>>
+				<<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_s].anus == 0>>
+					$His actions robbed you of @@.lime;$his anal virginity.@@
+					<<set $slaves[_s].anus = 1>>
+				<</if>>
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<else>>
+				<<set _randomOral = random(15,20)>>
+				<<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
+				By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
+			<</if>>
+		<<elseif $slaves[_s].relationship == 3>>
+			fucking $his lover, $slaves[_m].slaveName, as often as possible while ignoring you.
+			<<if !isAvailable($slaves[_s])>>
+				Or $he would have, if $he were able.
+			<<elseif !isSlaveAvailable($slaves[_m])>>
+				Or $he would have, if _he2 were around.
+			<<elseif canDoVaginal($slaves[_s]) && canDoAnal($slaves[_s])>>
+				<<set _randomVag = random(3,7)>>
+				<<set _randomAnal = random(1,4)>>
+				<<set _randomOral = random(5,10)>>
+				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_s].vagina == 0 && $slaves[_s].anus == 0>>
+					$His actions robbed you of @@.lime;both $his virginities.@@
+					<<set $slaves[_s].vagina = 1, $slaves[_s].anus = 1>>
+				<</if>>
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag+_randomAnal), $penetrativeTotal += (_randomVag+_randomAnal)>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoVaginal($slaves[_s])>>
+				<<set _randomVag = random(3,7)>>
+				<<set _randomOral = random(5,10)>>
+				<<set $slaves[_s].vaginalCount += _randomVag, $slaves[_s].oralCount += _randomOral, $vaginalTotal += _randomVag, $oralTotal += _randomOral>>
+				<<if $slaves[_s].vagina == 0>>
+					$His actions robbed you of @@.lime;$his virginity.@@
+					<<set $slaves[_s].vagina = 1>>
+				<</if>>
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomVag), $penetrativeTotal += (_randomVag)>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoAnal($slaves[_s])>>
+				<<set _randomAnal = random(1,4)>>
+				<<set _randomOral = random(5,10)>>
+				<<set $slaves[_s].analCount += _randomAnal, $slaves[_s].oralCount += _randomOral, $analTotal += _randomAnal, $oralTotal += _randomOral>>
+				<<if $slaves[_s].anus == 0>>
+					$His actions robbed you of @@.lime;$his anal virginity.@@
+					<<set $slaves[_s].anus = 1>>
+				<</if>>
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 70)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals the bitch managed to get knocked up. There is no time before the ceremony to deal with it.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount += (_randomAnal), $penetrativeTotal += (_randomAnal)>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<else>>
+				<<set _randomOral = random(15,20)>>
+				<<set $slaves[_s].oralCount += _randomOral, $oralTotal += _randomOral>>
+				By week's end, $he's managed to make $himself sick from going down on $slaves[_m].slaveName so often. Luckily inducing vomiting will save your wedding from making the tabloids.
+			<</if>>
+		<<elseif $slaves[_s].relationship > 0>>
+			spending time away from you with $slaves[_m].slaveName.
+		<<else>>
+			inappropriately planning redecorations.
+		<</if>>
+	<<elseif $slaves[_s].devotion < -20>>
+		<<if $slaves[_s].relationship == -1>>
+			desperately pleading with you to change your mind.
+		<<elseif $slaves[_s].relationship == 4>>
+			with $his love, $slaves[_m].slaveName, weeping.
+		<<elseif $slaves[_s].relationship == 3>>
+			with $his lover, $slaves[_m].slaveName, weeping.
+		<<elseif $slaves[_s].relationship > 0>>
+			with $his friend, $slaves[_m].slaveName, weeping.
+		<<else>>
+			desperately pleading with you to change your mind.
+		<</if>>
+	<<else>>
+		<<if $slaves[_s].relationship == -1>>
+			trying $his hardest to not sleep with anyone else.
+		<<elseif $slaves[_s].relationship == 4>>
+			alongside $his love, $slaves[_m].slaveName.
+			<<if canDoVaginal($slaves[_s]) && $slaves[_s].vagina != 0>>
+				<<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>>
+				$He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoAnal($slaves[_s])>>
+				<<set $slaves[_s].analCount += 1, $analTotal += 1>>
+				$He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<else>>
+				<<set $slaves[_s].oralCount += 1, $oralTotal += 1>>
+				$He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
+			<</if>>
+		<<elseif $slaves[_s].relationship == 3>>
+			alongside $his lover, $slaves[_m].slaveName.
+			<<if canDoVaginal($slaves[_s]) && $slaves[_s].vagina != 0>>
+				<<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>>
+				$He later lets you know $he let $slaves[_m].slaveName enjoy $his pussy one last time.
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<elseif canDoAnal($slaves[_s])>>
+				<<set $slaves[_s].analCount += 1, $analTotal += 1>>
+				$He later lets you know $he let $slaves[_m].slaveName enjoy $his butt one last time.
+				<<if canImpreg($slaves[_s], $slaves[_m]) && (random(1,100) > 90)>>
+					A pre-wedding checkup following an unusual bout of morning nausea reveals $slaves[_s].slaveName managed to get knocked up. There is no time before the ceremony to deal with it and the distraught $girl is in a panic for making you go through this.
+					<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1, $slaves[_s].pregSource = $slaves[_m].ID, $slaves[_m].penetrativeCount++, $penetrativeTotal++>>
+					<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+					<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, $slaves[_s].pregSource, $slaves[_s].preg)>>
+				<</if>>
+			<<else>>
+				<<set $slaves[_s].oralCount += 1, $oralTotal += 1>>
+				$He later tells you $he gave $slaves[_m].slaveName <<if $slaves[_m].dick > 0>>one last blow job<<elseif canDoVaginal($slaves[_m])>>cunnilingus one last time<<else>>oral one last time<</if>>.
+			<</if>>
+		<<elseif $slaves[_s].relationship > 0>>
+			with $his friend, $slaves[_m].slaveName.
+		<<else>>
+			wearing a very conflicted expression.
+		<</if>>
+	<</if>>
 <</if>>
 
 <<if !isFertile($slaves[_s]) && $weddingPlanned == 3>>
@@ -274,573 +274,573 @@
 
 <<if $weddingPlanned == 3>>
 
-    The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife, and $his womb to you as your private breeding ground, is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset" && ($slaves[_s].breedingMark == 0 || $propOutcome == 0)>>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.<</if>>
-    <br><br>
-    $slaves[_s].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_s].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
-    <<if ($slaves[_s].vagina == 0)>>
-        white, since $he's a virgin.
-    <<elseif ($slaves[_s].pregKnown == 1)>>
-        light pink, since $he's pregnant.
-    <<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].anus == 0)>>
-        white, since $he's an anal virgin.
-    <<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].boobs > 500)>>
-        electric blue, since $he's a shemale.
-    <<elseif ($slaves[_s].vagina < 0)>>
-        pale blue, since $he's a sissy slave.
-    <<elseif ($slaves[_s].dick > 0)>>
-        hot pink, since $he's a futa slave.
-    <<else>>
-        light pink, since $he's an experienced sex slave.
-    <</if>>
-    A filmy veil covers $his head and shoulders. $His lacy bridal bra
-    <<if ($slaves[_s].boobs > 4000)>>
-        is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
-    <<elseif ($slaves[_s].boobs > 1200)>>
-        just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
-    <<elseif ($slaves[_s].boobs > 400)>>
-        flatters $his pretty breasts.
-    <<else>>
-        flatters $his pretty chest.
-    <</if>>
-    <<if $slaves[_s].bellyPreg >= 600000>>
-        $His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
-    <<elseif ($slaves[_s].bellyPreg >= 1500)>>
-        $His _belly pregnant belly protrudes out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyImplant >= 1500)>>
-        $His _belly <<print $slaves[_s].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyFluid >= 10000)>>
-        $His hugely bloated, <<print $slaves[_s].inflationType>>-filled belly protrudes out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyFluid >= 5000)>>
-        $His bloated, <<print $slaves[_s].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyFluid >= 1500)>>
-        $His distended, <<print $slaves[_s].inflationType>>-belly protrudes out the front of $his bridal wear.
-    <</if>>
-    <<if $slaves[_s].dickAccessory == ("chastity") || $slaves[_s].dickAccessory == ("combined chastity")>>
-        $His slave dick is hidden by its chastity cage.
-    <<elseif canAchieveErection($slaves[_s])>>
-        <<if ($slaves[_s].dick > 4) && ($slaves[_s].belly >= 5000)>>
-        $He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_s].bellyPreg >= 3000>>pregnant <</if>>belly.
-        <<elseif $slaves[_s].dick > 4>>
-        $He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
-        <<else>>
-        $His erection tents the front of $his lacy g-string.
-        <</if>>
-    <<elseif ($slaves[_s].dick > 0)>>
-        <<if $slaves[_s].dick > 10>>
-        $His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
-        <<elseif $slaves[_s].dick > 4>>
-        $His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
-        <<else>>
-        $His lacy g-string perfectly conceals $his soft dick.
-        <</if>>
-    <<else>>
-        <<if $slaves[_s].clit > 1>>
-        $His huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it.
-        <<else>>
-        $His lacy g-string covers $his womanhood demurely.
-        <</if>>
-    <</if>>
-    There is no aisle for $him to <<if $slaves[_s].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_s].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
-    <<if $slaves[_s].fetish == "mindbroken">>
-        despite the fact that $he had to be pushed into walking towards you.
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        of $his own choice, and $he does so with a smile.
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        of $his own choice, and $he does so with hesitation.
-    <<elseif $slaves[_s].devotion < -20>>
-        of $his own (forced) choice, and $he does so with wavering steps.
-    <<else>>
-        of $his own choice, and $he does so willingly.
-    <</if>>
-    <br><br>
-    When $he's in front of you,
-    <<if $slaves[_s].amp == 1>>
-        the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch.
-    <<else>>
-        <<if $slaves[_s].fetish == "mindbroken">>
-            you push $him onto $his knees so $his head
-        <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-            $he happily gets down on $his knees so $his head
-        <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-            $he slowly lowers $himself onto $his knees so $his head
-        <<elseif $slaves[_s].devotion < -20>>
-            $he quickly lowers $himself onto $his knees so $his tear-streaked face
-        <<else>>
-            $he gets down on $his knees so $his head
-        <</if>>
-    <</if>>
-    is level with your crotch.
-    <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring
-    <<if $slaves[_s].amp == 1>>
-        on a cord around $his neck, since $he lacks fingers to wear it on.
-    <<else>>
-        on $his <<if $slaves[_s].devotion < -20 && $slaves[_s].trust <= 20>>trembling <</if>>finger.
-    <</if>>
-    There is no ring for you, since this marriage does not bind you.
-    <br>
-    <<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
-        <br><br><span id="surnaming">
-        <<link "Give $him your surname too">>
-            <<replace "#surnaming">>
-                <<set $slaves[_s].slaveSurname = $PC.surname>>
-                You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
-                <<if $slaves[_s].fetish == "mindbroken">>
-                    shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
-                <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-                    breaks down again. Not only is $he to be blessed with your child, but $he's to take your surname as well.
-                <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-                    scoffs audibly. Just another burden for $him to carry; like the child soon to be growing in $his womb.
-                <<elseif $slaves[_s].devotion < -20>>
-                    breaks down again. Not only are you binding $him to you with your child, but with your name as well.
-                <<else>>
-                    nods acceptingly. Your will is $his will, after all.
-                <</if>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
-    <br><br>
-    <<if $slaves[_s].fetish == "mindbroken">>
-        $slaves[_s].slaveName is mindbroken, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He follows your motions like a ragdoll. You maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        Then, you <<if $slaves[_s].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        $slaves[_s].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_s].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his efforts to defy you.
-    <<elseif $slaves[_s].devotion < -20>>
-        $slaves[_s].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_s].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his protesting.
-    <<else>>
-        $slaves[_s].slaveName isn't particularly excited about what's coming, but $he's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if $slaves[_s].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it is what it is. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
-    <</if>>
-    <<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
-    <<set $slaves[_s].pregType = setPregType($slaves[_s])>>
-    <<set WombImpregnate($slaves[_s], $slaves[_s].pregType, -1, $slaves[_s].preg)>>
-    <<set $slaves[_s].pregSource = -1>>
-    <<if ($slaves[_s].vagina == 0) || ($slaves[_s].mpreg == 1 && $slaves[_s].anus == 0)>>
-        Naturally, the ceremony @@.lime;took $his virginity;@@
-        <<if $slaves[_s].fetish == "mindbroken">>
-            $he didn't notice.
-        <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-            $he was so happy @@.hotpink;$his first time was with you and so special.@@
-            <<set $slaves[_s].devotion += 5>>
-        <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-            $he was @@.mediumorchid;saving that for someone special.@@
-            <<set $slaves[_s].devotion -= 5>>
-        <<elseif $slaves[_s].devotion < -20>>
-            $he wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if $slaves[_s].mpreg == 1>>asshole<<else>>pussy<</if>>.@@
-            <<set $slaves[_s].devotion -= 10>>
-        <<else>>
-            you made it @@.hotpink;enjoyable@@ at least.
-            <<set $slaves[_s].devotion += 2>>
-        <</if>>
-        <<if $slaves[_s].mpreg == 1>><<set $slaves[_s].anus = 1>><<else>><<set $slaves[_s].vagina = 1>><</if>>
-    <</if>>
-    <<if ($slaves[_s].fetish == "pregnancy") && ($slaves[_s].fetishStrength > 60)>>
-        <<if $slaves[_s].fetish == "mindbroken">>
-        <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-            As a pregnancy fetishist, @@.hotpink;$he confidently believes this wedding will be the high point of $his life.@@
-            <<set $slaves[_s].devotion += 20>>
-        <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-            As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony.@@
-            <<set $slaves[_s].devotion += 1>>
-        <<elseif $slaves[_s].devotion < -20>>
-            As a pregnancy fetishist, getting raped pregnant by someone $he hates leaves $him with very mixed feelings.
-        <<else>>
-            As a pregnancy fetishist, @@.hotpink;$he thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
-            <<set $slaves[_s].devotion += 10>>
-        <</if>>
-    <</if>>
-    <<if $slaves[_s].relationship != 0>>
-        <<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-            <<if $slaves[_s].relationship > 0>>
-                $His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>ex<<else>>companion<</if>>'s future.
-                <<if $slaves[_s].relationship == 4>>
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<elseif $slaves[_s].relationship == 3>>
-                    <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                <<else>>
-                    <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                <</if>>
-            <</if>>
-        <<elseif $slaves[_s].devotion < -20>>
-            <<if $slaves[_s].relationship == -1>>
-                $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                <<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-            <<elseif $slaves[_s].relationship == 4>>
-                Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
-                <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                <<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-            <<elseif $slaves[_s].relationship == 3>>
-                Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                <<set $slaves[_s].devotion -= 50, $slaves[_s].trust -= 30>>
-            <<elseif $slaves[_s].relationship > 0>>
-                Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
-            <</if>>
-        <<else>>
-            <<if $slaves[_s].relationship == -1>>
-                $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                <<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-            <<elseif $slaves[_s].relationship == 4>>
-                Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 20>>
-            <<elseif $slaves[_s].relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
-                <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                <<set $slaves[_s].devotion -= 15, $slaves[_s].trust -= 10>>
-            <<elseif $slaves[_s].relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
-            <</if>>
-        <</if>>
-    <</if>>
-    <<set $slaves[_s].relationship = -3>>
-    <<if $slaves[_s].mpreg == 1>><<set $slaves[_s].analCount += 1, $analTotal += 1>><<else>><<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>><</if>>
-    <<set $rep += 750>>
-    <<if $slaves[_s].fetish == "mindbroken">>
-        <<set $desc = "a framed shot of you impregnating the blank-faced " + $slaves[_s].slaveName + " at your wedding">>
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        <<set $desc = "a framed shot of you impregnating the joyous " + $slaves[_s].slaveName + " at your wedding">>
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        <<set $desc = "a framed shot of you forcefully impregnating the disinterested " + $slaves[_s].slaveName + " at your wedding">>
-    <<elseif $slaves[_s].devotion < -20>>
-        <<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + $slaves[_s].slaveName + " at your wedding">>
-    <<else>>
-        <<set $desc = "a framed shot of you impregnating " + $slaves[_s].slaveName + " at your wedding">>
-    <</if>>
-    <<set $trinkets.push($desc)>>
-    <<if $arcologies[0].FSRestart != "unset" && ($slaves[_s].breedingMark == 0 || $propOutcome == 0) && $eugenicsFullControl != 1>>
-        You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against.
-        <<set $failedElite += 250>>
-    <</if>>
+	The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife, and $his womb to you as your private breeding ground, is a polite affair which you host in the lower floor of your penthouse. <<if $arcologies[0].FSRestart != "unset" && ($slaves[_s].breedingMark == 0 || $propOutcome == 0)>>Barely anyone is there, mostly lower-class citizens, several accompanied by their slaves. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. There is a distinct air of unrest in the room, as if the absent Elites' distaste of your actions came in their place.<<else>>All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married and fucked pregnant tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.<</if>>
+	<br><br>
+	$slaves[_s].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_s].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
+	<<if ($slaves[_s].vagina == 0)>>
+		white, since $he's a virgin.
+	<<elseif ($slaves[_s].pregKnown == 1)>>
+		light pink, since $he's pregnant.
+	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].anus == 0)>>
+		white, since $he's an anal virgin.
+	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].boobs > 500)>>
+		electric blue, since $he's a shemale.
+	<<elseif ($slaves[_s].vagina < 0)>>
+		pale blue, since $he's a sissy slave.
+	<<elseif ($slaves[_s].dick > 0)>>
+		hot pink, since $he's a futa slave.
+	<<else>>
+		light pink, since $he's an experienced sex slave.
+	<</if>>
+	A filmy veil covers $his head and shoulders. $His lacy bridal bra
+	<<if ($slaves[_s].boobs > 4000)>>
+		is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
+	<<elseif ($slaves[_s].boobs > 1200)>>
+		just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
+	<<elseif ($slaves[_s].boobs > 400)>>
+		flatters $his pretty breasts.
+	<<else>>
+		flatters $his pretty chest.
+	<</if>>
+	<<if $slaves[_s].bellyPreg >= 600000>>
+		$His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
+	<<elseif ($slaves[_s].bellyPreg >= 1500)>>
+		$His _belly pregnant belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyImplant >= 1500)>>
+		$His _belly <<print $slaves[_s].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyFluid >= 10000)>>
+		$His hugely bloated, <<print $slaves[_s].inflationType>>-filled belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyFluid >= 5000)>>
+		$His bloated, <<print $slaves[_s].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyFluid >= 1500)>>
+		$His distended, <<print $slaves[_s].inflationType>>-belly protrudes out the front of $his bridal wear.
+	<</if>>
+	<<if $slaves[_s].dickAccessory == ("chastity") || $slaves[_s].dickAccessory == ("combined chastity")>>
+		$His slave dick is hidden by its chastity cage.
+	<<elseif canAchieveErection($slaves[_s])>>
+		<<if ($slaves[_s].dick > 4) && ($slaves[_s].belly >= 5000)>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_s].bellyPreg >= 3000>>pregnant <</if>>belly.
+		<<elseif $slaves[_s].dick > 4>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
+		<<else>>
+		$His erection tents the front of $his lacy g-string.
+		<</if>>
+	<<elseif ($slaves[_s].dick > 0)>>
+		<<if $slaves[_s].dick > 10>>
+		$His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
+		<<elseif $slaves[_s].dick > 4>>
+		$His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
+		<<else>>
+		$His lacy g-string perfectly conceals $his soft dick.
+		<</if>>
+	<<else>>
+		<<if $slaves[_s].clit > 1>>
+		$His huge clit is quite hard, making $his shift uncomfortably as $his lacy g-string stimulates it.
+		<<else>>
+		$His lacy g-string covers $his womanhood demurely.
+		<</if>>
+	<</if>>
+	There is no aisle for $him to <<if $slaves[_s].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_s].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
+	<<if $slaves[_s].fetish == "mindbroken">>
+		despite the fact that $he had to be pushed into walking towards you.
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		of $his own choice, and $he does so with a smile.
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		of $his own choice, and $he does so with hesitation.
+	<<elseif $slaves[_s].devotion < -20>>
+		of $his own (forced) choice, and $he does so with wavering steps.
+	<<else>>
+		of $his own choice, and $he does so willingly.
+	<</if>>
+	<br><br>
+	When $he's in front of you,
+	<<if $slaves[_s].amp == 1>>
+		the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch.
+	<<else>>
+		<<if $slaves[_s].fetish == "mindbroken">>
+			you push $him onto $his knees so $his head
+		<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+			$he happily gets down on $his knees so $his head
+		<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+			$he slowly lowers $himself onto $his knees so $his head
+		<<elseif $slaves[_s].devotion < -20>>
+			$he quickly lowers $himself onto $his knees so $his tear-streaked face
+		<<else>>
+			$he gets down on $his knees so $his head
+		<</if>>
+	<</if>>
+	is level with your crotch.
+	<<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring
+	<<if $slaves[_s].amp == 1>>
+		on a cord around $his neck, since $he lacks fingers to wear it on.
+	<<else>>
+		on $his <<if $slaves[_s].devotion < -20 && $slaves[_s].trust <= 20>>trembling <</if>>finger.
+	<</if>>
+	There is no ring for you, since this marriage does not bind you.
+	<br>
+	<<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
+		<br><br><span id="surnaming">
+		<<link "Give $him your surname too">>
+			<<replace "#surnaming">>
+				<<set $slaves[_s].slaveSurname = $PC.surname>>
+				You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
+				<<if $slaves[_s].fetish == "mindbroken">>
+					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
+				<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+					breaks down again. Not only is $he to be blessed with your child, but $he's to take your surname as well.
+				<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+					scoffs audibly. Just another burden for $him to carry; like the child soon to be growing in $his womb.
+				<<elseif $slaves[_s].devotion < -20>>
+					breaks down again. Not only are you binding $him to you with your child, but with your name as well.
+				<<else>>
+					nods acceptingly. Your will is $his will, after all.
+				<</if>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
+	<br><br>
+	<<if $slaves[_s].fetish == "mindbroken">>
+		$slaves[_s].slaveName is mindbroken, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He follows your motions like a ragdoll. You maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>. Then you pull $his knees up to give your guests a good view as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. $He is left to face them, staring off into space. Though $he faces the crowd, $his mind is empty; this might as well be any other fucking to $him. $He twitches ever so slightly when your seed flows into $him, orgasming robotically to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		Then, you <<if $slaves[_s].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. $He is left to face your guests, watching raptly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it's @@.mediumaquamarine;concrete proof that $he's special to you.@@ $He gasps when your seed flows into $him, orgasming $himself to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		$slaves[_s].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and tear up in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_s].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, faking an orgasm to @@.green;applause from your guests.@@ At this, $he shoots you a dirty look, blaming you for this indignity. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his efforts to defy you.
+	<<elseif $slaves[_s].devotion < -20>>
+		$slaves[_s].slaveName is unwilling, so you gather $him up and hold $him in front of you, pulling $his panties off as you do. $He was crying before, but this causes $him to tremble and sob loudly in anticipation of what's next. Ignoring this, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>.<<if $slaves[_s].amp != 1>> Then you pull $his knees up to give your guests a good view of the consummation.<</if>> $He is left to face them, watching sullenly as you fuck $his fertile <<if $slaves[_s].mpreg == 1>>asshole<<else>>cunt<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, this is torture. $He gasps when your seed flows into $him, orgasming unwillingly @@.green;applause from your guests.@@ At this, $he completely breaks down, blubbering like a child at the unwelcome warmth in $his lower belly. You'll fuck $him repeatedly over the next few days, ensuring impregnation, despite $his protesting.
+	<<else>>
+		$slaves[_s].slaveName isn't particularly excited about what's coming, but $he's fully prepared for it and accepted it as a fact of life. There are worse things one can be than the slave-wife of a wealthy arcology owner. You <<if $slaves[_s].amp == 1>>gather $him up and hold $him in front of you, pulling $his panties off as you do. Showing considerable dexterity, you maneuver your dick inside $him while holding $him against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>><<else>>take $his hand and pull $him to $his feet while $he shimmies out of $his panties. $He cocks $his hips for you and you slide your cock inside $him before taking $his knees and drawing them up to hold $him in midair, impaled on you<</if>>. Though $his face is towards the crowd, $his mind is concentrated on your hard cock, pumping in and out of $him at an angle; to $him, it is what it is. $He gasps when your seed flows into $him, orgasming shortly after to @@.green;applause from your guests.@@ You'll fuck $him repeatedly over the next few days, ensuring impregnation.
+	<</if>>
+	<<set $slaves[_s].preg = 1, $slaves[_s].pregKnown = 1, $slaves[_s].pregWeek = 1>>
+	<<set $slaves[_s].pregType = setPregType($slaves[_s])>>
+	<<set WombImpregnate($slaves[_s], $slaves[_s].pregType, -1, $slaves[_s].preg)>>
+	<<set $slaves[_s].pregSource = -1>>
+	<<if ($slaves[_s].vagina == 0) || ($slaves[_s].mpreg == 1 && $slaves[_s].anus == 0)>>
+		Naturally, the ceremony @@.lime;took $his virginity;@@
+		<<if $slaves[_s].fetish == "mindbroken">>
+			$he didn't notice.
+		<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+			$he was so happy @@.hotpink;$his first time was with you and so special.@@
+			<<set $slaves[_s].devotion += 5>>
+		<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+			$he was @@.mediumorchid;saving that for someone special.@@
+			<<set $slaves[_s].devotion -= 5>>
+		<<elseif $slaves[_s].devotion < -20>>
+			$he wept at the sight of cum pooling from $his @@.mediumorchid;defiled <<if $slaves[_s].mpreg == 1>>asshole<<else>>pussy<</if>>.@@
+			<<set $slaves[_s].devotion -= 10>>
+		<<else>>
+			you made it @@.hotpink;enjoyable@@ at least.
+			<<set $slaves[_s].devotion += 2>>
+		<</if>>
+		<<if $slaves[_s].mpreg == 1>><<set $slaves[_s].anus = 1>><<else>><<set $slaves[_s].vagina = 1>><</if>>
+	<</if>>
+	<<if ($slaves[_s].fetish == "pregnancy") && ($slaves[_s].fetishStrength > 60)>>
+		<<if $slaves[_s].fetish == "mindbroken">>
+		<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+			As a pregnancy fetishist, @@.hotpink;$he confidently believes this wedding will be the high point of $his life.@@
+			<<set $slaves[_s].devotion += 20>>
+		<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+			As a hateful pregnancy fetishist, @@.hotpink;getting pregnant was the best part of the ceremony.@@
+			<<set $slaves[_s].devotion += 1>>
+		<<elseif $slaves[_s].devotion < -20>>
+			As a pregnancy fetishist, getting raped pregnant by someone $he hates leaves $him with very mixed feelings.
+		<<else>>
+			As a pregnancy fetishist, @@.hotpink;$he thoroughly enjoyed getting knocked up in such an ostentatious fashion.@@
+			<<set $slaves[_s].devotion += 10>>
+		<</if>>
+	<</if>>
+	<<if $slaves[_s].relationship != 0>>
+		<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+			<<if $slaves[_s].relationship > 0>>
+				$His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>ex<<else>>companion<</if>>'s future.
+				<<if $slaves[_s].relationship == 4>>
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<elseif $slaves[_s].relationship == 3>>
+					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+				<<else>>
+					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+				<</if>>
+			<</if>>
+		<<elseif $slaves[_s].devotion < -20>>
+			<<if $slaves[_s].relationship == -1>>
+				$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
+			<<elseif $slaves[_s].relationship == 4>>
+				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked pregnant in such a manner.
+				<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
+			<<elseif $slaves[_s].relationship == 3>>
+				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+				<<set $slaves[_s].devotion -= 50, $slaves[_s].trust -= 30>>
+			<<elseif $slaves[_s].relationship > 0>>
+				Both $him and $his friend @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
+			<</if>>
+		<<else>>
+			<<if $slaves[_s].relationship == -1>>
+				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
+			<<elseif $slaves[_s].relationship == 4>>
+				Both $him and $his ex @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked pregnant in such a manner.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 20>>
+			<<elseif $slaves[_s].relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;jealous@@ of you for snagging such catch out from under _him2.
+				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+				<<set $slaves[_s].devotion -= 15, $slaves[_s].trust -= 10>>
+			<<elseif $slaves[_s].relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
+			<</if>>
+		<</if>>
+	<</if>>
+	<<set $slaves[_s].relationship = -3>>
+	<<if $slaves[_s].mpreg == 1>><<set $slaves[_s].analCount += 1, $analTotal += 1>><<else>><<set $slaves[_s].vaginalCount += 1, $vaginalTotal += 1>><</if>>
+	<<set $rep += 750>>
+	<<if $slaves[_s].fetish == "mindbroken">>
+		<<set $desc = "a framed shot of you impregnating the blank-faced " + $slaves[_s].slaveName + " at your wedding">>
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		<<set $desc = "a framed shot of you impregnating the joyous " + $slaves[_s].slaveName + " at your wedding">>
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the disinterested " + $slaves[_s].slaveName + " at your wedding">>
+	<<elseif $slaves[_s].devotion < -20>>
+		<<set $desc = "a framed shot of you forcefully impregnating the tear soaked " + $slaves[_s].slaveName + " at your wedding">>
+	<<else>>
+		<<set $desc = "a framed shot of you impregnating " + $slaves[_s].slaveName + " at your wedding">>
+	<</if>>
+	<<set $trinkets.push($desc)>>
+	<<if $arcologies[0].FSRestart != "unset" && ($slaves[_s].breedingMark == 0 || $propOutcome == 0) && $eugenicsFullControl != 1>>
+		You have @@.red;angered@@ the Societal Elite by this public showing of everything they stand against.
+		<<set $failedElite += 250>>
+	<</if>>
 
 <<elseif $weddingPlanned == 2>>
 
-    The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife is an all day affair.
-    <<if $slaves[_s].fetish == "mindbroken">>
-        $He spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and $slaves[_s].skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        $He spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and $slaves[_s].skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        $He spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and $slaves[_s].skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. $He squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
-    <<elseif $slaves[_s].devotion < -20>>
-        $He spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and $slaves[_s].skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <<else>>
-        $He spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted. $He's naked still, $his skin clean and $slaves[_s].skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <</if>>
-    <br>
-    <<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
-        <br><br><span id="surnaming">
-        <<link "Give $him your surname as well">>
-            <<replace "#surnaming">>
-                <<set $slaves[_s].slaveSurname = $PC.surname>>
-                You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
-                <<if $slaves[_s].fetish == "mindbroken">>
-                    shows no reaction. Like many things, names mean nothing to $him now.
-                <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-                    breaks down again.
-                <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-                    scoffs audibly.
-                <<elseif $slaves[_s].devotion < -20>>
-                    breaks down again.
-                <<else>>
-                    nods acceptingly.
-                <</if>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
+	The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife is an all day affair.
+	<<if $slaves[_s].fetish == "mindbroken">>
+		$He spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and $slaves[_s].skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		$He spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and $slaves[_s].skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		$He spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and $slaves[_s].skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. $He squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
+	<<elseif $slaves[_s].devotion < -20>>
+		$He spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and $slaves[_s].skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<<else>>
+		$He spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. $slaves[_s].slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted. $He's naked still, $his skin clean and $slaves[_s].skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<</if>>
+	<br>
+	<<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
+		<br><br><span id="surnaming">
+		<<link "Give $him your surname as well">>
+			<<replace "#surnaming">>
+				<<set $slaves[_s].slaveSurname = $PC.surname>>
+				You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
+				<<if $slaves[_s].fetish == "mindbroken">>
+					shows no reaction. Like many things, names mean nothing to $him now.
+				<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+					breaks down again.
+				<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+					scoffs audibly.
+				<<elseif $slaves[_s].devotion < -20>>
+					breaks down again.
+				<<else>>
+					nods acceptingly.
+				<</if>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
 
-    <<if ndef $slaves[_s].publicCount>>
-        <<set $slaves[_s].publicCount = 0>>
-    <</if>>
-    <<if $slaves[_s].vagina > 0>>
-        <<set $slaves[_s].vaginalCount += 50>>
-        <<set $vaginalTotal += 50>>
-        <<set $slaves[_s].publicCount += 50>>
-    <</if>>
-    <<if $slaves[_s].anus < 3>>
-        <<set $slaves[_s].anus += 1>>
-        You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
-    <</if>>
-    <<if $slaves[_s].relationship != 0>>
-        <<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-            <<if $slaves[_s].relationship > 0>>
-                $His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>love<<else>>companion<</if>>'s future.
-                <<if $slaves[_s].relationship == 4>>
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<elseif $slaves[_s].relationship == 3>>
-                    <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                <<else>>
-                    <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                <</if>>
-            <<elseif $slaves[_s].relationship == -2>>
-                $He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
-            <<elseif $slaves[_s].relationship == -1>>
-                Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
-                <<set $slaves[_s].devotion = 100, $slaves[_s].trust = 100>>
-            <</if>>
-        <<elseif $slaves[_s].devotion < -20>>
-            <<if $slaves[_s].relationship == -1>>
-                $He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
-                <<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-            <<elseif $slaves[_s].relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                <<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-            <<elseif $slaves[_s].relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                <<set $slaves[_s].devotion -= 50, $slaves[_s].trust -= 30>>
-            <<elseif $slaves[_s].relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
-            <</if>>
-        <<else>>
-            <<if $slaves[_s].relationship == -1>>
-                $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
-                <<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-            <<elseif $slaves[_s].relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 20>>
-            <<elseif $slaves[_s].relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
-                <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                <<set $slaves[_s].devotion -= 15, $slaves[_s].trust -= 10>>
-            <<elseif $slaves[_s].relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
-            <</if>>
-        <</if>>
-    <</if>>
-    <<set $slaves[_s].relationship = -3>>
-    <<set $slaves[_s].oralCount += 50>>
-    <<set $oralTotal += 50>>
-    <<set $slaves[_s].analCount += 50>>
-    <<set $analTotal += 50>>
-    <<set $slaves[_s].publicCount += 100>>
-    <<if canGetPregnant($slaves[_s]) && $slaves[_s].eggType == "human">>
-        <<= knockMeUp($slaves[_s], 20, 2, -2)>>
-    <</if>>
-    <<set $rep += 1000>>
-    <<if $slaves[_s].fetish == "mindbroken">>
-        <<set $desc = "a framed shot of the broken " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        <<set $desc = "a framed shot of the tear and cum soaked " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        <<set $desc = "a framed shot of the glowering " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
-    <<elseif $slaves[_s].devotion < -20>>
-        <<set $desc = "a framed shot of " + $slaves[_s].slaveName + " getting gangbanged and weeping at your wedding">>
-    <<else>>
-        <<set $desc = "a framed shot of " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	<<if ndef $slaves[_s].publicCount>>
+		<<set $slaves[_s].publicCount = 0>>
+	<</if>>
+	<<if $slaves[_s].vagina > 0>>
+		<<set $slaves[_s].vaginalCount += 50>>
+		<<set $vaginalTotal += 50>>
+		<<set $slaves[_s].publicCount += 50>>
+	<</if>>
+	<<if $slaves[_s].anus < 3>>
+		<<set $slaves[_s].anus += 1>>
+		You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
+	<</if>>
+	<<if $slaves[_s].relationship != 0>>
+		<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+			<<if $slaves[_s].relationship > 0>>
+				$His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>love<<else>>companion<</if>>'s future.
+				<<if $slaves[_s].relationship == 4>>
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<elseif $slaves[_s].relationship == 3>>
+					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+				<<else>>
+					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+				<</if>>
+			<<elseif $slaves[_s].relationship == -2>>
+				$He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
+			<<elseif $slaves[_s].relationship == -1>>
+				Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
+				<<set $slaves[_s].devotion = 100, $slaves[_s].trust = 100>>
+			<</if>>
+		<<elseif $slaves[_s].devotion < -20>>
+			<<if $slaves[_s].relationship == -1>>
+				$He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
+				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
+			<<elseif $slaves[_s].relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
+			<<elseif $slaves[_s].relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+				<<set $slaves[_s].devotion -= 50, $slaves[_s].trust -= 30>>
+			<<elseif $slaves[_s].relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
+			<</if>>
+		<<else>>
+			<<if $slaves[_s].relationship == -1>>
+				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
+				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
+			<<elseif $slaves[_s].relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 20>>
+			<<elseif $slaves[_s].relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
+				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+				<<set $slaves[_s].devotion -= 15, $slaves[_s].trust -= 10>>
+			<<elseif $slaves[_s].relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
+			<</if>>
+		<</if>>
+	<</if>>
+	<<set $slaves[_s].relationship = -3>>
+	<<set $slaves[_s].oralCount += 50>>
+	<<set $oralTotal += 50>>
+	<<set $slaves[_s].analCount += 50>>
+	<<set $analTotal += 50>>
+	<<set $slaves[_s].publicCount += 100>>
+	<<if canGetPregnant($slaves[_s]) && $slaves[_s].eggType == "human">>
+		<<= knockMeUp($slaves[_s], 20, 2, -2)>>
+	<</if>>
+	<<set $rep += 1000>>
+	<<if $slaves[_s].fetish == "mindbroken">>
+		<<set $desc = "a framed shot of the broken " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		<<set $desc = "a framed shot of the tear and cum soaked " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		<<set $desc = "a framed shot of the glowering " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
+	<<elseif $slaves[_s].devotion < -20>>
+		<<set $desc = "a framed shot of " + $slaves[_s].slaveName + " getting gangbanged and weeping at your wedding">>
+	<<else>>
+		<<set $desc = "a framed shot of " + $slaves[_s].slaveName + " getting gangbanged at your wedding">>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
 <<else>>
 
-    The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
-    <br><br>
-    $slaves[_s].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_s].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
-    <<if ($slaves[_s].vagina == 0)>>
-        white, since $he's a virgin.
-    <<elseif ($slaves[_s].pregKnown == 1)>>
-        light pink, since $he's pregnant.
-    <<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].anus == 0)>>
-        white, since $he's an anal virgin.
-    <<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].boobs > 500)>>
-        electric blue, since $he's a shemale.
-    <<elseif ($slaves[_s].vagina < 0)>>
-        pale blue, since $he's a sissy slave.
-    <<elseif ($slaves[_s].dick > 0)>>
-        hot pink, since $he's a futa slave.
-    <<else>>
-        light pink, since $he's an experienced sex slave.
-    <</if>>
-    A filmy veil covers $his head and shoulders. $His lacy bridal bra
-    <<if ($slaves[_s].boobs > 4000)>>
-        is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
-    <<elseif ($slaves[_s].boobs > 1200)>>
-        just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
-    <<elseif ($slaves[_s].boobs > 400)>>
-        flatters $his pretty breasts.
-    <<else>>
-        flatters $his pretty chest.
-    <</if>>
-    <<if $slaves[_s].bellyPreg >= 600000>>
-        $His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
-    <<elseif ($slaves[_s].bellyPreg >= 1500)>>
-        $His _belly pregnant belly protrudes out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyImplant >= 1500)>>
-        $His _belly <<print $slaves[_s].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyFluid >= 10000)>>
-        $His hugely bloated, <<print $slaves[_s].inflationType>>-filled belly protrudes out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyFluid >= 5000)>>
-        $His bloated, <<print $slaves[_s].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
-    <<elseif ($slaves[_s].bellyFluid >= 1500)>>
-        $His distended, <<print $slaves[_s].inflationType>>-belly protrudes out the front of $his bridal wear.
-    <</if>>
-    <<if $slaves[_s].dickAccessory == ("chastity") || $slaves[_s].dickAccessory == ("combined chastity")>>
-        $His slave dick is hidden by its chastity cage.
-    <<elseif canAchieveErection($slaves[_s])>>
-        <<if ($slaves[_s].dick > 4) && ($slaves[_s].belly >= 5000)>>
-        $He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_s].bellyPreg >= 3000>>pregnant <</if>>belly.
-        <<elseif $slaves[_s].dick > 4>>
-        $He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
-        <<else>>
-        $His erection tents the front of $his lacy g-string.
-        <</if>>
-    <<elseif ($slaves[_s].dick > 0)>>
-        <<if $slaves[_s].dick > 10>>
-        $His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
-        <<elseif $slaves[_s].dick > 4>>
-        $His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
-        <<else>>
-        $His lacy g-string perfectly conceals $his soft dick.
-        <</if>>
-    <<else>>
-        <<if $slaves[_s].clit > 1>>
-        $His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it.
-        <<else>>
-        $His lacy g-string covers $his womanhood demurely.
-        <</if>>
-    <</if>>
-    There is no aisle for $him to <<if $slaves[_s].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_s].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
-    <<if $slaves[_s].fetish == "mindbroken">>
-        despite the fact that $he had to be pushed into walking towards you.
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        of $his own choice, and $he does so with a smile.
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        of $his own choice, and $he does so with hesitation.
-    <<elseif $slaves[_s].devotion < -20>>
-        of $his own (forced) choice, and $he does so with wavering steps.
-    <<else>>
-        of $his own choice, and $he does so willingly.
-    <</if>>
-    <br><br>
-    When $he's in front of you, <<if $slaves[_s].amp == 1>>the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch<<else>>$he gets down on $his knees so $his head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-    <br>
-    <<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
-        <br><br><span id="surnaming">
-        <<link "Give $him your surname">>
-            <<replace "#surnaming">>
-                <<set $slaves[_s].slaveSurname = $PC.surname>>
-                You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
-                <<if $slaves[_s].fetish == "mindbroken">>
-                    shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
-                <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-                    breaks down again; it's like a dream come true.
-                <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-                    scoffs audibly; just another burden for $him to carry.
-                <<elseif $slaves[_s].devotion < -20>>
-                    breaks down again; this is nothing more than another unwanted link to you.
-                <<else>>
-                    nods acceptingly. Your will is $his will, after all.
-                <</if>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
-    <br><br> Then, you flip $his veil over $his head so $he can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires. $He approaches $his task
-    <<if $slaves[_s].fetish == "mindbroken">>
-        with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        <<if ($slaves[_s].fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
-    <<elseif $slaves[_s].devotion < -20>>
-        with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
-    <<else>>
-        with a will. $He approaches $his task <<if ($slaves[_s].fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
-    <</if>>
-    <<if $slaves[_s].relationship != 0>>
-        <<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-            <<if $slaves[_s].relationship > 0>>
-                $His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>love<<else>>companion<</if>>'s future.
-                <<if $slaves[_s].relationship == 4>>
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<elseif $slaves[_s].relationship == 3>>
-                    <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                <<else>>
-                    <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                <</if>>
-            <</if>>
-        <<elseif $slaves[_s].devotion < -20>>
-            <<if $slaves[_s].relationship == -1>>
-                $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                <<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-            <<elseif $slaves[_s].relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
-                <<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
-            <<elseif $slaves[_s].relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                <<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 30>>
-            <<elseif $slaves[_s].relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
-            <</if>>
-        <<else>>
-            <<if $slaves[_s].relationship == -1>>
-                $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                <<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-            <<elseif $slaves[_s].relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
-            <<elseif $slaves[_s].relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                <<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
-            <<elseif $slaves[_s].relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
-            <</if>>
-        <</if>>
-    <</if>>
-    <<set $slaves[_s].relationship = -3>>
-    <<set $slaves[_s].oralCount += 1>>
-    <<set $oralTotal += 1>>
-    <<set $rep += 750>>
-    <<if $slaves[_s].fetish == "mindbroken">>
-        <<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + $slaves[_s].slaveName>>
-    <<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
-        <<set $desc = "a framed shot of your romantic wedding to the joyous " + $slaves[_s].slaveName>>
-    <<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
-        <<set $desc = "a framed shot of your forced wedding to the hateful " + $slaves[_s].slaveName>>
-    <<elseif $slaves[_s].devotion < -20>>
-        <<set $desc = "a framed shot of your forced wedding to the weeping " + $slaves[_s].slaveName>>
-    <<else>>
-        <<set $desc = "a framed shot of your wedding to " + $slaves[_s].slaveName>>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	The ceremony to bind <<= SlaveFullName($slaves[_s])>> to you as your slave wife is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
+	<br><br>
+	$slaves[_s].slaveName appears after everyone has had a chance to socialize,<<if ($slaves[_s].amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
+	<<if ($slaves[_s].vagina == 0)>>
+		white, since $he's a virgin.
+	<<elseif ($slaves[_s].pregKnown == 1)>>
+		light pink, since $he's pregnant.
+	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].anus == 0)>>
+		white, since $he's an anal virgin.
+	<<elseif ($slaves[_s].vagina < 0) && ($slaves[_s].boobs > 500)>>
+		electric blue, since $he's a shemale.
+	<<elseif ($slaves[_s].vagina < 0)>>
+		pale blue, since $he's a sissy slave.
+	<<elseif ($slaves[_s].dick > 0)>>
+		hot pink, since $he's a futa slave.
+	<<else>>
+		light pink, since $he's an experienced sex slave.
+	<</if>>
+	A filmy veil covers $his head and shoulders. $His lacy bridal bra
+	<<if ($slaves[_s].boobs > 4000)>>
+		is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
+	<<elseif ($slaves[_s].boobs > 1200)>>
+		just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
+	<<elseif ($slaves[_s].boobs > 400)>>
+		flatters $his pretty breasts.
+	<<else>>
+		flatters $his pretty chest.
+	<</if>>
+	<<if $slaves[_s].bellyPreg >= 600000>>
+		$His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
+	<<elseif ($slaves[_s].bellyPreg >= 1500)>>
+		$His _belly pregnant belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyImplant >= 1500)>>
+		$His _belly <<print $slaves[_s].bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyFluid >= 10000)>>
+		$His hugely bloated, <<print $slaves[_s].inflationType>>-filled belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyFluid >= 5000)>>
+		$His bloated, <<print $slaves[_s].inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
+	<<elseif ($slaves[_s].bellyFluid >= 1500)>>
+		$His distended, <<print $slaves[_s].inflationType>>-belly protrudes out the front of $his bridal wear.
+	<</if>>
+	<<if $slaves[_s].dickAccessory == ("chastity") || $slaves[_s].dickAccessory == ("combined chastity")>>
+		$His slave dick is hidden by its chastity cage.
+	<<elseif canAchieveErection($slaves[_s])>>
+		<<if ($slaves[_s].dick > 4) && ($slaves[_s].belly >= 5000)>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $slaves[_s].bellyPreg >= 3000>>pregnant <</if>>belly.
+		<<elseif $slaves[_s].dick > 4>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
+		<<else>>
+		$His erection tents the front of $his lacy g-string.
+		<</if>>
+	<<elseif ($slaves[_s].dick > 0)>>
+		<<if $slaves[_s].dick > 10>>
+		$His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
+		<<elseif $slaves[_s].dick > 4>>
+		$His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
+		<<else>>
+		$His lacy g-string perfectly conceals $his soft dick.
+		<</if>>
+	<<else>>
+		<<if $slaves[_s].clit > 1>>
+		$His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it.
+		<<else>>
+		$His lacy g-string covers $his womanhood demurely.
+		<</if>>
+	<</if>>
+	There is no aisle for $him to <<if $slaves[_s].amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $slaves[_s].amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
+	<<if $slaves[_s].fetish == "mindbroken">>
+		despite the fact that $he had to be pushed into walking towards you.
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		of $his own choice, and $he does so with a smile.
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		of $his own choice, and $he does so with hesitation.
+	<<elseif $slaves[_s].devotion < -20>>
+		of $his own (forced) choice, and $he does so with wavering steps.
+	<<else>>
+		of $his own choice, and $he does so willingly.
+	<</if>>
+	<br><br>
+	When $he's in front of you, <<if $slaves[_s].amp == 1>>the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch<<else>>$he gets down on $his knees so $his head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $slaves[_s].amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+	<br>
+	<<if $PC.surname && $slaves[_s].slaveSurname != $PC.surname>>
+		<br><br><span id="surnaming">
+		<<link "Give $him your surname">>
+			<<replace "#surnaming">>
+				<<set $slaves[_s].slaveSurname = $PC.surname>>
+				You also proclaim your new slave wife $slaves[_s].slaveName $slaves[_s].slaveSurname. The new Mrs. $slaves[_s].slaveSurname hears this, of course, and
+				<<if $slaves[_s].fetish == "mindbroken">>
+					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
+				<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+					breaks down again; it's like a dream come true.
+				<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+					scoffs audibly; just another burden for $him to carry.
+				<<elseif $slaves[_s].devotion < -20>>
+					breaks down again; this is nothing more than another unwanted link to you.
+				<<else>>
+					nods acceptingly. Your will is $his will, after all.
+				<</if>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
+	<br><br> Then, you flip $his veil over $his head so $he can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires. $He approaches $his task
+	<<if $slaves[_s].fetish == "mindbroken">>
+		with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		<<if ($slaves[_s].fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
+	<<elseif $slaves[_s].devotion < -20>>
+		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
+	<<else>>
+		with a will. $He approaches $his task <<if ($slaves[_s].fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
+	<</if>>
+	<<if $slaves[_s].relationship != 0>>
+		<<if $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+			<<if $slaves[_s].relationship > 0>>
+				$His <<if $slaves[_s].relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $slaves[_s].relationship > 2>>love<<else>>companion<</if>>'s future.
+				<<if $slaves[_s].relationship == 4>>
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<elseif $slaves[_s].relationship == 3>>
+					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+				<<else>>
+					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+				<</if>>
+			<</if>>
+		<<elseif $slaves[_s].devotion < -20>>
+			<<if $slaves[_s].relationship == -1>>
+				$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
+			<<elseif $slaves[_s].relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
+				<<set $slaves[_s].devotion -= 40, $slaves[_s].trust -= 40>>
+			<<elseif $slaves[_s].relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+				<<set $slaves[_s].devotion -= 30, $slaves[_s].trust -= 30>>
+			<<elseif $slaves[_s].relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
+			<</if>>
+		<<else>>
+			<<if $slaves[_s].relationship == -1>>
+				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
+			<<elseif $slaves[_s].relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $slaves[_s].devotion -= 20, $slaves[_s].trust -= 20>>
+			<<elseif $slaves[_s].relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+				<<set $slaves[_s].devotion -= 10, $slaves[_s].trust -= 10>>
+			<<elseif $slaves[_s].relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<set $slaves[_s].devotion -= 5, $slaves[_s].trust -= 5>>
+			<</if>>
+		<</if>>
+	<</if>>
+	<<set $slaves[_s].relationship = -3>>
+	<<set $slaves[_s].oralCount += 1>>
+	<<set $oralTotal += 1>>
+	<<set $rep += 750>>
+	<<if $slaves[_s].fetish == "mindbroken">>
+		<<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + $slaves[_s].slaveName>>
+	<<elseif $slaves[_s].devotion+$slaves[_s].trust >= 175>>
+		<<set $desc = "a framed shot of your romantic wedding to the joyous " + $slaves[_s].slaveName>>
+	<<elseif $slaves[_s].devotion < -20 && $slaves[_s].trust > 20>>
+		<<set $desc = "a framed shot of your forced wedding to the hateful " + $slaves[_s].slaveName>>
+	<<elseif $slaves[_s].devotion < -20>>
+		<<set $desc = "a framed shot of your forced wedding to the weeping " + $slaves[_s].slaveName>>
+	<<else>>
+		<<set $desc = "a framed shot of your wedding to " + $slaves[_s].slaveName>>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
 <</if>>
\ No newline at end of file
diff --git a/src/uncategorized/seWeddingTriple.tw b/src/uncategorized/seWeddingTriple.tw
index e9da871332232033a64b39d1623b4788ed4da406..a28342c23afb55b55664873aecaa6d4623e62e1e 100644
--- a/src/uncategorized/seWeddingTriple.tw
+++ b/src/uncategorized/seWeddingTriple.tw
@@ -8,8 +8,8 @@
 <<setLocalPronouns _slave2 2>>
 <<setLocalPronouns _slave3 3>>
 <<if _ML > 3>>
-    <<set _slave4 = getSlave($marrying[3])>>
-    <<setLocalPronouns _slave4 4>>
+	<<set _slave4 = getSlave($marrying[3])>>
+	<<setLocalPronouns _slave4 4>>
 <</if>>
 
 /* TODO: not sure what to put here yet, this is mostly a placeholder */
@@ -19,16 +19,16 @@ In the days leading up to your wedding, your wives-to-be spent their time prepar
 	<<set _pregWedding = 1>>
 	<<if (!isFertile(_slave1))>>
 		<<set _pregWedding = 0>>
-        <<if (!isFertile(_slave2))>>
-            <<set _pregWedding = 0>>
-        <<else>>
-            <<set _pregWedding = 1>>				
-        <</if>>
-        <<if (!isFertile(_slave3))>>
-            <<set _pregWedding = 0>>
-        <<else>>
-            <<set _pregWedding = 1>>
-        <</if>>
+		<<if (!isFertile(_slave2))>>
+			<<set _pregWedding = 0>>
+		<<else>>
+			<<set _pregWedding = 1>>
+		<</if>>
+		<<if (!isFertile(_slave3))>>
+			<<set _pregWedding = 0>>
+		<<else>>
+			<<set _pregWedding = 1>>
+		<</if>>
 		<<if _ML == 4>>
 			<<if (!isFertile(_slave4))>>
 				<<set _pregWedding = 0>>
@@ -49,332 +49,332 @@ In the days leading up to your wedding, your wives-to-be spent their time prepar
 
 <<if $weddingPlanned == 3>>
 
-    /* TODO: write a 3+ slave variant */
+	/* TODO: write a 3+ slave variant */
 
 <<elseif $weddingPlanned == 2>>
 
-    The ceremony to bind <<= SlaveFullName($activeSlave)>> to you as your slave wife is an all day affair.
-    <<if $activeSlave.fetish == "mindbroken">>
-        $He spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and $activeSlave.skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-        $He spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and $activeSlave.skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-        $He spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and $activeSlave.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. $He squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
-    <<elseif $activeSlave.devotion < -20>>
-        $He spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and $activeSlave.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <<else>>
-        $He spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
-        <br><br>
-        $He returns shortly, looking exhausted. $He's naked still, $his skin clean and $activeSlave.skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-        <br><br>
-        Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
-    <</if>>
-    <br>
-    <<if $PC.surname && $activeSlave.slaveSurname != $PC.surname>>
-        <br><br><span id="surnaming">
-        <<link "Give $him your surname as well">>
-            <<replace "#surnaming">>
-                <<set $activeSlave.slaveSurname = $PC.surname>>
-                You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
-                <<if $activeSlave.fetish == "mindbroken">>
-                    shows no reaction. Like many things, names mean nothing to $him now.
-                <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-                    breaks down again.
-                <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-                    scoffs audibly.
-                <<elseif $activeSlave.devotion < -20>>
-                    breaks down again.
-                <<else>>
-                    nods acceptingly.
-                <</if>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
+	The ceremony to bind <<= SlaveFullName($activeSlave)>> to you as your slave wife is an all day affair.
+	<<if $activeSlave.fetish == "mindbroken">>
+		$He spent the day before resting and preparing $himself, if you can call sitting around mindlessly preparing. $He spends most of the daylong party at the center of a nonstop gangbang, occasionally moaning as more of a physical reaction than anything. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter emptiness. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted but otherwise uncaring. $He's naked still, $his skin clean and $activeSlave.skin, and is led to you for the ceremony by another slave. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He can't conceal $his tiredness, and leans against you subconsciously. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
+		$He spent the day before resting and preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, @@.green;your guests take part with enthusiasm,@@ many having brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted but rather proud of $himself for getting through all that. $He's naked still, $his skin clean and $activeSlave.skin, and comes confidently to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well-traveled, and $his tiredness. $He does $his best to conceal how ready to sleep $he is, but $he leans against you a little. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, and by the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
+		$He spent the day before resting and trying to ready $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted and annoyed. $He's naked still, $his skin clean and $activeSlave.skin, and comes reluctantly to stand by you for the ceremony, glaring at you the whole time. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness and look stronger than $he is, choosing to struggle to stand instead of leaning against you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new, protesting, slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing. $He squirms slightly in $his sleep to the unwelcome feeling of your arm around $him.
+	<<elseif $activeSlave.devotion < -20>>
+		$He spent the day before resting and crying to $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, screaming mixed cries of pleasure and horror. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's utter unwillingness. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted and depressed. $He's naked still, $his skin clean and $activeSlave.skin, and comes reluctantly to stand by you for the ceremony, just wanting it to be over. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal $his tiredness out of fear of punishment, and $he leans against you for support despite $his feelings on the wedding and you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>>, simply too tired to care anymore. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<<else>>
+		$He spent the day before resting and reluctantly preparing $himself, and this was a necessary precaution. $He spends most of the daylong party at the center of a nonstop gangbang, moaning and wincing as $he takes cock after cock. The theory is that $he'll be bound to you as your slave wife from this day onward, so $he must get the promiscuity that is a sex slave's responsibility out of the way now. Whatever their opinions on the idea, your guests take part with enthusiasm, completely unhampered by your slave's lack of passion. Many brought their own slaves to participate, too. $activeSlave.slaveName spends hours with numerous cocks inside $him, with attending slaves using their mouths on any erogenous zones they can reach. When the moment of the ceremony nears, $he's extracted and taken off to be bathed.
+		<br><br>
+		$He returns shortly, looking exhausted. $He's naked still, $his skin clean and $activeSlave.skin, and comes to stand by you for the ceremony. The only evident signs that $he's had sex with more than a hundred people today is $his ass, which looks rather well traveled, and $his tiredness. $He does $his best to conceal it, leaning against you despite the lack of love between you. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+		<br><br>
+		Once the ceremony is complete, you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against you, so tired that $he's grateful for the break from standing. By the time $he's home, $he's fast asleep. You set $him gently down on the bed and curl up behind $him, feeling the animal warmth of $his body as the exhausted slave's chest rises and falls with $his breathing.
+	<</if>>
+	<br>
+	<<if $PC.surname && $activeSlave.slaveSurname != $PC.surname>>
+		<br><br><span id="surnaming">
+		<<link "Give $him your surname as well">>
+			<<replace "#surnaming">>
+				<<set $activeSlave.slaveSurname = $PC.surname>>
+				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
+				<<if $activeSlave.fetish == "mindbroken">>
+					shows no reaction. Like many things, names mean nothing to $him now.
+				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
+					breaks down again.
+				<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
+					scoffs audibly.
+				<<elseif $activeSlave.devotion < -20>>
+					breaks down again.
+				<<else>>
+					nods acceptingly.
+				<</if>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
 
-    <<if ndef $activeSlave.publicCount>>
-        <<set $activeSlave.publicCount = 0>>
-    <</if>>
-    <<if $activeSlave.vagina > 0>>
-        <<set $activeSlave.vaginalCount += 50>>
-        <<set $vaginalTotal += 50>>
-        <<set $activeSlave.publicCount += 50>>
-    <</if>>
-    <<if $activeSlave.anus < 3>>
-        <<set $activeSlave.anus += 1>>
-        You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
-    <</if>>
-    <<if $activeSlave.relationship != 0>>
-        <<if $activeSlave.devotion+$activeSlave.trust >= 175>>
-            <<if $activeSlave.relationship > 0>>
-                $His <<if $activeSlave.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $activeSlave.relationship > 2>>love<<else>>companion<</if>>'s future.
-                <<if $activeSlave.relationship == 4>>
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<elseif $activeSlave.relationship == 3>>
-                    <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                <<else>>
-                    <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                <</if>>
-            <<elseif $activeSlave.relationship == -2>>
-                $He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
-            <<elseif $activeSlave.relationship == -1>>
-                Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
-                <<set $activeSlave.devotion = 100, $activeSlave.trust = 100>>
-            <</if>>
-        <<elseif $activeSlave.devotion < -20>>
-            <<if $activeSlave.relationship == -1>>
-                $He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
-                <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
-            <<elseif $activeSlave.relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
-                <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
-            <<elseif $activeSlave.relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                <<set $activeSlave.devotion -= 50, $activeSlave.trust -= 30>>
-            <<elseif $activeSlave.relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>>
-            <</if>>
-        <<else>>
-            <<if $activeSlave.relationship == -1>>
-                $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
-                <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
-            <<elseif $activeSlave.relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $activeSlave.devotion -= 30, $activeSlave.trust -= 20>>
-            <<elseif $activeSlave.relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
-                <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                <<set $activeSlave.devotion -= 15, $activeSlave.trust -= 10>>
-            <<elseif $activeSlave.relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>>
-            <</if>>
-        <</if>>
-    <</if>>
-    <<set $activeSlave.relationship = -3>>
-    <<set $activeSlave.oralCount += 50>>
-    <<set $oralTotal += 50>>
-    <<set $activeSlave.analCount += 50>>
-    <<set $analTotal += 50>>
-    <<set $activeSlave.publicCount += 100>>
-    <<if canGetPregnant($activeSlave) && $activeSlave.eggType == "human">>
-        <<= knockMeUp($activeSlave, 20, 2, -2)>>
-    <</if>>
-    <<set $rep += 1000>>
-    <<if $activeSlave.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of the broken " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
-    <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-        <<set $desc = "a framed shot of the tear and cum soaked " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
-    <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-        <<set $desc = "a framed shot of the glowering " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
-    <<elseif $activeSlave.devotion < -20>>
-        <<set $desc = "a framed shot of " + $activeSlave.slaveName + " getting gangbanged and weeping at your wedding">>
-    <<else>>
-        <<set $desc = "a framed shot of " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	<<if ndef $activeSlave.publicCount>>
+		<<set $activeSlave.publicCount = 0>>
+	<</if>>
+	<<if $activeSlave.vagina > 0>>
+		<<set $activeSlave.vaginalCount += 50>>
+		<<set $vaginalTotal += 50>>
+		<<set $activeSlave.publicCount += 50>>
+	<</if>>
+	<<if $activeSlave.anus < 3>>
+		<<set $activeSlave.anus += 1>>
+		You can feel $his ass, still somewhat gaped from its ordeal. It's been @@.lime;loosened@@ by $his wedding party.
+	<</if>>
+	<<if $activeSlave.relationship != 0>>
+		<<if $activeSlave.devotion+$activeSlave.trust >= 175>>
+			<<if $activeSlave.relationship > 0>>
+				$His <<if $activeSlave.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $activeSlave.relationship > 2>>love<<else>>companion<</if>>'s future.
+				<<if $activeSlave.relationship == 4>>
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<elseif $activeSlave.relationship == 3>>
+					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+				<<else>>
+					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+				<</if>>
+			<<elseif $activeSlave.relationship == -2>>
+				$He feels like $he betrayed you by getting fucked by so many others and struggles to convince $himself it was what you wanted.
+			<<elseif $activeSlave.relationship == -1>>
+				Judging by the smile on $his sleeping face, today may have been the @@.hotpink;best day of $his life.@@
+				<<set $activeSlave.devotion = 100, $activeSlave.trust = 100>>
+			<</if>>
+		<<elseif $activeSlave.devotion < -20>>
+			<<if $activeSlave.relationship == -1>>
+				$He @@.mediumorchid;hates@@ that $he has to be yours only after such a thrilling orgy and @@.gold;fears@@ what will happen if $he strays.
+				<<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
+			<<elseif $activeSlave.relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;furious@@ to watch _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 60, $slaves[_m].trust -= 40>>
+				<<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
+			<<elseif $activeSlave.relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+				<<set $activeSlave.devotion -= 50, $activeSlave.trust -= 30>>
+			<<elseif $activeSlave.relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>>
+			<</if>>
+		<<else>>
+			<<if $activeSlave.relationship == -1>>
+				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays, especially after such a lovely orgy.
+				<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
+			<<elseif $activeSlave.relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is especially @@.mediumorchid;hurt@@ after watching _his2 life's love get stolen away and fucked by so many others.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $activeSlave.devotion -= 30, $activeSlave.trust -= 20>>
+			<<elseif $activeSlave.relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. $slaves[_m].slaveName is a little @@.mediumorchid;resentful@@ that you'd treat such a catch that way.
+				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+				<<set $activeSlave.devotion -= 15, $activeSlave.trust -= 10>>
+			<<elseif $activeSlave.relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>>
+			<</if>>
+		<</if>>
+	<</if>>
+	<<set $activeSlave.relationship = -3>>
+	<<set $activeSlave.oralCount += 50>>
+	<<set $oralTotal += 50>>
+	<<set $activeSlave.analCount += 50>>
+	<<set $analTotal += 50>>
+	<<set $activeSlave.publicCount += 100>>
+	<<if canGetPregnant($activeSlave) && $activeSlave.eggType == "human">>
+		<<= knockMeUp($activeSlave, 20, 2, -2)>>
+	<</if>>
+	<<set $rep += 1000>>
+	<<if $activeSlave.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of the broken " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
+	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
+		<<set $desc = "a framed shot of the tear and cum soaked " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
+	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
+		<<set $desc = "a framed shot of the glowering " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
+	<<elseif $activeSlave.devotion < -20>>
+		<<set $desc = "a framed shot of " + $activeSlave.slaveName + " getting gangbanged and weeping at your wedding">>
+	<<else>>
+		<<set $desc = "a framed shot of " + $activeSlave.slaveName + " getting gangbanged at your wedding">>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
 <<else>>
 
-    The ceremony to bind the slaves to you as your slave wives is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
-    <br><br>
-    Your soon-to-be-brides appear after everyone has had a chance to socialize,<<if ($activeSlave.amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
-    <<if ($activeSlave.vagina == 0)>>
-        white, since $he's a virgin.
-    <<elseif ($activeSlave.pregKnown == 1)>>
-        light pink, since $he's pregnant.
-    <<elseif ($activeSlave.vagina < 0) && ($activeSlave.anus == 0)>>
-        white, since $he's an anal virgin.
-    <<elseif ($activeSlave.vagina < 0) && ($activeSlave.boobs > 500)>>
-        electric blue, since $he's a shemale.
-    <<elseif ($activeSlave.vagina < 0)>>
-        pale blue, since $he's a sissy slave.
-    <<elseif ($activeSlave.dick > 0)>>
-        hot pink, since $he's a futa slave.
-    <<else>>
-        light pink, since $he's an experienced sex slave.
-    <</if>>
-    A filmy veil covers $his head and shoulders. $His lacy bridal bra
-    <<if ($activeSlave.boobs > 4000)>>
-        is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
-    <<elseif ($activeSlave.boobs > 1200)>>
-        just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
-    <<elseif ($activeSlave.boobs > 400)>>
-        flatters $his pretty breasts.
-    <<else>>
-        flatters $his pretty chest.
-    <</if>>
-    <<if $activeSlave.bellyPreg >= 600000>>
-        $His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
-    <<elseif ($activeSlave.bellyPreg >= 1500)>>
-        $His _belly pregnant belly protrudes out the front of $his bridal wear.
-    <<elseif ($activeSlave.bellyImplant >= 1500)>>
-        $His _belly <<print $activeSlave.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
-    <<elseif ($activeSlave.bellyFluid >= 10000)>>
-        $His hugely bloated, <<print $activeSlave.inflationType>>-filled belly protrudes out the front of $his bridal wear.
-    <<elseif ($activeSlave.bellyFluid >= 5000)>>
-        $His bloated, <<print $activeSlave.inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
-    <<elseif ($activeSlave.bellyFluid >= 1500)>>
-        $His distended, <<print $activeSlave.inflationType>>-belly protrudes out the front of $his bridal wear.
-    <</if>>
-    <<if $activeSlave.dickAccessory == ("chastity") || $activeSlave.dickAccessory == ("combined chastity")>>
-        $His slave dick is hidden by its chastity cage.
-    <<elseif canAchieveErection($activeSlave)>>
-        <<if ($activeSlave.dick > 4) && ($activeSlave.belly >= 5000)>>
-        $He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly.
-        <<elseif $activeSlave.dick > 4>>
-        $He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
-        <<else>>
-        $His erection tents the front of $his lacy g-string.
-        <</if>>
-    <<elseif ($activeSlave.dick > 0)>>
-        <<if $activeSlave.dick > 10>>
-        $His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
-        <<elseif $activeSlave.dick > 4>>
-        $His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
-        <<else>>
-        $His lacy g-string perfectly conceals $his soft dick.
-        <</if>>
-    <<else>>
-        <<if $activeSlave.clit > 1>>
-        $His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it.
-        <<else>>
-        $His lacy g-string covers $his womanhood demurely.
-        <</if>>
-    <</if>>
-    There is no aisle for $him to <<if $activeSlave.amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $activeSlave.amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
-    <<if $activeSlave.fetish == "mindbroken">>
-        despite the fact that $he had to be pushed into walking towards you.
-    <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-        of $his own choice, and $he does so with a smile.
-    <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-        of $his own choice, and $he does so with hesitation.
-    <<elseif $activeSlave.devotion < -20>>
-        of $his own (forced) choice, and $he does so with wavering steps.
-    <<else>>
-        of $his own choice, and $he does so willingly.
-    <</if>>
-    <br><br>
-    When $he's in front of you, <<if $activeSlave.amp == 1>>the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch<<else>>$he gets down on $his knees so $his head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
-    <br>
-    <<if $PC.surname && $activeSlave.slaveSurname != $PC.surname>>
-        <br><br><span id="surnaming">
-        <<link "Give $him your surname">>
-            <<replace "#surnaming">>
-                <<set $activeSlave.slaveSurname = $PC.surname>>
-                You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
-                <<if $activeSlave.fetish == "mindbroken">>
-                    shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
-                <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-                    breaks down again; it's like a dream come true.
-                <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-                    scoffs audibly; just another burden for $him to carry.
-                <<elseif $activeSlave.devotion < -20>>
-                    breaks down again; this is nothing more than another unwanted link to you.
-                <<else>>
-                    nods acceptingly. Your will is $his will, after all.
-                <</if>>
-            <</replace>>
-        <</link>>
-        </span>
-    <</if>>
-    <br><br> Then, you flip $his veil over $his head so $he can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires. $He approaches $his task
-    <<if $activeSlave.fetish == "mindbroken">>
-        with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
-    <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-        <<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
-    <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-        with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
-    <<elseif $activeSlave.devotion < -20>>
-        with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
-    <<else>>
-        with a will. $He approaches $his task <<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
-    <</if>>
-    <<if $activeSlave.relationship != 0>>
-        <<if $activeSlave.devotion+$activeSlave.trust >= 175>>
-            <<if $activeSlave.relationship > 0>>
-                $His <<if $activeSlave.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $activeSlave.relationship > 2>>love<<else>>companion<</if>>'s future.
-                <<if $activeSlave.relationship == 4>>
-                    <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<elseif $activeSlave.relationship == 3>>
-                    <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
-                <<else>>
-                    <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
-                <</if>>
-            <</if>>
-        <<elseif $activeSlave.devotion < -20>>
-            <<if $activeSlave.relationship == -1>>
-                $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
-                <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
-            <<elseif $activeSlave.relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
-                <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
-            <<elseif $activeSlave.relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
-                <<set $activeSlave.devotion -= 30, $activeSlave.trust -= 30>>
-            <<elseif $activeSlave.relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>>
-            <</if>>
-        <<else>>
-            <<if $activeSlave.relationship == -1>>
-                $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
-                <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
-            <<elseif $activeSlave.relationship == 4>>
-                Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
-                <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>>
-            <<elseif $activeSlave.relationship == 3>>
-                Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
-                <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
-            <<elseif $activeSlave.relationship > 0>>
-                Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
-                <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
-                <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>>
-            <</if>>
-        <</if>>
-    <</if>>
-    <<set $activeSlave.relationship = -3>>
-    <<set $activeSlave.oralCount += 1>>
-    <<set $oralTotal += 1>>
-    <<set $rep += 750>>
-    <<if $activeSlave.fetish == "mindbroken">>
-        <<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + $activeSlave.slaveName>>
-    <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
-        <<set $desc = "a framed shot of your romantic wedding to the joyous " + $activeSlave.slaveName>>
-    <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
-        <<set $desc = "a framed shot of your forced wedding to the hateful " + $activeSlave.slaveName>>
-    <<elseif $activeSlave.devotion < -20>>
-        <<set $desc = "a framed shot of your forced wedding to the weeping " + $activeSlave.slaveName>>
-    <<else>>
-        <<set $desc = "a framed shot of your wedding to " + $activeSlave.slaveName>>
-    <</if>>
-    <<set $trinkets.push($desc)>>
+	The ceremony to bind the slaves to you as your slave wives is a polite affair which you host in the lower floor of your penthouse. All the arcology's most prominent citizens are there, most with a favored slave or two and some even with their slave wives. Many of your other slaves, that is your slaves who are not being married tonight, are present to serve your guests, but are dressed more conservatively than usual. When assignations between citizen and slave develop, guests are politely encouraged to perform them in side rooms rather than out in view of the main gathering.
+	<br><br>
+	Your soon-to-be-brides appear after everyone has had a chance to socialize,<<if ($activeSlave.amp == 1)>> carried by another slave since $he's a quadruple amputee and $he cannot walk,<</if>> wearing beautiful bridal lingerie in
+	<<if ($activeSlave.vagina == 0)>>
+		white, since $he's a virgin.
+	<<elseif ($activeSlave.pregKnown == 1)>>
+		light pink, since $he's pregnant.
+	<<elseif ($activeSlave.vagina < 0) && ($activeSlave.anus == 0)>>
+		white, since $he's an anal virgin.
+	<<elseif ($activeSlave.vagina < 0) && ($activeSlave.boobs > 500)>>
+		electric blue, since $he's a shemale.
+	<<elseif ($activeSlave.vagina < 0)>>
+		pale blue, since $he's a sissy slave.
+	<<elseif ($activeSlave.dick > 0)>>
+		hot pink, since $he's a futa slave.
+	<<else>>
+		light pink, since $he's an experienced sex slave.
+	<</if>>
+	A filmy veil covers $his head and shoulders. $His lacy bridal bra
+	<<if ($activeSlave.boobs > 4000)>>
+		is a marvel of engineering, discreetly reinforced to support $his gigantic udders.
+	<<elseif ($activeSlave.boobs > 1200)>>
+		just barely restrains $his huge boobs, leaving the tops of $his areolae visible.
+	<<elseif ($activeSlave.boobs > 400)>>
+		flatters $his pretty breasts.
+	<<else>>
+		flatters $his pretty chest.
+	<</if>>
+	<<if $activeSlave.bellyPreg >= 600000>>
+		$His expansive, squirming pregnant belly makes $his bridal wear particularly obscene.
+	<<elseif ($activeSlave.bellyPreg >= 1500)>>
+		$His _belly pregnant belly protrudes out the front of $his bridal wear.
+	<<elseif ($activeSlave.bellyImplant >= 1500)>>
+		$His _belly <<print $activeSlave.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear.
+	<<elseif ($activeSlave.bellyFluid >= 10000)>>
+		$His hugely bloated, <<print $activeSlave.inflationType>>-filled belly protrudes out the front of $his bridal wear.
+	<<elseif ($activeSlave.bellyFluid >= 5000)>>
+		$His bloated, <<print $activeSlave.inflationType>>-stuffed belly protrudes out the front of $his bridal wear.
+	<<elseif ($activeSlave.bellyFluid >= 1500)>>
+		$His distended, <<print $activeSlave.inflationType>>-belly protrudes out the front of $his bridal wear.
+	<</if>>
+	<<if $activeSlave.dickAccessory == ("chastity") || $activeSlave.dickAccessory == ("combined chastity")>>
+		$His slave dick is hidden by its chastity cage.
+	<<elseif canAchieveErection($activeSlave)>>
+		<<if ($activeSlave.dick > 4) && ($activeSlave.belly >= 5000)>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly.
+		<<elseif $activeSlave.dick > 4>>
+		$He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly.
+		<<else>>
+		$His erection tents the front of $his lacy g-string.
+		<</if>>
+	<<elseif ($activeSlave.dick > 0)>>
+		<<if $activeSlave.dick > 10>>
+		$His huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
+		<<elseif $activeSlave.dick > 4>>
+		$His big soft cock forms a lewd mass, stuffed into $his lacy g-string.
+		<<else>>
+		$His lacy g-string perfectly conceals $his soft dick.
+		<</if>>
+	<<else>>
+		<<if $activeSlave.clit > 1>>
+		$His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it.
+		<<else>>
+		$His lacy g-string covers $his womanhood demurely.
+		<</if>>
+	<</if>>
+	There is no aisle for $him to <<if $activeSlave.amp == 1>>be carried<<else>>walk<</if>> down, just a small space at the head of the room where you're standing alone, and there's no one to <<if $activeSlave.amp == 1>>walk alongside the slave carrying<<else>>walk<</if>> $him there; this symbolizes $his submission to you
+	<<if $activeSlave.fetish == "mindbroken">>
+		despite the fact that $he had to be pushed into walking towards you.
+	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
+		of $his own choice, and $he does so with a smile.
+	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
+		of $his own choice, and $he does so with hesitation.
+	<<elseif $activeSlave.devotion < -20>>
+		of $his own (forced) choice, and $he does so with wavering steps.
+	<<else>>
+		of $his own choice, and $he does so willingly.
+	<</if>>
+	<br><br>
+	When $he's in front of you, <<if $activeSlave.amp == 1>>the slave carrying $his limbless torso sets $him down on the floor in front of you and props $him up so $his head is level with your crotch<<else>>$he gets down on $his knees so $his head is level with your crotch<</if>>. <<if $assistantName == "your personal assistant">>Your personal assistant<<else>>$assistantName<</if>> reads the short recitation for $him, and you place a simple steel ring <<if $activeSlave.amp == 1>>on a cord around $his neck, since $he lacks fingers to wear it on<<else>>on $his finger<</if>>. There is no ring for you, since this marriage does not bind you.
+	<br>
+	<<if $PC.surname && $activeSlave.slaveSurname != $PC.surname>>
+		<br><br><span id="surnaming">
+		<<link "Give $him your surname">>
+			<<replace "#surnaming">>
+				<<set $activeSlave.slaveSurname = $PC.surname>>
+				You also proclaim your new slave wife $activeSlave.slaveName $activeSlave.slaveSurname. The new Mrs. $activeSlave.slaveSurname hears this, of course, and
+				<<if $activeSlave.fetish == "mindbroken">>
+					shows no reaction. Like many things, names mean nothing to $him now. Your guests, on the other hand, appreciate the gift.
+				<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
+					breaks down again; it's like a dream come true.
+				<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
+					scoffs audibly; just another burden for $him to carry.
+				<<elseif $activeSlave.devotion < -20>>
+					breaks down again; this is nothing more than another unwanted link to you.
+				<<else>>
+					nods acceptingly. Your will is $his will, after all.
+				<</if>>
+			<</replace>>
+		<</link>>
+		</span>
+	<</if>>
+	<br><br> Then, you flip $his veil over $his head so $he can <<if $PC.dick == 1>>suck your dick<<if $PC.vagina == 1>> and <</if>><</if>><<if $PC.vagina == 1>>eat you out<</if>> in front of your guests, as the ceremony requires. $He approaches $his task
+	<<if $activeSlave.fetish == "mindbroken">>
+		with robotic obedience. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He absentmindedly rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, gazing up at you with empty eyes.
+	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
+		<<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>with a will<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves @@.green;applaud at the consummation,@@ or rather, at the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He rests $his head against your <<if $PC.boobs == 1>>breasts<<elseif $PC.title == 0>>flat chest<<else>>strong chest<</if>> as you cradle $him in your arms, staring up at you.
+	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
+		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, hate-filled eyes, blaming you for everything that has happened so far.
+	<<elseif $activeSlave.devotion < -20>>
+		with apprehension, so much so that things are taking too long, so you grab $his head and facefuck $him instead. $He gags and sputters, tears running down $his cheeks, as you violate $his mouth publicly. You climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you with fearful, tear-filled eyes as if pleading for you not to do this.
+	<<else>>
+		with a will. $He approaches $his task <<if ($activeSlave.fetish == "cumslut")>>enthusiastically<<else>>obediently<</if>>, and you climax promptly, <<if $PC.dick == 1>>shooting your cum down $his throat<<else>>covering $his face in girlcum<</if>>. Your guests and their attendant slaves applaud at the consummation, or rather, the first stage of the consummation. The balance will take place privately, however, and you scoop up your new slave wife to carry $him back into the master bedroom. $He looks up at you, $his eyes unsure.
+	<</if>>
+	<<if $activeSlave.relationship != 0>>
+		<<if $activeSlave.devotion+$activeSlave.trust >= 175>>
+			<<if $activeSlave.relationship > 0>>
+				$His <<if $activeSlave.relationship > 2>>ex<<else>>friend<</if>> is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 <<if $activeSlave.relationship > 2>>love<<else>>companion<</if>>'s future.
+				<<if $activeSlave.relationship == 4>>
+					<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<elseif $activeSlave.relationship == 3>>
+					<<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>>
+				<<else>>
+					<<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>>
+				<</if>>
+			<</if>>
+		<<elseif $activeSlave.devotion < -20>>
+			<<if $activeSlave.relationship == -1>>
+				$He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays.
+				<<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
+			<<elseif $activeSlave.relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>>
+				<<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>>
+			<<elseif $activeSlave.relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>>
+				<<set $activeSlave.devotion -= 30, $activeSlave.trust -= 30>>
+			<<elseif $activeSlave.relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>>
+			<</if>>
+		<<else>>
+			<<if $activeSlave.relationship == -1>>
+				$He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays.
+				<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
+			<<elseif $activeSlave.relationship == 4>>
+				Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>>
+				<<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>>
+			<<elseif $activeSlave.relationship == 3>>
+				Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>>
+				<<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>>
+			<<elseif $activeSlave.relationship > 0>>
+				Both $him and $his friend are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other.
+				<<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>>
+				<<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>>
+			<</if>>
+		<</if>>
+	<</if>>
+	<<set $activeSlave.relationship = -3>>
+	<<set $activeSlave.oralCount += 1>>
+	<<set $oralTotal += 1>>
+	<<set $rep += 750>>
+	<<if $activeSlave.fetish == "mindbroken">>
+		<<set $desc = "a framed shot of your uneventful wedding to the mindbroken " + $activeSlave.slaveName>>
+	<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>>
+		<<set $desc = "a framed shot of your romantic wedding to the joyous " + $activeSlave.slaveName>>
+	<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>>
+		<<set $desc = "a framed shot of your forced wedding to the hateful " + $activeSlave.slaveName>>
+	<<elseif $activeSlave.devotion < -20>>
+		<<set $desc = "a framed shot of your forced wedding to the weeping " + $activeSlave.slaveName>>
+	<<else>>
+		<<set $desc = "a framed shot of your wedding to " + $activeSlave.slaveName>>
+	<</if>>
+	<<set $trinkets.push($desc)>>
 
 <</if>>
\ No newline at end of file
diff --git a/src/uncategorized/slaveStats.tw b/src/uncategorized/slaveStats.tw
index 36d0feb662c417bac70c4937076451bf260e2e41..d416a2b99dc8ecef331a684e6e60a4636220c8c7 100644
--- a/src/uncategorized/slaveStats.tw
+++ b/src/uncategorized/slaveStats.tw
@@ -5,7 +5,7 @@
 <<run clearSummaryCache($activeSlave)>>
 <<setLocalPronouns $activeSlave>>
 
-slaveName: $activeSlave.slaveName       /* TODO: figure out why this is being indented ingame */
+slaveName: $activeSlave.slaveName	   /* TODO: figure out why this is being indented ingame */
 <br>slaveSurname: $activeSlave.slaveSurname
 <br>birthName: $activeSlave.birthName
 <br>birthSurname: $activeSlave.birthSurname