From a54c7edc87b09abe0cb44dc3230ebe27d194a652 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 19 Apr 2018 22:37:59 -0400
Subject: [PATCH] fix

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 4 ++++
 src/uncategorized/pHostageAcquisition.tw     | 1 +
 2 files changed, 5 insertions(+)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 7fbd5529ef3..39ac4ab3e38 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4,6 +4,10 @@
 
 4/19/2018
 
+	62
+	-tons of fixes
+	-more code optimizations
+
 	61
 	-fixes
 	-code optimizations
diff --git a/src/uncategorized/pHostageAcquisition.tw b/src/uncategorized/pHostageAcquisition.tw
index 3ee9db243dd..b80c62db322 100644
--- a/src/uncategorized/pHostageAcquisition.tw
+++ b/src/uncategorized/pHostageAcquisition.tw
@@ -91,6 +91,7 @@ Your hired mercenaries are en route now with your precious cargo.
 	<</if>>
 <<case "Repopulation Focus">>
 	<<set $activeSlave.health = 50>>
+	<<set WombFlush($activeSlave)>>
 	<<if $rivalryDuration <= 5>>
 	Upon seeing you, $activeSlave.slaveName dives into your <<if $PC.boobs == 1>>ample bust<<else>>chest<</if>> sobbing "They took my eggs away!". You gently wrap your arms around her in a comforting embrace. She's exactly as you remember, though a medical scan reveals that her ovaries contain absolutely zero egg cells.
 	<<elseif $rivalryDuration <= 10>>
-- 
GitLab