From d940bbd94ce315de76f2ecbd888322c2f50f8049 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Sat, 25 May 2019 13:50:16 +0300
Subject: [PATCH] birthstorm corrupting birth counters data - fix

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

diff --git a/src/pregmod/birthStorm.tw b/src/pregmod/birthStorm.tw
index 25f1261f54f..f7850907aa5 100644
--- a/src/pregmod/birthStorm.tw
+++ b/src/pregmod/birthStorm.tw
@@ -3,7 +3,7 @@
 <<set $nextButton = "Back", $nextLink = "Slave Interact">>
 
 <<set $activeSlave.curBabies = WombBirth($activeSlave, 34)>> /*Here check - how many children survive this event. 34 weeks minimum.*/
-<<set _curBabies = $activeSlave.curBabies>>
+<<set _curBabies = $activeSlave.curBabies.length>>
 
 The remote surgery allows the removal of the pregnancy generator through conventional means, an injection to induce labor and the resulting birthing of the womb's contents.
 <<if $activeSlave.broodmother == 2>>
-- 
GitLab