From f4e1481b1c569d73a943928f21cb1101a337d0f0 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Sat, 20 Mar 2021 18:56:05 -0400 Subject: [PATCH] fix --- src/js/modification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/modification.js b/src/js/modification.js index d1c1e6a80d5..60c1c43724a 100644 --- a/src/js/modification.js +++ b/src/js/modification.js @@ -343,10 +343,10 @@ App.Medicine.Modification.setTattoo = function(slave, location, design, cheat) { r.push(`${he} ${say}s devotedly.`); r.push(Spoken(slave, `"I love you and I'll serve you with my body as best I can."`)); } else if (slave.devotion > 20) { - r.push(`${He} stares, torn between admiration at the intricate design and realization that ${his} abdomen has been permanently tattooed. `); + r.push(`${He} stares, torn between admiration at the intricate design and realization that ${his} abdomen has been permanently tattooed.`); r.push(Spoken(slave, `"Thank you, ${Master},"`)); r.push(`${he} ${say}s, taking refuge in propriety.`); - r.push(Spoken(slave, `"Um, d-does this mean I'm even more of a, um, s-slut now?" `)); + r.push(Spoken(slave, `"Um, d-does this mean I'm even more of a, um, s-slut now?"`)); r.push(`${he} asks hesitantly, not sounding very enthusiastic.`); } else if (slave.trust < -20) { r.push(`${He} stares, looking sad as the meaning of a permanent display of ${his} status as lewd slut sinks in. After a short pause ${he} remembers ${his} duties and stammers,`); -- GitLab