Skip to content
Snippets Groups Projects
Commit 16113cd8 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-dev' into 'pregmod-master'

UH fixes

See merge request pregmodfan/fc-pregmod!7091
parents 529e0069 a594186c
No related branches found
No related tags found
No related merge requests found
...@@ -703,10 +703,13 @@ This descriptions can be expanded with more outcomes later. But it's not practic ...@@ -703,10 +703,13 @@ This descriptions can be expanded with more outcomes later. But it's not practic
$His @@.green;wide hips@@ greatly aided childbirth. $His @@.green;wide hips@@ greatly aided childbirth.
<</if>> <</if>>
<<if $slaves[$i].pregAdaptation >= 1000>> <<if $slaves[$i].pregAdaptation >= 1000>>
<br>
$His body has @@.green;completely adapted to pregnancy;@@ when it is time to give birth, that baby is coming out fast. $His body has @@.green;completely adapted to pregnancy;@@ when it is time to give birth, that baby is coming out fast.
<<elseif $slaves[$i].pregAdaptation >= 500>> <<elseif $slaves[$i].pregAdaptation >= 500>>
<br>
$His body is @@.green;highly adapted to bearing life@@ and birth is no small part of that. $His body is @@.green;highly adapted to bearing life@@ and birth is no small part of that.
<<elseif $slaves[$i].pregAdaptation >= 100>> <<elseif $slaves[$i].pregAdaptation >= 100>>
<br>
$His body has @@.green;become quite adept at bearing children,@@ birth included. $His body has @@.green;become quite adept at bearing children,@@ birth included.
<</if>> <</if>>
<<if setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95>> <<if setup.nurseCareers.includes($slaves[$i].career) && $slaves[$i].fetish != "mindbroken" && $slaves[$i].muscles >= -95>>
...@@ -717,6 +720,7 @@ This descriptions can be expanded with more outcomes later. But it's not practic ...@@ -717,6 +720,7 @@ This descriptions can be expanded with more outcomes later. But it's not practic
$He was @@.green;taught how to handle birth@@ in class. $He was @@.green;taught how to handle birth@@ in class.
<</if>> <</if>>
<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> <<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>
<br>
<<if $geneticMappingUpgrade >= 1>> <<if $geneticMappingUpgrade >= 1>>
$His hypersensitive uterus made birth @@.green;a very pleasant experience,@@ distracting from the pain. $His hypersensitive uterus made birth @@.green;a very pleasant experience,@@ distracting from the pain.
<<else>> <<else>>
...@@ -749,18 +753,18 @@ All in all, ...@@ -749,18 +753,18 @@ All in all,
<</if>> <</if>>
<</if>> <</if>>
<<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>> <<if $slaves[$i].geneticQuirks.uterineHypersensitivity == 2>>
Not only that, but @@.green;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, Not only that, but @@.green;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 $birthDamage > 10>>, despite the complications<</if>>,
<<set $slaves[$i].energy += _curBabies>> <<set $slaves[$i].energy += _curBabies>>
<<set $slaves[$i].need -= _curBabies>> <<set $slaves[$i].need -= _curBabies>>
<<if $slaves[$i].sexualFlaw == "breeder">> <<if $slaves[$i].sexualFlaw == "breeder">>
since for $him the it is the pinnacle of $his existence. since for $him it is the pinnacle of $his existence.
<<else>> <<else>>
<<if $slaves[$i].fetish == "pregnancy">> <<if $slaves[$i].fetish == "pregnancy">>
<<if $slaves[$i].fetishStrength <= 60>> <<if $slaves[$i].fetishStrength <= 60>>
having $his @@.lightcoral;pregnancy fetish deepened from the experience.@@ having had $his @@.lightcoral;pregnancy fetish deepen from the experience.@@
<<set $slaves[$i].fetishStrength += _curBabies>> <<set $slaves[$i].fetishStrength += _curBabies>>
<<else>> <<else>>
having @@.lightcoral;$his pregnancy fetish deepen into obsession.@@ having had @@.lightcoral;$his pregnancy fetish deepen into obsession.@@
<<set $slaves[$i].sexualFlaw = "breeder">> <<set $slaves[$i].sexualFlaw = "breeder">>
<<set $slaves[$i].fetishStrength = 100>> <<set $slaves[$i].fetishStrength = 100>>
<</if>> <</if>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment