diff --git a/Changelog.txt b/Changelog.txt
index c864fabf5890497caca59103ccdc7299dba09f47..4407255535417a5547118feac316a4a023a91b09 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -2,6 +2,8 @@ Pregmod
 
 0.10.7.1-2.6.x
 
+07/31/2019
+
 	0
 	-scar system added
 	-partial amputation and amp rework underway
diff --git a/src/js/datatypeCleanupJS.js b/src/js/datatypeCleanupJS.js
index f9974b18c51b9acc877e3d13061921d17dbb08b5..7099af792e79af45a75ed7f01dce624019456921 100644
--- a/src/js/datatypeCleanupJS.js
+++ b/src/js/datatypeCleanupJS.js
@@ -325,7 +325,7 @@ window.SlaveDatatypeCleanup = (function SlaveDatatypeCleanup() {
 	 */
 	function SlaveDatatypeCleanup(slave, isIncubatorSlave = false) {
 		V = State.variables;
-		if (!isIncubatorSlave) {
+		if (!isIncubatorSlave && !(slave.tankBaby < 0)) {
 			slaveAgeDatatypeCleanup(slave);
 		}
 		slavePhysicalDatatypeCleanup(slave);
diff --git a/src/uncategorized/slaveMarkets.tw b/src/uncategorized/slaveMarkets.tw
index 5b68186718267d2ea15088c33c8c3ef53c6965c2..bef7b6a493bbaf9efc8cfa09801b37f8138f462e 100644
--- a/src/uncategorized/slaveMarkets.tw
+++ b/src/uncategorized/slaveMarkets.tw
@@ -151,7 +151,7 @@ You visit the slave markets off the arcology plaza. It's always preferable to ex
 
 <<case "neighbor">>
 	You're in the area of the slave market that specializes in slaves from within the Free City, viewing slaves from ''<<print "$arcologies["+$numArcology+"].name">>''. Some were trained there, specifically for sale, while others are simply being sold.
-	<<= generateMarketSlave("neighbor")>>
+	<<= generateMarketSlave("neighbor", $numArcology)>>
 
 
 <<case "trainers">>