From 219b7a320adab4bb13ac5a978a051d66b1edda90 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sun, 8 Jan 2023 16:24:47 -0500 Subject: [PATCH] correct case --- js/medicine/surgery/teeth/braces.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/medicine/surgery/teeth/braces.js b/js/medicine/surgery/teeth/braces.js index 58759f58984..f742ffcf5e9 100644 --- a/js/medicine/surgery/teeth/braces.js +++ b/js/medicine/surgery/teeth/braces.js @@ -17,7 +17,7 @@ App.Medicine.Surgery.Reactions.Braces = class extends App.Medicine.Surgery.Simpl } else if (diff.teeth === "straightening braces") { r.push(`Quite aware that ${his} crooked, aching teeth are now in braces,`); if (slave.devotion > 50) { - r.push(`${He} smiles tentatively at`); + r.push(`${he} smiles tentatively at`); if (canSee(slave)) { r.push(`${himself} in the mirror.`); } else { @@ -26,7 +26,7 @@ App.Medicine.Surgery.Reactions.Braces = class extends App.Medicine.Surgery.Simpl r.push(`${He}'s experiencing considerable discomfort, but ${he} knows it will <span class="devotion inc">make ${him} prettier for you,</span> and resolves to do ${his} best to put up with it.`); reaction.devotion += 4; } else if (slave.devotion > 20) { - r.push(`${He} pulls ${his} lips back to`); + r.push(`${he} pulls ${his} lips back to`); if (canSee(slave)) { r.push(`check them out.`); } else { @@ -35,7 +35,7 @@ App.Medicine.Surgery.Reactions.Braces = class extends App.Medicine.Surgery.Simpl r.push(`${He}'s experiencing considerable discomfort, but ${he} knows it will <span class="devotion inc">make ${him} prettier,</span> and ${he} accepts that the pain is for ${his} own good.`); reaction.devotion += 2; } else { - r.push(`${He} pulls ${his} lips back to`); + r.push(`${he} pulls ${his} lips back to`); if (canSee(slave)) { r.push(`check them out.`); } else { -- GitLab