From 124483004cbdb9b00434cace86e30eb921cd59c2 Mon Sep 17 00:00:00 2001 From: Transhumanist01 <13112-Transhumanist01@users.noreply.gitgud.io> Date: Sat, 23 May 2020 08:07:49 -0700 Subject: [PATCH] Update seBirthWidgets.tw --- src/pregmod/widgets/seBirthWidgets.tw | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 7088d8150b8..824a2d0ab51 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -741,6 +741,25 @@ All in all, <<run healthDamage($slaves[$i], _curBabies)>> <</if>> <</if>> + <<if $slaves[$i].advancedGeneticModification.uterineHypersensitivity == 1>> + Not only that, but the entire process was extremely pleasurable for $him<<if _curBabies > 1>>, with orgasms growing more powerful with each baby $he brought to the world<</if>>. $He can't wait to be impregnated and give birth again, + <<if $slaves[$i].sexualFlaw == "breeder" + since for $him the it is the pinnacle of $his existance. + <<else>> + <<if $slaves[$i].fetish == "pregnancy">> + <<if $slaves[$i].fetishStrength <= 60>> + with $his pregnancy fetish deepened from the experience. + <<set $slaves[$i].fetishStrength += _curBabies>> + <<else>> + with $his pregnancy fetish turned into obsession. + <<set $slaves[$i].sexualFlaw == "breeder">> + <</if>> + <<elseif $slaves[$i].fetish == "none" || $slaves[$i].fetishStrength <= 60>> + having found true pleasure in reproduction. + <<set $slaves[$i].fetish == "pregnancy">> + <</if>> + <</if>> + <</if>> <</if>> /* this needs a tally of how many babies where lost due to underdevelopment instead of relying off a check */ <<if $surgeryUpgrade != 1 && $slaves[$i].curStillBirth > 0>> -- GitLab