diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 8198d9e14ef90fcf95e824bf93ec5eedcbde486d..c08c6b0f73b36c553a87e5b4c6c24e641f628ac1 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -705,7 +705,7 @@ All in all, <</if>> <<if $birthDamage > 0>> <<set $slaves[$i].health -= Math.round(($birthDamage/2)*10)>> - <<if $birthDamage > 5 && _compoundCondition == 1 && _curBabies > 0>> + <<if $birthDamage > 5 && _compoundCondition == 1 && _curBabies > 1>> Or it would have been, were $he only having one. With each additional child that needed to be birthed, @@.red;the damage to $his health was compounded.@@ <<set $slaves[$i].health -= _curBabies>> <</if>>