From 094b8d8679bfd39e6089bec573987362f5d22359 Mon Sep 17 00:00:00 2001
From: Transhumanist01 <13112-Transhumanist01@users.noreply.gitgud.io>
Date: Wed, 6 May 2020 14:03:34 -0700
Subject: [PATCH] Update pregmodBirthWidgets.tw

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

diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw
index 733708b96d9..933834964c5 100644
--- a/src/pregmod/widgets/pregmodBirthWidgets.tw
+++ b/src/pregmod/widgets/pregmodBirthWidgets.tw
@@ -22,7 +22,7 @@
 			<</if>>
 		<<else>>
 			<<if (random(1,20) > $suddenBirth)>>
-				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
+				$He is helped back to $his bed and stripped before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].advancedGeneticModification.breedingFreak == 1>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
 			<<else>>
 				$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
 				<<ClothingBirth>>
@@ -40,7 +40,7 @@
 			<</if>>
 		<<else>>
 			<<if (random(1,20) > $suddenBirth)>>
-				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
+				$He returns to $his bed and strips before slipping into it. $He makes $himself comfortable and begins working on birthing <<if $slaves[$i].counter.birthsTotal == 0>>$his first<<else>>this week's<</if>> baby<<if $slaves[$i].advancedGeneticModification.breedingFreak == 1>>, convulsing with orgasms in the process<</if>>. $His child is promptly taken and $he is encouraged to keep resting. $He rolls over<<if hasAnyArms($slaves[$i])>>, cradling $his heavily rounded middle,<</if>> and dozes off.
 			<<else>>
 				$slaves[$i].slaveName is awoken from $his rest by a moist sensation followed by a contraction. $He rolls over and clutches $his gravid belly as another contraction wracks $his body.
 				<<ClothingBirth>>
-- 
GitLab