diff --git a/src/markets/specificMarkets/householdLiquidator.js b/src/markets/specificMarkets/householdLiquidator.js
index 49e23a5f0cc50f61a53aee072c08e4365b933a10..b549d5e2aef0b4e3c7bf6dedd6fa0ac338326b68 100644
--- a/src/markets/specificMarkets/householdLiquidator.js
+++ b/src/markets/specificMarkets/householdLiquidator.js
@@ -135,7 +135,7 @@ App.Markets["Household Liquidator"] = function() {
 				V.slavesSeen += 2;
 			},
 			[],
-			"Household Liquidator"
+			"Market"
 		)
 	);
 	App.UI.DOM.appendNewElement("p", el, App.UI.MultipleInspect(_newSlaves, true, "Household Liquidators"));
diff --git a/src/markets/theMarket/buySlaves.js b/src/markets/theMarket/buySlaves.js
index 4d12ea88bae5fdbc13719287e7992f5b4e41876a..d4ab44e45d9879b5efb35fe3cd25aaa60c363ae9 100644
--- a/src/markets/theMarket/buySlaves.js
+++ b/src/markets/theMarket/buySlaves.js
@@ -168,7 +168,6 @@ App.UI.buySlaves = function() {
 						() => {
 							V.market = new App.Markets.GlobalVariable();
 							V.market.slaveMarket = store.marketType;
-							V.market.introType = "bulk";
 							V.market.numSlaves = 5;
 						},
 						[],
diff --git a/src/uncategorized/bulkSlaveGenerate.tw b/src/uncategorized/bulkSlaveGenerate.tw
index 0a6b487615fbac368ff5b0c9bd14595896dacf39..df6d83a2b8f26483ff93809778375f3ec1c00f04 100644
--- a/src/uncategorized/bulkSlaveGenerate.tw
+++ b/src/uncategorized/bulkSlaveGenerate.tw
@@ -1,6 +1,6 @@
 :: Bulk Slave Generate [nobr]
 
-<<set $returnTo = "Main", $market = {newSlaves: [], newSlavesDone: 0, newSlaveIndex: 0}, $spent = 0>>
+<<set $returnTo = "Main", $market.newSlaves = [], $market.newSlavesDone = 0, $market.newSlaveIndex = 0, $market.introType = "bulk", $spent = 0>>
 
 <<if ndef $market.numSlaves>>
 	<<set $market.numSlaves = 5>>