From 67dc42da65c847244850b06550031e8125753bd2 Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Tue, 12 May 2020 15:12:41 -0700
Subject: [PATCH] Update slaveInteract.js

---
 src/interaction/slaveInteract.js | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js
index ba719d4da08..89aa2cb3e31 100644
--- a/src/interaction/slaveInteract.js
+++ b/src/interaction/slaveInteract.js
@@ -937,18 +937,6 @@ App.UI.SlaveInteract.useSlaveDisplay = function(slave) {
 				if (canDoAnal(slave)) {
 					sexOptions.push({text: `Use ${his} holes`, scene: `FButt`});
 				}
-				if (slave.bellyPreg >= 300000) {
-					sexOptions.push({text: `Fuck ${him} on ${his} belly`, scene: `FBellyFuck`});
-				}
-				if (slave.bellyPreg >= 300000 && V.pregInventions >= 1) {
-					sexOptions.push({text: `Fuck ${him} in ${his} maternity swing`, scene: `FMaternitySwing`});
-				}
-				if (slave.bellyPreg >= 300000 && V.pregInventions >= 1) {
-					sexOptions.push({text: `Fuck ${him} with the help of ${his} assistants`, scene: `FAssistedSex`});
-				}
-				if (slave.bellyPreg >= 300000 && V.pregInventions >= 1) {
-					sexOptions.push({text: `Fuck ${him} in your goo pool`, scene: `FPoolSex`});
-				}
 			} else {
 				sexOptions.push({text: `Fuck ${him}`, disabled: `Remove ${his} chastity belt if you wish to fuck ${him}`});
 			}
-- 
GitLab