From b9b15eb03dde7d5a52631655360a0c74b5f143b4 Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sat, 8 Aug 2020 15:52:09 -0700 Subject: [PATCH] Missing "the" --- src/descriptions/arcologyDescription.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/descriptions/arcologyDescription.js b/src/descriptions/arcologyDescription.js index 12ef6da75cb..c013250fc54 100644 --- a/src/descriptions/arcologyDescription.js +++ b/src/descriptions/arcologyDescription.js @@ -324,7 +324,7 @@ App.Desc.playerArcology = function(lastElement) { } if (V.seePreg === 1) { if (V.brothelAdsPreg === 1) { - buffer.push(`Most of slaves have firm, rounded bellies.`); + buffer.push(`Most of the slaves have firm, rounded bellies.`); } else if (V.brothelAdsPreg === -1) { buffer.push(`Most of the slaves have firm, flat bellies.`); } else { -- GitLab