From 75adf9258830c5feff0c63c35c6e72449d823834 Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Thu, 29 Mar 2018 15:32:14 +0300
Subject: [PATCH] csec belly implant install finished

---
 src/pregmod/csec.tw | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw
index 177a991f165..612b20f1fc7 100644
--- a/src/pregmod/csec.tw
+++ b/src/pregmod/csec.tw
@@ -315,16 +315,21 @@ Since her <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> was spared from
 		<<link "Do it.">>
 		</span>
 			<<replace "#bir">>
-				<<set $surgeryType = "bellyIn">>
-				<<set $cash -= $surgeryCost>>
 				<<if $PC.medicine >= 100>><<set $activeSlave.health -= 5>><<else>><<set $activeSlave.health -= 10>><</if>>
-				<<set _tmpNextL = $nextLink, _tmpNextB = $nextButton>>
-				<<silently>>
-					<<include "Surgery Degradation">>
-				<</silently>>
-				<<set $nextLink = _tmpNextL, $nextButton = _tmpNextB>>
 				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.
-				<<set $activeSlave.bellyImplant = _beforeSize>>
+				<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>>
-- 
GitLab