From 593af195c672462ac6486d8e5d5ad945b0961e8e Mon Sep 17 00:00:00 2001
From: Anu <anulithic@gmail.com>
Date: Thu, 13 Oct 2022 23:11:38 -0700
Subject: [PATCH] Missing word

---
 src/npc/generate/newSlaveIntro.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js
index 12aa254f36e..7ff29da2916 100644
--- a/src/npc/generate/newSlaveIntro.js
+++ b/src/npc/generate/newSlaveIntro.js
@@ -958,7 +958,7 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest =
 						linkName: `Abort ${his} child`,
 						result: function(slave) {
 							const r = [];
-							r.push(`You loudly place an innocuous-looking drug injector on your desk, and ${him} think about it for a long moment. Then, you declare exactly what made that sound: abortifacients. After a moment of comprehension, ${his} mood instantly improves. ${He} pledges to <span class="hotpink">submit to you,</span>`);
+							r.push(`You loudly place an innocuous-looking drug injector on your desk, and let ${him} think about it for a long moment. Then, you declare exactly what made that sound: abortifacients. After a moment of comprehension, ${his} mood instantly improves. ${He} pledges to <span class="hotpink">submit to you,</span>`);
 							if (PC.dick !== 0 && PC.vagina !== -1) {
 								r.push(`suck your cock, take it in ${his} pussy, take it up ${his} ass, eat you out,`);
 							} else if (PC.dick !== 0) {
-- 
GitLab