diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js
index 96267e23f3b796db859ca7f40ed4fac0dc83bbc3..96f4daa0f28b1fb1c1fb80964751118423ae1967 100644
--- a/src/npc/generate/newSlaveIntro.js
+++ b/src/npc/generate/newSlaveIntro.js
@@ -1726,7 +1726,7 @@ App.UI.newSlaveIntro = function(slave) {
 					break;
 				default:
 					if (slave.origin) {
-						if ([slave.origin].includes("enslavement for the attempted rape of a free")) {
+						if (slave.origin.includes("enslavement for the attempted rape of a free")) {
 							choice({
 								introText: `and since ${he} tried to rape you...`,
 								linkName: `Show ${him} how a professional does it`,