diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 965daad7b3c7fdff622a79ab3643c065c219982b..2618788c228c85baacc48b093d1b11bafc76e664 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@@.