From 66476cb5b88a06443045ffe2f7ecc7f38fe3a592 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Thu, 24 Dec 2020 02:29:37 -0500
Subject: [PATCH] spacing fix

---
 src/npc/surgery/bodySwap/bodySwap.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/surgery/bodySwap/bodySwap.js b/src/npc/surgery/bodySwap/bodySwap.js
index 6ddecdcff22..e2542c084a6 100644
--- a/src/npc/surgery/bodySwap/bodySwap.js
+++ b/src/npc/surgery/bodySwap/bodySwap.js
@@ -325,7 +325,7 @@ globalThis.bodySwapSelection = function(soul) {
 globalThis.huskSwapSelection = function(body) {
 	const el = new DocumentFragment();
 	const cost = 10000;
-	App.UI.DOM.appendNewElement("div", el, `"This operation is neither simple nor is it perfected. There are extreme health risks involved and no guarantee of success. Strap a slave into your remote surgery to consent to the operation. Indentured servants${(V.incubator > 0) || (V.nurseryChildren) ? `and slaves with reserved children`:``} are not eligible."
+	App.UI.DOM.appendNewElement("div", el, `"This operation is neither simple nor is it perfected. There are extreme health risks involved and no guarantee of success. Strap a slave into your remote surgery to consent to the operation. Indentured servants${(V.incubator > 0) || (V.nurseryChildren) ? ` and slaves with reserved children`:``} are not eligible."
 	`, "scene-intro");
 	App.UI.DOM.appendNewElement("div", el, `Select the slave whose mind will be transferred into the waiting husk. Amputated slaves must not be wearing prosthetics. This operation will cost ${cashFormat(cost)}.`);
 
-- 
GitLab