diff --git a/js/medicine/surgery/teeth/braces.js b/js/medicine/surgery/teeth/braces.js index 58759f589841befe2ca9328148552b213b0f15dc..f742ffcf5e90070337fbca8286e1aed46e03ccee 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 {