diff --git a/src/markets/specificMarkets/householdLiquidator.js b/src/markets/specificMarkets/householdLiquidator.js index 1c3a9a3d3f6c4758278c0a3de68b5395e354faec..190d30d8e53e6f67d8d4ede1a30e31cc79629d3d 100644 --- a/src/markets/specificMarkets/householdLiquidator.js +++ b/src/markets/specificMarkets/householdLiquidator.js @@ -63,15 +63,15 @@ App.Markets["Household Liquidator"] = function() { if (slave.genes !== GenerateChromosome()) { _oppositeSex = true; } - const {his} = getPronouns(slave); + const {his, mother, daughter} = getPronouns(slave); - r.push(`The household liquidator is offering a ${V.mother} and ${his}`); + r.push(`The household liquidator is offering a ${mother} and ${his}`); if (slave.genes === "XX" && _oppositeSex === true) { r.push(`son`); } else if (slave.genes === "XY" && _oppositeSex === true) { r.push(`daughter`); } else { - r.push(`${V.daughter}`); + r.push(`${daughter}`); } r.push(`for sale. You are permitted to inspect both slaves.`); App.UI.DOM.appendNewElement("p", el, r.join(" ")); diff --git a/src/markets/theMarket/buySlaves.js b/src/markets/theMarket/buySlaves.js index db58d78e71731b27f2d7071d98c5beff0eb82f7a..9e7e5f936587d9054db3be177d576c6afd5ed8de 100644 --- a/src/markets/theMarket/buySlaves.js +++ b/src/markets/theMarket/buySlaves.js @@ -68,7 +68,7 @@ App.UI.buySlaves = function() { "Slaves from", () => { App.UI.specificMarket({ - market: "neighbor", + market: "neighbor", slaveMarket: 0, newSlaves: [], numArcology: _i