Skip to content
Snippets Groups Projects
Commit 48026e01 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

text fix

parent 41fecae7
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ globalThis.bodySwapSelection = function(soul) {
const el = new DocumentFragment();
const cost = 10000;
App.UI.DOM.appendNewElement("div", el, `The surgeon awaits the pair of slaves to be strapped into the surgery. So far only ${soul.slaveName} is prepped:`, "scene-intro");
App.UI.DOM.appendNewElement("div", el, `Select ${(V.seeExtreme) ? `Select an eligible slave (any slave who is not a fuckdoll)` : `a slave`} who will be trading bodies with ${him}. This operation will cost ${cashFormat(cost)}.`);
App.UI.DOM.appendNewElement("div", el, `Select ${(V.seeExtreme) ? `an eligible slave (any slave who is not a fuckdoll)` : `a slave`} who will be trading bodies with ${him}. This operation will cost ${cashFormat(cost)}.`);
for (const body of V.slaves) {
const slaveDiv = document.createElement("div");
......
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