From 288f635a3eeb1a586edfe5afbdb8e8700bca8e29 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Tue, 9 Oct 2018 02:23:44 +0300
Subject: [PATCH] note

---
 src/pregmod/widgets/seBirthWidgets.tw | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index c08c6b0f73b..b4dc81493f5 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -304,6 +304,7 @@
 <<set $slaves[$i].births += _curBabies>>
 <<set $slaves[$i].birthsTotal += _curBabies>>
 <<set $birthsTotal += _curBabies>>
+/* this block should be redone - it's not support different fathers in superfetation mothers */
 <<if $slaves[$i].pregSource > 0>>
 	<<set _babyDaddy = $slaves.findIndex(function(s) { return s.ID == $slaves[$i].pregSource; })>>
 	<<if _babyDaddy != -1>>
@@ -314,6 +315,7 @@
 <<elseif $slaves[$i].pregSource == -1>>
 	<<set $PC.slavesFathered += _curBabies>>
 <</if>>
+/* end of legacy code */
 
 /* Here support for partial birth cases but if slaves still NOT have broomother implant. Right now remaining babies will be lost, need to add research option for selective births. It should control labor and stop it after ready to birth babies out. Should be Repopulation FS research before broodmothers (their implant obviously have it as a part of functional). */
 <<if $slaves[$i].broodmother == 0>> 
-- 
GitLab