From c5f40ea1f1a7b02c29d8fb66cf1b041e5ddf6221 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sat, 3 Jul 2021 03:05:33 -0700
Subject: [PATCH] Don't grant extra free slaves from resolving the slave deal
 justice event.

---
 src/events/JE/jeSlaveDisputeSlaveDeal.js | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/events/JE/jeSlaveDisputeSlaveDeal.js b/src/events/JE/jeSlaveDisputeSlaveDeal.js
index b0015091120..f3e67f0af05 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;
 		}
-- 
GitLab