From bcc070c75d4b2d3a051ceb766d194cd7601f411c Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 2 Sep 2020 21:19:29 -0400 Subject: [PATCH] small fix --- src/npc/generate/newSlaveIntro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js index 887fd8c9773..624d1b44212 100644 --- a/src/npc/generate/newSlaveIntro.js +++ b/src/npc/generate/newSlaveIntro.js @@ -2837,7 +2837,7 @@ App.UI.newSlaveIntro = function(slave, slave2 = V.eventSlave) { } else { r.push(`${He}`); } - r.push(`isn't a humiliation fetishist, and is <span class="gold">rapidly learning what it means</span> to be your sex ${slave}`); + r.push(`isn't a humiliation fetishist, and is <span class="gold">rapidly learning what it means</span> to be your sex slave`); slave.trust -= 4; } } -- GitLab