diff --git a/src/events/JE/jeSlaveDisputeSlaveDeal.js b/src/events/JE/jeSlaveDisputeSlaveDeal.js index b001509112077bcc38fc70a95aaeac4e9b185c84..f3e67f0af05fae7fd4353c5843de02952b05c40c 100644 --- a/src/events/JE/jeSlaveDisputeSlaveDeal.js +++ b/src/events/JE/jeSlaveDisputeSlaveDeal.js @@ -57,7 +57,6 @@ App.Events.JESlaveDisputeSlaveDeal = class JESlaveDisputeSlaveDeal extends App.E r.push(`You privately inform both parties you'll settle this in favor of the most generous. You instantly receive a single notice of escrow payment contingent on the case going the payer's way. You select the <span class="yellowgreen">bigger of the two</span> and decide the matter before returning to bed in a good mood. However, the next day it becomes apparent that although ${he} isn't stupid enough to make a public accusation of corruption, the older ${woman} made use of ${his} few remaining hours of freedom to <span class="red">slander</span> your administration of justice.`); repX(-100, "event"); cashX(random(150, 200) * 10, "event"); - r.push(App.UI.newSlaveIntro(slave)); App.Events.addParagraph(frag, r); return frag; } @@ -68,7 +67,6 @@ App.Events.JESlaveDisputeSlaveDeal = class JESlaveDisputeSlaveDeal extends App.E r.push(`You settle the dispute in favor of the slave-to-be. ${He} is resigned, knowing that ${he}'s now owned by a woman who almost certainly hates ${him}, but ${his} daughter's treatments are assured. The story gets around quickly, <span class="green">capturing the hearts</span> of more romantic citizens. The angry slave trader leaves the arcology, <span class="red">reducing prosperity.</span>`); V.arcologies[0].prosperity -= 5; repX(2500, "event"); - r.push(App.UI.newSlaveIntro(slave)); App.Events.addParagraph(frag, r); return frag; }