From 3c081ff3ffc475346233b2240a0edd4ad8340d69 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Sun, 18 Feb 2018 22:35:32 +0200
Subject: [PATCH] conditions logic fixes

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

diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw
index 965daad7b3c..2618788c228 100644
--- a/src/pregmod/widgets/seBirthWidgets.tw
+++ b/src/pregmod/widgets/seBirthWidgets.tw
@@ -504,7 +504,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 /* ------ Postbirth reactions, mother experience ----------------------------------------------------------------------------- */
 
 	/* I think all this reactions should be showed only if no c'section used too. Setting it up for just in case: */
-<<if $csec != 1>> /*if not desired, this check can be easily removed or deactevated with condition set to true.*/
+<<if $csec == 0 && $slaves[$i].assignment != "work in the dairy">> /*if not desired, this check can be easily removed or deactevated with condition set to true.*/
 	<br>
 	<<if $slaves[$i].birthsTotal == 0>>
 		<br>
@@ -606,7 +606,7 @@ This decriptions can be expanded with more outcomes later. But it's not practica
 /*----- Body/mother resume -------------------------*/
 <br>
 <br>
-<<if $slaves[$i].assignment != "work in the dairy" && $slaves[$i].broodmother == 0 && $csec == 0>>
+<<if $slaves[$i].assignment != "work in the dairy" && $csec == 0>> /* && $slaves[$i].broodmother == 0 // removed - broodmother have sensations too */
 All in all,
 	<<if $birthDamage > 15>>
 		childbirth was @@.red;horrifically difficult for $object and nearly claimed $possessive life@@.
-- 
GitLab