From 4b4783374d7fb1056f364167c66542a02dc42b9e Mon Sep 17 00:00:00 2001
From: pregmodfan <pregmodfan@cock.li>
Date: Wed, 15 Apr 2020 00:12:46 +0300
Subject: [PATCH] some touches

---
 src/pregmod/incubator.tw       | 2 +-
 src/pregmod/incubatorReport.tw | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/pregmod/incubator.tw b/src/pregmod/incubator.tw
index 6c2a975f93b..3562e04a232 100644
--- a/src/pregmod/incubator.tw
+++ b/src/pregmod/incubator.tw
@@ -484,7 +484,7 @@ Target age for release: <<textbox "$targetAge" $targetAge "Incubator">> [[Minimu
 				<<elseif _safecc > 10000>>
 					$His belly has inflated to the size of late term pregnancy; its skin shines from the tension.
 				<<elseif _safecc > 5000>>
-					$His belly resembles a mid term pregnancy; it pulses slightly from the expansion and contraction of the expandable sacks on incubator probes. 
+					$His belly resembles a mid term pregnancy; it pulses slightly from the expansion and contraction of expandable sacks tipping the incubator probes. 
 				<<elseif _safecc > 1500>>
 					$His belly slightly bulges and rhythmically expands and contracts to the cycles of $his stimulation as the incubator inflates and deflates expandable sacks on its probes within $his body cavity. With the correct serums applied, this should allow it to stretch the skin, tissues, and muscles of $his belly to better to tolerate the displacement of internal organs caused by fetal growth.
 				<</if>>
diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index 1526a8e3e18..a027fd87b36 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -767,8 +767,7 @@
 				<<set $tanks[_inc].preg = -2>>
 				It caused @@.red;reproductive damage@@ when excessive meddling damaged an organ.
 			<<case 2>>
-				<<set $tanks[_inc].ovaries = 0>>
-				<<set $tanks[_inc].balls = 0>>
+				<<set $tanks[_inc].preg = -3>>
 				It caused @@.red;severe reproductive damage@@ when excessive hormones shut down the associated organs. To avoid further damage corrupted organs forced to be removed.
 			<<case 3>>
 				<<set $tanks[_inc].lactation = 1>>
-- 
GitLab