From 00e472ac2e6b0efafc2666008465fe4b0e6039a3 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Mon, 31 Aug 2020 17:38:56 -0400 Subject: [PATCH] space --- src/markets/specificMarkets/householdLiquidator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markets/specificMarkets/householdLiquidator.js b/src/markets/specificMarkets/householdLiquidator.js index a91c1b28321..83b18263570 100644 --- a/src/markets/specificMarkets/householdLiquidator.js +++ b/src/markets/specificMarkets/householdLiquidator.js @@ -89,7 +89,7 @@ App.Markets["Household Liquidator"] = function() { setHealth(slave, jsRandom(-50, 20)); setMissingParents(slave); slave.canRecruit = 0; - App.UI.DOM.appendNewElement("p", el, `The household liquidator is offering something special: identical twins.The markup is huge, but the merchandise isn't something you see every day.`); + App.UI.DOM.appendNewElement("p", el, `The household liquidator is offering something special: identical twins. The markup is huge, but the merchandise isn't something you see every day.`); let _relativeSlave = generateRelatedSlave(slave, "twin"); _newSlaves.push(slave); -- GitLab