From bdb2db7c62392cebc697e2374dbb51266ff600fb Mon Sep 17 00:00:00 2001 From: Anu <barrychahal@gmail.com> Date: Sun, 4 Jul 2021 23:25:14 +0000 Subject: [PATCH] capitalize --- src/npc/interaction/fFeelings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/interaction/fFeelings.js b/src/npc/interaction/fFeelings.js index 8b245c3e60e..fdf1c88bbf7 100644 --- a/src/npc/interaction/fFeelings.js +++ b/src/npc/interaction/fFeelings.js @@ -1942,7 +1942,7 @@ App.Interact.feelings = function(slave) { if (slave.intelligence+slave.intelligenceImplant > 50) { r.push(Spoken(slave, `I've been watching all the body dysphoria on display lately; it's certainly novel.`)); } else if (slave.energy > 95) { - r.push(Spoken(slave, `Thank you so much for supporting this new T&A expansion culture, ${Master}. It's like you made it just for me. so much eye candy!`)); + r.push(Spoken(slave, `Thank you so much for supporting this new T&A expansion culture, ${Master}. It's like you made it just for me. So much eye candy!`)); } else if (slave.boobs > 1000) { r.push(Spoken(slave, `It's almost strange, being in a place where these tits don't make me stand out.`)); } else { -- GitLab