Skip to content
Snippets Groups Projects
Commit 0682999a authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'husk-fix' into 'pregmod-master'

Husk fix

See merge request !8549
parents f2671bc2 66476cb5
No related branches found
No related tags found
1 merge request!8549Husk fix
...@@ -51,6 +51,6 @@ new App.DomPassage( ...@@ -51,6 +51,6 @@ new App.DomPassage(
V.nextLink = "Main"; V.nextLink = "Main";
V.returnTo = "Incubator"; V.returnTo = "Incubator";
} }
return bodySwapSelection(getSlave(V.AS)); return huskSwapSelection(getSlave(V.AS));
} }
); );
...@@ -325,7 +325,7 @@ globalThis.bodySwapSelection = function(soul) { ...@@ -325,7 +325,7 @@ globalThis.bodySwapSelection = function(soul) {
globalThis.huskSwapSelection = function(body) { globalThis.huskSwapSelection = function(body) {
const el = new DocumentFragment(); const el = new DocumentFragment();
const cost = 10000; 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"); `, "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)}.`); 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)}.`);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment