diff --git a/src/gui/Encyclopedia/encyclopediaFetish.js b/src/gui/Encyclopedia/encyclopediaFetish.js index 8dbb94ef720818e4ea3dcf42cb5ba5094ec82412..89ed83729daee9f49ea5346bfe4b2695e07076ab 100644 --- a/src/gui/Encyclopedia/encyclopediaFetish.js +++ b/src/gui/Encyclopedia/encyclopediaFetish.js @@ -219,7 +219,7 @@ App.Encyclopedia.addArticle("Submissives", function() { r.push("Submissiveness will soften the", App.Encyclopedia.link("arrogant", "Arrogant"), "flaw into", App.UI.DOM.combineNodes(App.Encyclopedia.link("confident", "Confident"), ","), "the", App.Encyclopedia.link("apathetic", "Apathetic"), "flaw into", App.UI.DOM.combineNodes(App.Encyclopedia.link("caring", "Caring"), ","), - "and the", App.Encyclopedia.link("idealistic", "Idealilstic"), "flaw into", App.UI.DOM.combineNodes(App.Encyclopedia.link("romantic", "Romantic"), ","), + "and the", App.Encyclopedia.link("idealistic", "Idealistic"), "flaw into", App.UI.DOM.combineNodes(App.Encyclopedia.link("romantic", "Romantic"), ","), "or remove these flaws if a quirk is already present. The fetish will increase XY attraction. It improves performance at the servant assignment and working in the Servants' Quarters. Attendants do better when submissive, and can become submissives naturally."); r.toParagraph(); diff --git a/src/gui/Encyclopedia/encyclopediaSlaveFlaws.js b/src/gui/Encyclopedia/encyclopediaSlaveFlaws.js index 6173c1dba441d2e9bbc86b1f925d291f942681e9..27ed6840232b0b1d36f6e3b91447f1ea0d4ae8e5 100644 --- a/src/gui/Encyclopedia/encyclopediaSlaveFlaws.js +++ b/src/gui/Encyclopedia/encyclopediaSlaveFlaws.js @@ -149,7 +149,7 @@ App.Encyclopedia.addArticle("Hates anal", function() { const f = new DocumentFragment(); const r = new SpacedTextAccumulator(f); r.push(App.UI.DOM.makeElement("span", "Hates anal", ["bold"]), "is a sexual", App.Encyclopedia.link("flaw", "Flaws"), "that can be softened into the"); - r.push(App.Encyclopedia.link("painal queen"), App.Encyclopedia.link("quirk", "Quirks"), "by training,"); + r.push(App.Encyclopedia.link("painal queen", "Painal Queen"), App.Encyclopedia.link("quirk", "Quirks"), "by training,"); r.push("a good", App.UI.DOM.combineNodes(App.Encyclopedia.link("Attendant"), ","), "a powerful sex drive, anus piercings, or the", App.Encyclopedia.link("buttslut", "Buttsluts"), "fetish."); r.push("This flaw can also be removed by serving the player character."); r.toParagraph(); @@ -161,7 +161,7 @@ App.Encyclopedia.addArticle("Hates oral", function() { const f = new DocumentFragment(); const r = new SpacedTextAccumulator(f); r.push(App.UI.DOM.makeElement("span", "Hates oral", ["bold"]), "is a sexual", App.Encyclopedia.link("flaw", "Flaws"), "that can be softened into the"); - r.push(App.Encyclopedia.link("gagfuck queen"), App.Encyclopedia.link("quirk", "Quirks"), "by training,"); + r.push(App.Encyclopedia.link("gagfuck queen", "Gagfuck Queen"), App.Encyclopedia.link("quirk", "Quirks"), "by training,"); r.push("a good", App.UI.DOM.combineNodes(App.Encyclopedia.link("Attendant"), ","), "a powerful sex drive, tongue piercings, or the", App.Encyclopedia.link("cumslut", "Cumsluts"), "fetish."); r.push("This flaw can also be removed by serving the player character."); r.toParagraph(); @@ -173,7 +173,7 @@ App.Encyclopedia.addArticle("Hates penetration", function() { const f = new DocumentFragment(); const r = new SpacedTextAccumulator(f); r.push(App.UI.DOM.makeElement("span", "Hates penetration", ["bold"]), "is a sexual", App.Encyclopedia.link("flaw", "Flaws"), "that can be softened into the"); - r.push(App.Encyclopedia.link("strugglefuck queen"), App.Encyclopedia.link("quirk", "Quirks"), "by training,"); + r.push(App.Encyclopedia.link("strugglefuck queen", "Strugglefuck Queen"), App.Encyclopedia.link("quirk", "Quirks"), "by training,"); r.push("a good", App.UI.DOM.combineNodes(App.Encyclopedia.link("Attendant"), ","), "a powerful sex drive, labia piercings, or the", App.Encyclopedia.link("buttslut", "Buttsluts"), "fetish."); r.push("This flaw can also be removed by the", App.Encyclopedia.link("pregnancy fetish", "Pregnancy Fetishists"), "or by serving the player character."); r.toParagraph(); diff --git a/src/gui/Encyclopedia/encyclopediaSlaveLeaders.js b/src/gui/Encyclopedia/encyclopediaSlaveLeaders.js index ae9f21f549be70d1a535044b054289c4b6887cf2..9638e5ac7058899612a3796e8a82e6619d22a5d2 100644 --- a/src/gui/Encyclopedia/encyclopediaSlaveLeaders.js +++ b/src/gui/Encyclopedia/encyclopediaSlaveLeaders.js @@ -71,11 +71,11 @@ App.Encyclopedia.addArticle("Attendant", function() { const t = new DocumentFragment(); const r = []; const link = (text, article, className) => App.Encyclopedia.link(text, article, className); - const goodAttendant = [link("submissiveness", "Submissives"), "have a calm libido", "appear older than 35", "a motherly air", App.UI.DOM.makeElement("span", "intelligent", ["cyan"]), "naturally female."]; + const goodAttendant = [App.UI.DOM.makeElement("span", "intelligent", ["cyan"]), "naturally female", "appear older than 35", "have a calm libido and a motherly air."]; r.push("An", App.UI.DOM.makeElement("span", "Attendant", ["bold"]), "can be selected once the", link("Spa"), "facility has been built."); r.push("Attendants provide emotional help to slaves in the spa, and can also soften flaws and even fix mindbroken slaves."); - r.push("Good Attendants are free of:", link("fetishes"), "or", App.UI.DOM.toSentence(goodAttendant)); + r.push("Good Attendants are", link("submissive", "Submissives"), "or free of", App.UI.DOM.combineNodes(link("fetishes"), ","), App.UI.DOM.toSentence(goodAttendant)); App.Events.addNode(t, r, "div"); return t;