diff --git a/src/uncategorized/main.tw b/src/uncategorized/main.tw
index 4e64681d46ac68ad7ccdc16de46326dfb9fe3d5f..1cee0bfb0d5cff1946c4e17c796ea2983c1ee961 100644
--- a/src/uncategorized/main.tw
+++ b/src/uncategorized/main.tw
@@ -289,13 +289,15 @@ __''MAIN MENU''__    //[[Summary Options]]//
 								<<if canDoAnal($slaves[$i])>>
 								| <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 								<</if>>
-								<<if $slaves[$i].belly >= 300000>>
-								| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
-								<</if>>
 							<</if>>
 							<<if canDoAnal($slaves[$i])>>
 							| <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 							<</if>>
+							<<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>
+								<<if $slaves[$i].belly >= 300000>>
+								| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
+								<</if>>
+							<</if>>
 							/*check*/
 							<<if canPenetrate($slaves[$i])>>
 							| <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">>
@@ -309,13 +311,15 @@ __''MAIN MENU''__&nbsp;&nbsp;&nbsp;&nbsp;//[[Summary Options]]//
 								<<if canDoAnal($slaves[$i])>>
 								| <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 								<</if>>
-								<<if $slaves[$i].belly >= 300000>>
-								| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
-								<</if>>
 							<</if>>
 							<<if canDoAnal($slaves[$i])>>
 							| <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 							<</if>>
+							<<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>
+								<<if $slaves[$i].belly >= 300000>>
+								| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
+								<</if>>
+							<</if>>
 							/*check*/
 							<<if canPenetrate($slaves[$i])>>
 							| <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">>
@@ -499,13 +503,15 @@ Filter by assignment: |
 				<<if canDoAnal($slaves[$i])>>
 				| <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 				<</if>>
-				<<if $slaves[$i].belly >= 300000>>
-				| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
-				<</if>>
 			<</if>>
 			<<if canDoAnal($slaves[$i])>>
 			| <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 			<</if>>
+			<<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>
+				<<if $slaves[$i].belly >= 300000>>
+				| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
+				<</if>>
+			<</if>>
 			/*check*/
 			<<if canPenetrate($slaves[$i])>>
 			| <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">>
@@ -519,13 +525,15 @@ Filter by assignment: |
 				<<if canDoAnal($slaves[$i])>>
 				| <<print "[[Use her holes|FButt][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 				<</if>>
-				<<if $slaves[$i].belly >= 300000>>
-				| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
-				<</if>>
 			<</if>>
 			<<if canDoAnal($slaves[$i])>>
 			| <<print "[[Fuck her ass|FAnus][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 			<</if>>
+			<<if canDoVaginal($slaves[$i]) || canDoAnal($slaves[$i])>>
+				<<if $slaves[$i].belly >= 300000>>
+				| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+$i+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
+				<</if>>
+			<</if>>
 			/*check*/
 			<<if canPenetrate($slaves[$i])>>
 			| <<print "[[Ride her|FDick][$activeSlave = $slaves["+$i+"],$nextButton = _j,$nextLink = _k,$returnTo = _l]]">>
@@ -558,8 +566,13 @@ Filter by assignment: |
 			| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
 		<</if>>
 	<</if>>
-		/*check*/
-		<<if canPenetrate($slaves[_BG])>>
+	<<if canDoVaginal($slaves[_BG]) || canDoAnal($slaves[_BG])>>
+		<<if $slaves[_BG].belly >= 300000>>
+		| <<print "[[Fuck her over her belly|FBellyFuck][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>			
+		<</if>>
+	<</if>>
+	/*check*/
+	<<if canPenetrate($slaves[_BG])>>
 		| <<print "[[Ride her|FDick][$activeSlave = $slaves["+_BG+"], $nextButton = _j, $nextLink = _k, $returnTo = _l]]">>
 	<</if>>
 	<<if canDoAnal($slaves[_BG])>>
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index c6ab2e2676b69d7af531d5de646d25a0eba3e6e2..059cd3ca4fd421645537d75934cecff57d30fead 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -70,18 +70,20 @@
 			<<if canDoAnal($activeSlave)>>
 			| <<link "Use $his holes">><<replace "#miniscene">><<include "FButt">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
 			<</if>>
-			<<if $activeSlave.bellyPreg >= 300000>>
-			| <<link "Fuck $him on $his belly">><<replace "#miniscene">><<include "FBellyFuck">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
-				<<if $pregInventions >= 1>>
-					| <<link "Fuck $him in $his maternity swing">><<replace "#miniscene">><<include "FMaternitySwing">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
-					| <<link "Fuck $him with the help of $his assistants">><<replace "#miniscene">><<include "FAssistedSex">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
-					| <<link "Fuck $him in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
-				<</if>>
-			<</if>>
 		<<else>>
 		//Remove $his chastity belt if you wish to fuck $him//
 		<</if>>
 	<</if>>
+	<<if $activeSlave.bellyPreg >= 300000>>
+		<<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>
+			| <<link "Fuck $him on $his belly">><<replace "#miniscene">><<include "FBellyFuck">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+			<<if $pregInventions >= 1>>
+				| <<link "Fuck $him in $his maternity swing">><<replace "#miniscene">><<include "FMaternitySwing">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+				| <<link "Fuck $him with the help of $his assistants">><<replace "#miniscene">><<include "FAssistedSex">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+				| <<link "Fuck $him in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+			<</if>>
+		<</if>>
+	<</if>>
 	</span>
 	<span id="analsexoption">
 	<<if canDoAnal($activeSlave)>>
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index be9ed0cbe323fcfffe7f6a34c83e5f00fa351bd1..566c231c0d5cfb1984620a27e27d540f27ff18f5 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -433,6 +433,16 @@
 			//Remove her chastity belt if you wish to fuck her//
 		<</if>>
 	<</if>>
+	<<if $activeSlave.bellyPreg >= 300000>>
+		<<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>
+			| <<link "Fuck $him on $his belly">><<replace "#miniscene">><<include "FBellyFuck">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+			<<if $pregInventions >= 1>>
+				| <<link "Fuck $him in $his maternity swing">><<replace "#miniscene">><<include "FMaternitySwing">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+				| <<link "Fuck $him with the help of $his assistants">><<replace "#miniscene">><<include "FAssistedSex">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+				| <<link "Fuck $him in your goo pool">><<replace "#miniscene">><<include "FPoolSex">><br>&nbsp;&nbsp;&nbsp;&nbsp;<</replace>><</link>>
+			<</if>>
+		<</if>>
+	<</if>>
 <</replace>>
 <</widget>>
 /%