diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index 06e75f01c8fb1aac8dc188ca6e7e180e812bde49..612b20f1fc78538afeed2757c70682c9a7c49759 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -309,6 +309,37 @@ Since her <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from <<set $activeSlave.pregSource = 0>> <<set $activeSlave.pregKnown = 0>> <<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>> <<set $activeSlave.cSec = 1>> <<SetBellySize $activeSlave>> diff --git a/src/pregmod/widgets/seBirthWidgets.tw b/src/pregmod/widgets/seBirthWidgets.tw index 461d6603e4de62660908bd9189caca0f47fc21e6..c9cb9ea45d06df3bf77855b9516fce1c3779ebb5 100644 --- a/src/pregmod/widgets/seBirthWidgets.tw +++ b/src/pregmod/widgets/seBirthWidgets.tw @@ -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].preg = 0.1>> <<set $slaves[$i].pregType = 0>> - <<set $slaves[$i].pregSource = 0>> <</if>> <<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.*/