diff --git a/src/Mods/SecExp/events/rebellionReport.js b/src/Mods/SecExp/events/rebellionReport.js index 372a7f5766a08658cac1c5c874f700fe8aaefeb0..14e108cc7c07dccaf62daa0d0101f1c0d7c42d45 100644 --- a/src/Mods/SecExp/events/rebellionReport.js +++ b/src/Mods/SecExp/events/rebellionReport.js @@ -358,7 +358,7 @@ App.Events.rebellionReport = function() { lostSlaves = Math.trunc((V.SecExp.war.attacker.troops - V.SecExp.war.attacker.losses) * 0.8); App.SecExp.slavesDamaged(lostSlaves); } else { - App.UI.DOM.appendNewElement("div", node, `After the battle most of the rebelling rebelling citizens remained in the arcology for days looting and hunting their former arcology. We will bear the scars of this day for a long time.`); + App.UI.DOM.appendNewElement("div", node, `After the battle most of the rebelling citizens remained in the arcology for days looting and hunting their former arcology. We will bear the scars of this day for a long time.`); V.lowerClass -= Math.trunc((V.SecExp.war.attacker.troops - V.SecExp.war.attacker.losses) * 0.6); } repX((result === -3 ? random(-800, -1000) : random(-600, -800)), "war"); diff --git a/src/npc/surgery/surgeryDegradation.js b/src/npc/surgery/surgeryDegradation.js index e6c0bd91bb2dba359403a207a08fcc33e1b4ffbd..da3f7a13fc09498e733bac4f83134db0a96ba599 100644 --- a/src/npc/surgery/surgeryDegradation.js +++ b/src/npc/surgery/surgeryDegradation.js @@ -3854,7 +3854,7 @@ slave.devotion -= 5; case "fert": if (slave.fetish === "mindbroken") { r.push(`${He} leaves the surgery with nothing but a nonspecific ache in ${his} lower abdomen, but lacks the mental faculties to realize that ${he} now has a chance to get pregnant. As with all surgery <span class="health dec">${his} health has been slightly affected.</span>`); - } else if (strongKnownFet("pregnancy") || slave.origin === "${He} sold ${himself} to you in the hope of someday bearing children.") { + } else if (strongKnownFet("pregnancy") || slave.origin === "$He sold $himself to you in the hope of someday bearing children.") { r.push(`${He} leaves the surgery with nothing but a nonspecific ache in ${his} lower abdomen, but ${he} knows enough about surgery and sex slaves to know that it means ${he} now has a chance to get pregnant. ${He} is <span class="hotpink">filled with joy</span> whenever ${he} thinks about the fact that feeling a life growing within ${him} is now, at last, a possibility. ${He}'s so pleased that ${he} now <span class="mediumaquamarine">trusts</span> your plans for ${his} body. As with all surgery <span class="health dec">${his} health has been slightly affected.</span>`); slave.trust += 4; slave.devotion += 5; @@ -3873,7 +3873,7 @@ slave.devotion -= 5; case "addOvaries": if (slave.fetish === "mindbroken") { r.push(`${He} leaves the surgery with nothing but a nonspecific ache in ${his} lower abdomen, but lacks the mental faculties to realize that ${he} now has a chance to get pregnant. As with all surgery <span class="health dec">${his} health has been slightly affected.</span>`); - } else if (strongKnownFet("pregnancy") || slave.origin === "${He} sold ${himself} to you in the hope of someday bearing children.") { + } else if (strongKnownFet("pregnancy") || slave.origin === "$He sold $himself to you in the hope of someday bearing children.") { r.push(`${He} leaves the surgery with nothing but a nonspecific ache in ${his} lower abdomen, but ${he} has managed to catch enough slave rumors about what the organ farm can do to know that it means ${he} now has a chance to get pregnant. ${He} is filled with joy whenever ${he} thinks about the fact that feeling a life growing within ${him} is now, at last, a possibility. ${He} now places <span class="mediumaquamarine">total faith</span> in your plans for ${his} body and <span class="hotpink">adores you</span> for giving ${him} a gift ${he} once thought impossible. As with all surgery <span class="health dec">${his} health has been slightly affected.</span>`); slave.trust += 10; slave.devotion += 10; @@ -3931,7 +3931,7 @@ slave.devotion -= 5; case "addAnimalOvaries": if (slave.fetish === "mindbroken") { r.push(`${He} leaves the surgery with nothing but a nonspecific ache in ${his} lower abdomen, but lacks the mental faculties to realize that ${he} now has a chance of carrying an animal baby to term. As with all surgery <span class="health dec">${his} health has been slightly affected.</span>`); - } else if (strongKnownFet("pregnancy") || slave.origin === "${He} sold ${himself} to you in the hope of someday bearing children.") { + } else if (strongKnownFet("pregnancy") || slave.origin === "$He sold $himself to you in the hope of someday bearing children.") { r.push(`${He} leaves the surgery with nothing but a nonspecific ache in ${his} lower abdomen, but ${he} has managed to catch enough slave rumors about what the organ farm can do to know that it means ${he} now has a chance to get pregnant. ${He} is filled with joy whenever ${he} thinks about the fact that feeling a life growing within ${him} is now, at last, a possibility. ${He} now places <span class="mediumaquamarine">total faith</span> in your plans for ${his} body and <span class="hotpink">adores you</span> for giving ${him} a gift ${he} once thought impossible. ${He} doesn't realize exactly what the surgery entailed, however — the happiness ${he} felt at first will most likely be replaced with horror once ${he} realizes the babies in ${his} womb are not human. As with all surgery <span class="health dec">${his} health has been slightly affected.</span>`); slave.trust += 10; slave.devotion += 10;