diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index 5739c07880c8f877f8998744f90e63865457d4f1..c36faeb356f693fa047670fa8946efa9b4bc5b29 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -19,7 +19,7 @@
 <<set $activeSlave.birthsTotal += _curBabies>>
 <<set $birthsTotal += _curBabies>>
 
-<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _animals = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>>
+<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>>
 <<for _cb = 0; _cb < $activeSlave.curBabies.length; _cb++>>
 	<<if $activeSlave.curBabies[_cb].fatherID == 0 || $activeSlave.curBabies[_cb].fatherID == -5>>
 		<<set _others++>>
@@ -40,9 +40,6 @@
 	<<elseif $activeSlave.curBabies[_cb].fatherID == -7>>
 		<<set _lab++>>
 		<<set _fathers.push("the gene lab's")>>
-	<<elseif $activeSlave.curBabies[_cb].fatherID == -8>>
-		<<set _animals++>>
-		<<set _fathers.push("one of your animals'")>>
 	<<elseif $activeSlave.curBabies[_cb].fatherID == -9>>
 		<<set _futaS++>>
 		<<set _fathers.push("a Futanari Sister's")>>
@@ -91,8 +88,6 @@
 		<<set _num = _arcOwner>>
 	<<elseif _fathersReduced[_cb] == "the gene lab's">>
 		<<set _num = _lab>>
-	<<elseif _fathersReduced[_cb] == "one of your animals'">>
-		<<set _num = _animals>>
 	<<elseif _fathersReduced[_cb] == "a Futanari Sister's">>
 		<<set _num = _futaS>>
 	<<else>>
diff --git a/src/pregmod/seBurst.tw b/src/pregmod/seBurst.tw
index d3fcf73a74cbaf9fe84444d0780ba9e107308b12..7d4368e5661f24cbbd31cdead701bf667016b3e2 100644
--- a/src/pregmod/seBurst.tw
+++ b/src/pregmod/seBurst.tw
@@ -12,7 +12,7 @@
 		<<set _curBabies = $slaves[_b].curBabies.length>> /*just to improve speed and usability here.*/
 		<<set $birthsTotal += _curBabies>>
 
-		<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _animals = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>>
+		<<set _others = 0, _PC = 0, _citizens = 0, _oldMaster = 0, _arcOwner = 0, _lab = 0, _futaS = 0, _fathers = [], _babyFatherLink = []>>
 		<<for _cb = 0; _cb < $slaves[_b].curBabies.length; _cb++>>
 			<<if $slaves[_b].curBabies[_cb].fatherID == 0 || $slaves[_b].curBabies[_cb].fatherID == -5>>
 				<<set _others++>>
@@ -33,9 +33,6 @@
 			<<elseif $slaves[_b].curBabies[_cb].fatherID == -7>>
 				<<set _lab++>>
 				<<set _fathers.push("the gene lab's")>>
-			<<elseif $slaves[_b].curBabies[_cb].fatherID == -8>>
-				<<set _animals++>>
-				<<set _fathers.push("one of your animals'")>>
 			<<elseif $slaves[_b].curBabies[_cb].fatherID == -9>>
 				<<set _futaS++>>
 				<<set _fathers.push("a Futanari Sister's")>>
@@ -84,8 +81,6 @@
 				<<set _num = _arcOwner>>
 			<<elseif _fathersReduced[_cb] == "the gene lab's">>
 				<<set _num = _lab>>
-			<<elseif _fathersReduced[_cb] == "one of your animals'">>
-				<<set _num = _animals>>
 			<<elseif _fathersReduced[_cb] == "a Futanari Sister's">>
 				<<set _num = _futaS>>
 			<<else>>