diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index e9c4bd089d14e5fdc4b07e5b70fd66eca3ff22c6..36b3c2aba6a20833b179ff8381a7a38851ec9d01 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -820,7 +820,7 @@ App.UI.newSlaveIntro = function(slave) { function choice({introText, linkName, result, requirements, note} = {}) { let span = document.createElement("span"); if (introText) { - App.UI.DOM.appendNewElement("span", el, introText, "note"); + App.UI.DOM.appendNewElement("span", p, introText, "note"); } if (requirements === false) { @@ -1832,6 +1832,8 @@ App.UI.newSlaveIntro = function(slave) { } } } + + lineBreak(); App.UI.DOM.appendNewElement("div", el, `Have ${him} changed...`, "note");