From 1abfaee9db0c18dcb8dbb12ce05723ca661c6cde Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Sat, 25 May 2019 13:03:40 +0300
Subject: [PATCH] birthstorm for broodmother - condition fixed. Now can be seen
 at full cycle development (after 36+ weeks)

---
 src/uncategorized/slaveInteract.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 17e96b1ed28..2f1cbe44d4e 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -1225,7 +1225,7 @@ Aphrodisiacs: <span id="aphrodisiacs"><strong><<if $activeSlave.aphrodisiacs > 1
 			<<if $activeSlave.broodmotherOnHold != 1>>
 				[[Turn off implant|Slave Interact][$activeSlave.broodmotherOnHold = 1, $activeSlave.broodmotherCountDown = 38-WombMinPreg($activeSlave)]]
 			<</if>>
-			<<if ($activeSlave.preg > 37)>>
+			<<if ($activeSlave.preg >= 36)>>
 				| [[Induce mass childbirth|BirthStorm]]
 			<</if>>
 		<<elseif ($activeSlave.preg > $activeSlave.pregData.minLiveBirth)>>
-- 
GitLab