diff --git a/src/markets/theMarket/marketData.js b/src/markets/theMarket/marketData.js
index 84fa487d5976e734142c43c27fce214363622882..d98467b6ccd9dc339c766f9e871a2efdaacb43b6 100644
--- a/src/markets/theMarket/marketData.js
+++ b/src/markets/theMarket/marketData.js
@@ -35,6 +35,7 @@ App.Data.Markets = {
 			title: "Order a custom husk slave from the Flesh Heap",
 			passage: `Husk Slave`,
 			note: `Will need to be used on arrival.`,
+			bulkAvailable: false,
 			get requirements() { return (V.bodyswapAnnounced === 1); }
 		},
 		{
@@ -203,7 +204,7 @@ App.Data.Markets = {
 			passage: `Slave Shelter`,
 			marketType: "",
 			note: "Presents charity cases for a nominal fee.",
-			bulkAvailable: true,
+			bulkAvailable: false,
 			get requirements() {
 				if (V.arcologies[0].FSDegradationist !== "unset") {
 					return `The Slave Shelter does not place slaves into Degradationist arcologies.`;