From 9e0c18b77033f39e4d0d65b2ee45377583e678d7 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Mon, 4 Dec 2017 23:17:23 -0500
Subject: [PATCH] fixes

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 ++++-
 src/uncategorized/saLiveWithHG.tw            | 2 +-
 src/utility/assayWidgets.tw                  | 2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index eaa9d0a7046..22186a5245b 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4801,4 +4801,7 @@ Pregmod 0.10.3.0
 	
 	181
 	-fixes
-	-continued bellyImplant work
\ No newline at end of file
+	-continued bellyImplant work
+	
+	182
+	-fixes
\ No newline at end of file
diff --git a/src/uncategorized/saLiveWithHG.tw b/src/uncategorized/saLiveWithHG.tw
index f689182ab75..0e288f77a92 100644
--- a/src/uncategorized/saLiveWithHG.tw
+++ b/src/uncategorized/saLiveWithHG.tw
@@ -634,7 +634,7 @@
 <<set $HeadGirl.need = 0>>
 
 <<if $slaves[$i].cervixImplant == 1 && _cervixPump > 0 && canDoVaginal($slaves[$i])>>
-	$slaves[$i] notices her @@.orange;belly swell@@ after vaginal sex throughout the week.
+	$slaves[$i] notices her @@.lime;belly swell@@ after vaginal sex throughout the week.
 	<<set $slaves[$i].bellyImplant += _cervixPump*20>>
 <</if>>
 
diff --git a/src/utility/assayWidgets.tw b/src/utility/assayWidgets.tw
index add251debf0..01b0fd2aad7 100644
--- a/src/utility/assayWidgets.tw
+++ b/src/utility/assayWidgets.tw
@@ -834,7 +834,7 @@
 
 <<if ($args[0].bellyPreg >= 5000) || ($args[0].bellyImplant >= 5000)>>
 	<<set $pregYes += 1>>
-<<elseif (args[0].belly < 100) && (args[0].weight < 30) && (!setup.fakeBellies.includes($args[0].bellyAccessory))>>
+<<elseif ($args[0].belly < 100) && ($args[0].weight < 30) && (!setup.fakeBellies.includes($args[0].bellyAccessory))>>
 	<<set $pregNo += 1>>
 <</if>>
 
-- 
GitLab