From 075e24312a0214e66501367e7af49c0baf4a0f9a Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 29 Jan 2020 20:50:29 -0800 Subject: [PATCH] A couple more --- src/endWeek/saGetMilked.js | 2 +- src/endWeek/saPorn.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/endWeek/saGetMilked.js b/src/endWeek/saGetMilked.js index a04706e53c2..6262db5199f 100644 --- a/src/endWeek/saGetMilked.js +++ b/src/endWeek/saGetMilked.js @@ -367,7 +367,7 @@ window.saGetMilked = (function saGetMilked() { function milkingEffects(slave) { if (slave.fetishKnown) { if (slave.fetish === "boobs" || slave.energy > 95) { - r += ` Getting constantly milked is as good as sex, as far as ${he}'s concerned. <span class="devotion inc">$He is happy</span> to have ${his} breasts receive so much attention.`; + r += ` Getting constantly milked is as good as sex, as far as ${he}'s concerned. <span class="devotion inc">${He} is happy</span> to have ${his} breasts receive so much attention.`; slave.devotion += 1; if (slave.need > 0) { slave.need = 0; diff --git a/src/endWeek/saPorn.js b/src/endWeek/saPorn.js index 0e013d488d7..37f86e59e7b 100644 --- a/src/endWeek/saPorn.js +++ b/src/endWeek/saPorn.js @@ -154,7 +154,7 @@ window.saPorn = (function saPorn() { r += `${He} has claimed a niche for ${himself} in ${slave.porn.fameType} porn, so there is a constant cycle of new arrivals and bored ex-watchers. `; } } else { - r += `${He} is borderline unknown, so $he tends to hold onto the few watchers ${he} has. `; + r += `${He} is borderline unknown, so ${he} tends to hold onto the few watchers ${he} has. `; } if (slave.prestige > 1) { -- GitLab