diff --git a/src/uncategorized/ptWorkaround.tw b/src/uncategorized/ptWorkaround.tw
index 136e993f5e84d1baf62486d04a6bd6bf6b4e00c0..465cadfa838eaae55e4d76faf524536ff9639efc 100644
--- a/src/uncategorized/ptWorkaround.tw
+++ b/src/uncategorized/ptWorkaround.tw
@@ -21,7 +21,7 @@
 <<case "build her devotion">>
 	<<set $activeSlave.devotion += 6>>
 	<<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "submissive")>>
-		Since $activeSlave.slaveName is a submissive, you @@.hotpink;build $his devotion to you@@ by indulging $his need to be dominated. Already smiling to $himself, $he changes into bondage gear that <<if canSee($activeSlave)>>blinds $him<<else>>covers $his face<</if>><<if hasAnyArms($activeSlave)>>, forces $his arm<<if hasBothArms($activeSlave)>>s<</if>> behind $his back<</if>>, forces $him to present $his breasts uncomfortably, and forces a painfully large dildo up $his <<if $activeSlave.vagina > 0>>vagina<<if $activeSlave.anus > 0>> and anus<</if>><<elseif $activeSlave.anus > 0>>anus<</if>>. Thus attired, $he is forced to serve you in whatever petty ways occur to you. $He holds your tablet for you on $his upthrust ass as you work, holds a thin beverage glass for you in $his upturned mouth when you eat, and lies still so you can use $his tits as a pillow whenever you recline. $He loves it.
+		Since $activeSlave.slaveName is a submissive, you @@.hotpink;build $his devotion to you@@ by indulging $his need to be dominated. Already smiling to $himself, $he changes into bondage gear that <<if canSee($activeSlave)>>blinds $him<<else>>covers $his face<</if>><<if hasAnyArms($activeSlave)>>, forces $his arm<<if hasBothArms($activeSlave)>>s<</if>> behind $his back<</if>>, <<if $activeSlave.vagina <= 0 && $activeSlave.anus <= 0>>and <</if>>forces $him to present $his breasts uncomfortably<<if $activeSlave.vagina > 0 || $activeSlave.anus > 0>>, and forces a painfully large dildo up $his <<if $activeSlave.vagina > 0>>vagina<<if $activeSlave.anus > 0>> and anus<</if>><<elseif $activeSlave.anus > 0>>anus<</if>>. Thus attired, $he is forced to serve you in whatever petty ways occur to you. $He holds your tablet for you on $his upthrust ass as you work, holds a thin beverage glass for you in $his upturned mouth when you eat, and lies still so you can use $his tits as a pillow whenever you recline. $He loves it.
 	<<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetish == "cumslut") && ($PC.dick != 0)>>
 		Since $activeSlave.slaveName has an unusual taste for oral sex and cum, you @@.hotpink;build $his devotion to you@@ by indulging $him. You allow $him to spend $his free time following you around. $He is permitted to act as your private cum receptacle. If you use another slave, you usually pull out and give $his smiling face a facial. When you come inside another slave instead, $activeSlave.slaveName is allowed to get your cum anyway, regardless of whether that requires the other slave to spit it into $his mouth or $activeSlave.slaveName to suck it out of the other slave's vagina or rectum. Either way, $he rubs $his stomach happily after $he's swallowed it down.
 		<<set $activeSlave.counter.oral += 20, $oralTotal += 20>>
diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw
index 4293833520ab028047826d3aa75fb4935921eb71..b34a7921d9c2fe36751e513574addc231ccb5e9b 100644
--- a/src/uncategorized/storyCaption.tw
+++ b/src/uncategorized/storyCaption.tw
@@ -258,7 +258,7 @@
 		<<if $sideBarOptions.GSP > 0 && _Pass != "Neighbor Interact">>
 			<div>
 			@@.yellowgreen;GSP@@ |
-			<<= num(Math.trunc(0.1*$arcologies[0].prosperity))>>m
+			<<= num(Math.trunc(0.1*$arcologies[0].prosperity))>><<if $showNumbers == 2 || ($showNumbers == 1 && Math.trunc(0.1*$arcologies[0].prosperity) > $showNumbersMax)>>m<<else>> million<</if>>
 			<<if $arcologies[0].ownership >= $arcologies[0].minority>>
 				<<if $arcologies[0].ownership >= $arcologies[0].minority+5>>
 					<<if $arcologies[0].ownership < 100>>
diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw
index 695be8ebcfed8936e19413cd90d41abf4055e3a1..782bf645c95690eda9d14fe2937f0047cde13c73 100644
--- a/src/uncategorized/summaryOptions.tw
+++ b/src/uncategorized/summaryOptions.tw
@@ -28,14 +28,14 @@
 
 <<if $sortSlavesMain > 0>>
 	<<options $sortSlavesOrder>>
-			, sorted by
-			<<option "ascending" "Ascending">>
-			<<option "descending" "Descending">>
-		<</options>>
+		in
+		<<option "ascending" "Ascending">>
+		<<option "descending" "Descending">>
+	<</options>>
 
 	<br>
 	<<options $sortSlavesBy>>
-		and
+		order and are organized by
 		<<option "devotion" "Devotion">>
 		<<option "name" "Name">>
 		<<option "seniority" "Date purchased">>
@@ -43,8 +43,6 @@
 		<<option "visualAge" "How old they look">>
 		<<option "physicalAge" "Age of their body">>
 		<<option "assignment" "Assignment">>
-		<<comment>>
-			order.
 	<</options>>
 <</if>>
 
diff --git a/src/utility/saRulesWidgets.tw b/src/utility/saRulesWidgets.tw
index e2d02816346caf7b2be24ae81600969ac53f1556..ec30e84dc7d55df5a97761d3f19de26ca8d64015 100644
--- a/src/utility/saRulesWidgets.tw
+++ b/src/utility/saRulesWidgets.tw
@@ -43,7 +43,12 @@ and
 <<if ($slaves[$i].fetishKnown == 1) && ($slaves[$i].fetishStrength > 60)>>
 	<<switch $slaves[$i].fetish>>
 	<<case "submissive">>
-		hold $him down and fuck $him
+		hold $him down and 
+		<<if $slaves[i].vagina <= 0 && $slaves[i].anus <= 0>>
+			use $his body
+		<<else>>
+			fuck $him
+		<</if>>
 	<<case "cumslut">>
 		<<if $PC.dick != 0>>
 			cum in $his mouth