From 8d7664d56edb1b200a167619ce59520fda09735f Mon Sep 17 00:00:00 2001
From: Anu <barrychahal@gmail.com>
Date: Thu, 3 Dec 2020 02:43:02 -0800
Subject: [PATCH] Missing "the"

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

diff --git a/src/npc/generate/newChildIntro.js b/src/npc/generate/newChildIntro.js
index c29df84a00a..b9b76aa3dd1 100644
--- a/src/npc/generate/newChildIntro.js
+++ b/src/npc/generate/newChildIntro.js
@@ -745,7 +745,7 @@ App.UI.newChildIntro = function(slave) {
 	}
 	if (V.arcologies[0].FSHedonisticDecadence >= 50) {
 		if (slave.weight > 50) {
-			r.push(`${He} noticed all fat slaves lazing about your penthouse; ${he} pats ${his} own soft belly, <span class="mediumaquamarine">feeling right at home.</span>`);
+			r.push(`${He} noticed all the fat slaves lazing about your penthouse; ${he} pats ${his} own soft belly, <span class="mediumaquamarine">feeling right at home.</span>`);
 			slave.trust += 2;
 		}
 	}
-- 
GitLab