diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 588ddf3fd2095e9657ade6d24eefb3bf4245d89a..a656bc3eb5e58e58ea521f50799e79a2fd4b984e 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -677,8 +677,13 @@
 			[[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
 			| [[Give her a cesarean section|csec]]
 		<<elseif ($activeSlave.broodmother > 0)>>
+			<<if $activeSlave.broodmotherOnHold != 1>>
+				[[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = $activeSlave.womb[$activeSlave.womb.length-1].age]] 
+			<<else>>
+				[[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]] 
+			<</if>>
 			<<if ($activeSlave.preg > 37)>>
-				[[Induce mass childbirth|BirthStorm]] | [[Begin implant shutdown|Slave Interact][$activeSlave.broodmotherCountDown = 37]]
+				| [[Induce mass childbirth|BirthStorm]]  
 			<</if>>
 		<<elseif ($activeSlave.preg > 35)>>
 			[[Give her a cesarean section|csec]]
@@ -717,8 +722,13 @@
 			[[Induce labor|Slave Interact][$activeSlave.labor = 1,$activeSlave.induce = 1,$birthee = 1]]
 			| [[Give it a cesarean section|csec]]
 		<<elseif ($activeSlave.broodmother > 0)>>
+			<<if $activeSlave.broodmotherOnHold != 1>>
+				[[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = $activeSlave.womb[$activeSlave.womb.length-1].age]] 
+			<<else>>
+				[[Turn on implant|Slave Interact][$activeSlave.broodmotherOnHold = 0, $activeSlave.broodmotherCountDown = 0]] 
+			<</if>>
 			<<if ($activeSlave.preg > 37)>>
-				[[Induce mass childbirth|BirthStorm]] | [[Begin implant shutdown|Slave Interact][$activeSlave.broodmotherCountDown = 37]]
+				| [[Induce mass childbirth|BirthStorm]]  
 			<</if>>
 		<<elseif ($activeSlave.preg > 35)>>
 			[[Give it a cesarean section|csec]]