From 9ed78f44b33035881f230cd4ec1adfd9f5d730c8 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 15 Aug 2018 16:33:32 -0400
Subject: [PATCH] minor fix that got caught up in the revert

---
 src/uncategorized/jeSlaveDispute.tw | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/uncategorized/jeSlaveDispute.tw b/src/uncategorized/jeSlaveDispute.tw
index e1a1edd0f1e..dc3c48ce6b2 100644
--- a/src/uncategorized/jeSlaveDispute.tw
+++ b/src/uncategorized/jeSlaveDispute.tw
@@ -181,6 +181,7 @@
 	<<if $seePreg == 1>>
 		that she's ready to give birth,
 		<<set $activeSlave.belly = 0>>
+		<<set $activeSlave.pregWeek = -3>>
 	<<else>>
 		that it's born,
 	<</if>>
@@ -251,7 +252,7 @@
 	<</link>>
 	<br><<link "Settle the dispute in favor of the accuser">>
 		<<replace "#result">>
-		You settle the dispute in favor of the wealthy accuser. While he is a little disapointed that he didn't get the slave he want, he speaks @@.green;positively@@ in public about how you helped protect his investements from potential mismanagement. Slave trading to and from your arcology is @@.red;somewhat lessened@@ however, since the breeder lets it be known that trading in your arcology is a risk.
+		You settle the dispute in favor of the wealthy accuser. While he is a little disapointed that he didn't get the slave he wanted, he speaks @@.green;positively@@ in public about how you helped protect his investements from potential mismanagement. Slave trading to and from your arcology is @@.red;somewhat lessened@@ however, since the breeder lets it be known that trading in your arcology is a risk.
 		<<set $arcologies[0].prosperity -= 5>>
 		<<set $rep += 500>>
 		<</replace>>
-- 
GitLab