diff --git a/src/js/useSlave.JS b/src/js/useSlave.JS
index 0fe8636fc0f71e0dac71b2a026c09e1da715ea2c..75b98011bbd6d8ae11a8d9279a62e65012e0e20b 100644
--- a/src/js/useSlave.JS
+++ b/src/js/useSlave.JS
@@ -177,13 +177,13 @@ window.useSlaveDisplay = function(slave) {
 		} /* assigned to dairy or arcade */
 		if (slave.inflation === 0 && slave.bellyImplant < 1500) {
 			if (slave.assignment !== "work in the dairy" && slave.assignment !== "be confined in the arcade" && slave.assignment !== "be confined in the cellblock") {
-				fillFaceOptions.push({text: `Use another slave`, goto: `SlaveOnSlaveFeedingWorkAround`});
 				if (V.buckets === 1) {
 					fillFaceOptions.push({text: `Two liters of slave food`, scene: `forceFeeding`, updateSlave: {inflationType: "food", inflationMethod: 1}});
 					if (slave.pregKnown === 0) {
 						fillFaceOptions.push({text: `A gallon of slave food`, scene: `forceFeeding`, updateSlave: {inflationType: "food", inflationMethod: 2}});
 					}
 				}
+				fillFaceOptions.push({text: `Get another slave to do it`, goto: `SlaveOnSlaveFeedingWorkAround`});
 			}
 		}
 		if (canDoVaginal(slave)) {
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 8d5149e217ed22337141adf829d9db8509622e13..ea03c0d56098fa720f1948128cb6ab01953a8721 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -14,7 +14,7 @@ Allows for dynamic updating of the next button in the storyCaption (left side-ba
 Call as <<SlaveInteractImpreg>>
 %/
 <<widget "SlaveInteractImpreg">>
-
+	<<run SlaveInteractImpreg($activeSlave)>>
 <</widget>>
 
 /%
@@ -216,7 +216,7 @@ Call as <<SlaveInteractDrugs>>
 Call as <<SlaveInteractFertility>>
 %/
 <<widget "SlaveInteractFertility">>
-
+	<<run SlaveInteractFertility($activeSlave)>>
 <</widget>>
 /%
 Call as <<SlaveInteractSexOption>>