From 5ed915bcb3ed6bd74ce68801b946eee05cbba9e0 Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Thu, 7 Jun 2018 10:48:28 -0400
Subject: [PATCH] Updates

---
 src/uncategorized/completeCatalog.tw | 1 +
 src/uncategorized/specialSlave.tw    | 1 +
 src/utility/miscWidgets.tw           | 3 +--
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/uncategorized/completeCatalog.tw b/src/uncategorized/completeCatalog.tw
index 20db6147962..73b2f6ac899 100644
--- a/src/uncategorized/completeCatalog.tw
+++ b/src/uncategorized/completeCatalog.tw
@@ -11,6 +11,7 @@
 	<<print "[[$heroSlaves[$i].slaveName|Complete Catalog][$activeSlave = getHeroSlave($heroSlaves[" + $i + "], $baseHeroSlave)]]">>
 <</for>>
 
+<<SetBellySize $activeSlave>>
 <<set $specialSlavesPriceOverride = 1>>
 <<NationalityToAccent $activeSlave>>
 <<if $familyTesting == 1>>
diff --git a/src/uncategorized/specialSlave.tw b/src/uncategorized/specialSlave.tw
index 31655528b03..7cafdfbee15 100644
--- a/src/uncategorized/specialSlave.tw
+++ b/src/uncategorized/specialSlave.tw
@@ -14,6 +14,7 @@
 	<<set $activeSlave.weekAcquired = $week>>
 	<<set $activeSlave.pubicHColor = $activeSlave.hColor>>
 	<<set $activeSlave.underArmHColor = $activeSlave.hColor>>
+	<<SetBellySize $activeSlave>>
 	<<if $familyTesting == 1>>
 		/* special slaves exceptions to keep siblings sensible */
 		<<if $activeSlave.mother == -9999 && $activeSlave.father == -9998>> /* The twins - Camille & Kennerly */
diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw
index 5c2a486f919..40c0cc6a34d 100644
--- a/src/utility/miscWidgets.tw
+++ b/src/utility/miscWidgets.tw
@@ -1763,8 +1763,7 @@
 	<<set $args[0].pronoun = "she", $args[0].possessivePronoun = "hers", $args[0].possessive = "her", $args[0].object = "her", $args[0].objectReflexive = "herself", $args[0].noun = "girl">>
 <</if>>
 
-<<run WombInit($args[0])>>
-<<SetBellySize $activeSlave>>
+<<SetBellySize $args[0]>>
 
 <<run addSlave($args[0])>>
 <<if $args[0].origin != "She was your slave, but you freed her, which she repaid by participating in a coup attempt against you. It failed, and she is again your chattel." && $args[0].ID != $boomerangSlave.ID>>
-- 
GitLab