From bc26428ebce01ec3c62c0cda1bb8ccf1870eb34d Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Wed, 30 Jun 2021 22:10:56 -0400
Subject: [PATCH] svorn fix

---
 src/events/RE/reLegendaryFormerAbolitionist.js | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/events/RE/reLegendaryFormerAbolitionist.js b/src/events/RE/reLegendaryFormerAbolitionist.js
index 143a229d9a6..56e257bf451 100644
--- a/src/events/RE/reLegendaryFormerAbolitionist.js
+++ b/src/events/RE/reLegendaryFormerAbolitionist.js
@@ -8,15 +8,12 @@ App.Events.RELegendaryFormerAbolitionist = class RELegendaryFormerAbolitionist e
 				"$He is an enslaved Daughter of Liberty.",
 				"You got $him at the Slave Shelter. $He is an enslaved Daughter of Liberty, caught some weeks after the failed coup. $His previous owner used $him as a punching bag and dart board, then when he was bored of $him tattooed obscenities all over $his body and threw $him away.",
 				"$He is an enslaved member of an anti-slavery extremist group.",
-				"an antislavery activist",
-			].includes(s.origin)
+			].includes(s.origin) ||
+			s.career === "an antislavery activist",
 		]];
 	}
 
 	execute(node) {
-		V.nextButton = "Continue";
-		V.nextLink = "Next Week";
-
 		const slave = getSlave(this.actors[0]);
 
 		const {
-- 
GitLab