diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index eaa9d0a7046e7991ef982d3329ae0cff80bdcca4..22186a5245b32fcc9cd221888f01e666a6bc6991 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 f689182ab75e3eab23b30f6a35d0e3bed5f5ee36..0e288f77a92fb88d8c4a3b760baaaa155aae63ba 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 add251debf002f977370d51c12d47a1b910d4b4c..01b0fd2aad738721b854e0550cb755b02e143af5 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>>