diff --git a/src/pregmod/fDick.tw b/src/pregmod/fDick.tw
index 8c53e4651228c5690b957245a3c759e0db0aed4e..7d3f6851958d1a19d1ae69ee91cf153d8fbedc45 100644
--- a/src/pregmod/fDick.tw
+++ b/src/pregmod/fDick.tw
@@ -1,8 +1,8 @@
-:: FDick 
+:: FDick [nobr]
  
 <<ClearSummaryCache $activeSlave>>
 /*CHECK*/
-<<nobr>>
+
 /*NON-AMPUTEE*/
 <<if ($activeSlave.amp < 1)>>
 	You direct $activeSlave.slaveName to lie down and ready herself as you step over to her an align your <<if $PC.vagina == 1>> vagina <<else>> ass <</if>> with the
@@ -162,5 +162,5 @@
 <</if>>
 Rumors spread that you @@.red;enjoy taking it from slaves.@@
 <<set $PC.degeneracy += 2>>
-<</nobr>>
+
 
diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw
index e584727099feeca59140cc7c1e80d7224889c303..fdc99952bedb901866c3bbdc9a4880d9473c93ad 100644
--- a/src/pregmod/fSlaveFeed.tw
+++ b/src/pregmod/fSlaveFeed.tw
@@ -2,7 +2,7 @@
 
 <<if $activeSlave.inflationType == "milk">>
 <<set $activeSlave.milkSource = $milkTap.ID>>
-<<nobr>>
+
 <<ClearSummaryCache $activeSlave>>
 <<ClearSummaryCache $milkTap>>
 
@@ -77,9 +77,7 @@ The first necessary step is to prepare the milk cow and her udders.
 
 <</if>>
 
-<</nobr>>
-
-<<nobr>>
+<br><br>
 
 Next, you see to $activeSlave.slaveName.
 
@@ -353,11 +351,11 @@ Next, you see to $activeSlave.slaveName.
 
 <</if>>
 
-<</nobr>>
+
 <<else>> /* cum variant */
 <<set $activeSlave.cumSource = $milkTap.ID>>
 
-<<nobr>>
+
 
 The first necessary step is to prepare the cum slave and her cock and balls.
 
@@ -447,9 +445,7 @@ The first necessary step is to prepare the cum slave and her cock and balls.
 
 <</if>>
 
-<</nobr>>
-
-<<nobr>>
+<br><br>
 
 Next, you see to $activeSlave.slaveName.
 
@@ -725,11 +721,10 @@ Next, you see to $activeSlave.slaveName.
 <</if>>
 <<set $activeSlave.oralCount++, $milkTap.oralCount++, $oralTotal += 2>>
 
-<</nobr>>
 
 <</if>>
 
-<<nobr>>
+<br><br>
 
 You help the bloated $activeSlave.slaveName to the couch to recover and, more importantly, keep her meal down. Only once she has had several minutes to unwind<<if $activeSlave.devotion > 10>> and plenty of time to tease you with her swollen body, do you tell <<else>> do you order<</if>> her to keep drinking from $milkTap.slaveName so that she is always filled with <<if $activeSlave.inflation == 3>>two gallons<<elseif $activeSlave.inflation == 2>>four liters<<else>>two liters<</if>> of $activeSlave.inflationType. You give her <<if $activeSlave.inflation == 3>>taut, firm globe of a belly a pat<<elseif $activeSlave.inflation == 2>>wobbly, sloshing belly a pat<<else>>her distended, sloshing belly a pat<</if>> and send her on her way.
 
@@ -748,7 +743,6 @@ Once she is gone, you see to it that the contented $milkTap.slaveName is helped
 Once she is gone, you see to it that the dribbling fuckdoll is cleaned up and returned to its proper place, but only after its leaking <<if $activeSlave.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail.
 <</if>>
 
-<</nobr>>
 
 <<set _m = $slaves.findIndex(function(s) { return s.ID == $milkTap.ID; })>>
 <<set $slaves[_m] = $milkTap>>
diff --git a/src/pregmod/fSlaveSlaveVag.tw b/src/pregmod/fSlaveSlaveVag.tw
index 23636289e01133542129d8a627c18b762dbd7e58..f4e6c913d9fe94fe48fa2451892a7a6d6cc861d5 100644
--- a/src/pregmod/fSlaveSlaveVag.tw
+++ b/src/pregmod/fSlaveSlaveVag.tw
@@ -1,26 +1,26 @@
-:: FSlaveSlaveVag
+:: FSlaveSlaveVag [nobr]
  
-<<nobr>>
 
-<<set $nextButton = "Back">>
-<<set $nextLink = "Slave Interact">>
+<<set $nextButton = "Back", set $nextLink = "Slave Interact">>
 
-<<set $slaverapistx = 0>>
-<<set $eligibility = 0>>
+<<set $slaverapistx = 0, set $eligibility = 0>>
 
 //Select a slave that will fuck $activeSlave.slaveName.//
 
-<</nobr>>
+<br><br>
 
 __Select an eligible slave:__
-<<for $i = 0; $i < $slaves.length; $i++>>\
-	<<if (canPenetrate($slaves[$i])) or ($slaves[$i].clit >= 4)>>\
-	<<if ($slaves[$i].ID != $activeSlave.ID)>>\
-		<<print "[[$slaves[$i].slaveName|FSlaveSlaveVag Consummate][$slaverapistx = $slaves[" + $i + "]]]">>
-		<<set $eligibility = 1>>\
-	<</if>>\
-	<</if>>\
-<</for>>\
-<<if ($eligibility == 0)>>\
-	//You have no slaves capable of this act.//
-<</if>>\
+
+<br>
+
+<<for $i = 0; $i < $slaves.length; $i++>>
+	<<if (canPenetrate($slaves[$i])) || ($slaves[$i].clit >= 4)>>
+	<<if ($slaves[$i].ID != $activeSlave.ID)>>
+		<br><<print "[[$slaves[$i].slaveName|FSlaveSlaveVag Consummate][$slaverapistx = $slaves[" + $i + "]]]">>
+		<<set $eligibility = 1>>
+	<</if>>
+	<</if>>
+<</for>>
+<<if ($eligibility == 0)>>
+	<br>//You have no slaves capable of this act.//
+<</if>>
diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw
index 419df4e31ca9a8eef7def013616d386c208ddc7a..ef48f3556f1e0515c77f324228491a87f9ccfe06 100644
--- a/src/pregmod/fSlaveSlaveVagConsummate.tw
+++ b/src/pregmod/fSlaveSlaveVagConsummate.tw
@@ -1,4 +1,4 @@
-:: FSlaveSlaveVag Consummate
+:: FSlaveSlaveVag Consummate [nobr]
 
 <<ClearSummaryCache $activeSlave>>
 <<ClearSummaryCache $slaverapistx>>
@@ -25,8 +25,6 @@
 		<<set $dicksize = "obscene">>
 <</if>>
 
-<<nobr>>
-
 You take a look at the slave you selected.
 
 
@@ -111,9 +109,7 @@ You take a look at the slave you selected.
 <</if>>
 
 
-<</nobr>>
-
-<<nobr>>
+<br><br>
 
 Next, you see to $activeSlave.slaveName.
 
@@ -270,8 +266,6 @@ Throughout the week, you keep $activeSlave.slaveName's pussy intimate with $slav
 	<</if>>
 <</if>>	
 
-<</nobr>>
-
 
 <<for $i = 0; $i < $slaves.length; $i++>>
 	<<if $slaverapistx.ID == $slaves[$i].ID>>
diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw
index 84f5532acf06a2feab81fb79d40d8548b9c83fea..b6c50d5d4c6e0d6d1f83482cdb137b8cf2e011ae 100644
--- a/src/pregmod/fillUpButt.tw
+++ b/src/pregmod/fillUpButt.tw
@@ -1,7 +1,5 @@
-:: FillUpButt 
+:: FillUpButt [nobr]
  
-<<nobr>>
-
 <<ClearSummaryCache $activeSlave>>
 <<set $activeSlave.bellyAccessory = "none">>
 You
@@ -326,5 +324,4 @@ You look at her rear while you squeeze her cheeks and rub them with your firm ha
 <<elseif $activeSlave.inflation == 1>>
 	<<if canWalk($activeSlave)>>She gingerly leaves your office, massaging her distended belly as she goes<<else>>Her belly wobbles as she is helped from your office<</if>>. 
 <</if>>
-<</nobr>>
 
diff --git a/src/pregmod/incubatorRetrievalWorkaround.tw b/src/pregmod/incubatorRetrievalWorkaround.tw
index 7dfd5b6d7be4a94b7744562fed96908a3bd4b649..167e218b419db5574d0355b07e7a268f2b7e3ab2 100644
--- a/src/pregmod/incubatorRetrievalWorkaround.tw
+++ b/src/pregmod/incubatorRetrievalWorkaround.tw
@@ -1,9 +1,11 @@
-:: Incubator Retrieval Workaround
+:: Incubator Retrieval Workaround [nobr]
 
 $readySlave.slaveName has been discharged from $incubatorName and is ready for her first ever inspection.
 
+<br><br>
+
 <<set $activeSlave = $readySlave>>
-<<set $saleDescription = 0>>
+<<set $saleDescription = 0, $applyLaw = 0>>
 <<set $incubatorSlaves-->>
 <<include "Long Slave Description">>
 <<AddSlave $activeSlave>>
diff --git a/src/pregmod/saInflation.tw b/src/pregmod/saInflation.tw
index b0b4c2a778c04ab7380739b843617c6567848a55..8bc21531665e565e4a09ff574b9e5420ecf15b3b 100644
--- a/src/pregmod/saInflation.tw
+++ b/src/pregmod/saInflation.tw
@@ -591,11 +591,12 @@
 	<</if>>
 <</switch>>
 
-<<if $slaves[$i].fetish == "cumslut">>
-<<if $slaves[$i].inflationType == "cum">>
+<<if $slaves[$i].fetish == "cumslut" && $slaves[$i].inflationType == "cum">>
 	Being so full of cum fills $object with @@.hotpink;absolute bliss@@.
 	<<set $slaves[$i].devotion += 5>>
-<</if>>
+<<elseif $slaves[$i].fetish == "masochist" && $slaves[$i].inflation == 3>>
+	That pain comes with @@.hotpink;absolute bliss@@ as $pronoun relishes the unique sensation.
+	<<set $slaves[$i].devotion += 5>>
 <</if>>
 <<if $slaves[$i].behavioralQuirk == "fitness">>
 <<if $slaves[$i].inflationType == "milk" || $slaves[$i].inflationType == "cum" || $slaves[$i].inflationType == "food">>
diff --git a/src/pregmod/slaveAgeIntro.tw b/src/pregmod/slaveAgeIntro.tw
index e5ab636004bc11ecb210fe720c599a295c3349b8..87d529b222302dbca1cadf3a95971edbfb5a6c2f 100644
--- a/src/pregmod/slaveAgeIntro.tw
+++ b/src/pregmod/slaveAgeIntro.tw
@@ -1,9 +1,11 @@
-:: Slave Age Intro 
+:: Slave Age Intro [nobr]
  
 Do you want to see content involving girls younger than 18 in this game?
 
+<br><br>
+
 [[No.|PC Body Intro][$minimumSlaveAge = 18, $pedo_mode = 0]] //All slaves will be at least 18 years old, and slavery of children will be illegal in the Free Cities.//
-Yes, I wish to see girls as young as <<textbox "$minimumSlaveAge" $minimumSlaveAge "PC Body Intro">> [[Continue|PC Body Intro][$pedo_mode = 0]]
-[[I just want lots of lolis.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 1]] //Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older.//
-[[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 1, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile yonger than normal puberty age (10) in some cases, and grow up naturally.//
+<br>Yes, I wish to see girls as young as <<textbox "$minimumSlaveAge" $minimumSlaveAge "PC Body Intro">> [[Continue|PC Body Intro][$pedo_mode = 0]]
+<br>[[I just want lots of lolis.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 1]] //Nearly all randomly generated slaves will be under the age of 18, although custom slaves and slaves related to specific events may be older.//
+<br>[[I wish to see them grow up and become fertile.|PC Body Intro][$minimumSlaveAge = 3, $pedo_mode = 0, $precociousPuberty = 1, $loliGrow = 1, $fertilityAge = 10, $potencyAge = 12, $seeAge = 1]] //Preset. Slaves' age will be random from minimal possible age. They can be made fertile yonger than normal puberty age (10) in some cases, and grow up naturally.//
 
diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw
index 7240bc41fb69779a564ea759deef9f379f8211f7..ddc05085bd309ef778058f7af21a13d40185078a 100644
--- a/src/uncategorized/arcmgmt.tw
+++ b/src/uncategorized/arcmgmt.tw
@@ -128,7 +128,7 @@ $ACitizens citizens and <<print $ASlaves+$helots+$slaves.length>> slaves now liv
 <<elseif $arcologies[0].FSDegradationistLaw == 1>>Most of the slaves are recent captures, since the vicious society that's taken root here uses people up quickly.<</if>>
 <<if $arcologies[0].FSBodyPuristLaw == 1>>The average slave is quite healthy.
 <<elseif $arcologies[0].FSTransformationFetishistResearch == 1>>Breast implants are almost universal; an M cup bust is below average among the slave population.
-<<elseif $arcologies[0].FSTransformationFetishistLaw == 1>>Breast implants are almost universal; a D cup bust is below average among the slave population.<</if>>
+<<elseif $arcologies[0].FSTransformationFetishistLaw == 1>>Breast implants are almost universal; <<if $$arcologies[0].FSSlimnessEnthusiast == "unset">>a D cup bust is below average among the slave population<<else>>not a slave can be found without a pair of pert, round breasts<</if>>.<</if>>
 <<if $arcologies[0].FSSlimnessEnthusiastSMR == 1>>Most of the slave population is quite slim and physically fit.
 <<elseif $arcologies[0].FSAssetExpansionistSMR == 1>>The arcology's consumption of pharmaceuticals is impressive, since slave growth hormones are nearly ubiquitous.<</if>>
 <<if $arcologies[0].FSRepopulationFocusLaw == 1>>Many of the women in the arcology are pregnant.<<elseif $arcologies[0].FSRepopulationFocusSMR == 1>>Most of the slaves in the arcology are pregnant.<<elseif $arcologies[0].FSRestartLaw == 1>>Many of your civilians have agreed to be sterilized.<<elseif $arcologies[0].FSRestartSMR == 1>>Many of slave slaves in your arcology are infertile.<</if>>
diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw
index 1435fde6ec5662d4b5cd64505970f164c62ad962..15d4e14326267e2da4505c6678c60a7ac610ca5e 100644
--- a/src/uncategorized/neighborsDevelopment.tw
+++ b/src/uncategorized/neighborsDevelopment.tw
@@ -2482,7 +2482,7 @@ has an estimated GSP of @@.yellowgreen;¤<<print Math.trunc((0.1*$arcologies[$i]
 			offers _prisoners menial slaves as tribute; having the area as an avowed client state @@.green;improves your reputation.@@
 			<<set $rep += 100, $peacekeepers.attitude = 100>>
 		<<else>>
-			delivers _prisoners to you in payment for your past support.
+			delivers _prisoners menial slaves to you in payment for your past support.
 		<</if>>
 		<<set $helots += _prisoners>>
 	<<elseif $peacekeepers.strength < 0>>
diff --git a/src/uncategorized/persBusiness.tw b/src/uncategorized/persBusiness.tw
index 2bd7e5bb4a4a8a602c65a6a5695bc8483cac75f7..6c73c7c2bb9b983ac6d5a44a72f2d76fde7a4bd3 100644
--- a/src/uncategorized/persBusiness.tw
+++ b/src/uncategorized/persBusiness.tw
@@ -95,7 +95,7 @@
 
 <<if ($personalAttention == "trading")>>
 	<<set _oldSkill = $PC.trading>>
-	<<set $PC.trading += random(5,10)>>
+	<<set $PC.trading += random(1,3)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.trading > 10>>
 			You now have @@.green;basic knowledge@@ about how to be a venture capitalist.
@@ -116,7 +116,7 @@
 		<</if>>
 	<<else>>
 		<<if $PC.trading >= 100>>
-			<<set $personalAttention = "business">>
+			<<set $personalAttention = "sex">>
 			You are now a @@.green;master venture capitalist.@@
 		<<else>>
 			You have made progress towards mastering venture capitalism.
@@ -125,7 +125,7 @@
 
 <<elseif ($personalAttention == "warfare")>>
 	<<set _oldSkill = $PC.warfare>>
-	<<set $PC.warfare += random(5,10)>>
+	<<set $PC.warfare += random(1,3)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.warfare > 10>>
 			You now have @@.green;basic knowledge@@ about how to be a mercenary.
@@ -146,7 +146,7 @@
 		<</if>>
 	<<else>>
 		<<if $PC.warfare >= 100>>
-			<<set $personalAttention = "business">>
+			<<set $personalAttention = "sex">>
 			You are now a @@.green;master mercenary.@@
 		<<else>>
 			You have made progress towards mastering mercenary work.
@@ -155,7 +155,7 @@
 
 <<elseif ($personalAttention == "slaving")>>
 	<<set _oldSkill = $PC.slaving>>
-	<<set $PC.slaving += random(5,10)>>
+	<<set $PC.slaving += random(1,3)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.slaving > 10>>
 			You now have @@.green;basic knowledge@@ about how to be a slaver.
@@ -176,7 +176,7 @@
 		<</if>>
 	<<else>>
 		<<if $PC.slaving >= 100>>
-			<<set $personalAttention = "business">>
+			<<set $personalAttention = "sex">>
 			You are now a @@.green;master slaver.@@
 		<<else>>
 			You have made progress towards mastering slaving.
@@ -185,7 +185,7 @@
 
 <<elseif ($personalAttention == "engineering")>>
 	<<set _oldSkill = $PC.engineering>>
-	<<set $PC.engineering += random(5,10)>>
+	<<set $PC.engineering += random(1,3)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.engineering > 10>>
 			You now have @@.green;basic knowledge@@ about how to be an arcology engineer.
@@ -206,7 +206,7 @@
 		<</if>>
 	<<else>>
 		<<if $PC.engineering >= 100>>
-			<<set $personalAttention = "business">>
+			<<set $personalAttention = "sex">>
 			You are now a @@.green;master arcology engineer.@@
 		<<else>>
 			You have made progress towards mastering arcology engineering.
@@ -215,7 +215,7 @@
 
 <<elseif ($personalAttention == "medicine")>>
 	<<set _oldSkill = $PC.medicine>>
-	<<set $PC.medicine += random(5,10)>>
+	<<set $PC.medicine += random(1,3)>>
 	<<if _oldSkill <= 10>>
 		<<if $PC.medicine > 10>>
 			You now have @@.green;basic knowledge@@ about how to be a slave surgeon.
@@ -236,7 +236,7 @@
 		<</if>>
 	<<else>>
 		<<if $PC.medicine >= 100>>
-			<<set $personalAttention = "business">>
+			<<set $personalAttention = "sex">>
 			You are now a @@.green;master slave surgeon.@@
 		<<else>>
 			You have made progress towards mastering slave surgery.
@@ -304,7 +304,7 @@ Routine upkeep of your demesne costs @@.yellow;¤$costs.@@
 	<<set $cash -= Math.trunc($seed/4)>>
 	<</if>>
 <<elseif $weatherToday.severity-$weatherCladding == 2>>
-	<<if $weatherCladding == 1>>
+	<<if $weatherCladding >= 1>>
 	<<set $weatherAwareness = 1>>
 	The arcology's hardened exterior resisted severe weather this week. Your citizens are @@.green;grateful@@ to you for maintaining the arcology as a safe haven from the terrible climate.
 	<<set $rep += 100>>
diff --git a/src/uncategorized/saLongTermEffects.tw b/src/uncategorized/saLongTermEffects.tw
index 05c0b4846b76e3dc2addf97a668642c65260cde1..8419c8907988a2de13d58b09ca5762d0b23437e1 100644
--- a/src/uncategorized/saLongTermEffects.tw
+++ b/src/uncategorized/saLongTermEffects.tw
@@ -4067,8 +4067,10 @@
 
 	<<if $slaves[$i].fetish != "mindbroken" && $slaves[$i].fuckdoll == 0>>
 		<<if $slaves[$i].inflation == 3>>
-			Being so distended with fluids is @@.mediumorchid;very uncomfortable@@ to $possessive.
-			<<set $slaves[$i].devotion -= 3>>
+			<<if $slaves[$i].fetish != "masochist" && $slaves[$i].sexualFlaw != "hates self">>
+				Being so distended with fluids is @@.mediumorchid;very uncomfortable@@ to $possessive.
+				<<set $slaves[$i].devotion -= 3>>
+			<</if>>
 			<<if ($slaves[$i].fetish == "none") && ($fetishChangeChance > random(0,100))>>
 				Having such a round, heavy belly leads $object to @@.lightcoral;begin fantasizing about being pregnant.@@
 				<<set $slaves[$i].fetish = "pregnancy">>