diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index c08c6b0f73b36c553a87e5b4c6c24e641f628ac1..b4dc81493f5396d36559d70043d794146664d1a2 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>>