diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 5ef1e7111425050113f27a23af7c506b64674744..c6a19081ae4acb0aa3415d77491b1bc61adade70 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -1365,6 +1365,7 @@ You should have received a copy of the GNU General Public License along with thi
 <<set $weatherToday = $niceWeather.random()>>
 
 <<set $customSlaveOrdered = 0>>
+/* I am not a slave object! Do not treat me like one! */
 <<set $customSlave = {age: 19, health: 1, muscles: 0, lips: 15, heightMod: "normal", weight: 0, face: 0, race: "white", skin: "left natural", boobs: 500, butt: 3, sex: 1, virgin: 0, dick: 2, balls: 2, clit: 0, labia: 0, vaginaLube: 1, analVirgin: 0, skills: 15, skill: {whore: 15, combat: 0}, intelligence: 0, intelligenceImplant: 0, nationality: "Stateless", leg: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, arm: {left: new App.Entity.LimbState(), right: new App.Entity.LimbState()}, eye: new App.Entity.EyeState(), hears: 0}>>
 
 <<set $huskSlaveOrdered = 0>>
diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index 38de2157f54d829ce8190ed8b030ace5ca8cf3dc..8f14e32458547df94bf143270be6388116213c18 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -172,7 +172,7 @@
 %/
 <<widget "CustomSlaveHealth">>
 	<<replace #health>>
-		<<if $customSlave.health.condition == 0>>Healthy.
+		<<if $customSlave.health == 0>>Healthy.
 		<<else>>Extremely healthy.
 		<</if>>
 	<</replace>>