diff --git a/src/npc/generate/newChildIntro.js b/src/npc/generate/newChildIntro.js
index c29df84a00abaf09b364def2a6f5a2a5b319926a..b9b76aa3dd198d5f1b141b49075c72679d86bf9d 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;
 		}
 	}