From 0842304124504a48420aab17fbdabb10d7c195f2 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Fri, 10 Aug 2018 03:11:11 -0400 Subject: [PATCH] correction --- src/pregmod/csec.tw | 4 ++-- src/pregmod/sePlayerBirth.tw | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index 0347c6aedcd..cf886c97d7f 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -114,8 +114,8 @@ Performing a cesarean section is trivial for the remote surgery to carry out. $a <<set _incubated = 1>> <</if>> <<set $mom = $activeSlave>> - <<set _identicalChildGen = 0, _shiftDegree = 0 && _cToIncub > 0>> - <<if $mom.pregSource < 1 && $mom.pregSource != -1>> + <<set _identicalChildGen = 0, _shiftDegree = 0>> + <<if $mom.pregSource < 1 && $mom.pregSource != -1 && _cToIncub > 0>> <<set $missingParent = $missingParentID>> <<set $missingParentID-->> <</if>> diff --git a/src/pregmod/sePlayerBirth.tw b/src/pregmod/sePlayerBirth.tw index c50ea37f684..c8c1d2f6fd0 100644 --- a/src/pregmod/sePlayerBirth.tw +++ b/src/pregmod/sePlayerBirth.tw @@ -445,8 +445,8 @@ You arrange yourself to give birth, relaxing until your body urges you to begin <</if>> <<elseif _curBabies > 1>> - <<set _identicalChildGen = 0, _shiftDegree = 0 && $PC.reservedChildren > 0>> - <<if $PC.pregSource < 1 && $PC.pregSource != -6>> + <<set _identicalChildGen = 0, _shiftDegree = 0>> + <<if $PC.pregSource < 1 && $PC.pregSource != -6 && $PC.reservedChildren > 0>> <<set $missingParent = $missingParentID>> <<set $missingParentID-->> <</if>> -- GitLab