diff --git a/devNotes/twine JS.txt b/devNotes/twine JS.txt
index d25e048b01488cbbf1dad6412c3936ea7e5d2ce1..01dad0ad4074a491ba0c2da0b8b71cbed52cbd1d 100644
--- a/devNotes/twine JS.txt	
+++ b/devNotes/twine JS.txt	
@@ -17897,7 +17897,7 @@ window.SlaveSummaryUncached = (function(){
 			long_behavior_quirk(slave);
 			long_sex_quirk(slave);
 		}
-		if (slave.customLabel != "")
+		if (slave.customLabel)
 			r += `<strong><span class="yellow">${slave.customLabel}</span></strong>`;
 		if ((slave.relationship !== 0) || (slave.relation !== 0) || (V.abbreviateClothes === 2) || (V.abbreviateRulesets === 2)) {
 			r += `<br>`;
diff --git a/src/js/slaveSummaryWidgets.tw b/src/js/slaveSummaryWidgets.tw
index 470d2f2316133b25bcb29654d23d69288aa76d1d..613d7875a32d1569f1ce044f0556b07ebf3b9d03 100644
--- a/src/js/slaveSummaryWidgets.tw
+++ b/src/js/slaveSummaryWidgets.tw
@@ -170,7 +170,7 @@ window.SlaveSummaryUncached = (function(){
 			long_behavior_quirk(slave);
 			long_sex_quirk(slave);
 		}
-		if (slave.customLabel != "")
+		if (slave.customLabel)
 			r += `<strong><span class="yellow">${slave.customLabel}</span></strong>`;
 		if ((slave.relationship !== 0) || (slave.relation !== 0) || (V.abbreviateClothes === 2) || (V.abbreviateRulesets === 2)) {
 			r += `<br>`;
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 1f80840429bde1e71e4b6cacf5eccae97cd09b01..affbf48b0a2b1f92c09349e761d4f97ef7252298 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -2769,7 +2769,7 @@ Setting missing slave variables:
 	<<set _Slave.customTat = "">>
 <</if>>
 
-<<if _Slave.customLabel == " ">>
+<<if _Slave.customLabel == " " || ndef _Slave.customLabel>>
 	<<set _Slave.customLabel = "">>
 <</if>>
 <<if _Slave.lipsPiercing == "no default setting">>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index 9dd12b4ba8530f9110385910f2b978b833602c95..1d1c47eacf4e3732cf12d42b8ac71b00d0935adf 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -21,7 +21,7 @@
 
 ''@@.pink;<<= SlaveFullName($activeSlave)>>@@''
 
-<<if ($activeSlave.customLabel != "")>> (@@.yellow;''<<print $activeSlave.customLabel>>''@@)<</if>>
+<<if $activeSlave.customLabel>> (@@.yellow;''<<print $activeSlave.customLabel>>''@@)<</if>>
 
 <<if $ui == "start">>
 <<elseif $saleDescription == 1>>
diff --git a/src/uncategorized/recETSWorkaround.tw b/src/uncategorized/recETSWorkaround.tw
index f054066680dd1fc1c6e9d30f2066621a9245e381..330466345b9f038793708a38c78faf060c5a4ac7 100644
--- a/src/uncategorized/recETSWorkaround.tw
+++ b/src/uncategorized/recETSWorkaround.tw
@@ -495,6 +495,7 @@ They giggle and kiss each other rather passionately, their miniskirts becoming p
 "You know we each are carrying the other's twins right?"
 
 <<set $activeSlave.ID = $activeSlave.ID + 1000>>
+<<set $activeSlave.womb = []>>
 <<set $activeSlave.pregSource = $activeSlave.ID - 1000>>
 <<if $familyTesting == 1>>
 <<else>>