diff --git a/src/endWeek/economics/arcmgmt.js b/src/endWeek/economics/arcmgmt.js index 614cfe607c7cbec917e0238a641e90ce7a3b9a48..f4f45acfdd01a165e7c2675f9c8bec08ffe1a91c 100644 --- a/src/endWeek/economics/arcmgmt.js +++ b/src/endWeek/economics/arcmgmt.js @@ -1868,7 +1868,7 @@ App.EndWeek.arcManagement = function() { V.lowerClass -= deathsLC; V.middleClass -= deathsMC; V.upperClass -= deathsUC; - V.lowerClass -= deathsTC; + V.topClass -= deathsTC; if (deathsLC > 0) { z.push(numberWithPluralOne(deathsLC, "lower class citizen")); } @@ -1882,7 +1882,7 @@ App.EndWeek.arcManagement = function() { z.push(numberWithPluralOne(deathsTC, "millionaire")); } if (deathsLC > 0 || deathsMC > 0 || deathsUC > 0 || deathsTC > 0) { - r.push(App.UI.DOM.makeElement("span", `${capFirstChar(toSentence(z))} passed away due to natural causes.`, "red")); + r.push(App.UI.DOM.makeElement("span", `${capFirstChar(toSentence(z))} passed away due to natural causes.`, ["red"])); } /* Slave expiration*/ @@ -1926,16 +1926,16 @@ App.EndWeek.arcManagement = function() { } }); if (count > 9) { - r.push(App.UI.DOM.makeElement("span", `A great amount of lower class citizens`, "green")); + r.push(App.UI.DOM.makeElement("span", `A great amount of lower class citizens`, ["green"])); r.push(`were attracted by the sectors filled with dense apartments.`); } else if (count > 5) { - r.push(App.UI.DOM.makeElement("span", `A large amount of lower class citizens`, "green")); + r.push(App.UI.DOM.makeElement("span", `A large amount of lower class citizens`, ["green"])); r.push(`were attracted by your sprawling blocks of dense apartments.`); } else if (count > 2) { - r.push(App.UI.DOM.makeElement("span", `A moderate amount of lower class citizens`, "green")); + r.push(App.UI.DOM.makeElement("span", `A moderate amount of lower class citizens`, ["green"])); r.push(`were attracted by your dense apartment complexes`); } else if (count > 0) { - r.push(App.UI.DOM.makeElement("span", `A small amount of lower class citizens`, "green")); + r.push(App.UI.DOM.makeElement("span", `A small amount of lower class citizens`, ["green"])); r.push(`were attracted by your dense apartments.`); } return r; diff --git a/src/futureSocieties/aztec/slaveSacrificePenance.js b/src/futureSocieties/aztec/slaveSacrificePenance.js index 9f6b4e80bbb7b2dc18db1bc10302cb2ac2707f13..3db3c2c282d271adf03f41f1b23dfe6d322dd7ab 100644 --- a/src/futureSocieties/aztec/slaveSacrificePenance.js +++ b/src/futureSocieties/aztec/slaveSacrificePenance.js @@ -406,7 +406,7 @@ App.UI.SlaveInteract.aztecSlaveSacrificePenance = function(sacrifice) { } else { r.push(`lower body`); } - r.push(`constantly cleaned when it becomes apparent they are wet to avoid any evidence of pleasure. ${He} tries to make it more difficult as now it is the only thing ${he} has to fantasize on cumming. At the end of the week is often common to see ${him} beg to be touched by anyone who is close enough to hear ${him} and bursts into tears when ${he} is blatantly ignored. As a result of all this crying, the lack of food and sleep ${he} needs to be hydrated more often also the dose of aphrodisiacs is changed to be less potent but be injected more often to avoid the danger that ${he} might cum from it. ${His} body refuses to lose any more more liquids, a fact that doesn't stop ${him} from sobbing and begging to be touched as soon as ${he} finds the strength to it while ${he} remains almost immobile on the bottom of the cage, interrupted by the spasms of ${his} body as a result of being constantly aroused for a week.`); + r.push(`constantly cleaned when it becomes apparent they are wet to avoid any evidence of pleasure. ${He} tries to make it more difficult as now it is the only thing ${he} has to fantasize on cumming. At the end of the week is often common to see ${him} beg to be touched by anyone who is close enough to hear ${him} and bursts into tears when ${he} is blatantly ignored. As a result of all this crying, the lack of food and sleep ${he} needs to be hydrated more often also the dose of aphrodisiacs is changed to be less potent but be injected more often to avoid the danger that ${he} might cum from it. ${His} body refuses to lose any more liquids, a fact that doesn't stop ${him} from sobbing and begging to be touched as soon as ${he} finds the strength to it while ${he} remains almost immobile on the bottom of the cage, interrupted by the spasms of ${his} body as a result of being constantly aroused for a week.`); } else if (sacrifice.fetish === "humiliation") { r.push(`${He} seems to enjoy all the attention ${he} receives every time ${he} tries to fight the impulse to touch ${himself} as ${his} body shows clear signs of arousal and takes special care in showing just how degrading the whole process can be. It's common to see ${him} enjoying every time the dose of aphrodisiacs needs to be injected again or when ${he} needs to be awaken. Often, ${he} refuses to drink the tea provided, hoping that when the moment comes ${he} will be forced to drink it — preferably in a very humiliating way. As the week progresses and ${his} need to cum increases ${he} focuses on the humiliation ${he} gets every time the aphrodisiacs get the best of ${him} and tries to find release and fails as the citizens passing by throw insults and disgusted looks on ${his} direction for failing in trying to please the goddess. As a result, ${he} is immobilized and blindfolded in an attempt to reduce external stimulation. By the end of the week ${he} cannot stand up and remains on the bottom of the cage, saving ${his} strength to procure making the procedures as humiliating as possible with the little strength ${he} has saved.`); } else if (sacrifice.fetish === "buttslut") {