From 6a6d97438e44a7ed220a3303a5864c413b41231b Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 1 Mar 2023 16:20:10 -0500 Subject: [PATCH] punctuation --- src/interaction/sellSlave.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interaction/sellSlave.js b/src/interaction/sellSlave.js index f2d2bc7833a..992efd95b06 100644 --- a/src/interaction/sellSlave.js +++ b/src/interaction/sellSlave.js @@ -2603,7 +2603,7 @@ App.Interact.sellSlave = function(slave) { } } if (slaveImpact === 1) { - r.push(`Your other flavored milk producing slaves hope that they'll also be <span class="trust inc">lucky enough</span> to find themselves being taken care of in a wealthy mans dairy too, should you decide to sell them.`); + r.push(`Your other flavored milk producing slaves hope that they'll also be <span class="trust inc">lucky enough</span> to find themselves being taken care of in a wealthy man's dairy too, should you decide to sell them.`); } return r; } -- GitLab