Skip to content
Snippets Groups Projects
Commit 6be6f104 authored by Pregmodder's avatar Pregmodder
Browse files

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

csec now can be used to install belly implant and inflate it.

See merge request !1681
parents d4b62390 75adf925
No related branches found
No related tags found
2 merge requests!2047RA rework,!1681csec now can be used to install belly implant and inflate it.
...@@ -309,6 +309,37 @@ Since her <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from ...@@ -309,6 +309,37 @@ Since her <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from
<<set $activeSlave.pregSource = 0>> <<set $activeSlave.pregSource = 0>>
<<set $activeSlave.pregKnown = 0>> <<set $activeSlave.pregKnown = 0>>
<<set $activeSlave.pregWeek = -4>> <<set $activeSlave.pregWeek = -4>>
<<if $activeSlave.broodmother == 0 && $bellyImplants == 1>>
<br><br>
<span id="bir">She is already in surgery, so it's possible to take advantage of her body state and by using belly implant preserve her pregnant appearance.
<<link "Do it.">>
</span>
<<replace "#bir">>
<<if $PC.medicine >= 100>><<set $activeSlave.health -= 5>><<else>><<set $activeSlave.health -= 10>><</if>>
Installation of belly implant is relative simple procedure. Using the fact that her body and internal organs already stretched and adapted to the pregnancy, it's possible to greatly expand initial size of implant. She will still look pregnant after her recovery and going out of surgery.
<br>
<<if ($activeSlave.devotion > 50)>>
As she leaves the surgery with her belly still looking pregnant, and as such, knows you put something into her womb replacing natural pregnancy. She is @@.hotpink;curious@@ about the details of the implant, and eagerly awaits to see the end result.
<<set $activeSlave.devotion += 4>>
<<elseif ($activeSlave.devotion >= -20)>>
As she leaves the surgery with her belly still looking pregnant, and as such, knows you put something into her womb replacing natural pregnancy. She understands the realities of her life as a slave, but she is still surprised at what now resides in her womb. She is @@.gold;sensibly fearful@@ of your total power over her body.
<<set $activeSlave.trust -= 5>>
<<else>>
As she leaves the surgery with her belly still looking pregnant, and as such, knows you put something into her womb replacing natural pregnancy. She does not understand the realities of her life as a slave at a core level, so she's @@.mediumorchid;terrified and angry@@ at the potential that she's been turend in some sort of freak. Even after what has been implanted into her womb is explained to her, she is no less defiant; though she is relieved that procedure is reversible and there is no trully permanent damage. She is @@.gold;sensibly fearful@@ of your total power over her body.
<<set $activeSlave.trust -= 5>>
<<set $activeSlave.devotion -= 5>>
<</if>>
<<set $activeSlave.bellyImplant = Math.floor(_beforeSize)>>
<<if $activeSlave.bellyImplant > 800000 && $arcologies[0].FSTransformationFetishistResearch > 0>>
<<set $activeSlave.bellyImplant = 800000>>
<<elseif $activeSlave.bellyImplant > 130000 && $arcologies[0].FSTransformationFetishistResearch < 1>>
<<set $activeSlave.bellyImplant = 130000>>
<</if>>
<<set $activeSlave.preg = -2>>
<<SetBellySize $activeSlave>>
<</replace>>
<</link>>
<</if>>
<</if>> <</if>>
<<set $activeSlave.cSec = 1>> <<set $activeSlave.cSec = 1>>
<<SetBellySize $activeSlave>> <<SetBellySize $activeSlave>>
...@@ -943,7 +943,6 @@ All in all, ...@@ -943,7 +943,6 @@ All in all,
<<set $slaves[$i].broodmotherCountDown = 38 - WombMinPreg($slaves[$i]) >> /*age of most new (small) fetus used to correct guessing of remained time.*/ <<set $slaves[$i].broodmotherCountDown = 38 - WombMinPreg($slaves[$i]) >> /*age of most new (small) fetus used to correct guessing of remained time.*/
<<set $slaves[$i].preg = 0.1>> <<set $slaves[$i].preg = 0.1>>
<<set $slaves[$i].pregType = 0>> <<set $slaves[$i].pregType = 0>>
<<set $slaves[$i].pregSource = 0>>
<</if>> <</if>>
<<elseif $slaves[$i].womb.length > 0>>/* Not broodmother, but still has babies, partial birth case.*/ <<elseif $slaves[$i].womb.length > 0>>/* Not broodmother, but still has babies, partial birth case.*/
<<set $slaves[$i].preg = WombMaxPreg($slaves[$i])>> /*now we use most advanced remained fetus as base.*/ <<set $slaves[$i].preg = WombMaxPreg($slaves[$i])>> /*now we use most advanced remained fetus as base.*/
......
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